/******************************************************************************** 

-Never make changes to the original Blueprint CSS files.  Overwrite them in this custom.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/

Good luck!
********************************************************************************/


/********************************************************************************
	         Body
********************************************************************************/

body {
   background: #fff url(http://www.thatplaceincarnarvon.com/images/top_stripe.jpg) repeat-x;
   color: #000;
   margin-top: 0px;
   padding-top: 0px;
   margin-bottom: 0px;
   padding-bottom: 0px;
}

.container {
   margin: 0px auto;
   padding-top: 0px;
   padding-bottom; 0px;
}

#header {
   width: 950px;
   text-align: center;
   margin: 0 auto;
   float: none;
}

#header a {
   border-bottom: none;
}



/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   
body {
   font-size: 90%; 
   font-family:arial, verdana, Geneva, Verdana, "Lucida Grande", Arial, sans-serif;
}

h1,h3,h4,h5,h6 { 
  color: #004627;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
}


#content h2 {
  color: #004627;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
}



/* SlipFire created typography classes
***************************************/

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

.byline{ font-size: 1em; line-height: 1.2em;}

.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
********************************************************************************/

a { color: #004627; text-decoration: none; }

.size-thumbnail {
   padding: 5px;
   margin: 5px;
   border: 1px solid #004627;
}


/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p a{border-bottom: none;}

li { list-style-type: square; }




/********************************************************************************                                            
                            SLIPFIRE 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 #004627;
}

.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;   
}
.notice {
  width:500px;
  background:#fee98e;
  border:2px solid #004627;
  color:#004627;
  padding:5px 10px;
  margin:10px auto;
  text-align:center;
}
.notice p {
  margin-bottom:0.5em;
}


/* 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;}



/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
  background: #5b5b5b; 
  color: #5b5b5b;
  height: 3px;

  margin: 0 0 1.4em 0;
}

.thin{
  background: #5b5b5b; 
  color: #5b5b5b;
  height: 2px;
  margin: 0 10px;
}




/********************************************************************************                                                  
                          SLIPFIRE CREATED FOR WORDPRESS                                                   
********************************************************************************/


/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
   margin: 0px auto 0px;
   padding: 10px 0px 10px 0px;
   text-align: center;
}
	
#navbar li {
   display: inline;
   list-style-type: none;
   font-weight: bold;
   font-size: 1.1em;
   color: #004627;
   margin: 0px;
   padding: 0px;
   border-right: 1px solid #004627;
}
		
#navbar ul {
   margin: 0px;
   padding: 0px;
}
	
#navbar ul li a {
   color: #004627;
   padding: 0px 10px 0px 10px;
   margin: 0px;
   text-decoration: none;
   border-bottom: none;
}

#navbar ul li a:hover, a:active {
   text-decoration: underline;
}

#current_page_item a {
   text-decoration: underline;
}


/********************************************************************************
                Sidebar
********************************************************************************/

#sidebar h2{
   font-size: 1em;
   font-weight: bold;
   margin-bottom: .2em;
}

#sidebar a {border-bottom: none;}


/********************************************************************************
                Footer
********************************************************************************/
#bottom {
   width: 100%;
   background: #f2c633;
   overflow:hidden;
}

#footer {
   padding-top: 30px;
}

.foot h3 {
   color: #004627;
   font-family: Georgia, "Times New Roman", Times, serif;
   text-align: center;
}

.foot h4 {
   color: #000;
   font-family: Georgia, "Times New Roman", Times, serif;
   text-align: center;
   padding: 0px;
   margin: 0px;
}

.foot {
   padding: 0 10px;
}
.foot p {
   margin-bottom:0.5em;
}
.foot hr {
   color: #004627;
   background:#004627;
   width:75%;
   height:1px;
   margin:0 auto 0.5em;
}
.small {
   font-size:12px;
}

.leftcol {
	width: 48%;
	float: left;
}

.rightcol {
	width: 48%;
	float: right;
}

