/* * * * * * * * * * * 
   MouseWhiskers
	main stylesheet
	Chris Nik
* * * * * * * * * * */


body{
	background: #000000 url('images/bg.gif') repeat-x;
	font-size: 11px;
	font-family: georgia;
	color: #A0A0A0;
}

*{
	margin: 0px;
	padding: 0px;
}

strong{
	color: #FFFFFF;
}

a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}

ul{
	list-style-type: none;
}

.clear{ clear: both;}




.wrapper{
	width: 100%;
}

.page{
	background: #000000;
	width: 936px;
	margin-left: auto;
	margin-right: auto;
	padding: 17px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}


.logo{
	width: 970px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url('images/header.jpg') no-repeat;
}
.logo h1{
	display: none;
}



.main_image{
	margin-bottom: 17px;
}


.gallery_nav{
	margin-bottom: 38px;
}
.gallery_thumb{
	float: left;
	width: 138px;
	height: 159px;
	padding: 13px;
	background: #1a1a1a;
	margin-right: 29px;
}
.gallery_thumb.last{
	margin-right: 0px;
}
.gallery_thumb img:hover{
	width: 130px;
	height: 116px;
	border: solid 4px #FFFFFF;
}
.gallery_thumb h3{
	font-size: 14px;
	line-height: 14px;
	color: #888888;
	font-weight: normal;
	margin-top: 9px;
	margin-bottom: 12px;
}
.gallery_thumb h3 a{
	font-weight: normal;
	color: #888888;
}





.left_col{
	position: relative;
	float: left;
	width: 640px;
}
.right_col{
	float: right;
	width: 280px;
}


.blog_container h2{
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: normal;
	color: #4a7309;
}
.blog_container h2 a{
	font-weight: normal;
	color: #4a7309;
}

.post{
	padding-bottom: 40px;
}

.entry{
	font-size: 14px;
	color: #dee6d2;
	line-height: 20px;
	padding-left: 2px;
	padding-bottom: 15px;
}
.entry p{
	padding-bottom: 20px;
}



.nav_container{
	background: #342e23 url('./images/nav_bg.jpg') repeat-x;
	margin-top: 43px;
}

.nav_container .nav_item{
	padding: 17px;
	padding-left: 24px;
	border-bottom: solid 3px #554e40;
}
.nav_container .nav_item.last{
	border-bottom: none;
}
.nav_container .nav_item h3{
	font-size: 24px;
	line-height: 24px;
	color: #f9eeda;
	font-weight: normal;
	padding-bottom: 3px;
	display: block;
}
.nav_container .nav_item h3 a{
	color: #f9eeda;
	font-weight: normal;
}
.nav_container .nav_item h4{
	font-size: 12px;
	line-height: 15px;
	padding-left: 2px;
	color: #beb6a6;
	font-weight: normal;
	display: block;	
}

.nav_container .links{
	padding-top: 10px;
}
.nav_container .links li{
	padding-left: 10px;
	padding-bottom: 18px;
	line-height: 15px;
}
.nav_container .links a{
	color: #f9eeda;
}


.navigation{
	width: auto;
}

.navigation .alignleft a, .navigation .alignright a{
	display: block;
	text-align: center;
	width: 120px;
	height: 20px;
	padding-top: 8px;
	background: #1f2831;
	font-family: arial;
	color: #FFFFFF;
	font-size: 12px;	
}
.navigation .alignleft a:hover, .navigation .alignright a:hover{
	background: #32404e;
}

.navigation .alignleft{
	float: left;
}
.navigation .alignright{
	float: right;
}

.navigation_single{
	margin-bottom: 15px;
}
.navigation_single .alignleft a, .navigation_single .alignright a{
	font-family: arial;
	color: #FFFFFF;
	font-size: 12px;	
}
.navigation_single .alignleft{
	float: left;
}
.navigation_single .alignright{
	float: right;
}


.footer{
	border-top: solid 4px #1f2831;
	font-size: 12px;
	padding-top: 17px;
	padding-bottom: 30px;
	color: #7f7f7f;
	line-height: 15px;
	width: 954px;
	margin-left: auto;
	margin-right: auto;
}

.footer_nav{
	font-family: arial;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 4px;
}
.footer_nav li{
	float: left;
	padding-right: 20px;
}
.footer_nav li a{
}


.clients{
	padding-top: 10px;
}

.clients li{
	color: #f9eeda;
	padding-left: 10px;
	padding-bottom: 8px;
	line-height: 15px;
}




.brush{
	width: 46px;
	height: 948px;
	background: transparent url('./images/brush.png') no-repeat;
	position: absolute;
	left: 960px;
}










