/*   
Theme Name: Custom Theme
Theme URI: http://www.southernwebgroup.com
Description: Custom WordPress theme built by Southern Web Group
Author: Southern Web Group
Author URI: http://www.southernwebgroup.com
Version: 1.0b
*/

/* Font Import */

@import url(http://fonts.googleapis.com/css?family=OFL+Sorts+Mill+Goudy+TT);

/* Reset */


html{color:#333;background:#fff}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}


/* Utility */

.clear {
	clear: both;
}

.hide {
	display: none;
}

a img {
	border: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.red {
	color: #911e2f;
}



/* ----- Body/Wrapper/Header ----- */

html, body {
	height: 100%;
	width: 100%;
}

body {
	background:  #edece9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

#wrapper {
	background: url(ui/body-bg.jpg) repeat-x #fff;
}

#page-wrap {
	width: 960px;
	margin: 0 auto;
}

#header {
	padding: 4px 0 0 0;
	height: 120px;
}

#header #logo {
	width: 240px;
	height: 110px;
	float: left;
}

#header #logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 240px;
	height: 110px;
	background: url(ui/logo.jpg) no-repeat #edece9;
}

#header #globalnav {
	width: 650px;
	float: right;
	margin: 50px 0 0 0;
}

#globalnav ul li {
	display: inline;
	float: left;
	padding: 0 18px;
	font-size: 15px;
}

#globalnav ul li a {
	text-decoration: none;
	color: #911e2f;
	font-family: 'OFL Sorts Mill Goudy TT', "Georgia", "Times New Roman", serif;
	font-style: italic;
	text-transform: lowercase;
	color: #333;
}

#globalnav ul li.current_page_item a, #globalnav ul li.current-page-ancestor a {
	color: #911e2f;
}


/* ----- Content ----- */

#break-pad {
	height: 32px;
}

#content {
	background: #fff;
	padding: 15px 25px 25px 25px;
	margin: 0px 0px 0px 0px;
}

#feature {
	border: 1px solid #dad9d8;
	background: #fff;
	height: 380px;
}

#feature .container {
	margin: 15px;
	background: #ddd;
	height: 350px;
}

#content #quote {
	font-family: 'OFL Sorts Mill Goudy TT', "Georgia", "Times New Roman", serif;
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
	color: #737373;
	text-align: center;
}

#content #quote hr {
	background: url(ui/hr-h.jpg) repeat-x #fff;
	border: 0;
	height: 1px;
	margin: 15px 0;
}

#content div.col3 {
	width: 275px;
	float: left;
	padding: 0 12px 0 15px;
	background: url(ui/hr-v.jpg) repeat-y top right #fff;
	color: #333;
}

#content div.col3 h3 {
	font-family: 'OFL Sorts Mill Goudy TT', "Georgia", "Times New Roman", serif;
	font-style: italic;
	text-transform: lowercase;
	font-size: 1.5em;
	color: #911e2f;
}


#content div.col3 ul li a {
	font-weight: bold;
	line-height: 1.5em;
	color: #333;
}

#content div.col3 ul li a:hover {
	color: #911e2f;
}

#content a {
	color: #911e2f;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

.main h1 {
	font-family: 'OFL Sorts Mill Goudy TT', "Georgia", "Times New Roman", serif;
	font-style: italic;
	text-transform: lowercase;
	font-size: 1.9em;
}

body.blog h2, body.single h2 {
	font-family: 'OFL Sorts Mill Goudy TT', "Georgia", "Times New Roman", serif;
	font-style: italic;
	font-size: 1.9em;
	color: #911e2f;
}

.main h2 {
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.main h3 {
	color: #333;
	font-size: 1.5em;
	line-height: 1.7em;
	padding-top: .5em;
	font-weight: bold;
}

.main h4 {
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.main h5 {
	color: #333;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.main h6 {
	font-size: 1.1em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}


.main ol li {
	list-style: decimal;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}

.main ul li {
	list-style: disc;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}


.main ol, .main ul {
	padding: 12px 0px;
}



.main blockquote {
  font: 14px/22px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 



.main p {
	line-height: 1.5em;
	padding: 8px 0px;
}

.main p span {
	color: #333 !important;
}

.main hr {
	background: url(ui/hr-h.jpg) repeat-x #fff;
	border: 0;
	height: 1px;
	margin: 15px 0;
	clear: both;
}

.post .meta {
	background: #ecebec;
	border: 1px solid #dadada;
	padding: 0 0 0 15px;
	line-height: 34px;
}

.post .post-comments {
	float: right;
	padding: 0 25px 0 27px;
	background: url(ui/comment-bubble.jpg) no-repeat #ecebec;
}

ol.commentlist {
	background: #f6f6f6;
	list-style: none;
	border: 1px solid #dadada;
}

ol.commentlist li {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0 8px 0 8px;
}

ol.commentlist li ul.children {
	background: #e7e7e7;
	margin: 12px 0 0 0;
}

ol.commentlist div.comment-author {
	font-weight: bold;
}

#respond {
	background: #e9e9e9;
	border: 1px solid #dadada;
	padding: 18px;
	margin: 15px 0 0 0;
}

#respond h2 {
	line-height: 1.5em;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	font-size: 20px;
}

#respond div {
	margin: 8px 0;
}

#respond label {
	display: block;
	padding: 0 0 3px 0;
}

#respond div input, #respond div textarea {
	background: #fff;
	border: 1px solid #c6c6c5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 4px;
}

#respond div input#submit {
	padding: 0 0 0 0;
	background: #e9e9e9;
	border: none;
}


/* ----- Footer ----- */


#footer {
	background: #edece9;
	border-top: 4px solid #911e2f;
	text-align: right;
	padding: 25px 0px;
	font-size: 12px;
	
}

#footer .container {
	width: 960px;
	margin: 0 auto;
}

#footer #members {
	background: url(ui/member-logos.jpg) no-repeat #edece9;
	width: 330px;
	height: 97px;
	float: left;
}

#footer p a {
	text-decoration: none;
	color: #333;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer .container p {
	padding: 0 0 0 0;
}

#footer #social {
	padding: 35px 0 0 0;
}


#footer #social ul li a {
	float: left;
	display: block;
	width: 45px;
	height: 45px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-indent: 9999px;
	
}




#footer #social ul li.twitter a {
	background: url(ui/twitter.png) no-repeat transparent;
}

#footer #social ul li.facebook a {
	background: url(ui/facebook.png) no-repeat transparent;
}

#footer #social ul li.linkedin a {
	background: url(ui/linkedin.png) no-repeat transparent;
}



/* WordPress Images */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

.anythingSlider                         { width: 1008px; height: 350px; position: relative; margin: 0 auto; left: -40px; }
.anythingSlider .wrapper                { width: 928px; overflow: auto; height: 350px; margin: 0 40px; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee;   margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 350px; width: 928px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(ui/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -250px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.thumbNav                               { position: relative; top: 323px; text-align: center; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(ui/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.thumbNav a:hover                       { background-image: none; }
.thumbNav a.cur                         { background: #e0a213; }

.start-stop                             {display: none;}
.start-stop.playing                     { display: none; }
.start-stop:hover                       { display: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }