/*

Theme Name: Ardmore

Theme URI: http://ardmore.ithemes.com/

Author: iThemes

Author URI: http://ithemes.com/

Version: 1.2.0

Description: Ardmore is a premium WordPress theme designed by iThemes.

Tags: light, business, theme options, image fader, dropdown menus, CMS



Copyright (c) 2009 iThemes Media, LLC.

See license.txt for terms and conditions.



See history.txt for version history.

*/



/*CSS Reset*/

@import url("css/reset.css");
@import url(https://fonts.googleapis.com/css?family=Cardo:400,700,400italic);


body { /* This is where you set many of the universal defaults */

	background: #e3ebf9; 

	color: #333;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-align: left;

	line-height:1.4em;

	padding:0;

	margin:0;

}



.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }



#wrap {

	background: #fff url(http://brewinlaw.com/wp-content/themes/Ardmore/images/body-bg.jpg) top left repeat-x;

	width:100%;

	margin: 0px auto;

	padding:0;

}



/*********************************************

	Universal Link Styles

*********************************************/



a, a:link, a:visited {

	color: #55A125;

	text-decoration: none;

}



a:hover, a:active { 

	color: #000; 

	text-decoration: underline; 

}



/*********************************************

	Universal Text Elements

*********************************************/

i, em {

	font-style: italic;

}

b, strong {

	font-weight: bold;

}

p, ul, ol, blockquote {

	color: #666;

}



ol, ul {

	margin: 5px 35px;

}

ol {

	list-style-type: decimal;

}

ul {

	list-style-type: disc;

}

blockquote {

	margin: 5px 0px 5px 10px; padding: 0px 0px 0px 10px;

	font-style: italic;

}



img { 

	border: 0px; 

	background: none; 

}



p {

	padding: 0px;

	margin: 0 0 15px;

}



/*********************************************

	Header Styles

*********************************************/



h1,h2,h3,h4,h5,h6 { /* Use this for universal styles for all header elements */

	font-family: Arial, Helvetica, Sans-Serif;

	padding: 0px;

	margin: 0px 0px 10px;

	font-weight: normal;

	text-decoration: none;

	text-align: left;

	letter-spacing: 0px;

	line-height:1.2em;

}



h1 { 

	text-transform: uppercase;

	font-size: 20px;

}



h2 {

	font-size: 18px;
    margin-top: 25px;
}



h3 {

	font-size: 16px;

}



h4,h5,h6,h7 {

	font-size: 14px;

	letter-spacing:0px;

}



.post h3 { /* This style used as the post titles on homepage/archive and comments headings */

	text-transform: uppercase;

	font-weight:bold;

	color: #669933;

	font-size:18px;

	margin-bottom:5px;

}



.entry h3 { /* This style used within the post content itself */

	font-weight:normal;

	color:#333;

	text-transform: capitalize;

	font-size: 16px;

}



.sidebar h4 { /* This style used as the sidebar widget titles  */

	font-size: 12px;

	color: #4D4D4D;

	letter-spacing:0px;

	border-bottom:1px solid #eee;

	padding: 0;

	margin: 0 0 5px;

}



#footer h4 { /* This style used as the Footer widget title  */

	font-size: 12px;

	color: #999;

	text-transform: uppercase;

	letter-spacing:0px;

	padding: 0;

	margin: 0 0 3px;

	border:0;

	font-weight:bold;

}



.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {

	color:#333;

	text-transform:capitalize;

	margin-bottom: 10px;

}



h3 a, h3 a:link, h3 a:visited { }



h3 a:hover, h3 a:active { }



h1.pagetitle { /* This style used as title on archive pages and pages */

	text-transform: uppercase;

	font-weight:bold;

	color: #669933;

	font-size:20px;

	margin-bottom:15px;

}



h1.single-pagetitle { /* This style used as title on single posts */

	text-transform: uppercase;

	font-weight:bold;

	color: #669933;

	font-size:20px;

	margin-bottom:0;

}



#comments h3, #respond h3 { /* This style used as title in the comments section */

	color: #333;

}



/*********************************************

	The Obligatory WP Styles

*********************************************/



.aligncenter, div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.alignleft {

	float: left;

	text-align: left;

}



.alignright {

	float: right;

	text-align: right;

}



img.alignright {

	margin: 25px;

}



img.alignleft {

	margin: 25px;
	

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

}



.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}



/*********************************************

	Header Styles

*********************************************/



#header {

	width:100%;

	width: 765px; 

	height: 75px;

	margin: 0 auto 20px;

}

#header #title {

	width: 250px; 

	height: 32px;

	float: left;

}

#header #title a {

	display: block;

	width: 250px; 

	height: 69px;

	margin: 0px; 

	padding: 0px;

	text-indent: -9999px;

}



/*********************************************

	Image Rotator Styles

*********************************************/



#rotator-wrapper { /* The image rotator */

	clear: both;

	display: block;

	width:765px;

	height:143px;

	margin: 50px auto 60px;

	background: url(images/Header_shadow1.png) top left no-repeat;

}



#shadow-divider { /* This places the shadow beneath the image rotator div */

	width:100%;

	height:10px;

	padding:0;

	margin:0;

	background:transparent url(images/shadow-divider.gif) top left repeat-x;

}



/*********************************************

	Horizontal Navigation Styles 

	(with dropdowns)

*********************************************/



#menu {

	width: 800px; 

	margin: 0;

	padding: 60px 0 0;

	float:right;

	height:20px;

	line-height:20px;

}



#menu ul {

	float:right;



	text-transform:lowercase;
	font-family: 'Cardo', serif;
	list-style: none;

	padding: 0;
 	list-style-type: none;
	margin: 0;

}



#menu li {



	margin: 0 0 0 5px;
 list-style-type: none;
	padding:0 5px 0 0;
	font-family: 'Cardo', serif;
	font-weight:400;
	font-size:14px;

	float: left;

}



#menu li li {

	background-image:none;

	border:1px solid #fff;

	border-top:0;

	padding:0;

	margin: 0;

}



#menu li a, #menu li a:link, #menu li a:visited {



	color: #28426c;

	text-decoration: none;

	display: block;

	text-decoration: none;

	padding: 0px 5px 0px 15px;

}



#menu li a:hover, #menu li a:active, #menu li:hover {

	color: #28426c;

}



#menu li ul a, #menu li ul a:link, #menu li ul a:visited {

	background-image:none;

	padding: 0px 15px;

	width:170px;

	background:#669933;

	filter:alpha(opacity=80);

	-moz-opacity:0.8;

	-khtml-opacity: 0.8;

	opacity: 0.8;

}



#menu li ul a:hover, #menu li ul a:active  { 

	background:#669933;

	filter:alpha(opacity=100);

	-moz-opacity:1.0;

	-khtml-opacity: 1.0;

	opacity: 1.0;

}



#menu li ul {

	float:none;

	z-index:9999;

	position: absolute;

	left: -999em;

	height: auto;

	width: 200px;

	margin: 0 0 0 -1px;

	padding:0;

	border-top:1px solid #fff;

}



#menu li ul ul {

	border:0;

	margin: -20px 0 0 200px;

}



#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {

	left: -999em;

}



#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {

	left: auto;

}



#menu li:hover, #menu li.sfhover { width:auto;

}



/*********************************************

	Container Div

*********************************************/



#container {

	width: 885px;

	margin: 0px auto 20px; 

	padding: 0px;

	text-align: left;

}



/*********************************************

	Content-Wrap Div

*********************************************/



#content-wrap { /* This adds the shadows behind the content area */

	width: 765px;

	margin: 0px auto; 

	padding: 23px 60px 0;

	background: url(images/wrap.gif) 0 0 no-repeat; 

}



#content-wrap-full {/* This adds the shadows behind the content area for the full page template */

	width: 765px;

	margin: 0px auto; 

	padding: 22px 60px 0;

	background: url(images/wrap-full.gif) 0 0 no-repeat; 

}



#content-wrap-left { /* This adds the shadows behind the content area for the left sidebar template */

	width: 765px;

	margin: 0px auto; 

	padding: 22px 60px 0;

	background: url(images/wrap-left.gif) 0 0 no-repeat; 

}



#content-wrap-left .sidebar {

	float:right;

}



/*********************************************

	Content Div

*********************************************/



#content {

	display: inline;

	width: 400px;

	float: right;

	margin: 0 7px 7px; 

	padding: 23px;

	border:1px solid #eee;

}



#content-full { 

	display: block;

	padding: 23px;

	border:1px solid #eee;

	margin: 0 7px 7px;

}



#content-wrap-left #content {

	display: inline;

	width: 400px;

	float: left;

	margin: 0 7px 7px;

	padding: 23px;

	border:1px solid #eee;

}



/*********************************************

	Post Div

*********************************************/



.post {

	clear: both;

	margin: 0 0 30px;

}



/*********************************************

	Post Meta Styles, if needed

*********************************************/



.meta {

	clear: both; /* we need this so floats in the post are cleared */

	margin: 5px 0 10px;

	padding: 5px 0px 0px;

	border-top: 1px solid #eee;

	color: #999;

}



.meta-date { }



.meta-author { }



.meta-comments { }



.meta-category { }



/*********************************************

	Previous/Next Page Navigation

*********************************************/



.page-nav {

	clear: both; /* To clear any floats */

	margin: 0px;

	padding: 0px;

}



/*********************************************

	Sidebar

*********************************************/



.sidebar {

	display: inline;

	float: left;

	width: 280px;

	margin: 0px; 

	padding: 0;

	font-size: 11px;

}



.sidebar .widget {

	clear: both;

	margin: 0px; 

	padding: 0px 0px 20px 0px;

}



.sidebar p, 

.sidebar .textwidget {

}



.sidebar img {

	margin: 0px;

}



.sidebar form {

	margin: 0px; 

	padding: 0px;

}



.sidebar ul {

	margin: 0px; 

	padding: 0px 0px;

	list-style-type: none;

}



.sidebar ul li {

	margin: 5px 10px 5px 0px; 

	padding: 0px;

}



.sidebar ul li a {

	font-weight: normal;

}



.sidebar ul li a:hover { }



.sidebar ul li ul {

	margin: 0px 0px 0px 10px; 

	padding: 0px;

}



.sidebar ul li ul li {

	margin: 5px 10px 5px 5px; 

	padding: 0px;

}



/*********************************************

	Comment Styles

*********************************************/



#comments {

	margin: 20px 0px; 

	padding: 0px;

	overflow: hidden;

}



#comments .title {

	font-size: 25px;

	margin: 0px; 

	padding: 15px 0px;

}



#comments ol.commentlist {

	margin: 0px; 

	padding: 0px;

}



#comments ul.children {

	margin: 0px; 

	padding: 10px 0px 0px;

}



#comments .vcard { }



#comments .vcard .avatar {

	display: block;

	float: left;

	margin: 0px; 

	padding: 0px 10px 0px 0px;

}



#comments .comment-meta {

	padding: 0px 0px 20px 0px;

}



#comments li.even,

#comments li.odd {

	clear: both;

	list-style-type: none;

	border: 1px solid #eee;

}



#comments ul.children li {

	border: 1px solid #eee;

}



#comments li.even {

	margin: 5px 0px 5px 0px;

	padding: 10px;

	overflow: hidden;

}



#comments li.odd {

	margin: 5px 0px 5px 0px;

	padding: 10px;

	overflow: hidden;

}



#comments blockquote {

	background: #F2F2F2;

	margin: 10px 0px; 

	padding: 10px;

}



#comments blockquote {

	background: #FFF;

	border: 1px solid #eee;

	margin: 10px 0px; 

	padding: 10px;

}



#comments .alert {

	background: #fffbd6;

	border: 1px solid #ebe067;

	margin: 5px 0px; 

	padding: 5px;

}



#comments p {

	margin: 0px 0px 10px; 

	padding: 0px;

}



#respond {

	overflow: hidden;

}



#respond #commentform {

	margin: 5px 0px 0px 0px;

	padding: 0px;

	overflow: hidden;

}



#respond #commentform #author,

#respond #commentform #email,

#respond #commentform #url {

	width: 50%;

	margin: 0px 0px 5px 0px; 

	padding: 5px;

}



#respond #commentform #comment {

	width: 95%;

	margin: 10px 0px 15px 0px; 

	padding: 5px;

}



#commentform p {

	margin-bottom:0;

}



/*********************************************

	Contact Form Styles

*********************************************/



#ithemes-contact-page-form td {

	padding-bottom:15px;

	vertical-align:top;

}



#ithemes-contact-page-form td.label {

	padding-right:5px;

}



#ithemes-contact-page-form textarea {

	width:330px;

}



/*********************************************

	125x125 Banner Ad Styles

*********************************************/





.sidebar ul.banner125 {

	margin: 0px; 

	padding: 0px;

}



.sidebar ul.banner125 li {

	float:left;

	margin: 0px 5px 5px 0px; 

	padding: 0px;

}



.sidebar ul.banner125 li img {

	display:block;

	margin: 0px; 

	padding: 0px;

}



/*********************************************

	Footer Styles

*********************************************/



#footer-wrap {
	background: #2e404a url(http://brewinlaw.com/wp-content/themes/Ardmore/images/Footer_BG.jpg) top left repeat-x;

	width:100%;

	margin: 0 auto;

	padding: 25px 0;

}



#footer {

	font-size:11px;

	width:765px;

	clear: both;

	display: block;

	color: #999;

	text-align: left;

	margin: 0px auto; 

}



#footer p {

	margin:0;

}



#footer p.name {

	text-transform:uppercase;

	font-weight:bold;

	font-size:14px;

	color: #D47616;

	margin-bottom:15px;

}



#footer a, #footer a:link, #footer a:visited {

	color: #999;

	text-decoration: none;

}



#footer a:hover, #footer a:active {

	color: #fff;

	text-decoration: underline;

}



#footer .col1 {

	width:250px;
	float:left;
	margin: 0 10px;
	padding:0;
    padding-left: 200px;
}



#footer .col2 {

	width:150px;

	float:left;

	margin: 0 10px;

	padding:0;

}



#footer .col3 {

	width:150px;

	float:left;

	margin: 0;

	padding:0;

}



#footer .col4 {

	font-weight:bold;

	width:210px;

	float:right;

	margin: 0;

	padding:0;

}



#footer .widget {

	clear: both;

	margin: 0px; 

	padding: 0px;

}



#footer p, #footer .textwidget {

}



#footer img {

	margin: 0px;

}



#footer form {

	margin: 0px; 

	padding: 0px;

}



#footer ul {

	margin: 0px; 

	padding: 0px;

	list-style-type: none;

}



#footer ul li {

	margin: 0 0 3px 0; 

	padding: 0px;

}



#footer ul li a {

	font-weight: normal;

}



#footer ul li a:hover { }



#footer ul li ul {

	margin: 0px 0px 0px 10px; 

	padding: 0px;

}



#footer ul li ul li {



}

