html, body {
	margin: 0;
	padding: 0;
	bottom: 0;
	height: 100%;
	min-width: 1260px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 10pt;
	background-color: #2c2c2c;
	background-image: url(../images/template/noise_01.png);
	color: #414141;
}

@font-face {
	font-family: Angelina;
	src: url("angelina.ttf");
}

@font-face {
	/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.com */
	font-family: Museo-Slab;
	src: url("MUSEOSLAB-500.OTF");
}

p, li {
	text-shadow: 1px 1px 0px #e0e0e0;
}

h1 {
	font-family: Museo-Slab;
	font-weight: normal;
	font-size: 26pt;
	text-shadow: 1px 1px 0px #ededed;
	color: #404040;
	letter-spacing: -1px;
	word-spacing: 2px;
}

h2 {
	color: #404040;
	font-family: Trebuchet MS, Sans-Serif;
	font-style: italic;
	font-size: 20pt;
	letter-spacing: -2px;
	text-shadow: 1px 1px 0px #ededed;
	border: none;
	border-bottom-color: #404040;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: none !important;
}

a:visited {
	color: inherit;
	text-decoration: underline;
}

a.tag:link {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	border-bottom-width: 1px;
}

a.tag:hover {
	text-decoration: none;
	border-bottom: none;
}

a.tag:visited {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	border-bottom-width: 1px;
}

#topbar_nav_wrapper {
	background-color: #0c151d;
	color: #4e86b8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	z-index: 51 !important;
	position: relative;
}

#topbar_nav_content {
	width: 1100px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	height: 114px;
}

.nav_button {
	background-color: #0c151d;
	height: 44px;
	float: left;
	margin-bottom: -10px;
	padding-bottom: 10px;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	border-width: 1px;
	border-style: solid;
	border-left-color: #182A3A;
	border-right-color: #000;
	border-bottom-color: #000;
	border-top: none;
	color: #bbd0e4;
	text-shadow: 1px 1px 0px #000;
	text-decoration: underline;
}

.nav_button:hover {
	background: -moz-radial-gradient(center 45deg, circle cover, #1F303F 0%, #0c151d 100%);
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #0c151d;
	/*-moz-box-shadow: 0px 20px 15px -12px #87d6ff;*/
}

#subheader_wrapper {
	background: -moz-radial-gradient(center 45deg, circle cover, #66B1F5 0%, #387ebe 100%);
	/*background-image: url(../images/template/gradient_01.png);*/
	background-color: #387ebe;
	height: 309px;
	width: 100%;
	margin-top: -10px;
	border-bottom-color: #2b4e6e;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	z-index: 50 !important;
	position: absolute;
	-moz-box-shadow: 0px 50px 50px -50px #0b0b0b;
}

#subheader_container {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.CV {
	border-color: #000; 
	border-width: 1px; 
	border-style: solid;
	float: right;
	width: 500px;
	margin-top: 20px;
	margin-right: 30px;
}

#subheader_container h1 {
	color: #363C41;
	text-shadow: 1px 1px 0px #a4cef3;
}

#subheader_container p {
	color: #0c151d;
	text-shadow: 1px 1px 0px #84B0D8;
	font-size: 10pt;
}

#page_wrapper {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	padding-left: 20px;
}

#page_content_wrapper {
	width: 60%;
	margin-top: 300px;
	float: left;
	background-color: #ccc;
	padding-left: 50px;
	padding-right: 50px;
	-moz-box-shadow: 0px 0px 50px #0b0b0b;
	z-index: 49 !important;
	position: relative;
	min-height: 100%;	
}

#page_content_wrapper_screenshots {
	width: 100%;
	margin-top: 300px;
	background-color: #ccc;
	padding-left: 50px;
	padding-right: 50px;
	-moz-box-shadow: 0px 0px 50px #0b0b0b;
	z-index: 49 !important;
	position: relative;
	margin-left: -50px;
	min-height: 100%;	
	float: left;
}

#sidebar_wrapper {
	float: left;
	margin-top: 320px;
	width: 24%;
	background: -moz-radial-gradient(center 45deg, circle cover, #66B1F5 0%, #387ebe 100%);
	background-color: #387ebe;
	border-top-color: #b3dbff;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #2b4e6e;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #b3dbff;
	border-right-style: solid;
	border-right-width: 1px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	padding-left: 20px;
	padding-right: 0px;
}

#sidebar_wrapper hr {
	margin-right: 20px;
}

#sidebar_wrapper p, #sidebar_wrapper li {
	color: #0c151d;
	text-shadow: 1px 1px 0px #84B0D8;
	font-size: 10pt;
}

#sidebar_wrapper li {
	margin-left: -15px;
}

#sidebar_wrapper h2 {
	margin: 0;
	color: #0c151d;
	text-shadow: 1px 1px 0px #84B0D8;
}

#sidebar_wrapper hr {
	border-style: solid;
	border-width: 1px;
	border-bottom-color: #93c7f6;
	border-top-color: #2b6090;
}

hr {
	border-style: solid;
	border-width: 1px;
	border-bottom-color: #d9d9d9;
	border-top-color: #949494;
}

.tagcontainer {
	/*background: -moz-linear-gradient(-90deg, #d9d9d9, #c0c0c0);*/
	background-color: #c0c0c0;
	background-image: url(../images/template/price-tag.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #909090;
	-moz-border-radius: 5px;
	padding-left: 30px;
	padding-right: 10px;
	margin-top: 20px;
}

.tagstring {
	font-size: 9pt;
}

.tagstring a {
	color: #12304c;
}

.tagstring a:hover {
	color: #0f3a63;
}

#twitter_wrapper {
	margin-left: -33px;
	margin-top: 0px;
	color: #0b0b0b;
}

#twitterWrapper {
	background-image: url(../images/template/twitter_clouds.png); 
	background-position: left bottom; 
	background-repeat: repeat-x;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#twitter_wrapper p {
	color: #0c151d;
	text-shadow: 1px 1px 0px #84B0D8;
	font-size: 9pt;
	font-style: italic;
	line-height: 16px;
}

.handwritten {
	text-shadow: 1px 1px 0px #84B0D8;
	font-family: Angelina; 
	font-size: 30pt; 
	color: inherit; 
}

#rss_wrapper {
	width: 80%;
	background: -moz-linear-gradient(45deg, #fa9d39, #d95b29);
	background-color: #387ebe;
	margin-left: -33px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-color: #fa9d39;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	-moz-box-shadow: 0px 5px 20px #0b0b0b;
	color: #0b0b0b; 
}

#rss_wrapper p {
	color: #0c151d;
	text-shadow: 1px 1px 0px #fa9d39;
	font-size: 9pt;
	font-style: italic;
	line-height: 16px;
	border-bottom-color: #b44c23;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-bottom: 3px;
}

#lastfm_wrapper {
	width: 105%;
	background: -moz-linear-gradient(45deg, #e01302, #af0100);
	background-color: #e01302;
	margin-left: -33px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-color: #650100;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	-moz-box-shadow: 0px 5px 20px #0b0b0b;
	color: #fff;
}

#lastfm_wrapper p {
	text-shadow: 1px 1px 0px #650100;
	font-size: 8pt;
	line-height: 16px;
	border-bottom-color: #650100;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-bottom: 3px;
}

#search_wrapper {
	width: 90%;
	background: -moz-linear-gradient(45deg, #d9d9d9, #949494);
	background-color: #387ebe;
	margin-left: -33px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-color: #ededed;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	-moz-box-shadow: 0px 5px 20px #0b0b0b;
	color: #0b0b0b; 
}

#search_wrapper p {
	text-shadow: 1px 1px 0px #ededed;
	font-size: 8pt;
	line-height: 16px;
	border-bottom-color: #650100;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-bottom: 3px;
}

.sidebar_search_input {
	font-family: Trebuchet MS, Sans-Serif;
}

#twitter_wrapper hr {
	border: none;
	border-bottom-color: #295d8c; 
	border-bottom-width: 1px; 
	border-bottom-style: dotted;
}

.pageHandle {
	text-align: center;
	position: absolute;
	display: block;
	margin-top: 0px;
	background: -moz-linear-gradient(-90deg, #d9d9d9, #c0c0c0);
	background-color: #fff;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #949494;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	z-index: -1;
}

#tagCloud {
	text-align: center;
	padding-right: 20px;
	/*width: 530px;
	max-width: 530px;
	height: 220px;
	max-height: 220px;
	background-image: url(../images/template/tagCloud.png);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 40px;*/
}

.thumb {
	border-color: #fff !important;
	border-width: 5px !important;
	border-style: solid !important;
	/*-moz-box-shadow: 0px 10px 20px #4e4e4e;*/
}

a.downloadButton {
	 font-size: 12pt; 
	 font-weight: bold;
	 background-image: url(../images/template/drive-download.png);
	 background-repeat: no-repeat;
	 background-position: 5px 2px;
	 background-color: #d9d9d9;
	 padding-left: 25px;
	 padding-right: 10px;
	 text-decoration: none;
	 border-style: solid;
	 border-width: 1px;
	 border-color: #e0e0e0;
}

a.downloadButton:hover {
	background-color: #eaeaea;
	border-color: #fff;
}

span.screensTitle {
	opacity: 0.0;
}

span.screensTitle h2 {
	font-size: 12pt;
	letter-spacing: 0;
}

a.lastFMlink {
	background-color: none;
}

a.lastFMlink:hover {
	background-color: #a70d00;
}

#footerWrapper {
	background: -moz-radial-gradient(center 45deg, circle cover, #66B1F5 0%, #387ebe 100%);
	background-color: #387ebe;
	margin-top: 30px;
	margin-bottom: 20px;
	border-top-color: #b3dbff;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #2b4e6e;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: none;
}

#footerWrapper p, #footerWrapper li {
	color: #0c151d;
	text-shadow: 1px 1px 0px #84B0D8;
	font-size: 10pt;
}

#footerWrapper li {
	margin-left: -15px;
}

#footerWrapper h2 {
	margin: 0;
	color: #0c151d;
	text-shadow: 1px 1px 0px #84B0D8;
}

.copyright {
	color: #101010;
	text-shadow: 1px 1px 0px #454545;
	text-align: center;
}

.dateContainer {
	position: absolute;
	margin-left: -145px;
	margin-top: -20px;
	text-align: center;
	font-family: DJ_GROSS;
	color: #091928;
	text-shadow: 1px 1px 0px #344d65;
	line-height: 40px;
	padding-top: 18px;
	letter-spacing: -1px;
	cursor: default;
	-moz-transform: rotate(-15deg);
}

#livesearch {
	padding-right: 20px;
}

input.searchfield {
	width: 90%;
	border: none;
	-moz-border-radius: 5px;
	background: transparent;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.7) inset;
	height: 20px;
	padding: 5px;
	padding-left: 28px;
	color: rgba(0,0,0,0.5);
	font-family: Trebuchet MS, sans-serif;
	font-size: 14pt;
	font-style: italic;
	background-image: url(../images/template/magnifier.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	margin-top: 20px;
	margin-bottom: 15px;
}

#livesearchResults {
	display: none;
	position: absolute;
	background-color: rgba(0,0,0,0.75);
	width: 15.75%;
	margin-top: -14px;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 2px;
}

#livesearchResults p.h {
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	font-size: 12pt;
	text-shadow: none;
	font-style: italic;
	margin: 0px;
	border-bottom-color: #fff;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#livesearchResults a, #livesearchResults p {
	color: #fff;
	margin: 0;
	text-shadow: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}

#livesearchResults a:hover {
	background: -moz-linear-gradient(90deg, #00379b, #00a2fb);
	background: -webkit-gradient(linear, left top, left bottom, from(#00a2fb), to(#00379b));
	color: #fff;
}
