/*
Theme Name: Lawfield
Theme URI: http://lawfield.com.au/
Description: Custom WP theme for Lawfield	.
Version: 1.0
Author: Stuart Shearing
Author URI: http://seja-design.com.au/
Tags: seja custom wordpress templates

*/


body  {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#b0b0b0;
	background-image:url(lawfield-bodybg.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #363636;
}

p, td {
	font-size:11px;
}

div.highlight {
	color:#363636;
	border:#ed5000 1px solid;
	padding:5px 5px 3px 10px;
	margin:0 0 15px 0;
	width:230px;
	font-style:italic;
	font-size:12px;
}
#container { 
	width: 772px; 
	margin: 0 auto;
}

#innerContainer {
	border: 1px solid #ed5000;
	background-color:#FFF;
	text-align: left;
}

#header {
	height:247px;
}

#menu {
	margin: 3px 0;
	text-align:center;
}

#menu a:active, #menu a:visited, #menu a:link {
	font-size:12px;
	color:#363636;
	display:inline;
	padding:2px 15px;
	text-decoration:none;
}

#menu a:hover {
	background-color:#b0b3d0;
	color:#ba4002;
}
	
#sidebar1 {
	float: right; 
	width: 250px;
	padding: 15px 10px;
}
#sidebar1 h3{
	margin:0;
	padding:0 0 0 15px;
	color:#322206;
	font-size:12px;
}
#sidebar1 p {
	font-size:12px;
	padding-left:20px;
}
#sidebar1 ul {
	color:#FFF;
	margin:5px 0 15px;
	padding:0
}
#sidebar1 li {
	list-style:none;
	font-size:0;
	color:#343333;
}
#sidebar1 ul li li {
	font-size:12px;
	margin:0;
	padding-left:10px;
}
#pagenav {}
#pagenav ul {}
#pagenav ul li {}
#sidebar1 a:active, #sidebar1 a:visited, #sidebar1 a:link {
	display:block;
	color:#FFF;
	text-decoration:none;
}
#sidebar1 a:hover {
	color:#c74609;
}
#mainContent { 
	margin: 0 275px 0 0; 
	padding: 0 20px;
	min-height:450px;
} 

h1.pageTitle {
	margin:10px 0 0;
}
h1.pageTitle a:active, h1.pageTitle a:visited, h1.pageTitle a:link {
	color:#343333;
	text-decoration:none;
}
h1.pageTitle a:hover {
	color:#c74609;
}
#mainContent h1, #mainContent h2, #mainContent h3 {
	font-size:16px;
	color:#c74609;
}
#mainContent p {
	font-size:12px;
}
div.navigation {
	font-size:10px;
}
div.navigation a:active, div.navigation a:visited, div.navigation a:link {
	color:#343333;
}
div.navigation a:hover {
	color:#c74609;
}
p.postmetadata {
	color:#999;
	font-size:10px;
}
p.postmetadata a:active, p.postmetadata a:visited, p.postmetadata a:link {
	color:#999;
	text-decoration:underline;
}
p.postmetadata a:hover {
	color:#c74609
}
#wp-last-posts h4 {
	padding-left:10px;
	font-size:12px;
}
#wp-last-posts .postmetadata {
	display:none;
}
small {
	font-size:10px;
	color:#999;
}
img {
	border:0;
}
#footer p { 
	text-align:right;
	padding-right:0 15px 0 0;
	margin: 0;
} 
#footer a:active, #footer a:visited, #footer a:link {
	margin: 0;
	padding: 10px 0;
	font-size:x-small;
	color:#363636;
	text-decoration:none;
}

#footer a:hover {
	color:#ed5000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
