/*
Theme Name: SAWTheme
Description: SAW Lawyers
Author: TidyThemes & Mammoth Media
Author URI: http://tidythemes.com/ & http://www.mammothmedia.com.au/
Version: 3.3
Tags: black, red, white, light, one-column, fixed-width, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********** Site Styles **********/

body {
	text-align: center;
}

body.home {
	background-image: url(images/top-bg.png), url(images/bottom-bg.png) !important;
	background-position: left top, left bottom;
	background-repeat:repeat-x;
}

body.page {
	background-image: url(images/top-bg.png), url(images/bottom-page-bg.png);
	background-position: left top, left bottom;
	background-repeat:repeat-x;
}



body, input, textarea {
	font: 0.9em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8A8E8F;
	line-height: 1.625;
}

#wrapper {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}


a, a:hover, a:active, .red {
	color: #DF4C3E;
	text-decoration: none;
}

h2 {
	color: #3845AB;
	text-transform: uppercase;
	font-size: 1.3em;
}

.entry-title {
	display: none;
}

/*********** Header & Menu **********/

#header {
	margin: 40px 0px 90px 0px;
	overflow: auto;
}

#branding {
	width: 425px;
	float: left;
}

#site-title a {
	display:block;
	height: 0px;
	padding-top: 48px;
	overflow:hidden;
	color: #444444;
}

#site-title a.logo {
	background:transparent url(images/SA-Walker-Lawyers.png) no-repeat left top;
}

.menu-main-menu-container {
	width: 420px;
	float: right;
	margin-top: 15px;
}

.menu-main-menu-container ul li {
	float: right;
	text-transform: uppercase;
	margin-left: 20px;
	font-weight: bold;
}

.menu-item a {
	color: #474747;
}

.current-menu-item a {
	color: #DF4C3E;
}


/******** Container ***********/

#container {
	margin-bottom: 20px;
}

#homeAbout {
	float: left;
	width: 600px;
}

#homeServices {
	float: left;
	width: 300px;
}


#homeServices ul li:before {
 content: "\0BB \020";
 }




/*********** Footer ***********/

#footer {
	font-size: .7em;
	height: 72px;
	overflow: auto;
}

#footerLeft {
	float: left;
	padding-top: 20px;
}

#copyright {
	float: right;
	text-align: right;
	padding-top: 20px;
}


/*******
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{} 
*******/