@charset "UTF-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	background:#F9F7F4 url(/images/images_style/bg.png) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1
{
	font-size:18px;
	font-weight:normal;
	color:#A45117;
	margin-bottom:15px;
	text-shadow: silver 0 1px 1px;
}

h2
{
	font-size:16px;
	font-weight:normal;
	color:#cf2315;
	margin-bottom:10px;
	text-shadow: silver 0 1px 1px;
}

p
{
	font-size:14px;
	color:#4B1B23;
	margin-bottom:15px;
	line-height:20px;
	margin-bottom:30px;
}

ul
{
	font-size:14px;
	color:#4B1B23;
	margin-left:20px;
	margin-bottom:15px;
	line-height:20px;
	margin-bottom:30px;
	list-style:circle;
}

#main_content a
{
	font-size:14px;
	color:#4B1B23;
	text-decoration:none;
	border-bottom:1px dashed #4B1B23;
	line-height:20px;
}

#main_content a.portfolio
{
	border-bottom:none;
}

.container
{
	position:relative;
	width:920px;
	margin:0 auto;
}

.thumb
{
	width:125px;
	height:125px;
	float:left;
	background:url(/images/images_style/thumb-bg.png) no-repeat;
	padding:3px 0 0 3px;
}

#header
{
	background:url(/images/images_style/header.png) repeat-x;
	height:88px;
	margin-bottom:35px;
}

#logo
{
	position:absolute;
	right:0px;
	top:0px;
}

ul#main_menu li
{
	display:inline;
}

ul#main_menu li a
{
	display:inline-block;
	background:#EDE2C8;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	color:#4B1B23;
}

#header a:hover
{
	color:#cf2315;
}

ul#main_menu li a#active
{
	background:#D4BD85;
}

#main_content .bottom_bar
{
	border-bottom:solid 1px #8C804B;
	padding:0 0 4px 0;
	margin-bottom:40px;
}

#main_content .bottom_bar a
{
	display:inline-block;
	background:#8C804B;
	padding:2px 10px 2px 10px;
	color:#FFF;
	text-decoration:none;
	border:none;
}

#main_content .bottom_bar a:hover
{
	color:#cf2315;
}

.cccc
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.00cc
{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	
	/*
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	*/
}

.two_third_split
{
	width:537px;
}

.one_third_split
{
	width:343px;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.codeblock
{
	padding:20px 10px 20px 10px;
	background:#FCFCF3;
	border-top:#D6D89E solid 1px;
	border-bottom:#D6D89E solid 1px;
	overflow:auto;
	overflow-y:hidden;
	margin-bottom:20px;
}

.twitter
{
	background:url(http://www.diovisuals.com/images/images_style/twitter.png) no-repeat;
	width:201px;
	height:99px;
	margin-top:-20px;
	margin-bottom:25px;
	padding:5px 20px 10px 95px;
}

.table
{
	font-size:14px;
	color:#4B1B23;
	margin-bottom:15px;
	margin-bottom:30px;
	background-color:#D3C8AE;
}

.table td
{
	padding:5px;
}

.table .even
{
	background-color:#F3EFE2;
}

.table .uneven
{
	background-color:#D6D89E;
}

#footer
{
	background:url(http://www.diovisuals.com/images/images_style/footer.png) repeat-x;
	height:88px;
	margin-top:35px;	
}

.clearfloat
{
	clear:both;
}

#contact_form
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7b7c7e;
	overflow: auto;
}

#contact_form fieldset
{
	margin:0;
	padding:0;
	border:none;		
	padding-bottom:1em;
}

#contact_form legend
{
	display:none;
}

#contact_form p
{
	margin-bottom: 10px;
}

#contact_form label
{
	display:block;
	margin-bottom: 5px;
}	

#contact_form input, #contact_form textarea
{	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width:378px;
	border:3px solid #ebe2d5;
	background:#FFFFFF;
	padding:5px;
	color:#cf2315;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contact_form input:focus, #contact_form textarea:focus 
{
	background:#EDE2C8; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contact_form textarea
{
	height:125px;
	overflow:auto;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contact_form p.submit
{
	text-align:left;

}

#contact_form button
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding:5px 20px;
	border:none;
	background:#4B1B23;
	color:#fff;
	cursor:pointer;		
	text-align:center;
	margin-right: 15px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
}

.comments
{
	margin-top:50px;
}

.comments p.name
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:10px;
	display:block;
	color:#d87634;
	margin:10px -10px 0 -10px;
	padding:3px 10px 3px 10px;
	background:#FCFCF3;
	border-bottom:#D6D89E 1px solid;
}

.comment_one
{
	background:#D3C8AE;
	padding:10px 10px 0 10px;
	
}

.comment_two
{
	background:#D6D89E;
	padding:10px 10px 0 10px;
}
