@charset "UTF-8";
/* CSS Document */



* {margin: 0;}

html, body  {height: 100%;}

body  {height: auto; height: 100%;}
/* Layout 
-------------------------------------------------------------- */


/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
  border: 0;
  color: #555;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  background-repeat: repeat-x;
  
}

body.home {
  background: #ffffff url('') top left repeat-x;}
  

.page, .blog, .single, .search, .error404{
  background: #ffffff url() top left repeat-x;}
  

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #0067B1; }

h1 { font-size: 2em; line-height: 1;}
h2 { font-size: 1em; font-weight: normal;}
h3 { font-size: 1em; line-height: 1;}
h4{ font-size: 1em; line-height: 1.25;}
h5 { font-size: .9em; font-weight: normal; }
h6 { font-size: .8em; font-weight: normal; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

p img { padding: 0; max-width: 100%;}

a           { color: #0067B1;  }

blockquote  { margin: 1.5em; color: #0067B1; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #555; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#0067B1; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       {  }
ul, ol      {  }

ul          { list-style-type: none; color: #0067B1; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 0; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      {
  font-size: 0.8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
  color: #0067B1;
}
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #0067B1; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #0067B1; }
.removed    { background:#900; color: #0067B1; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */


.producttext h2 {
  border-bottom:none;
  color: #0033CC;
}


.cformfieldname{
  background-color:#e1f5ff;
  color:#0067B1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:10pt;
  padding-left:5px;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:5px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-left-width: 1px;
}

.cformfieldinpt{ background-color:#e1f5ff; color:#0067B1; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size:9pt; padding-top:5px; padding-bottom:5px; padding-right:5px; border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-left-width: 1px;}

.cformimage{ background-color:#00aef0;}

#regformcontent{
  width:681px;
  
  margin: 0 auto;
  background-color:#e1f5ff;
  
  }
  
  #regwrapper{
  width: 100%;
  height: 100%;
  font-size: 15pt;
  line-height: 20pt;
  color: #0067B1;
  padding:20px;
}

#regtext{
  width: 75%;
  margin: 0 auto;
  padding-bottom:20px;
}



.prepend-top { 
  margin-top:1.5em; 
}
.append-bottom { 
  margin-bottom:1.5em; 
}

#wp-submit{
  color:#ffffff;
  background-image: url(images/loginbutton2.jpg);
  width:154px;
  height:26px;
  padding-left: 20px;
  border: none;
  margin-top: 20px;
  display:block;
  text-indent:-1000px;
}

#wp-submit hover{
  color:#ffffff;
  background-image: url(images/loginbutton2over.jpg);
  width:176px;
  height:29px;
  padding-left: 20px;
  border: none;
  margin-top: 20px;
  display:block;
  text-indent:-1000;
}

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
  margin: 0 0 0 0;
}

/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
  }

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
  }

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
  }

#wp-calendar a {
  display: block;
  }

#wp-calendar caption {
  text-align: center;
  width: 100%;
  }

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
  }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
  background-color: #fff; }
  
#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 9pt;
  }

#wp-calendar a {
  text-decoration: none;
  }

#wp-calendar caption {
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
  }

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  } 
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
  cursor: help;
  }

acronym, abbr {
  border-bottom: 1px dashed #999;
  }

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
  }

blockquote cite {
  margin: 5px 0 0;
  display: block;
  }

.center {
  text-align: center;
  }

.hidden {
  display: none;
  }
  
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
  border: none;
  }

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  }
  
#respond:after {
    content: "."; 
      display: block; 
      height: 0; 
      clear: both; 
      visibility: hidden;
  }
    
/* End Various Tags & Classes*/


/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
  }

/*  Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

img.alignright {
  padding: 4px;
  margin: 0 20px 20px 20px;
  display: inline;
  }

img.alignleft {
  padding: 4px;
  margin: 0 20px 20px 0px;
  display: inline;
  }

.alignright {
  float: right;
  }

.alignleft {
  float: left;
  }
  
/* End Images */




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

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -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 {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/* End captions */



/* Header
-------------------------------------------------------------- */

#pageheader{width: 100%; background-color:#0067B1; height: 99px; min-height:99px; margin: 0 auto;}

#pageinner{width: 980px;   margin: 0 auto;}





#loginaera{
  width: 980px;
  float: left;
  padding-left: 20px;
  height: 50px;
  font-size: 9pt;
}


#header {
  width: 982px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}

#header h1{float:left; margin: 17px 0 0;}
#header h1 a {color:#0067B1;}
#header h1 a:hover {color:#0067B1;}
.description{float: left; clear: both;color: #0067B1;}


#publicmembers{
  position: relative;
  width: 980px;
  float: left;
  padding-top: 10px;  
  padding-bottom: 10px;
  height: 33px;
  display: block;
}

#pmleft{
  width: 200px;
  height: 25px;
  padding: 0 0 0 9px;
  margin: 0;
  font-size:1em;
  font-weight:bold;
  color: #0067B1;
}

#pmright{
  min-width: 640px;
  height: 25px;
  padding: 9px 0 0 9px;
  font-size:1em;
  font-weight:bold;
  color: #ddd;
  display: block;
}

#eventsli{margin-left: 20px;}

#menu{
  position: relative;
  margin: 9px 0 0 0;
  width: 982px;
  padding: 0;
  display: block;
}

#menuleft{
  width: 212px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  height: 68px;
  max-height: 68px;
  display: block;
  text-align: left;
}


#menuright {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 68px;
  max-height: 68px;
  display: block;
  text-align: left;
}


.menu ul{float:left;font-size:1em;font-weight:bold;}
.menu ul li{
  display:inline;
  margin-right: 5px;
}
.menu ul li a{
  color:#0067B1;
  margin:0px;
  padding:0px;
  text-decoration:none;
  text-transform:uppercase;
  
}
.menu ul li a:hover{
  color:#a1a7aa;
  margin:0px;
  padding:0px;
  text-decoration:none;
  text-transform:uppercase;
}
.menu ul li a.selected{color:#0067B1;}
.current a:link,.current a:visited{color:#0067B1;}


/* Index Main Masthead
-------------------------------------------------------------- */

#masthead {
  width: 980px;
  min-height: 314px;
  margin: 0 auto;
  padding: 0;
  clear: both;
  background: #fff;
  position: relative;
  z-index: 0;
  top: 15px;
}


#myController span{
  text-indent:-10000px;
  display: none;
  position: relative;
}

#jFlowSlide{
  float: left;
  width: 980px;
  height:327px;
  position: relative;z-index: 1;
  
}

#myController span.jFlowSelected {
}

.jFlowPrev{
  float: right;
  width: 33px;
  height: 17px;
  
  text-indent:-10000px;
  cursor:pointer;
  background: transparent url(images/backbutton.jpg) top left no-repeat;
  
  
  
  
}

.jFlowNext{
  width: 33px;
  height: 17px;
float: right;
  text-indent:-10000px;
  cursor:pointer;
  background: transparent url(images/nextbutton.jpg) top left no-repeat;
  
  
  
  
}


#logobox{
  width: 150px;
  height: 300pxpx;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101111;
  border-color: #FFFFFF;
  border-width: 0px;
  border-style: solid;
  color: #FFFFFF;
}

.masthead_lft{
  float:left;
  margin: 0px 0 0 0px;
  width:285px;
  height:289px;
  background-image: url(images/postbg.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 34px;
  padding-left: 20px;
  position: relative;
  margin-left: 196px; 
}

.masthead_lft h2 a{
  color:#ffffff;
  text-decoration: none;
  }

.masthead_lft h2 a:hover{
  color:#484848;
  text-decoration: none;
}

.masthead_lft h2{
  color:#FFFFFF;
  font-size: 20pt;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 20pt;
  text-transform: uppercase;
  }
.masthead_lft p{
  font-size: 10pt;
  line-height: 14pt;
  margin-bottom: 0.15em;
  color:#ffffff;
  margin-top: 5px;
  }

.mh_contact{
  float:right;    
  background:transparent url(images/mh_contact.png) no-repeat;
  display:block;
  margin:8px 0 0 12px;
  height:30px;    
  width:130px;   
  text-indent:-9999px;    
  overflow:hidden;
  }
  
a.mh_contact:hover{
  background:transparent url(images/mh_contact.png) 0 -30px no-repeat;    
  display:block;    
  height:30px;    
  width:130px;    
  text-indent:-9999px;    
  overflow:hidden
  }

#masthead_rgt{
  margin: 0;
  width: 816px;
  height: 299px;
  float: right;
}



/* Index Main
-------------------------------------------------------------- */

.entry{
  clear: both;  
  
}



#wrapper {
  width: 980px;
  margin: 0 auto;
  margin-top: 0px;
  background: #fff;
  padding: 20px 0 20px;
  clear: both;
  overflow: inherit;
  position: relative;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  min-height: 100%;
  }


#namelist{
  width: 185px;
  float: left;
  margin-left: 1px;
border-top:1px solid #0067B1;

  font-size: 9pt;
  line-height: 13pt;
  position: relative;
  padding-left: 20px;
padding-top: 20px;
  
  
  list-style-type: none;
}

#namelist p{
  
  margin-bottom: 10px;
  font-size: 8pt; 
}

#namelist h3{
  color: #333;
  padding: 0 0 5px;
  margin: 0 0 0 0;
  text-transform: uppercase;
  font-size:1em;
  font-weight:bold;
}

#wrapperright{
  width: 492px;
  float:left;
  position:relative;
  margin-right: 0px;
  padding-left: 55px;
  padding-left: 36px;
  padding-right: 20px;
  padding-top:20px;
  font-size: 10pt;
  line-height: 14pt;
  color: #757575;
  border-top:solid 1px #0067B1;
}


.footer {
  height: 4em;
  clear: both;
}

.push {
  height: 4em;
  clear: both;
  background: url(/wp-content/themes/wordousel-lite/images/push-bkg.gif) bottom left no-repeat;
}

#wrapper1 {
  width: 981px;
  border-right:1px solid #DDDDDD;
  background-color: #ffffff;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background-image: url(/wp-content/themes/wordousel-lite/images/wrap1bg.jpg);
  background-repeat: repeat-y;  
}

#wrapper1 p{
  color: #484848;
}

#wrapper1 #namelist li.widget {
  opacity: .40; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=40); /* IE lt 8 */
  -ms-filter: "alpha(opacity=40)"; /* IE 8 */
  -khtml-opacity: .40; /* Safari 1.x */
  -moz-opacity: .40; /* FF lt 1.5, Netscape */
}

#wrapper1 #namelist li.widget:hover {
  opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=75); /* IE lt 8 */
  -ms-filter: "alpha(opacity=75)"; /* IE 8 */
  -khtml-opacity: .75; /* Safari 1.x */
  -moz-opacity: .75; /* FF lt 1.5, Netscape */
}

#wrapper1 a{
  color: #0067B1;
}

#wrapper1 a:hover{
  color: #000;
}

#wrapper1 h2 {
  color: #0067B1;
}

#wrapper1 .hmdark {
  padding: 10px 0 0;
  
}
#wrapper1 .hmdark p{
  color: #000;
  
}


a.download{
  float:right;    
  background:transparent url(images/download.png) no-repeat;    
  display:block;
  margin:13px 0 0 12px;    
  height:62px;    
  width:200px;    
  text-indent:-9999px;    
  overflow:hidden}
  
a.download:hover{
  background:transparent url(images/download.png) 0 -62px no-repeat;    
  display:block;    
  height:62px;    
  width:200px;    
  text-indent:-9999px;    overflow:hidden}

#IEroot a.download {margin-top: 8px;} 

a.donate{
  float:right;    
  background:transparent url(images/donate.png) no-repeat;    
  display:block;
  margin:13px 0 0 12px;    
  height:62px;    
  width:200px;    
  text-indent:-9999px;    
  overflow:hidden}

a.donate:hover{
  background:transparent url(images/donate.png) 0 -62px no-repeat;    
  display:block;    
  height:62px;    
  width:200px;    
  text-indent:-9999px;    overflow:hidden}


.donate{
  float:right;    
  background:transparent url(images/donate.png) no-repeat;    
  display:block;
  margin:13px 0 0 12px;    
  height:62px;    
  width:200px;    
  text-indent:-9999px;    
  overflow:hidden}
  
.donate:hover{
  background:transparent url(images/donate.png) 0 -62px no-repeat;    
  display:block;    
  height:62px;    
  width:200px;    
  text-indent:-9999px;    overflow:hidden}
  
#content {
  
  width:681px;
  margin-left: 20px;
  margin-top: 20px;
  
  
}

#content small{
  color: #0067B1;
  margin-top: 0px;
  margin-bottom: 10px;
  float: right;
}

#blogg {margin: 20px 0 0;}

#content h2{
  
}


#content p{
  font-size: 13px;
  line-height: 15pt;
}

#content h2, #content h3, #content h4,#content h5{
    margin: 0 0 10px 0;
}

#content h2, #content h4{
  color: #0067B1;
} 

#content h3{
padding: 0 0 10px;
  margin: 0 0 10px 0;
  
  clear: both;
  font-size: 14pt;
  
  font-weight: normal;
  
  text-decoration:none;
}

#content h2{
  padding: 0 0 0px 0;
  margin: 0 0 10px 0;
  font-size: 14pt;
  line-height: 20pt;
  font-weight: normal;
  text-transform: uppercase;}

#content a{
  color: #0067B1; text-decoration:none;
}

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

#content ul {
  margin-top: 10px;
}

.post h2 a{text-decoration: none;}

.post h3 a{ padding: 0 0 10px;
  margin: 0 0 30px 0;
  }
  
  .post h3 {
  padding: 0 0 10px;
  margin: 0 0 30px 0;
  
  font-size: 20pt;
  line-height: 20pt;
  font-weight: normal;
  text-transform: uppercase;
}

.mainCol {
  float:left;
  width:310px;
  min-height:300px;
  padding:26px 20px 0 0;
}

.mainCol h2{
  color:#68AAAA;
  font-size: 1.3em;
  margin:0 0 24px 0;  
  }

.mainCol img{border: none;}

.mainCollf{padding-left:30px; width: 280px;}

.testi {
  width: 281px;
  height: 112px;
  padding:7px 0 0 8px;
  background: url(images/mncolimgbg.png) top left no-repeat;
}

.mcpost{
  margin: 0 10px 20px 0;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #E8C3C4;
  clear: both;
  overflow: hidden;
  }

.mcpost h3{
  color: #0067B1;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 4px 0;  
  }

.mcpost h3 a{
  color: #0067B1;
  text-decoration: none;  
  }

.mcpost h3 a:hover{
  color: #484848;
  text-decoration: none;  
  }

.mcpost p{
  font-size: .9em;
  margin: 0 0 4px 0;  
  }

p.mcpostsm {
  float: left;
  font-size: .7em;
  margin: 0 0 4px 0;  
  }
  

p.mcpostsm span{
  color: #0067B1;
  font-size: .8em;
  margin: 0 0 4px 0;  
  }

p.mcpostsm span a{
  color: #0067B1;
  text-decoration: none;
  }

p.mcpostsm span a:hover{
  color: #484848;
  text-decoration: none;
  }
  
.readmore_sm{ 
  float:right;
  background:transparent url(images/readmore_sm.png) no-repeat;
  display:block;
  height:16px;    
  width:55px;   
  text-indent:-9999px;    
  overflow:hidden;
  }
 
a.readmore_sm:hover{
  background:transparent url(images/readmore_sm.png) 0 -16px no-repeat;    
  display:block;    
  height:16px;    
  width:55px;    
  text-indent:-9999px;    
  overflow:hidden;  
  }


.mnquote {
  height: 140px;
  width: 288px;
  padding: 10px 0 0;
  background:transparent url(images/mnquote.png) top left no-repeat;  
  }

.mnquote p{
  font-size: 1.4em;
  color: #999999;
  margin:0 0 10px 0;
  }

p.mnquoteprsn{
  float: right;
  font-size: .7em;
  color: #000;
  }

p.mnquoteprsn span{
  font-size: .9em;
  color: #0067B1;
  }

.postmetadata{
  background-color: #e6f3fb;
  padding: 10px;
  margin-bottom: 30px;
}

/* Inner Main Masthead
-------------------------------------------------------------- */

#mastheadinr {
  width: 980px;
  min-height: 78px;
  margin: 0 auto;
  padding:5px 0 0;
  clear: both;
  }

/* Inner Main
-------------------------------------------------------------- */

#maincon {
  float:left;
  width:630px;
  min-height:300px;
  margin: 10px 0 0;
  padding:20px 0 0 10px;
  overflow:hidden;  
}



#sidebardiv{
  

    
  min-height: 100%;
  
  height: 100%;
  
  float: left;
  width:186px;
}



.shoppingcart tbody{
  background-color: #e8f5fb;
}


#sidebar{
  float: left;
  width:206px;
  padding:30px 20px 0 0px;
  margin-left: 0px;
  border-top: 1px solid #DDDDDD;
  
  }

#sidebar h2{
  clear: both;
  color: #757575;
  font-size: 12pt;
  font-weight: normal;
  margin: 0;
  padding: 0 0 5px;
  text-transform: none;
}

#sidebar h3{
  color: #0099cc;
  margin: 0 0 6px 0;
}

#sidebar li.widget {
    border-bottom: 1px dotted #CCCCCC;
    font-size: 9pt;
    line-height: 12pt;
    margin: 0 0 20px;
    padding: 0 0 18px;
}

#sidebar li.widget a{
  color: #0067B1;
    line-height: 17px;
    text-decoration: none;
}

#sidebar li.widget a:hover{
  color: #59BCDE;
}

li#search-3.widget {width: 270px;}

input.search-text{ /*input field */
  float: left;
  margin:10px 0 20px;
  color: #a1a7aa;
  font-size: 1em;
  padding: 4px 0px 2px 2px;
  
  width: 120px;
  border-color: #a1a7aa;
  border-width: 1px;
  border-style: solid;
}

input.search-submit{ /*search icon */
  float:left;
  border:0;
  margin:10px 0 10px;
  padding:0;
  height: 22px;
  width: 32px;
  background: url(images/search_btn.png) no-repeat top left;
  cursor: pointer;
  text-indent: -10000px;
}

input.form-submit{ /*form icon */
  float:left;
  border:0;
  margin:10px 0 10px;
  padding:0;
  height: 30px;
  width: 32px;
  
  text-indent: -10000px;
}



#sglinner {
  margin: 10px;
} 

#sglinner h2{
  padding: 0 0 10px;
  margin: 0 0 30px 0;
  border-bottom: 5px solid #333;
}

#sglinner h2, #sglinner h3, #sglinner h4,#sglinner h5{
    margin: 0 0 10px 0;
}

#sglinner h2, #sglinner h4{
  color: #0099cc;
} 

#sglinner h3{
  color: #0099cc;
}

#sglinner a{
  color: #0099cc;
}

#sglinner a:hover{
  text-decoration: none;
}

#sglinner ul {
  margin-top: 10px;
}





#sidebar ul li.widget {list-style: none; }

#sidebar ul{margin: 0px; padding-left: 20px; }
.SimpleSideNav ul {list-style: none;}

.sidenav {
  border-top: 4px solid #333;
  padding: 0;
  margin: 0 0 20px 0;
  }

#sidebar th, td, caption{
  font-size: 9pt;
}

#sidebar .textwidget img {
  padding: 1px;
  margin: 0 0 0 0;
    border: 0px solid #a5a5a5;
}

#sidebar #LoginWithAjax_Avatar img {
  padding: 1px;
  margin: 0 0 6px 0;
    border: 1px solid #a5a5a5;
}

.sidenav ul {list-style: none; margin: 0; padding: 0 0;}
.sidenav li {
  padding: 6px 0 6px 0px;
  list-style: none;
  margin:0 0;
  border-bottom: 1px solid #0099cc;
}
.sidenav ul li:hover {background: #ccc; color: #ccc;}
.sidenav li {padding: 6px 0 6px 10px; list-style: none;margin:0 0; border-bottom: 1px solid #0099cc;}
.sidenav ul li a .current_page_item { color: #fff;font-weight: bold;}
.sidenav ul li a{color: #0099cc; font-size: .9em; text-decoration:none;}
.sidenav ul li a:hover{color: #000;text-decoration:none; }

#sidebar img.sdimg {margin: 0 0 20px;}

#commentform .logged-in{font-weight:bold;margin:0 0 1em}
#commentform textarea{border:1px solid #d5d5d5;background:#fff;height:10%;margin:10px 0;padding:5px;position:relative;width:500px}
#commentform .required{color:#A41623}
#commentform a{color:#333}
#commentform a:hover{color:#333}
#commentform p{margin:0 0 10px}
#commentform #author,#commentform #email,#commentform #url,#commentform #mcspvalue{border:1px solid #d5d5d5;background:#fff;height:1%;padding:5px;position:relative}
#commentform .caption{line-height:1.4;margin:0 0 1em}
#commentform .comment-timeout{font-weight:bold;margin:2em 0 0}
#commentform .subscribe-to-comments{font-size:100%;margin:1em 0 .25em 0}
#comment_form .text_input{width:191px;padding:3px;color:#444;border:1px solid #696969;border-left:2px solid #2FCBFF}
#comment_form .text_area{width:321px !important;border:1px solid #696969;border-left:2px solid #2FCBFF}

ol.commentlist { list-style:none; margin:0; padding:0;}  
ol.commentlist li { border:1px solid #d5d5d5; margin:0 0 10px; padding:5px 7px 5px 64px; position:relative; }  
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }  
ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; }  
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; }  
ol.commentlist li div.vcard cite.fn a.url { color:#158BC3; text-decoration:none; }  
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }  
ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; }  
ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: arial,helvetica,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }  
ol.commentlist li div.comment-meta a { color:#205B87; text-decoration:none; }  
ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: arial,helvetica,sans-serif; margin:5px 0 12px; }  
ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: arial,helvetica,sans-serif; list-style:square; margin:0 0 12px; padding:0; }  
ol.commentlist li div.reply { background:#ccc; border:1px solid #ccc; color:#fff; font:bold 9px/1 arial,helvetica,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }  
ol.commentlist li div.reply:hover { background:#fff; border:1px solid #158BC3; color: #fff;}  
ol.commentlist li div.reply a { color:#000; text-decoration:none; text-transform:uppercase; }  

ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }  
ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }  
ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }  
ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }  
ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }  
ol.commentlist ul.children li.odd { background:#fff; }  
ol.commentlist ul.children li.even { background:#f6f6f6; }  
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }  

ol.pinglist {margin: 10px 0 0;}ol.pinglist a{color:#A41623; text-decoration: none;}
ol.pinglist a:hover{color:#333; text-decoration: none;}
.comment_meta{margin:0 30px 15px 0;font-size:11px}
.comment_num{padding:0;margin:0;padding:6px 0 0 11px;width:30px;height:28px;float:right;color:#000}
.comment_num a,.comment_num a:visited{font-weight:bold;color:#2FCBFF;text-decoration:none}
.comment_num a:hover{color:#94D227;text-decoration:none;background:none}
.trackback .comment_num{padding:0 0 0 20px}
.comment_meta strong{font-size:1.2em}
.comment_time{font-size:1em;color:#888}


.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 {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

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

#footer {
  color: #555555;
  text-align:center;
  padding: 5px 0 0 5px;
  margin: 10px auto 0 auto;
  clear: both;
  width: 962px;
}

#footer p{
  color:#A2A2A2; font-size: 8pt; text-align:center;
}


.ftr_inner{margin:auto;padding:8px 0 4px;width:982px;overflow:hidden;}
.ftr_inner span{color:#27A8D2;} 
.ftr_inner a{color:#fff;}
.ftr_inner a:hover{color:#000;}
.copyright{}
.copyright a img{}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.cleaner {
  clear: both;
  font-size: 1px;
}

/*jquery carousel code from bonnie*/

#featured {
width:100%;
height: 199px;
margin:0 0 25px;
font:1.25em/1.5 georgia,serif;
overflow: hidden;
}
#featured:after {
content:".";
display:block;
height:0;
font:0/0 serif;
clear:both;
visibility:hidden;
}
#featured h3 {
font:1.47em/1.1 georgia,serif;
margin:0 0 10px;
color:#1e1e1e;
}
#featured h3 a {
color:#4a8393;
}
#featured h3 a:visited {
color:#4a8393;
}
#featured h3 a:hover,
#featured h3 a:focus {
text-decoration:underline;
}
#posts {
width:636px;
clear:both;
overflow:hidden;
}
#posts li {
float:left;
width:636px;
width/**/:/**/626px;
padding:0 10px 0 0;
}
#posts li.first {
margin:0;
}
#featured .thumb {
float:left;
border:1px solid #d7d7d7;
margin:5px 10px 11px 0;
}
#featured p {
padding:0 0 10px;
}
#featured .more-link {
float:right;
font-size:1.2em;
padding:0 10px;
margin:0 -10px -10px 0;
position:relative;
color:#fff;
background:#404040;
border:1px solid #333333;
}
#featured .list {
float:left;
display:inline;
position:relative;
font-size:.88em;
line-height:2.1;
font-family:arial,sans-serif;
z-index:5;
color:#333;
width:527px;
padding: 0px;
margin:-30px 0 0 0px;
background:#ffffff;
border-bottom: 1px solid #eeeeee;
}
#featured .list li {
float:right;
}
#featured .list li a {
float:left;
color:#333;
background:#f6f6f6;
border:1px solid #eaeaea;
border-right:none;
padding:0 8px;
}
#featured .list li a:visited {
color:#444;
}
#featured .list li a:hover,
#featured .list li a:focus {
color:#fff;
border:1px solid #333333;
border-right:none;
background:#404040;
text-decoration:none;
}
#featured .jcarousel-container {
width:646px;
width/**/:/**/636px;
padding:6px 0 0 10px;
margin:0px;
background:#ffffff;
position:relative;
float:left;
display:inline;
}
#featured .jcarousel-clip {
z-index:2;
position:relative;
overflow:hidden;
width:636px;
}
#featured .jcarousel-list {
z-index:1;
overflow:hidden;
position:relative;
top:0;
}
.oops {
clear:both;
font-size:0;
line-height:0;
width:100%;
overflow:hidden;
display:block;
}