/* 
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.

*/

body  {
	font: 12px Helvetica,Arial,Sans-serif;
	line-height: 1.5;  /*unitless for proper inheritance*/
}

h1, h2, h3, h4, h5, h6  {
	margin: 0;
	font-family: Helvetica,Arial,Sans-serif;
         color: #8AAED7;
}

h1  {font-size: 30px} h2  {font-size: 24px} h3  {font-size: 16px}
h4  {font-size: 18px} h5  {font-size: 14px} h6  {font-size: 12px}

p  {margin: 18px 0;}



/* 2.1 Containers */

#wrap  {
	float: left;
	width: 100%;
	height: 100%;
}

#container  {
	
}

/* 2.4 Featured-slider */

#featured-slider  {
    
   width: 960px;
   margin: 0 ;
   height:200px;
   position: relative;
   overflow: visible;
 
}


#featured-slider .featured-slide {

    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width: 960px;
    height:215px;
}


#featured-slider .image  {
    position:absolute;
    right: 0;
    top:0;
    z-index: 99;
	width: 940px;
	margin: 0px 10px 0px 10px;
	text-align: center;
    height: 200px;
    
}

#featured-slider .image img  {
	margin: 0 0 0 0;
    z-index: 999;
    display: block;
}


#featured-slider a:link, #featured-slider a:visited  {
	font-weight: bold;
}

#slider-nav  {

	width: 944px;
	height: 30px;
	margin: 0px 8px 0px 8px;
	border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
}

#slider-nav .left  {
    
    cursor: pointer;
    float:left;
    width: 20px;
    height: 20px;
    margin:5px 0 0 5px;
    background: url(images/slidernav_left.png) no-repeat top left;
    text-indent: -9999px; 

}

#slider-nav .right  {

    cursor: pointer;
    float: right;
    width: 20px;
    height: 20px;
    margin:5px 5px 0 0;
    background: url(images/slidernav_right.png) no-repeat top left; 
    text-indent: -9999px;                     
}


div.column-sect {
  clear: both;
  display: inline-block;
  overflow: auto;
}

div.post-column {
  display: inline;
  float: left;
  margin-right: 20px;
  text-align: justify;
  width: 55%;
}

/* 2.1 Containers */

#wrap  {
	float: left;
	width: 100%;
	height: 100%;
}

#container  {
	
}

/* 2.2 Header */

#header-border  {
	width: 944px;
	padding: 2px 0;
	margin: 0px auto 0 auto;
}

#header  {
	width: 940px;
	margin: 0 auto;
}

#header h1  { display: none;}
#header h1 a:link, #header h1 a:visited  {}
#header h2  { display: none;}

.logo  {
	float: left;
	width: 0px;
}

.logo img  {
	margin: 55px 0 20px 0px;
}

/* 2.3 Navigation */

#navcontainer  {
	float: right;
	width: 800px;
}

#pagenav  {
	position: relative;
	z-index: 9999;
	font-size: 14px;
	font-weight: bold;
	height: 70px;
	margin-right: 20px;
}

#pagenav li  {
	display: block;
	float: left;
}

div.column-sect {
  clear: both;
  display: inline-block;
  overflow: auto;
}

div.post-column {
  display: inline;
  float: left;
  margin-right: 25px;
  text-align: justify;
  width: 45%;
}


