/*
Theme Name: Durom News

*/

html {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('images/content-bg.jpg') repeat-x #cccccc;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	line-height: 1.4em;
}

a {
	color: #29296F;
}

h1, h2, h3, h4, h5, h6{
	font-family: Garamond, Adobe Garamond Pro, ITC Garamond, Times New Roman, Times, serif;

}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.clear {
	display: block;
	clear: both;
}

#header {
	background: url('images/hbg.jpg') bottom repeat-x;
	padding: 0;
	min-width:770px;
	margin: 20px auto 0px auto;
	text-align: center;
}
	#header img {
		margin: 0;
		padding: 0;
	}

#content-wrapper {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	border-left: 2px solid #444444;
	border-right: 2px solid #444444;
	border-bottom: 2px solid #444444;
}

#content {
	width: 550px;
	margin: 15px 10px 15px 10px;
	float: right;
	min-height: 100%;
}
	#content h1 {
		margin: 0px 0px 8px 0px;
		font-size: 2.0em;
		line-height: 1.3em;
	}
	#content h2
	{
		line-height: 1em;
	}

	#content .excerpt {
		display: block;
		margin: 0 8px 8px 8px;
		padding: 0px 10px;
		border: 1px dashed #cccccc;
		background-color: #f5f5f5;
		font-size: 0.9em;
		font-style: italic;
	}

		#content .excerpt p {
			margin: 5px 0px;
		}

		#content .excerpt .author {
			font-weight: bold;
		}

	#content .listed-post {
		margin: 10px 5px;
	}

		#content .listed-post h4 {
			font-size: 1.0em;
			margin: 3px 0px;
		}

		#content .listed-post .entry p {
			font-size: 0.8em;
			margin: 3px 0px;
		}

	#content .post {
		font-size: 0.9em;
		line-height: 1.4em;
	}
#rightCol{
padding-left: 10px; float: right; width: 240px;
}
#leftCol{
float: left; width: 250px;
}
#left {
	width: 190px;
	margin: 20px 15px 20px -10px;
	float: left;
	border: 2px solid #222222;
	background-color: #E6E6E8;
}
	#left h4 {
		display: block;
		margin: 0;
		width: 170px;
		padding: 1px 10px 3px 10px;
		text-align: center;
		font-size: 9pt !important;
		font-weight: normal;
		font-family: Tahoma, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: 5px;
		background-color: #222222;
		color: #aaaaaa;
	}
	#left .nav {
		font-size: 10pt !important;
		margin: 0;
		padding: 0;
	}
		#left .nav li {
			margin: 0;
			list-style-type: none;
		}
		#left .nav li a {
			width: 170px;
			padding: 5px 10px;
			display: block;
			color: #29296F;
			text-decoration: none;
			background-color: #E6E6E8;
			border-top: 1px dashed white;
			border-bottom: 1px dashed white;
		}
		#left .nav a:hover {
			color: red;
/*			background-color: #223388;
*/		}
		#left .nav .nav-selected{
				color: white;
				background-color: #223388;
		}
		#sidebar {
			text-align: center;
			background-color: #E6E6E8;
		}

#left-sub {
	width: 160px;
	margin: 20px 15px 20px -20px;
	float: left;
	border: 2px solid #222222;
	background-color: #dddddd;
	text-align: center;
}

#right {
	width: 130px;
	margin: 10px -50px 10px 10px;
	float: right;
	background-color: #aaaaaa;
	border: 2px solid #222222;
}

.right_box
{
	width:270px;
	float:right;
}

.left_box
{
	width:270px;
	float:left;
}


#footer_firm_name{
display:none;
}
#footer
{
	width: 770px;
	background-color: #eeeeee;
	text-align: center;
	font-size: 9pt;
	color: #666666;
	padding: 5px 0px;
}

.clear {
	clear: both;
}
form{
	background-color: #eeeeee;
	padding: 10px;
}
fieldset {
margin: 1.5em 0 0 0;
padding: 0;
}
legend {
margin-left: 1em;
color: #000000;
font-weight: bold;
}
fieldset ol {
padding: 1em 1em 0 1em;
list-style: none;
}
fieldset li {
padding-bottom: 1em;
}
fieldset.submit {
border-style: none;
}

label{
	float: left;
	width: 10em;
	margin-right: 1em;
	display: inline-block;

}
input{
	margin-bottom:5px;
}
#contact_form{
	margin-left: 50px;

}
.submit{
	text-align:center;
}
#contact_address{
	float:left;
	margin-left:0px;
	margin-right:10px;
}
#contact_numbers{
	float:right;
	margin-right:40px;
}
/*
#contact_form input{
	margin-left:10px;
	width: 160px;
}
#contact_form textarea{
	text-align:center;
	width: 300px;

}
#contact_form label{
	text-align: left;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width:200px;

}*/