/*  
Theme Name: Merritt Merritt Update
Theme URI: http://www.unionstreetmedia.com
Description: A new theme for Merritt &amp; Merritt &amp; Moulton based on the original design but with cleaned up code and structure
Version: 1.0
Author: Scott Nelle
Author URI: http://www.unionstreetmedia.com/

*/

/* =Whitespace reset
-----------------------------------------------
*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img { border: 0; }

a:active { outline: none; }

ul, ol { margin-left: 20px; }

ul ul, ol ol { margin-bottom: 0; }

li { margin-bottom: 4px;}

fieldset {
	border: 1px solid #666;
	padding: 10px;
}

/* =Structure
-----------------------------------------------
*/
#wrapper {
	width: 960px;
}

#header {
	width: 891px;
	height: 85px;
	padding-left: 69px;
	position: relative;
}

#navbar {
	height: 25px;
	padding-left: 85px;
	margin: 0;
}

#content {
	padding-top: 24px;
	padding-left: 93px;
	padding-bottom: 1em;
}

#main {
	text-align: justify;
}

#secondary {

}

#footer {
	clear: both;
	height: 45px;
}

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
.clear { display: inline-block; }   
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* =Background
-----------------------------------------------
*/
body { background: #fff; }
#wrapper { background: transparent url('i/wrapper.gif') 54px top repeat-y; }

/* =Type and colors
-----------------------------------------------
*/
body {
	font: normal 0.7275em/1.45 Verdana, sans-serif;
	color: #123851;
}

h1,
h2,
p,
ul,
ol { margin-bottom: 16px; }


h3,
h4,
h5,
h6,
ul ul,
ol ol { margin-bottom: 0; }

a {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 { font: normal normal 163%/1.33 "Times New Roman", Times, serif; color: #527435; text-transform: uppercase; }
h2 { font: normal normal 175%/1 "Times New Roman", Times, serif; color: #156cc8; }
h3 { font: normal normal 125%/1 "Times New Roman", Times, serif; color: #156cc8; }
h4 { font: normal bold 100%/1 Verdana, sans-serif; }
h5, h6 { font: normal bold 100%/1 Verdana, sans-serif; }

/* =Header
-----------------------------------------------
*/
p#headercontact {
	position: absolute;
	right: 0;
	top: 45px;
	margin: 0;
	font: normal normal 110%/1 "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #123851;
}

p#headercontact a {
	color: #123851;
}

/* =Navigation
-----------------------------------------------
*/
#navbar li {
	list-style: none;
	float: left;
	margin: 0 9px 0 0;
	position: relative;
	z-index: 100;
}

#navbar a {
	display: block;
	float: left;
	background: #ecf7e2;
	color: #123851;
	font: normal normal 109%/1 "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 7px;
}

#navbar a:hover {
	background: #fff;
}

/* dropdowns */
#navbar li ul {
	position: absolute;
	left: -9999px;
	display: block;
	white-space: nowrap;
	margin: 0;
	background: #f1f0f0;
	border: 1px solid #d1d0d0;
	text-align:left;
	padding: 8px 18px;
	_width: 1%;
	opacity: .9;
}

#navbar li:hover ul,
#navbar li.sfhover ul {
	left: 0;
	z-index: 100;
	top: 26px;
	height: auto; /* sticky suckerfish fix */
}

#navbar li ul li {
	position: relative;
	height: auto;
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	background: transparent;
}

* html #navbar li ul li {
	height: 100%;
}

#navbar li ul li a {
	display: block;
	padding: 0 4px;
	line-height: 20px;
	height: 20px;
	margin: 0;
	float: none;
	font-weight: normal;
	font-size: 109%;
	text-transform: none;
	background: transparent;
	text-shadow: none;
	border-width: 0;
}

ul#navbar li ul li a:hover {
	text-decoration: underline;
	background: transparent;
}

/* level 3 navigation */
#navbar li ul ul {
	margin: -33px 0 0 100%;
	background: #f9f9f9;
}

#navbar li:hover ul ul,
#navbar li.sfhover ul ul{
	left: -9999px;
}

#navbar li ul li:hover ul,
#navbar li ul li.sfhover ul{
	left: auto;
}


/* =Content
-----------------------------------------------
*/
#secondary {
	float: right;
}

#secondary strong a,
#secondary a strong {
	color: #527435;
}

/* home page template */
body#home #main {
	width: 595px;
	float: left;
}

body#home #secondary {
	width: 250px;
}

/* affiliations template */
body#affiliations #main {
	width: 375px;
	float: left;
}

body#affiliations #secondary {
	clear: left;
}

/* attorneys template */
body#attorneys #main {
	width: 375px;
	float: left;
}

body#attorneys #secondary {
	width: 170px;
	padding-top: 2em;
}

/* directions template */
body#directions #main {
	width: 395px;
	float: left;
}

body#directions #secondary {
	width: 220px;
	padding-top: 2em;
}

/* blog template */
body#blog #main {
	width: 595px;
	float: left;
}

body#blog #secondary {
	width: 250px;
}

/* =Footer
-----------------------------------------------
*/
#footer {
	margin-left: 9px;
	padding-left: 87px;
	border-top: 4px solid #4b8228;
}

#footer p {
	font: normal normal 110%/45px "Times New Roman", Times, serif;
	text-transform: uppercase;
}

/* =WordPress Styles
-----------------------------------------------
*/
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
#wordpresscontent .navigation { display: inline-block; }   
#wordpresscontent .navigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html #wordpresscontent .navigation { height: 1%; }
#wordpresscontent .navigation { display: block; }

#wordpresscontent .navigation .alignleft {
	width: 47%;
}

#wordpresscontent .navigation .alignright {
	width: 47%;
	text-align: right;
}

/* Begin Typography & Colors */
.postmetadata {
	clear: both;
	font-size: 92%;
	border: 1px solid #ddd;
	border-width: 1px 0;
	padding: 4px 5px;
	background: #eee;
}

.permalink {
	font-size: 92%;
}

blockquote {
	margin: 10px 0;
	border-left: 10px solid #ccc;
	padding: 0 20px 0 10px 
}
/* End Typography & Colors */

/* Begin Comments*/
li.authorcomment {
	background: #eee;
}
.commentlist cite {
	font-style:normal;
	font-weight: bold;
}
/* End Comments */

/* widget sidebar */
#wp-sidebar {

}
#wp-sidebar ul {
	margin-left: 0px;
}
#wp-sidebar ul ul {
	margin-left: 20px;
	margin-bottom: 1em;
}
li.widget {
	list-style: none;
	margin-bottom: 1em;
}
li.widget ul {
	list-style: disc;
}
li.widget ul ul {
	list-style: circle;
}
#affmap{
	position:relative;
	top:-560px;
	left:0px;
}

#blogfeed{
width:250px;
float:right;
list-style:none;
}
#blogfeed .blogtitle h2{
position:relative;
top:9px;
color:#527435;
}
