/********************************************************************************                                                  
                          USING GCS-BLUEPRINT-CSS

-Never make changes to the original Blueprint CSS files.  Overwrite them in this style.css file.
-Not all of the css classes are listed in this file. Since Blueprint has great default classes, only overwrites and additions are listed.

For more information on BluePrint CSS, visit: http://code.google.com/p/blueprintcss/
********************************************************************************/


/********************************************************************************
	         Body
********************************************************************************/

body {
    background: #9a0000 url(../img/bg.jpg) top center repeat-y;
	color: #2e2e2e;
	margin: 0;
	padding: 0;
	text-align: left;
}

#main {
   padding: 0 45px;
   width: 860px;
   background: #f3f2e1 url(../img/content/main-bg.jpg) top center repeat-y; /*#f3f2e1*/
   margin: 0 auto;
}

#main-top {
   padding: 0;
   width: 950px;
   height: 15px;
   background: #f3f2e1 url(../img/content/main-top.jpg) top center no-repeat; /*#f3f2e1*/
   margin: 0 auto;
}
#main-bottom {
   padding: 0;
   width: 950px;
   height: 30px;
   background: #f3f2e1 url(../img/content/main-bottom.jpg) top center no-repeat; /*#f3f2e1*/
   margin: 0 auto;
}

#main ol {
	font-style:normal;
	color:#000000;
}



/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.875 * 16px = 14px)
***************************************/

h1, h2, h3, h4 {
	color: #9a0000;	
	line-height:115%;
}

h2, h3, h4 {
	color: #003366;
}

h1 {
	color: #003366;
	font-size:27px;
	margin-bottom:8px;
}

h2 {
	font-size:19px;
}

h3 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:4px;
}


/* Created typography classes
***************************************/

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

.byline{ font-size: .8em; line-height: 1em;}

.timestamp{ font-size: .8em; line-height: 1.2em;}

.commentnum{ font-size: .8em; line-height: 1.2em;}

.incategory{ font-size: 1em; line-height: 1.2em;}



/********************************************************************************
               Text Elements and Lists
********************************************************************************/

a, li a { color: #000;  text-decoration: underline; line-height:100%;}

/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p a, nolink {border-bottom: none;}

a:focus, a:hover { text-decoration: underline; color: #666666;}

h2 a {
	color: #9a0000;	
	line-height:115%;	
	font-size:19px;
	text-decoration: none;
}

li a {margin-bottom:8px;}
li a:hover {color: #666666;}


.fancybullet li {
      list-style: none;
	background: url(../images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
      margin: 0px 0px 0px 0px;
}

p {
	line-height:125%;
	margin-bottom:12px;
}




/********************************************************************************                                            
                            CREATED CLASSES                                                   
********************************************************************************/


/********************************************************************************
                Borders
********************************************************************************/

.border-left{
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ddd;
}

.border-right{
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ddd;
}

.border-top{
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}

.border-bottom{
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}


/********************************************************************************
                Misc
********************************************************************************/

/* Use a .box(Blueprint default) or .box2 to create a padded box inside a column. 
***************************************/

.box2 { 
  padding: .5em; 
  margin-bottom: .5em; 
  background: #eee; 
  border: 1px solid #ddd;   
}

.boxRight {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../img/boxBG.jpg) top center no-repeat;
	margin: 10px 30px 5px 5px;
	width: 265px;
}

#header {
  background: url(../img/headerBG.jpg) top center no-repeat;
  height: 140px;
  padding: 0;
  width: 950px;
  margin: 0 auto;
}

#header-left {
  height: 110px;
  padding: 0 5px;
  margin: 0;
}

#header h1 a {
  display: block;
  width: 360px;
  height: 120px;
  background: url(../img/logo.jpg) left top no-repeat;
  text-indent: -9009px;
  padding: 0;
  margin-left: 35px;
  margin-top: 20px;
}

#main-content {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f3f2e1; /*#f3f2e1*/
}
#main-content-top {
	height: 18px;
	background: url(../img/content/maincol-top.jpg) top center no-repeat;
}

#main-content-center {
	padding: 0 30px;
}

#main-content-bottom {
	height: 18px;
	background: url(../img/content/maincol-bottom.jpg) bottom center no-repeat;
	clear: both;
}

/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 {padding-top:10px;}
.pushdown-2 {padding-top:20px;}
.pushdown-3 {padding-top:30px;}
.pushdown-4 {padding-top:40px;}
.pushdown-5 {padding-top:50px;}
.pushdown-8 {padding-top:80px;}
.pushdown-8-5 {padding-top:85px;}
.pushdown-9 {padding-top:90px;}
.pushdown-9-5 {padding-top:93px;}
.pushdown-10 {padding-top:100px;}
.pushdown-11 {padding-top:110px;}



/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
  height: 3px;
  margin: 0 0 1.4em 0;
}

.thin{
  height: 1px;
  margin: 0 0 0 0;
}



/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
    padding: 5px 30px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f3f2e1;
	height: 30px;
	text-align: right;
	width: 890px;
	margin: 0 auto;
}

#navbar ul {
	list-style: none;
	display:inline;
}
#navbar ul li {
	display: inline;
	padding: 0 0 0 15px;
}
#navbar ul li a {
	padding: 6px 0;
	color: #222;
	text-decoration: none;
	font-weight: bold;
}
#navbar ul li a:hover {
	color: #9a0000;
}

	
#current_page_item a {
   text-decoration: underline;
}


/********************************************************************************
                Sidebar
********************************************************************************/

#sidebar h2{
   font-size: 1em;
   font-weight: bold;
   margin-bottom: .2em;
}

#sidebar a.newsletter {
	padding: 0;
	background: url(../img/button-news-signup-bg.jpg) top center no-repeat;
	display: block;
	width: 200px;
	height: 40px;
	margin: 0 0 10px  0;
	text-indent: -9009px;
}




/********************************************************************************
                Footer
********************************************************************************/



#footer {
	background: #f3f2e1 url(../img/footerBG.jpg) top center no-repeat;
	height: 100px;
	clear: both;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	font-size:12px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 9px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

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

#clear {
	clear: both;
}