/*  
Theme Name: VenetianDecorators v2
Theme URI: http://www.cleverstarfish.com/
Description: VenetianDecorators WordPress Theme
Version: 1.0
Author: CleverStarfish
Author URI: http://www.cleverstarfish.com
*/

body {
	background: url('/wp-content/themes/theme/_img/bg.jpg') 0px 0px repeat;
	color: #fff;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
a {
	/*color: #d4bc79;*/
	color: #ffc000;
	text-decoration: underline;
}
a:hover {
	color: #eedeb3;
}
h1 {
	display: none;
}
#left {
	float: left;
	width: 500px;
}
#left .top .shadow {
	background: url('/wp-content/themes/theme/_img/shadow1.gif') 0px 0px repeat-x;
	height: 18px;
}
#left .top .head {
	background: url('/wp-content/themes/theme/_img/headbg.gif') 0px 0px repeat-x;
	height: 213px;
}
#menu {
	float: left;
	width: 148px;
	height: 210px;
	margin: 1px 0 2px 0;
	overflow: hidden;
	font-size: 11px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li a {
	display: block;
	height: 30px;
	text-align: center;
	border-top: 1px solid #4b4844;
	text-decoration: none;
	color: #fff;
}
#menu ul li a span {
	padding: 5px 0 0 0;
	display: block;
}
#menu ul li.home a:hover, #menu ul li.home.current a { background: #da5f27; }
#menu ul li.news a:hover, #menu ul li.news.current a { background: #3d4d48; }
#menu ul li.aboutus a:hover, #menu ul li.aboutus.current a { background: #b58e2e; }
#menu ul li.finishes a:hover, #menu ul li.finishes.current a { background: #b42025; }
#menu ul li.gallery a:hover, #menu ul li.gallery.current a { background: #1885b5; }
#menu ul li.materials a:hover, #menu ul li.materials.current a { background: #febc11; }
#menu ul li.training a:hover, #menu ul li.training.current a { background: #117d67; }
#menu ul li.contact a:hover, #menu ul li.contact.current a { background: #803878; }
/* special rules */
#menu ul li.home a { height: 26px !important; }
#menu ul li.contact a { height: 26px !important; }

#flash {
	width: 352px;
	height: 209px;
	background: url('/wp-content/themes/theme/_img/flash.jpg') 0px 0px no-repeat;
	float: right;
	margin: 2px 0 2px 0;
}
#left .top .heading {
	background: url('/wp-content/themes/theme/_img/header.gif') 0px 0px no-repeat;
	height: 55px;
}
#left .top .heading-home {
	background: url('/wp-content/themes/theme/_img/header-home.gif') 0px 0px no-repeat;
	height: 150px;
}
.welcome {
	color: #f5efe3;
	line-height: 1.6em;
	padding: 4px 24px 0 24px;
}
#left .top h2 {
	margin: 0;
	padding: 8px 24px 0 24px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
#content {
	line-height: 1.6;
	padding: 0 20px 20px 20px;
}
#right {
	margin: 0 0 0 500px;
	background: url('/wp-content/themes/theme/_img/bars.gif') 0px 0px repeat-x;
	min-height: 558px;
}
#right .top .shadow {
	background: url('/wp-content/themes/theme/_img/barshadow1.gif') 0px 0px repeat-x;
	height: 18px;
}
#right .top .head {
	background: url('/wp-content/themes/theme/_img/headbg.gif') 0px 0px repeat-x;
	height: 213px;
}
#right .top .head #logo img {
	padding: 50px 0 0 50px;
	border: none;
}
#right .top .undershadow {
	background: url('/wp-content/themes/theme/_img/barshadow2.gif') 0px 0px repeat-x;
	height: 12px;
}



.edit{font-size:11px;}
.edit a{color:#483a21;text-decoration:none;}
.edit a:hover{color: #bfad8c;}

.post {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #5e5a55;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.post .date {
	color: #989692;
	font-size: 10px;
}

#contactname, #contactemail, #contactphone {
	padding: 4px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	width: 200px;
}
#contactcomments {
	font: 11px Georgia, "Times New Roman", Times, serif;
	width: 95%;
	padding: 4px;
}
#contactform button {
	padding: 4px 6px 4px 6px;
}
#footer {
	height: 33px;
	background: url('/wp-content/themes/theme/_img/footer.gif') 0px 0px repeat-x;
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 10px;
}
#footer .left {
	float: left;
	width: 600px;
	margin: 10px 0 0 10px;
	text-transform: uppercase;
}
a#starfish {
	float: right;
	width: 82px;
	height: 23px;
	display: block;
	background-image: url('_img/starfish.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 5px 10px 0 0;
}
a:hover#starfish {
	background-position: 0px -23px;
}
a#starfish span {
	display: none;
}