body{
	background:white;
	text-align:center;
	font-family:sans-serif;
	line-height:1.5em;

}

#bodyWrap{
	background:white url(../images/topGradient.jpg) repeat-x;
}

#pageWrap{

width:960px;
margin:0px auto;
text-align:left;
position:relative;
}

#pageBody{
color:#131440;
}

#bodyContent{
position:relative;
z-index:10;
}

#largeS{
position:absolute;
left:-260px;
top:1px;
z-index:0;
}

.container{
display:inline-block;
}

.container{
display:block;
}

.post h2{
line-height:1em;
}

/***********************

Styles for the header bar

************************/

#topBar{
	height:170px;
	position:relative;
  	z-index:1;
}        

/***********************

Styles for the top menu

************************/

.menu{ 
margin-top:0px;
width:100%;
}

.menu ul{
        list-style:none;
        margin:0px;
        padding:0px;

        }

        .menu ul li{
        float:right;
        padding:0px;
	margin:0px;
        }

	
        .menu li a{
        text-decoration:none;
        display:block;
        margin:2px 15px;
        padding:5px;
        color:#fff;
        }


	.menu li.current a{
		color:#ccc;
  		text-decoration:underline;
		
	}

        .menu li a:hover{
        text-decoration:underline;        
        }

#secondaryMenu{
position:absolute;
bottom:45px;
}


#headerTile{
background:#131540 url(../images/blue_tile.jpg) 50% 0 repeat-y;
margin:0px;
padding:0px;
margin-top:-44px;
border-bottom:1px solid white;
margin-bottom:20px;
}




#headerTop{
background:transparent url(../images/blue_top.jpg) 50% 0 no-repeat;
/*border-top:1px solid #527f44;*/
padding-top:20px;
}


#headerBottom{
background:transparent url(../images/blue_bottom.jpg) 50% 100% no-repeat;
padding-bottom:20px;
/*
padding-bottom:0px;
padding-left:20px;
padding-right:20px;
*/


}

* html #headerBottom,
* html #headerTop,
* html #headerTile  { height: 0.01%; }



/*
#mainHead{
margin:0px;
border:1px solid #131540;
}
*/

.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {display:inline;}



#headerBottom h1#pageTitle{
color:white;
margin:0 20px;

}

/*************************
Home page styles
***************************/

.tile14{
	background:transparent url(../images/14_tile.jpg) 50% 0 repeat-y;
}

.top14{
	background:transparent url(../images/14_top.jpg) 50% 0 no-repeat;
	padding-top:5px;
}

.bottom14{
	background:transparent url(../images/14_bottom.jpg) 50% 100% no-repeat;
	padding-bottom:5px;
	width:100%;
}

#heading1,#heading2{
float:left;
width:275px;
}



.tile9{
	background:transparent url(../images/tile_9.jpg) 50% 0 repeat-y;
}

.top9{
	background:transparent url(../images/top_9.jpg) 50% 0 no-repeat;
	padding-top:20px;
}

.bottom9{
	background:transparent url(../images/bottom_9.jpg) 50% 100% no-repeat;
	padding-bottom:20px;
	width:100%;
}


.tile9blue{
        margin-top:20px;
	background:transparent url(../images/tile_9_blue.jpg) 50% 0 repeat-y;
	color:white;
}

.top9blue{
	background:transparent url(../images/top_9_blue.jpg) 50% 0 no-repeat;
	padding-top:20px;
}

.bottom9blue{
	background:transparent url(../images/bottom_9_blue.jpg) 50% 100% no-repeat;
	padding-bottom:20px;
	width:100%;
}

/*********************

Styles for the footer

 ********************/


#footer{
text-align:center;
background:#628a4f url(../images/topGradient.jpg) 0 100% repeat-x;
margin-top:20px;
color:white;
padding:10px;
}

#footer a{
color:white;
}


/***********************
* Paginiation, for blogs
* and tags
************************/

.pagination{
background:#eee;
padding:10px;
border:1px solid #ccc;
border-left:0px;
border-right:0px;
text-align:center;
margin:10px 0px;
}

.pagination a{
border:1px solid #ccc;
padding:3px 8px;
margin:3px;
}

.pagination a:hover{
background:#ccc;
color:black !important;
}


/*************************
* Tag cloud
**************************/

.tag1 {font-size: 1.0em;}
.tag2 {font-size: 1.2em;}
.tag3 {font-size: 1.4em;}
.tag4 {font-size: 1.6em;}
.tag5 {font-size: 1.8em;}
.tag6 {font-size: 2.0em;}

/*********************************
*Coments
**********************************/

.comment{
border-bottom:1px solid #eee;
padding:10px 0px;
width:100%;
}

.comment .author{
float:left;
width:200px;
margin:10px;
}

.comment .author_name{
margin-bottom:10px;
}

.comment .date{
margin-top:10px;
}

.comment .content{
margin-left:220px;
}

/*****************************
* Blog layout
******************************/

#blogMainArea{
width:600px;
float:left;
}

#blogSidebar{
margin-left:40px;
float:left;
}

.post{
background: transparent url(../images/shadow_line.gif) 0 100% no-repeat;
padding-bottom:30px;
margin-bottom:10px;
}

.post .grav_img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.post .body{
clear:left;
}

.postInfo h3, .postInfo h5{
border-bottom:0px;
margin:0px;
}

.postInfo .grav_img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.postBody{
clear:left;
}


/***********************
**Some general form stuff
************************/
form p{
margin:0;
}


ul.form_errors{ 
                border:1px solid red;
                background:#fdd;
                padding:10px;
                padding-left:30px;
                }

.submitted_ok{ 
                border:1px solid green;
                background:#dfd;
                padding:10px;
                padding-left:30px;  
                margin:10px;
 }

input.form_error,textarea.form_error,select.form_error{ 
                  border:2px inset red;
                  background:#fdd;
                  }

            
/*********************
*This allows fluid images
***********************/
img.full{
max-width:100%;
}

table td img.full{
width:100%;
}
            
            
    /***********************
    * Clearfix rules
    ************************/
        .clearfix {
	 display:inline-block;
	}
	.clearfix:after {
	 display:block; 
	 visibility:hidden; 
	 clear:both; 
	 height:0; 
	 content: "."; 
	}

              
              /*Small rule to hide robot decoy elements*/
              .decoyEmail{display:none;}
              
              
