/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* 2.1 Containers & Columns */
#wrapper  { border-top:0px solid #000000; padding:0; background:#223F7A}

.page-template-template-fullwidth-php #wrapper {
	background-image: none;
}

#main{width:610px;}
#main.fullwidth {width: 940px;}

#sidebar{width:250px;}
#sidebar .secondary { width:200px; } 

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 940px; margin: 0 auto; }


/* 2.3 Header */
#header{padding:0px 0 40px;clear:both;position:relative;}
#header-outer {
	background: #0270bd url('images/background_repeat.jpg') repeat-x;
height:374px;
}
#logo { 
float:left; 
margin: 0px 0px 0px 0px;
}
#logo img  { }
#logo .site-title, #logo .site-description  { font-family:Georgia, serif; color: #000; display:none;  }
#logo .site-title a { color:#000000; font-size:50px; line-height:40px; text-transform:none; font-weight:normal; text-decoration:none; }
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { color:#999; font:italic 14px Georgia, serif; }

p.rss a{
color: #FFFFFF;
}

.search-widget{
margin: 25px 0px 0px 0px; 
float:left;
}

#utility_nav{
float: left;
width: 300px;
padding: 30px 0px 0px 0px;
font-color: #FFFFFF;
}

.utility li {
font-color: #fff;
float: left;
list-style: none;
display: inline;
}

.utility li a{
padding-left: 2px;
font-weight: bold; font-size: 15px;
color: #FFFFFF;
}


.utility li:after {
color: #fff; font size: 15px;
content: " | "
}

.utility li:last-child:after {
content: "";
}
#slideshow {
    position:relative;
    width: 479px;
    height:308px;
    float:right;
margin-top: -8px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#intro_copy {
margin: -180px 0px 0px 0px;
padding-top:30px;
background: url('images/welcome.png') no-repeat;
width: 491px;
line-height: 1.7;
float: left;
}

p.intro {
margin: 20px 0px 0px 25px;
color: #FFFFFF;
letter-spacing: .025em;
width: 351px;
}




------------------------------------



