@charset "utf-8";
/* CSS Document */

/****************
PADDING ORDER: TOP RIGHT BOTTOM LEFT
****************/

/****************
TOP LEVEL ELEMENTS
****************/
*{
	margin:0;
	padding:0;
	outline:0;
}

body{
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 100%;
	background: #2a2a2a url('Images/Stripes2.png');
	background-attachment:fixed;
	text-decoration:none;
}

#wrap {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

#content-wrap {
	clear: both;
	width: 840px;
	padding: 0; 
	margin: 10px auto;
}

#header {
	width: 840px;
	position: relative;
	height: 96px;
	margin-top: 20px;
	color:#fff;
	background:url('Images/header.png') no-repeat center top;
}

/* NAV */
#nav{
	float:left;
	position:relative;
	width:840px;
	height:33px;
	background:#000 url('Images/nav.png') repeat-x center top;
	clear:both;
}
#nav ul {
	float: right;
	list-style: none;
	margin:0;
	padding: 0;
}
#nav ul li {
	display: inline;
}
#nav ul li a{
	font-size:18px;
	display: block;
	float: left;
	padding: 6px 6px;
	background:url('Images/navRight.png') no-repeat right;
}
#nav ul li a:hover {
	color: #00a8e0;
	text-decoration:underline;
}

/* MAIN */
#main {
	float: left;
	width: 580px;
	padding: 5px 0px 10px 10px;
	margin: 0px;
	display: inline;
	background: #2a2a2a url('Images/mainRight.png') right repeat-y;
	font-size: 16px;
	min-height: 639px;
}
#main ul {
	float: left;
	margin:0;
	padding: 0;
}
#main ul li {
	display: inline;
	list-style: none;
}
#main ul li a{
	font-size:18px;
	display: block;
	float: left;
	margin: 0px 6px 6px 12px;
}
#main ul li a:hover {
	color: #00a8e0;
	text-decoration:underline;
}
#main ul li img{
	margin-right:-12px;
	margin-top:3px;
}
#main img{
	max-height:120px;
	max-width:550px;
}

/* POST FOOTER */
.post-footer {
	padding: 5px;
	margin: 20px 10px 10px 10px;
	border: 1px dashed #00a8e0;
	font-size: 80%;
}
.post-footer .readmore {
	background: url(Images/icons/page_white_go.png) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .date {
	background: url(Images/icons/time.png) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
	color:#a8a8a8;
}

/* SIDEBAR */
#sidebar{
	background:#464646;
	padding: 0px;
	margin: 0px;
	float:right;
	width:250px;
	height:100%;
	text-align:center;
	min-height:100%;
}
#sidebar .carbonH4{
	background:url(Images/nav.png);
	height:33px;
	padding-top:6px;
}
#sidebar ul.sidemenu{
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 1px 5px;
	margin: 0 2px;
}
#sidebar a{
	font-size:12px;
}
#sidebar .carbon{
	font-size:13px;
}

/* FOOTER */
#footer {
	background:url(Images/footer.png) no-repeat center top;
	clear: both;
	width: 840px;
	height: 25px;
	text-align: center;	
	font-size: 10px;
	padding:5px 0px 0px 0px;
}

/****************
FORMATTING
****************/

/* IMAGES */
img{
	background:none;
	border:0;
}
img.imgCarbon{
	background: #464646;
	border:1px solid #00a8e0;
	padding: 5px;
}

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

/* LINKS */
a, a:visited {
	color:rgb(0, 168, 224);
	text-decoration:none
}
a:hover {
	color:rgb(0, 168, 224);
	text-decoration:underline
}
/* TEXT */
.carbon{
	font-size:inherit;
	color:rgb(168, 168, 168);
	font-family:sans-serif;
	text-indent:50px;
}
.carbonBright{
	font-size:16px;
	color:rgb(224, 224, 224);
	font-family:sans-serif;
	text-indent:50px;
}
.carbonBold{
	font-size:16px;
	color:rgb(168, 168, 168);
	font-family:sans-serif;
	font-weight:bold;
	text-indent:50px;
}
.carbonRed{
	font-size:16px;
	color:rgb(224, 0, 0);
	font-family:sans-serif;
}
/* HEADERS */
.carbonH1{
	text-indent:0px;
	font-size:20px;
	color:rgb(0, 168, 224);
	font-family:sans-serif;
	font-variant:small-caps;
	font-weight:900;
}
.carbonH2{
	text-indent:0px;
	font-size:20px;
	color:rgb(168, 168, 168);
	font-family:sans-serif;
	font-variant:small-caps;
	font-weight:900;
}
.carbonH3{
	text-indent:0px;
	font-size:18px;
	color:rgb(0, 168, 224);
	font-family:sans-serif;
	font-variant:small-caps;
	font-weight:900;
}
.carbonH4{
	text-indent:0px;
	font-size:18px;
	color:rgb(168, 168, 168);
	font-family:sans-serif;
	font-variant:small-caps;
	font-weight:900;

}