/*
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
*/

/* 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;
}



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



body {
    background: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #444444;
}

#page-wrap {
    border:1px solid #969696;
    font-size:105%;
    margin:10px auto;
    width:900px;

}

#header {
    /*height: 120px;*/
}


#header #logo a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background:url(ui/header.gif) no-repeat scroll left top #FFFFFF;
    height:190px;
    width:900px;
}

#breadcrumbs {
    background:url("ui/bg_head_breadcrumbs.jpg") repeat-y scroll 0 0 #FFFFFF;
    clear:both;
    font-size:11px;
    padding:1em 15px 0.7em 15px;
    width:870px;
    height:24px;
}
#breadcrumbs a {
color:#467AA7;
text-decoration:none;
}
#searchform {float:right;}
#searchsubmit {
background:none repeat scroll 0 0 #E6E6E6;
border:1px solid #969696;
color:#969696;
font-family:verdana,arial,sans-serif;
font-size:117%;
padding:1px !important;
text-align:center;
width:3em;
}
#s {
border:1px solid #C8C8C8;
font-family:verdana,arial,sans-serif;
font-size:120%;
padding:0.2em 0;
width:10em;
}
/* top menu */
#globalnav {
    background:url("ui/bg_head_bottom_nav.jpg") no-repeat scroll 0 0 #E1E1E1;
    border:medium none;
    color:#4B4B4B;
    float:left;
    font-size:117%;
    font-weight:normal;
    white-space:nowrap;
    width:900px;
    position: relative;
}

#globalnav ul li { border-right:1px solid #AFAFAF; float:left; }
#globalnav ul li:hover ul {
    display:block;
    margin-top:0.1em;
    position:absolute;
    top:3em;
    width:10em;
    z-index:999;
}
#globalnav ul li a
{
    color:#646464;
    display:block;
    float:none !important;
    font-weight:600;
    height:3.1em;
    line-height:3.1em;
    padding:0 16px;
    text-decoration:none;
}
#globalnav ul li:hover ul li a {
    white-space:normal; display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-1px; padding:9px 16px 9px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175);background-color:#fff; color:#444; font-weight:normal;
}
#globalnav ul li:hover a,
#globalnav ul li ul li:hover a {
    background-color:#cc0000; color:#fff;text-decoration:none;
}
#globalnav ul li ul {display: none;}


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

#content {
    background: #fff;
    /*    padding: 25px;*/
    margin: 0px;
    background:url("ui/bg_main_withnav.jpg") repeat-y scroll left top transparent;
    clear:both;
    padding-bottom:30px;
    width:900px;
}

.main {
    display:inline;
    float:left;
    margin:0 0 0 30px;
    overflow:visible !important;
    width:440px;
}

.main a,
#sidebar-right a
{
    color: #2A5A8A;
    text-decoration: none;
}

.main a:hover {
    text-decoration: underline;
}

.main h1 {
    /*color: #333;
    font-size: 1.9em;
    line-height: 1.8em;
    font-weight: bold;*/
    clear:both;
    color:#CC0000;
    font-family:helvetica,arial,sans-serif;
    font-size:240%;
    font-weight:300;
    letter-spacing:-1px;
    margin:0 0 0.5em;
}

.main h2 {
    /*font-size: 1.7em;
    line-height: 1.7em;
    font-weight: bold;
    padding-top: .5em;*/
    clear:both;
    color:#505050;
    font-family:helvetica,arial,sans-serif;
    font-size:170%;
    font-weight:normal;
    margin:1em 0 0.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.8em;
    padding: 8px 0px;
}

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

.main hr {
    border: 1px solid #fff;
    border-top: 2px dotted #ccc;
    background: #fff;
    margin: 20px 0px;
    clear: both;
}

.meta, .postmetadata {font-size: 10px;}
.postListH2link {font-size: 14px; border-bottom: 1px solid #DDDDDD;}
.navigation {margin-top: 20px;}
.navigation .next-posts {float:left; margin-right: 50px;}

#blog-index .entry p {
	margin:  0 0 0 0;
	padding: 0 0 0 0;
	color: #555555;
}

#blog-index .post h2 {
	margin: 20px 0 3px 0;
	padding: 0 0 0 0;
	font-size:1.1em;

}



/* Left Sidebar */
#sidebar {
    display:inline;
    float:left;
    overflow:visible !important;
    width:200px;
}

#sidebar a {
    text-decoration:none;
}

#sidebar .round-border-topright {
    background:url("ui/bg_corner_topright.gif") no-repeat scroll 0 0 transparent;
    height:10px;
    margin:0 0 0 190px;
    position:absolute;
    width:10px;
}

#sidebar h1.first {
    background-color:#BEBEBE;
    clear:both;
    color:#FFFFFF;
    font-family:helvetica,arial,sans-serif;
    font-size:150%;
    font-weight:bold;
    margin:0;
    padding:4px 20px 3px;
}

.navlist {margin-top: 20px;}

.navlist ul {
    list-style:none outside none;
    margin:1.5em 0 1.8em;
    padding:0 0 1.8em;
}

.navlist ul.children {
    margin-bottom: 0;
    padding-bottom: 0;
    
}

.navlist li {
    font-size:100%;
    font-weight:bold;
    letter-spacing:0.7px;
    line-height:1.5em;
    margin:0;
    padding:0 0 0.9em 15px;
    text-indent:-15px;
}

.navlist li a, .navlist li a:visited {
    color:#444444;
    font-size:100%;
    font-weight:bold;
    letter-spacing:0.7px;
    line-height:1.5em;
    margin:0;
    padding:0 0 0.25em 15px;
    text-indent:-15px;
}

#sidebar p {
    clear:both;
    color:#505050;
    font-size:113%;
    line-height:1.5em;
    margin:0 10px 10px 20px;
}

.fb_style  {
    background-image:url("ui/sidebg2.png");
    background-repeat:no-repeat;
    height:143px;
    width:190px;
    text-align: center;
}



/* Right Sidebar */
#sidebar-right {
    display:inline;
    float:right;
    margin:0 15px 0 0;
    overflow:visible !important;
    width:185px;
}

.subcontent-unit-border  {
    background-color:#FFFFFF;
    border:1px solid #4891DC;
    margin:0 0 2.5em;
    padding:0 0 5px;
    width:183px;
    font-size: 97%;
}
.subcontent-unit-border div {
    padding: 5px;
}

.subcontent-unit-border h1  {
background-color:#4891DC;
clear:both;
color:#FFFFFF;
font-family:helvetica,arial,sans-serif;
font-size:130%;
font-weight:500;
margin:0 0 10px;
padding:4px 10px 3px;
}

.subcontent-unit-border li {
border-bottom:1px solid #C8C8C8;
font-size:100%;
font-weight:400;
list-style:none outside none;
margin:0;
padding:6px 0 6px 3px;
}

.subcontent-unit-border li a {
font-size:100%;
font-weight:400;
list-style:none outside none;
margin:0;
text-decoration:none;
line-height:1.3em;
}


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


#footer {
    text-align: center;
    clear:both; width:900px; padding:1.0em 0 1.0em 0; background:rgb(225,225,225) url(ui/bg_foot.jpg) no-repeat; font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

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

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


/* 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}

/* WordPress Captions */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text,
.portfolio-slideshow p.slideshow-caption {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
