/* ----- universal ----- */

body {
	background: #000000;
	font: 14px/20px Tahoma, Geneva, Verdana, sans-serif;
	color: #FFF;
}
#mainwrapper {
	width: 1170px;
	margin: 0 auto;
}
p {
	padding-bottom: 5px;
	color: #FFF;
}
.pFirst {
	padding-top: 10px;
	font-size: 22px;
	color: #2ACDF9;
	line-height: 30px;
}
a, a:link {
	color: #FFF;
	text-decoration: none;
	padding-bottom: 5px;
}
a:visited {
	color: #FFF;
}
a:hover, a:active {
	color: #FFF;
}
h1 {
	color: #2ACDF9;
	padding: 0 0 2px 0;
	font-family: Cambria;
	font-size: 20px;
	line-height: 30px;
}
h1#likes {
	color: #FEFB7A;
	font-size: 36px;
}
h2 {
	color: #FEFB7A;
	font-family: Georgia, Times, serif;
	font-size: 24px;
	line-height: 26px;
}
.h2First {
	padding-top: 0;
}
h3 {
	color: #FFF;
	padding-bottom: 10px;
	font-family: Georgia, Times, serif;
	font-size: 20px;
	line-height: 22px;
}
h4 {
	color: #f05500;
	font: 12px/14px Georgia, Times, serif;
	padding-bottom: 2px;
}
img {
	border: none;
}
/* ----- toolbox -----*/

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}

/* ----- IE box ----- */
#ieOutside {
	width: 100%;
	padding: 10px 0;
	background-image: url(img/bg-ie-outside.gif);}
#ieInside {
	width: 920px;
	margin: 0 auto;
	padding: 10px 15px 3px 15px;
	background-image: url(img/bg-ie-inside.gif);
	border: solid 3px #b19500;
	font: 14px/20px Arial, sans-serif;
	color: #615100;}
#ieInside h5 {
	font: 18px/24px Verdana, sans-serif;
	font-weight: bold;
	color: #362d00;}
#ieInside h6 {
	font: 14px/20px Verdana, sans-serif;
	font-weight: bold;
	color: #362d00;}
#ieInside a, #ieInside a:link, #ieInside a:visited {
	color: #b72200;
	text-decoration: underline;}
#ieInside a:hover, #ieInside a:active {
	color: #b72200;
	text-decoration: none;}
/* ----- Header ----- */

#header {
}
#nav {
	background: url(../img/header.jpg) no-repeat;
	width: 1170px;
	height: 220px;
}
#nav ul {
	float: left;
	margin: 100px 0 0 650px;
}
#nav li {
	display: inline;
}
#nav li a {
	float: left;
	display: block;
	height: 90px;
	text-indent: -9999px;
}
#nWeb a {
	width: 90px;
}
#nPrint a {
	width: 100px;
	margin-left: 24px;
}
#nVideo a {
	width: 110px;
	margin-left: 15px;
}
#nAbout a {
	width: 100px;
	margin-left: 10px;
}
/* ----- Content ----- */

#content {
	padding: 20px 0 0 0;
	width: 1080px;
	margin: 0 auto;
}
#comingsoon {
	font-size: 36px;
	color: #F1EE75;
	margin: 50px 0 40px 300px;
}
#columnLeft {
	width: 350px;
	margin: 50px 0 0 0;
}
#columnRight {
	float: right;
	width: 668px;
	color: #706a5e;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	margin: 50px 0 50px 0;
}
#columnRight img {
	border: solid 3px #000000;
}
#columnRight a img:hover {
	border: solid 3px #99cccc;
}

#columnContact{
	width: 300px;
	margin: 10px 0 0 0;
}
#blog-info {
	height: 500px;
	width: 250px;
	margin-top: 20px;
}
#lcd-like {
	width: 250px;
	margin-top: 20px;
}

.lcdlikes #latest {
	width: 400px;
	height: 300px;
	border: solid #FFF;
	background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 7px 7px 5px #666; 
	-webkit-box-shadow: 7px 7px 5px #666; 
	padding: 5px 5px 5px 15px;
}
.lcdlikes #latest a {
	color: #000;
	text-decoration: none;
}
.lcdlikes #latest h1 {
	font-size:36px;
	font-weight:700;
	padding-bottom: 20px;
	padding-left: 90px;
	text-shadow: 2px 2px 2px #000;
}
/* ----- Footer ----- */

#footer {
	background: url(../img/footer.jpg);
	width: 1080px;
	height: 50px;
	margin: 0 auto;
}
#back2top {
	float: right;
	margin: 3px 30px 0 0;
	width: 35px;
}
#back2top a {
	display: block;
	width: 35px;
	height: 45px;
	text-indent: -9999px;
}
#back2top a:hover {
	background-position: center bottom;
}
