/********************************************************************************                                                  
                          USING SF-BLUEPRINT-CSS

-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;
   color: #000;
   background: url(images/veiabg.jpg) repeat-x top; 
   margin: 0 0;
}

#main {
   padding-top:0;
   margin-top:0;
   background-color: white;
  
}


#header{background:#FFF; padding-bottom:5px;}
#header-left{}
#header-right{float:right;}

#logo{background: url(images/veialogo.jpg) no-repeat left top; width:133px heigh:215px;}


/********************************************************************************
               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,h2,h3,h4,h5,h6 { 
  color: #000000; 
  margin-bottom:5px;
}

#content h2{margin-left:5px;}
#content p{margin-left:5px;}

/* SlipFire 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
********************************************************************************/
h2 a{color:#000;}
strong a{color:#000;}
a { color: #090; text-decoration: none; }
a:hover{color:#090;}
/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p a, nolink {border-bottom: none;}


h2{ line-height:normal;}

li { list-style: square inside url(images/bullet.gif);}

.fancybullet li {
      list-style: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
      margin: 0px 0px 0px 0px;
}
.post { 
    position: relative;
    margin-left: 4.8em;
	border-bottom: #ddd 1px dotted;
	margin-bottom: 10px;
}
.entryDate { 
    border: 1px solid #999; 
    font-family: Georgia,"Times New Roman", serif; 
    left: -3.8em; 
    line-height: 1; 
    position: absolute; 
    top: 0; 
    width: 3.5em;
}
.entryDate span { 
    display: block; 
    text-align: center; 
}
.postMonth { 
    text-transform: uppercase; 
    font-size: 1.2em;
    padding-top: 0.3em; 
}
.postDay { font-size: 2em; }
.postYear { 
    background-color: #090; 
    color: #FFF; 
    font-size: 1.2em; 
    padding: 0.3em 0; 
    margin-top: 0.3em;
}

blockquote {

color:#333;
font-style:normal;
margin: 1em 0;
padding:10px;
background: #f8f7f6 url(images/quote.png) no-repeat;
}


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





/********************************************************************************                                            
                           LEFT SIDE                                                  
********************************************************************************/

#left_box{
	height:104px;
	margin:6px 0 5px 0;	
	float:left;
	padding:7px 0 5px 0 ;
}
.leftbox_button{ margin:5px 0 0 9px;}







/********************************************************************************
                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. 
***************************************/
.floatright{float: right;}
.floatleft{float: left;}

#box{background:#f8f7f6;}
#greenbox{
	margin:31px 0 5px 0;
	color:#090;
	border-top: 3px #ddd solid;
	background:#fff;
}
#greenbox ul li{list-style:none; margin-bottom:6px; font-size:16px;}
#greenbox ul li a{
	color:#090;
}
#greebox ul li a:hover{color:#090;}
#greenbox h2{ color:#090; font-weight:bolder; font-size:22px; text-align:left; margin:0 4px 15px 5px;}
.excerpt{margin:5px 5px 10px 5px; padding:0; border-bottom: #ddd dashed 1px;}
.excerpt:last-child{border:none;}
.excerpt .date{font-size:11px; color:#666;}
#content .date{font-size:12px; font-weight:bold; color:#666; margin-left:5px;}
.box2 { 
  padding: .5em; 
  margin-bottom: .5em; 
  background: #eee; 
  border: 1px solid #ddd;   
}

.imgright{float: right;}
.imgleft{float: left;}
.imgborder{border:#999 1px solid;}
.thecontent img{padding:5px;}
.thecontent{}
.thecontent h1:first-child{border-bottom:1px #999 solid; font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; margin-left:5px; margin-right:8px;}

#main p.captial:first-letter {
color:#fff;
background:#00A038;
font-size:32px;
display:block;
font-weight:bold;
float:left;
margin:5px 5px 0 0;
line-height:35px;
padding:10px
}

ol li{list-style:inherit;}

/* 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;}

#news{ margin-left:15px; margin-top:10px;}
#news h2 {color:#090; font-weight:bolder; font-size:18px;}
#news p{font:Verdana, Geneva, sans-serif; font-size:12px; font-weight:bold; color:black;}
#news ul li a{font:Verdana, Geneva, sans-serif; font-size:12px; font-weight:bold; color:#090;}
#news ul{margin-left:5px;}
#news ul li{list-style:none; margin-left:0;}


/********************************************************************************
                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;
}




/********************************************************************************                                                  
                          SLIPFIRE CREATED FOR WORDPRESS                                                   
********************************************************************************/


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

#navbar {
   margin: 0 auto 0px;
   padding: 8px 0px 5px 0px;
   background:#019348;
   height:24px;
}
	
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 10px;
	border:none;
}
		
#navbar ul {
   margin: 0px;
   padding: 0px;
   float: left;
}
	
#navbar ul li a:active, 

#navbar ul li a:hover, #navbar ul li a:link, #navbar ul li a:visited, #navbar ul li a:hover, a:active {
   text-decoration: none;
   color:#fff;
   font-weight:200;
   border: none;
}

#current_page_item a {
   text-decoration: underline;
}

#bread{
	color:#666;
	height:22px;
	background:#fff;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-top:7px;
	border-bottom:#666 1px dotted;
}
#bread a{margin-left:5px;}
.rss{float:right;}
/********************************************************************************
	         Top Nav
********************************************************************************/

.topnav ul{float:right;}
.topnav ul li{display: inline;
list-style-type: none;
padding-right: 20px;

}
.topnav ul li a{color:white;}

/********************************************************************************
	         Main Nav
********************************************************************************/



#menu1{
    height:37px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0;
}
#menu1 ul{
	float:right;
    margin:0 0 0 50px;
    padding:0;
    list-style-type:none;
}
#menu1 ul li{
    display:inline;
}
#menu1 ul li a{
    text-decoration:none;
    float:left;
    margin:5px 0;
    padding:6px;
    width:75px;
    text-align:center;
}
#menu1 a:link, #menu1 a:visited{
    color:#fff;
    background-image:url(images/link.gif);
    background-repeat:repeat-x;
    background-position:center;
    border: 1px solid #A8D59D;
}
#menu1 a:hover, #menu1 a:active{
    color:#fff;
    background-image:url(images/hover.gif);
    background-repeat:repeat-x;
    background-position:center;
    border: 1px solid #A8D59D;
}

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

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

#sidebar a {border-bottom: none;}


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

#footer {
	background:#019348;
	color:#fff;
    text-align: left;
    font-weight: normal;
	height:50px;
}

.ss-footer{display:none;}