/* style.css My crappy style */

body {
	color: white; background: #111111;
	font-family: arial;
}

a img{
	border: none;
}
a{ color: #fff;}
a:visited { color: #FFF;}
a:hover { color: #63f3f2; }
a {text-decoration:none;}

div.ie_container {
	text-align: center;
}

div#container{
	background-image:url(horizgrad.png);
	background-repeat:repeat-y;
	width: 1000px;
	margin: 0px auto;
}


div#top{
	text-align: left;
	background: url(top.png) top left no-repeat;
	width: 1000px;
	height: 97px;
}

div#main{

	width: 908px;
	margin-left: 45px;
}


div#maincolor{	
	background-image: url(topdowngrad.png);
	background-repeat: repeat-x;
	width: 908px;
	height: 480px;
}

div#mainleft{

	width: 170px;
	float: left;
	text-align: center;
}


div#mainright{
	margin-top: -34px;
	width: 720px;
	float: left;
	border-left:#727272 1px solid;
}



div#leftlogo{
	margin-top: -36px;
	margin-right: -1px;
	height: 157px;
	float: center;
	border-right:#727272 1px solid;
}


div#rightlogo{
	margin: 20px 0 0 90px;
}

div#rightwhole{
	margin-top: 32px;
	padding-top: 20px;

	width: 736px;

	border-top:#727272 1px solid;
}

div#righttext{
	margin-top: 32px;
	padding-top: 20px;
	padding-left: 35px;
	width: 455px;
	font-size: 0.9em;
	line-height: 1.4em;
	float: left;
	border-top:#727272 1px solid;
}

div#righttext p{	
	text-indent:35px;
}

div#rightpics{
	margin-top: 32px;
	padding-top: 40px;
	width: 230px;
	float: left;
	border-top:#727272 1px solid;
	text-align: center;
}

div#rightpics img{
	border:#727272 4px solid;
	margin: 20px 0;
}

div#leftmenu{
	padding-top: 10px;
	padding-right: 12px;
	margin-left: 12px;
	margin-right: -1px;
	height: 280px;
	border-top:#727272 1px solid;
	border-right:#727272 1px solid;
}

div#leftmenu a{		
	color: #FFF;
}

div#leftmenu a:hover{
	color: #63f3f2;
}


div#leftmenu ul li{
	padding: 5px 12px 5px 0;
	margin: 10px -12px 10px 0;
	list-style: none;
	text-transform: uppercase;
	font-family: "Trajan Pro", Verdana, Arial;
	font-size: 1em;
	letter-spacing: 3px;
}

div#leftmenu ul{
	margin: 0px auto;
	padding: 0px;
}



div#leftmenu ul li.selected{
	background-color: #456262;
}


div.clearer{
	clear: both;
}

div#bottom{
	clear: both;
	background: url(bottom.png) top left no-repeat;
	width: 1000px;
	height: 96px;
}

div#footer{
	width: 1000px;
	color: #333;
	padding-top: 0px;
	font-size: 0.7em;
	text-align: center;
	clear: both;
}


div#footer p{
	margin-top: 3px;
	margin-bottom: 0px;
}


div#footerpic{
	padding-top: 50px;
}

/*

Projects

*/

#projecttitle{
	width: inherit;
	height: 45px;
	float: left;
}

#projecttitle_txt{
	padding-left: 30px;
}

#project_blank{
	width:100px;
	border-top:#727272 1px solid;
	float:left;
}

#project_year{
	font-size: 1.2em;
	padding: 0px 8px 3px 16px;
	float: left;
	border-top:#727272 1px solid;
	border-left:#727272 1px solid;
}

#project_year a{	
	color: #63f3f2;
}


#project_year a:hover{
	color: #fff;
}

#project_year a.selected{
	border-top:#63f3f2 2px solid;
}

#project_area{
	margin:20px;
	width: 695px;
	float: left;

}

.project_thumb{
	width: 347;
	height: 157;
	float:left;
}

.project_title{
	text-align: center;
}

.project_image{
	text-align: center;

}

.project_image img{
	border:#727272 2px solid;
}

.project_part{
	margin-left: 10px;
	float:left;
	font-size: .7em;

}
.project_date{
	margin-right: 10px;
	float: right;
	font-size: .7em;
}

#project_back{
	margin-top: -20px;
	padding: 10px 14px;
	width: 150px;
	float: left;
}

#project_back a{
	color:  #63f3f2;
}

#project_back a:hover{
	color: #fff;
}

#project_main{
	width: inherit;
	margin: 0 auto;
	float: left;
}

#project_center{
	width: 657;
	margin: auto;
}


#projectpage_title{
	font-size: 1.6em;
	margin-top:20px;
	margin-bottom:8px;
	float: left;
}

#projectpage_date{
	margin-top:30px;
	margin-bottom:8px;
	float: right;
}

#projectpage_watchtext{
	font-size: 1.3em;
	text-transform: uppercase;
	margin: 10px 0;
	text-align: center;
}

#projectpage_watchtext a{
	color: 63f3f2;
}

.projcolumn{
	width: 305;
	margin: 5px 10px;
	float: left;
}

.projcolumn a{
	color: #63f3f2;
	target="_blank";
}

.projcolumn a:hover{
	color: #fff;
}

.projcolumn_title{
	font-size: 1.4em;
	padding-left: 8px;
	padding-bottom: 2px;
	border-bottom:#727272 1px solid;
}

.projcolumn_text{
	padding: 8px 8px 0 8px;
	font-size: 0.9em;
	border-left:#727272 1px solid;
}

.projcolumn_textlist{
	font-size: 0.9em;

}
.projcolumn_text img{
	margin-right: 5px;
}

#blogmainleft a{		
	color: #63f3f2;
}

#blogmainleft a:hover{
	color: #fff;
}


/*

Blog

*/

#blogmainleft{
	width: 520;
	padding-right: 20px;
	float: left;
}
#blogmainright{
	margin-top: -20px;
	width 196;
	float: left;
	border-left:#727272 1px solid;
}

.blogpost{
	margin: 0 0 20px 20px;
}


.blogpost_title{
	font-size: 1.4em;
	float: left;
}

.blogpost_date{
	padding-top: 7px;
	float: right;
	font-size:0.8em;
}

.blogpost_body{
	float: left;
	margin-bottom: 20px;
	padding-top: 3px;
	width: 500;
	border-top:#727272 1px solid;
}

#blog_rightmenu{
	padding: 22px 15px;

}






/*

Reel

*/

#reel_container{
	margin: 0px auto;
	text-align: center;
}
.center{
	text-align: center;
}

.center p{
	margin-top: 0px;
	font-size: 0.8em;
}

#reel_frame{
	border: 6px #333 solid;
	margin: 0px;
	padding: 0px;
}

#reel_links{
	margin-top: 6px; /* */
	margin-bottom: 6px;
	text-align: left;
}

.reel_here, #reel_links a{
	margin: 0px;
	padding: 6px 30px;
}

.reel_here{
	background-color: #333;
}

#reel_links a{
	font-weight: normal;
	text-decoration: none;
}

#reel_links a:visited{
	color: #63f3f2;

}

#reel_links a:hover{
	color: #fff;
	background-color: #456262;
/*	padding-bottom: 4px;
	border-bottom: 2px solid #f90;*/
}

div.ie_container {
	text-align: center;
}



/*Contact*/



form.contact{
	width: 400px;
	margin: 10px auto;
}

form.contact table{
	width: inherit;
}
form.contact td{
	vertical-align: top;
}
div#captcha{
	margin: 10px 0px;
}
input.error, textarea.error{
	background-color: #c33;
	color: #fff;
}
div#error{
	width: 400px;
	background: #333;
	margin: 10px auto;
	padding: 10px;
}
td{
	color: #fff;
}
