@charset "utf-8";
/* CSS Document */

: /* 
 Nikita Prokhorov
 npgraphicdesign@yahoo.com
 */
 
 /* ------------------------------------------ */
 /* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
 /* ------------------------------------------ */
 * { margin-top: 0; padding: 0; }
 html { overflow-y: scroll; }
 body {
	font: 62.5% Helvetica, sans-serif;
}
 ul { list-style: none inside; }
 p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
 a { outline: none; }
 a img { border: none; }
/* END RESET */

/* TOOLBOX CSS */

 .floatleft { float: left; }
 .floatright { float: right; }
 .clear { clear: both; }
 /* END TOOLBOX */ 

*{
	margin:0;padding:0;
	
}
a:link {
	text-decoration: none;
	color: #A91D21;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	}
	

.style2 {
	color: #A91D21;
	font-weight: bold;
}
 /* ------------------------------------------ */
 /* Background */
 /* ------------------------------------------ */








 /* ------------------------------------------ */
 /* Background end */
 /* ------------------------------------------ */


body{
	margin-top:10px;
	padding:20px;
	text-align:center;
 	background-color:#222222;
	/*background-image: url(bg/bg.gif);
	background-repeat: repeat;*/
}
	
div#footer {
	height: 30px; 
	width: 900px;
	margin:auto;
	/*background-color:#A91D21;*/
	/*background-color:#afb725;*/
	/*background-color:#8C0000;*/
	clear:both;
	line-height:25px;
}

h1 {
	float:left;
	clear:left;
	margin-top:220px;
	padding-left:20px;
	font-size:20px;
	width:200px;
	/*color:#FBB040;*/
}


h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:11px;
	color:#FFFFFF;
	/*color:#BE2C2C;*/
	float:left;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	text-align:right;
}
	
 /* ------------------------------------------ */
 /* Logo */
 /* ------------------------------------------ */

#logo
{
	height: 80px; 
	width:900px;
	margin:auto;
	margin-top:0px;
	margin-bottom:5px;
	background:#222222;
	/*background-image:url(logo2t.png);
	background-repeat:no-repeat;
	background-position:top right;*/
}

 /* ------------------------------------------ */
 /* End Logo */
 /* ------------------------------------------ */
	
 /* ------------------------------------------ */
 /* Navigation */
 /* ------------------------------------------ */

#navcontainer 
{
	height: 25px; 
	width:600px;
	margin-left:0px;
	margin-right:auto;
	margin-top:auto;
	padding-top:55px;
	background:#222222;
	/*background:#333333;
	background-image:url(logo2t.png);
	background-repeat:no-repeat;
	background-position:top right;*/
}

div#navcontainer ul
{
	font-family: Arial, Helvetica, sans-serif ;
	font-size:12px;
	text-align: left;
	padding-top: 5px;
	padding-bottom:5px;
}

div#navcontainer ul li
{
	display: inline;
}

div#navcontainer ul li a
{
	padding-left: 5px;
	padding-right: 5px;
	/*color:#CCCCCC;*/
	color:#CDC63A;
	text-decoration:none;
}

div#navcontainer ul li a:hover
{
	/*background-color:#afb725;*/
	/*background-color:#A6A600;*/
	background-color:#555555;
}


.studioname {
float:right;
margin-top:-21px;
margin-bottom:-10px;
}
 /* End Navigation */

/* Portfolio */

.portfolio {
height:auto;
	list-style: none;
	margin: 0;
	padding: 0;
	}
.portfolio li {
	margin:2px;
	display:inline;
	padding-top:2px;
	float: left;
	position: relative;
}

.portfolio a {
	text-decoration: none;
}

#portfolioContent {
	width:900px;
	height:600px;
	margin:auto;
	/*margin-left:0px;
	margin-right:auto;*/
	padding-top:15px;
}

#portfolio{
	margin:0px auto 0px auto;
	height:600px;
	width:900px;
	background-color:white;
	background-repeat: no-repeat;
	background-position:bottom right;
}
.gallery {
	list-style: none;
	margin: 0;
	margin-left:25px;
	padding: 0;
}
.gallery li {
	margin: 5px;
	padding: 0;
	float: left;
	position: relative;
	
}

.gallery a {
	text-decoration: none;
	color:#CCCCCC;
}

.gallery img {
	padding: 0px 0 0 0;
}


 /* End Portfolio*/
 
 /* Feature Project*/
 
 
#feature {
	margin:0px auto 0px auto;
	height:600px;
	width:900px;
	background-color:white;
	background-repeat: no-repeat;
	background-position:bottom right;
}


#featureList {
	margin-right:19px;
	margin-left:auto;
	height:auto;
	/*margin-left:280px;*/
	/*padding-top:25px;*/
	width:600px;
}

/*#featureList ul li {
	display:inline;
}*/

.bodycopyFeat {
	width:250px;
	padding-top:25px;
	padding-left:25px;
	float:left;
	text-align:left;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	line-height:23px;
	text-transform:uppercase;
}

.bodycopyFeat2 {
	width:500px;
	padding-top:25px;
	margin-left:5px;
	clear:right;
	float:left;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	text-align:justify;
}


 /* End Feature Project*/
 
 /* Contact Page*/
 
#contact{
	margin:0px auto 0px auto;
	height:600px;
	width:900px;
	background-color:white;
	background-repeat: no-repeat;
	background-position:bottom right;
}


#bodycopyContact {
	width:350px;
	margin:auto;	
	padding-top:280px;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}

.contact {
	clear:left;
	padding-left:0px;
	padding-top:20px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

 /* End Contact Page*/
 
 /* My Blog*/

#blog{
	margin:0px auto 0px auto;
	height:600px;
	width:900px;
	background-color:white;
	background-repeat: no-repeat;
	background-position:bottom right;
}

#bodycopyBlog {
	width:540px;
	margin-left:300px;
	margin-right:auto;
	padding-top:140px;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	

}

.ambiblog {
/*text-align:left;*/
text-align:inherit;
padding-left:0px;
/*padding-top:20px;*/
padding-top:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height:18px;
text-align:justify;
}

 
 /* End My Blog*/
 
 /* About */
 
 
 #about {
	margin:0px auto 0px auto;
	height:600px;
	width:900px;
	background-color:white;
	background-repeat: no-repeat;
	background-position:bottom right;
}


.bodycopyAbout {
	width:250px;
	padding-top:140px;
	padding-left:50px;
	float:left;
	text-align:left;
	font-size:16px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/

}

.bodycopyAbout2 {
	width:540px;
	padding-top:92px;
	padding-left:0px;
	float:left;
	text-align:left;
	font-size:12px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.resume {
	clear:left;
	padding-left:100px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#A91D21;
	text-decoration:none;
}

 /* ------------------------------------------ */
 /* End About*/
 /* ------------------------------------------ */
 