/*
Theme Name: alibi
Theme URI: http://www.blogchemistry.com/2008/07/28/free-wordpress-theme-alibi/
Description: 2 column, with RHS widget sidebar, GPL v3 licence 
Version: 1.2
Tags: fixed width, two columns, black, valid HTML, simple, custom header
Author: BlogChemistry
Author URI: http://www.blogchemistry.com/
*/



body {
margin: 0;
padding: 0;  
color: #000;
text-align:center;
font-family:calibri, Arial, Verdana, Helvetica, sans-serif;
font-size: medium;
background: #fff;
height:100%;
}


#wrapper2{
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

#wrapper3{
border-left: 1px solid #666;
border-right: 1px solid #666;
}

#wrapper4{

}


#wrapper{
width: 853px;
margin: 0px auto;
padding: 0px;
text-align:left;
font-size: 14px;
line-height:20px;
background: #fff;
border-left: 3px solid #333;
border-right: 3px solid #333;
}


#header{
padding: 1px 0px;
margin: 0;
background: #FFFFFF;
height: 218px;
}	


#header-inner{
margin:0;
padding:0;
}


		
#content{
clear:both;
margin: 0;
background: url("<?php bloginfo('template_directory'); ?>/images/right_bkgrd.jpg") no-repeat;
text-align:center;
}	

#content-inner{

}

#main {
width: 620px; 
float: left;
text-align:left;
}

.rightArea{
width:610px;
padding-left:5px;
margin:0;
}

#sidebar {
padding: 0;
background: #B00613;
width:225px;
float:left;
}

.sideBar a{
color:white;
}

.sideBar a:hover{
color:red;
text-decoration:none;
}

#boxesHolder{
padding:0 9px;
}

.boxesEdge{
float:left;
width:10px;
height:140px;
}

.box{
padding:10px;
background-color: #B00613;
width: 250px;
float: left;
height:120px;
color:white;
position:relative;
background:url(images/boxBack.jpg);
}

.buttonLeft{
background-image:url(images/buttonLeft.png);
height:25px;
width:10px;
float:left;
}

.buttonMiddle{
background-color: #ffffff;
height:25px;
float:left;
line-height:25px;
color:#000000;
font-weight:bold;
font-family: sans-serif;
}

.buttonRight{
background-image:url(images/buttonRight.png);
height:25px;
width:10px;
float:left;
}

.button{
position: absolute;
bottom:10px;
right:10px;
}

.button a{
color:#B00613;
}

.button a:hover{
color:#000000;
cursor:pointer;
text-decoration:none;
}

#footer {
clear: both;
margin: 0;
padding: 10px 16px;
text-align: center;
font-size: 85%;
}

#footer-inner{
background: #d0d0d0;
height: 50px;
}

#footer p{
margin:0;
line-height: 50px;
}

#footer span{
font-size: .9em;
}

#navigation{
padding: 5px 15px;

}

#navigation div.fleft{
float:left;
}

#navigation div.fright{ 
float:right;
}

#credit{
text-align:right;
padding: 0 15px;
}

#credit p{
margin:0;
color:#777;
font-size:85%;
}

#credit p a, #credit p a:hover{
color:#999;
font-weight:100;
}

.searchPage a:hover{
color:red !important;
}

.gildaForms{
border: solid 1px black;
margin-left:85px;
margin-right:75px;
}

#fields label{
width:75px;
display:block;
font-weight: bold;
float: left;
}

#fieldsJoin label{
width:150px;
display:block;
font-weight: bold;
float: left;
}

.brickForm{
width: 110px;
}

#fieldsVeterans label{
width:100px;
display:block;
font-weight: bold;
float: left;
}

.texts{
width:85%;
}

.tboxes{
width:85%;
}

fieldset{
background-image: url(images/fsBack.jpg);
background-repeat: repeat-y;
background-color: #dedede;
}
/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
margin: 10px 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: Calibri, Arial, Helvetica, sans-serif;
}

H1 {
    COLOR: #B00613;
    FONT-FAMILY: Calibri, Arial, Helvetica, sans-serif;
    FONT-STYLE: bold;
    FONT-SIZE: 125% 
}
h2{
    COLOR: #B00613;
    FONT-FAMILY: Calibri, Arial, Helvetica, sans-serif;
    FONT-STYLE: bold;
    FONT-SIZE: 125% 
}
h3{
    COLOR: #B00613;
    FONT-FAMILY: Calibri, Arial, Helvetica, sans-serif;
    FONT-STYLE: bold;
    FONT-SIZE: 125% 
}
h4{
COLOR: #000000;
    FONT-FAMILY: Calibri, Arial, Helvetica, sans-serif;
    FONT-STYLE: bold;
    FONT-SIZE: 125%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}


a{
color:green;
font-weight:800;
text-decoration:none;
}

a:hover{
color: #63131C;
text-decoration:underline;
}

a img{
border:0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
background: #f4f4f4;
padding: 5px 15px;
margin: 3px 30px;
}

form{
margin: 0;
padding:0;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code{
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

td{
 vertical-align:top;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.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-width: 3px;
   //-khtml-border-radius: 3px;
   //-webkit-border-radius: 3px;
   border-width: 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;
}

#tabs {
   float:left;
   width:100%;
   font-size:90%;
   background:#000;
   line-height:18px;
   border-top: 1px solid white;
}

#tabs ul {
  margin:0;
  padding:4px 10px 0 10px;
  list-style:none;
}

#tabs li {
   display:inline;
   margin:0;
   padding:0;
}

#tabs a {
   float:left;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}

#tabs a span {
   float:left;
   display:block;
   padding:5px 15px 3px 6px;
   color:#FFF;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }  
	
	


/* Headings */ 

form#searchform2{
display: block;
float:right;
margin: 55px 10px 0px 5px;
}

#header h3{
margin:  0;
padding: 30px 0 0 10px;
}

#header h3 a{
font-weight:100;
color: #fff;
text-decoration: none;
font-size: 220%;
letter-spacing: 1px;
}

#header h2{
margin: 0;
padding: 10px 0 5px 10px;
font-weight:100;
font-style:italic;
color: #fff;
font-size: 130%;
letter-spacing: 1px;
}

h2#sectiontitle{
font-size:100%;
font-weight: 800;
font-family: calibri, arial, verdana, sans-serif;
padding:6px 6px 6px 10px;
margin:8px 10px 5px 10px;
background: #f2f2f2;
color: #444;

}

/* post styles */

.post{
width:620px;
padding-left:5px;
}

.entry{
margin: 0;
padding-right:10px;
}

.post h2 {
color: #333;
font-size: 150%;
font-weight:100;
padding: 7px 0 2px 2px;
margin: 10px 0 15px 0;
}


.post h2 a{
color: #333;
text-decoration:none;
font-weight:100;
}

.post h2 a:hover{
text-decoration:none;
color: #333;
}

.postmetadata{
font-size:80%;
padding: 1px 8px 1px 5px;
margin: 0;
border-top: 1px solid #ccc;
}

.postmetadata p{
line-height: 18px;
padding: 0;
margin: 2px 0;
}


.date{
float:left;
text-align:center;
font-weight:800;
margin: 0 10px 0 0;
padding: 0 10px;
border-right: 1px solid #ccc;
color: #444;
}


.dateDay{
display:block;
font-size: 16px;
line-height: 16px;
text-align:center;
}
.dateMonth, .dateYear{
display:block;
font-size: 11px;
padding:0;
line-height: 12px;
}




/*  Comments   */

h3#comments, h3#postcomment{
	font-size: 100%;
	font-family:verdana, sans-serif;
}	

ol#commentlist{
padding: 0 0 0 20px;
font-size: 90%;
list-style-type: none;
}

ol#commentlist li{
	padding: 0px 3px;
	margin: 0;
}

ol#commentlist li p.commentheader{
margin: 0px 0 0px 0;
display: block;
padding: 1px 5px;
}



ul#commentlist{
padding: 0;
margin:0;
list-style-type:none;
}

ul#commentlist li{
	display: block;
	padding: 0;
	margin: 0 15px 5px 15px;
	font-size:90%;
	background: #f2f2f2;
}

ul#commentlist p{
margin: 6px 0;
}

ul#commentlist li div.comm{
margin: 1px;
padding: 1px;
}

ul#commentlist li div.gravatar {
	width:50px;
	float:left;
	padding: 10px 0 0 10px;
}

ul#commentlist li div.gravatar img{
border: 2px solid #ccc;
}




ul#commentlist li div.commenttext{
padding: 0;
margin:5px 10px 5px 65px;
}

ul#commentlist li div.commenttext div.commentwrapper{
margin:0 0 0 5px;
padding: 3px 8px;
}


/*  sidebar styles */


#subscribe p{
font-size: 85%;
margin: 3px 0 10px 0;
}



.menu{
padding:0;
font-size:90%;
}

.menu a{
font-weight: 100;
}

.menu a:hover{
text-decoration:none;
}

.menu ul{
margin:0;
padding:0;
list-style-type:none;
}

.menu ul li.widget{
padding:2px;
margin:0 0 0px 0px;
}

.menu ul li.widget ul{
	margin: 0;
	padding:0;
}

.menu ul li.widget ul li{
border-bottom:1px dotted #ccc;
background: #f2f2f2;
padding: 2px 0 2px 15px;
margin:0;
}

.menu ul li.widget ul li ul{
}

.menu ul li.widget ul li ul li{
border-top: 1px dotted #ccc;
border-bottom: none !important;
padding: 2px 0 2px 15px;
}



.menu ul li.widget h3{
font-family: arial;
font-size:120%;
padding:2px 0 1px 4px;
margin:0;
border-top: 3px solid red;
border-bottom: 1px solid #bbb;
color: #333;
font-weight: 800;
font-variant:small-caps;
}

.menu ul li h3 a{
color: #333;
font-weight: 800;
}
.menu ul li h3 a:hover{
color: #333;
text-decoration: none;
}

.menu form{
display:block;
margin:0px;
padding:4px;
}

.menu input{
margin:3px 0;
font-size:90%;
}

li.widget .textwidget, li.widget #search {
padding: 2px 5px;
}

/* Calendar styles */




#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;
}


#footer a{
font-weight: 100;
}


