html, body
{
	background-color:#C2C2C2;
	margin:0;
	padding:0;
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#3d3d3d;
	text-align:center;
	width:100%;
	height:100%;
}

a
{
	/*color:#00A1FF;*/
	color:#03D8FD;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

form
{
	margin:0;
	padding:0;
}



/* ////////////////////// Layout ////////////////////// */
#pagewidth
{
	width:940px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	margin-top:0;
	/*border:10px solid #f00;*/
}
 
#maincol
{
	float:left;
	display:inline;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:908px;
	padding:16px 16px 16px 16px;
	/*border-top:10px solid #0f0;*/
}
/* ////////////////////// Layout ////////////////////// */



/* ////////////////////// Header ////////////////////// */
#blogbutton
{
	clear:both;
	float:right;
	
	position:absolute;
	top:61px;
	right:-30px;
	
	font-family:Georgia, "Trebuchet MS";
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:3px 0 0 0;
	width:30px;
	height:27px;
	background:url(images/cb.jpg) top center no-repeat;
	color:#000;
	float:right;
}

#blogbutton:hover, #blogbutton.current
{
	text-decoration:none;
	background:url(images/cb.jpg) center center no-repeat;
	color:#fff;
}

#header
{
	float:left;
	width:100%;
	background:#000 url(images/header.jpg) top left no-repeat;
}

#header .logo
{
	float:left;
	background:url(images/logo.jpg) center center no-repeat;
	width:135px;
	height:164px;
	margin-left:14px;
	margin-right:20px;
}

#header #gap
{
	float:left;
	/*background-color:#CBCBCB;*/
	margin:14px 0;
	width:10px;
	height:136px;
}

#header #intro
{
	margin-right:4px;
	float:right;
	width:735px;
	height:164px;
	font-size:14px;
	font-family:Arial, Verdana;
	font-weight:bold;
	color:#3d3d3d;
	text-align:left;
}

#header #intro p
{
	margin:0;
	padding:14px 10px 0 0;
}

#header #intro p.red
{
	color:#DD1E25;
}

#contactbox
{
	clear:both;
	float:right;
	
	position:absolute;
	top:11px;
	right:-30px;
	
	/*
	position:fixed;
	top:11px;
	left:1182px;
	*/
	
	z-index:5000;
}

#contactbox #button
{
	font-family:Georgia, "Trebuchet MS";
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:10px 0 0 0;
	padding:3px 0 0 0;
	width:30px;
	height:27px;
	background:url(images/cb.jpg) top center no-repeat;
	color:#000;
	float:right;
}

#contactbox #button:hover
{
	text-decoration:none;
	background:url(images/cb.jpg) center center no-repeat;
	color:#fff;
}

#contactbox a#button.current
{
	text-decoration:underline;
	background:url(images/cb.jpg) bottom center no-repeat;
	color:#fff;
}

#contactbox #form
{
	clear:both;
	float:right;
	width:350px;
	height:450px;
	background:url(images/cbg.png) center center no-repeat;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}

#contactbox #form form
{
	padding:20px 20px 0 20px;
	color:#999;
}

#contactbox #form form .form
{
	position:relative;
}
 
#contactbox #form form a
{
	color:#999;
	display:block;
}

#contactbox #form form h3
{
	font-family:Georgia, "Trebuchet MS";
	font-size:25px;
	font-style:italic;
	font-weight:bold;
	padding:0;
	margin:0 0 10px 0;
}

#contactbox #form form hr
{
	border:1px solid #DD1E25;
	padding:0;
	margin:0 0 10px 0;
	clear:both;
}

#contactbox #form form p
{
	padding:0;
	margin:0 0 10px 0;
	text-transform:uppercase;
	font-size:10px;
}

#contactbox #form form p.right
{
	text-align:right;
}

#contactbox #form form p #cf_error
{
	float:left;
	color:#DD1E25;
	width:250px;
	text-align:left;
}

#contactbox #form form p label
{
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	margin:0 0 5px 0;
	color:#DD1E25;
}

#contactbox #form form p input, #contactbox #form form p textarea
{
	font-family:Arial, Georgia, "Trebuchet MS";
	font-size:10px;
	width:300px;
	padding:5px;
	border:none;
}

#contactbox #form form p input.submit
{
	font-size:10px;
	/*background-color:#00CDFE;*/
	background-color:#DD1E25;
	width:auto;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	float:right;
}
/* ////////////////////// Header ////////////////////// */



/* ////////////////////// Blog Navigation ////////////////////// */
#blognavigation
{
	margin-left:0px;
	margin-right:4px;
	float:right;
	width:735px;
	height:164px;
	font-size:10px;
	font-family:Tahoma, Arial, Verdana;
	color:#3d3d3d;
}

#blognavigation .padder
{
	padding:14px 10px;
	float:left;
	width:225px;
	height:120px;
	overflow:hidden;
}

#blognavigation .nopl
{
	padding-left:0;
}

#blognavigation .lw
{
	width:221px;
}

#blognavigation .fulllength
{
	padding-left:0;
	width:715px;
}

#blognavigation .padder h3
{
	font-family:Arial, Tahoma, Verdana;
	font-size:14px;
	padding:0;
	margin:0 0 10px 0;
	text-transform:uppercase;
	border-bottom:1px solid #000;
	cursor:hand;
	cursor:pointer;
}

#blognavigation ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#blognavigation ul li
{
	margin:0;
	padding:0;
	float:left;
}

#blognavigation ul li a
{
	width:200px;
	margin:0;
	padding:2px;
	float:left;
	color:#DD1E25;
}

#blognavigation ul li a:hover
{
	/*background-color:#03D8FD;*/
	/*background-color:#DD1E25;
	color:#fff;*/
}

#blognavigation ul li form input.text
{
	font-family:Arial, Georgia, "Trebuchet MS";
	font-size:10px;
	width:156px;
	padding:3px;
	border:1px solid #C2C2C2;
	margin-right:5px;
}

#blognavigation ul li form input.submit
{
	font-family:Arial, Georgia, "Trebuchet MS";
	font-size:10px;
	width:50px;
	padding:3px;
	background:#DD1E25;
	color:#fff;
	border:none;
}
/* ////////////////////// Blog Navigation ////////////////////// */



/* ////////////////////// Main Column Home ////////////////////// */
.maincolh .post
{
	float:left;
	clear:both;
	width:880px;
	height:280px;
	background:#fff url(images/pbg.jpg) top left no-repeat;
	position:relative;
	margin:12px 0 0 0;
	padding:14px;
}

.maincolh .post .images
{
	float:left;
	position:relative;
	width:840px;
	height:280px;
}

.maincolh .post img
{
	border:0;
	padding:0;
	margin:0;
	float:left;
	width:840px;
	height:280px;
}

.maincolh .post .paging
{
	padding:0;
	margin:0;
	list-style:none;
	float:right;
	width:30px;
}

.maincolh .post .paging li
{
	padding:0;
	margin:0;
}

.maincolh .post .paging li a
{
	font-family:Georgia, "Trebuchet MS";
	font-size:20px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:1px 0 0 0;
	float:left;
	width:30px;
	height:29px;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	background:#fff url(images/boxes.jpg) bottom center no-repeat;
}

.maincolh .post .paging li a:hover, .maincolh .post .paging li a.current
{
	color:#fff;
	background:#fff url(images/boxes.jpg) top center no-repeat;
	text-decoration:none;
}

.maincolh .post .info
{
	position:absolute;
	right:14px;
	bottom:14px;
}

.maincolh .post .info li a
{
	font-size:20px;
	margin:10px 0 0 0;
	padding:3px 0 0 0;
	width:30px;
	height:27px;
	background:#fff url(images/boxes.jpg) bottom center no-repeat;
}

.maincolh .post .info li a:hover, .maincolh .post .info li a.current
{
	background:#fff url(images/boxes.jpg) center center no-repeat;
}




.maincolh .post .text
{
	position:absolute;
	left:14px;
	bottom:14px;
	
	width:820px;
	
	text-transform:uppercase;
	font-size:10px;
	background:#000;
	color:#fff;
	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	padding:10px 10px 0 10px;
	
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.maincolh .post .text h3
{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.maincolh .post .text div.category
{
	margin:0 0 10px 0;
}

.maincolh .post .text strong
{
	font-size:11px;
	text-decoration:underline;
}

.maincolh .post .text p
{
	margin:0 0 10px 0;
	padding:0;
}
/* ////////////////////// Main Column Home ////////////////////// */



/* ////////////////////// Main Column ////////////////////// */
.maincol .post
{
	float:left;
	clear:both;
	width:908px;
	background:url(images/pbg_top.jpg) top center no-repeat;
	position:relative;
	margin:12px 0 0 0;
	padding:17px 0 0 0;
}


.maincol .post .content
{
	padding:0 0 0 0;
	float:left;
	background:url(images/pbg_main.jpg) top center repeat-y;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}

.maincol .post .content .posthead h1, #maincol .comments h1
{
	margin:0 0 10px 0;
	padding:0;
	font-family:Arial, Tahoma, Verdana;
	font-size:25px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:3px solid #03D8FD;
	color:#03D8FD;
}

.maincol .post .content .posthead h1 a
{
	color:#03D8FD;
}

.maincol .post .content .posthead h1 a:hover
{
	text-decoration:none;
}

.maincol .post .posthead
{
	font-size:10px;
	width:860px;
	padding:0 24px;
}

.maincol .post .posthead a
{
	color:#DD1E25;
}

.maincol .post .text
{
	float:left;
	/*background:url(images/pbg_main.jpg) top center repeat-y;*/
	background:url(images/pbg_bottom.jpg) bottom center no-repeat;
	width:860px;
	padding:10px 24px 12px 24px;
}

.maincol .post .text h3, .maincol .post .text h1, .maincol .post .text h2
{
	font-family:Arial, Tahoma, Verdana;
	font-size:14px;
	color:#DD1E25;
	text-decoration:underline;
	text-transform:uppercase;
	width:100%;
	margin:0 0 2px 0;
}

.maincol .post .text h3 a, .maincol .post .text h1 a, .maincol .post .text h2 a
{
	color:#DD1E25;
}

.maincol .post .text p
{
	margin:0 0 10px 0;
	padding:0;
}

.maincol .post .text img.full
{
	width:auto !important; /* real browsers */
	width:860px; /* IE6: treaded as min-height*/
	max-width:860px; /* real browsers */
	margin:5px 0;
}

.maincol .post .text a img.full
{
	border:none;
}
/* ////////////////////// Main Column ////////////////////// */



/* ////////////////////// Comments ////////////////////// */
#maincol .comments
{
	clear:both;
	width:908px;
	margin:12px 0 0 0;
	background:url(images/pbg_top.jpg) top center no-repeat;
	color:#3d3d3d;
	float:left;
}

#maincol .comments .holder
{
	width:860px;
	padding:0 24px 4px 24px;
	margin-top:20px;
	float:left;
	background:url(images/pbg_main.jpg) top center repeat-y;
}

#maincol .comments .holder h1
{
	margin-top:-3px;
}

#maincol .comments .holder .cholder
{
	width:420px;
	float:left;
	margin-right:20px;
}

#maincol .comments .holder .cholder p
{
	margin:7px 0;
	float:left;
}

#maincol .comments .holder .cfholder
{
	width:420px;
	float:left;
}

#maincol .comments .holder2
{
	width:908px;
	height:20px;
	float:left;
	background:url(images/pbg_bottom.jpg) top center no-repeat;
}

#maincol .comments ul
{
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
}

#maincol .comments ul li
{
	width:100%;
	clear:both;
	float:left;
	margin:10px 0 10px 0;
	padding:0;
	border-bottom:1px solid #C2C2C2;
}

#maincol .comments ul li a
{
	color:#DD1E25;
}

#maincol .comments .trackback
{
	width:100%;
	float:left;
	clear:both;
	margin:7px 0 10px 0;
	text-align:center;
	color:#DD1E25;
}

#maincol .comments .trackback a
{
	text-transform:uppercase;
	font-weight:bold;
	color:#DD1E25;
}

#maincol .comments .num
{
	float:right;
	text-align:center;
	padding:4px;
	background:#DD1E25;
	color:#fff;
	border-bottom:none;
	font-size:11px;
	font-weight:bold;
}

#maincol .comments .avater { float:left;margin-right:10px;}
#maincol .comments .user { float:left;margin: 0 0 0 0; padding: 0px; font-size: 14px;font-weight:bold;line-height:17px;}
#maincol .comments .date { text-align:right;line-height:11px; font-size: 10px;text-transform:uppercase;}
#maincol .comments .body { float:left;padding:5px 0 0 0;margin:0 0 10px 50px;clear:both;}
#maincol .comments .body p { padding:0px;margin:0;clear:both;}
#maincol .comments .dark { background:#1B1B1B; border:1px solid #363636; }

#maincol .comments form
{
	margin:10px 0 0 0;
	padding:20px 20px 0px 20px;
	background-color:#000;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	float:left;
}
#maincol .comments form p {
	padding:0;
	margin:0 0 20px 0;
	text-transform:uppercase;
	font-size:10px;
}
#maincol .comments form p label { 
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	margin:0 0 5px 0;
	color:#DD1E25;
}
#maincol .comments form p label small { }
#maincol .comments form .TextField {
	font-family:Arial, Georgia, "Trebuchet MS";
	font-size:10px;
	width:370px;
	padding:5px;
	border:none;
}
#maincol .comments form .submit {
	font-size:10px;
	/*background-color:#00CDFE;*/
	padding:5px;
	border:none;
	background-color:#DD1E25;
	width:auto;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
/* ////////////////////// Comments ////////////////////// */



/* ////////////////////// Navigation ////////////////////// */
.portfoliopaging
{
	float:right;
	clear:both;
	
	position:absolute;
	right:-30px;
	bottom:20px;
	
	/*
	position:fixed;
	bottom:20px;
	left:1182px;
	*/
	
	width:30px;
}

#nav
{
	float:right;
	margin-top:6px;
	margin-bottom:4px;
	margin-right:4px;
}

#nav .wp-pagenavi a, #nav .wp-pagenavi a:link, #nav .wp-pagenavi a:active
{
	padding:2px 0 0 0;
	height:28px;
}

#nav .wp-pagenavi a, #nav .wp-pagenavi span.extend, #nav .wp-pagenavi span.current
{
	margin-left:10px;
	float:left;
}

.nav_posts
{
	float:right;
	clear:both;
	
	position:absolute;
	right:-46px;
	top:0px;
	
	/*
	position:fixed;
	bottom:20px;
	left:1182px;
	*/
	
	width:30px;
	height:100%;
}

.nav_posts .left
{
	position:absolute;
	left:0;
	top:4px;
}

.nav_posts .right
{
	position:absolute;
	left:0;
	bottom:4px;
}

.nav_posts a
{
	font-family:Georgia, "Trebuchet MS";
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:3px 0 0 0;
	float:left;
	width:30px;
	height:27px;
	text-align:center;
	vertical-align:middle;
	color:#000;
	background:#fff url(images/boxes2.jpg) bottom center no-repeat;
}

.nav_posts a:hover
{
	color:#fff;
	background:#fff url(images/boxes2.jpg) center center no-repeat;
}
/* ////////////////////// Navigation ////////////////////// */



/* ////////////////////// Common ////////////////////// */
.loading {
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#000;
}

.clear {clear:both;}
.mt {margin-top:10px;}
.mb {margin-bottom:10px;}
.ml {margin-left:10px;}
.mr {margin-right:10px;}
/* ////////////////////// Common ////////////////////// */



/* ////////////////////// Hacks ////////////////////// */
.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

.clearfix
{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
/* ////////////////////// Hacks ////////////////////// */
