body{
	background:#55a6de;
	text-align:center;
	font-family:sans-serif;

}

#pageWrap{
background:white url(../images/top_tile.png) 0 0 repeat-x;
}



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

Styles for the top logo bar

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

#topBar{
	background:transparent url(../images/top_background.png) no-repeat;
	width:954px;
        padding-top:15px;
	padding-bottom:15px;
        text-align:left;
        margin:0 auto;

}

#logo{
margin-left:10px;
float:left;
}

#joinFormDiv{
float:right;
font-size:0.8em;
margin:10px;
color:white;
}

#joinFormDiv h3{
margin:5px 0px;
}

#joinFormDiv ul{
float:left;
color:black;
margin:0px;
margin-right:5px;
padding:0px;
padding-right:5px;
}

#joinFormDiv label{
float:left;
margin:0px;
padding:0px;
}
        
        

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

Styles for the top menu

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

#menu{ 
margin-top:0px;
width:100%;
border-bottom:1px solid #eee;
margin-bottom:2em;
 }

#menu ul{
        list-style:none;
        margin:0px;
        padding:0px;
        margin-left:10px;
        }

        #menu ul li{
        float:left;
        padding:0px;
	margin:0px;
        }

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

	#menu li.current a{
		color:#333;
        	background:#ddd;
	}

        #menu li a:hover{
        color:#333;
        background:#eee;
        }



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

Styles for the main 
content area

************************/
#bodyWrap{
        background:white;
        width:950px;
        margin:0 auto;
        text-align:left;
        padding-bottom:30px;
        }

img.full{
max-width:100%;
}

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

Image feed styles

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

ul.feed_image_list{
	list-style:none;
}

ul.feed_image_list li{
	float:left;
	margin:0px;
	padding:0px;
}



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

Tag cloud styles

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

#tags_div{ 
       margin:10px;
 }

#tags_div a{ 
         margin:5px;
         padding:5px;
 }

#tags_div a:hover{
               background:#eee;
               } 



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

Styles for the footer

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


#footer{
	background:transparent url(../images/bottom_background.png) 0 0 no-repeat;
	width:954px;
	margin:0 auto;
	margin-top:-26px;
	padding-top:20px;
}

#footerInner{
margin:0 10px;
padding:10px;
text-align:center;
}

#footer .calendar{
  width:469px;
  float:left;
  margin:10px;
}

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

Styles for the copyright area

 ********************/
        .siteInfo{
        font-size:0.8em;
        margin-bottom:30px;
        color:white;
        }
        
        .siteInfo a{
        margin:0px 15px;
        color:white;
        }




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

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


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

div.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 .grav_img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.postBody{
clear:left;
}

.decoyEmail{
display:none;
}



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

ul.gallery li{ 
               float:left;
               background:#eee;
               padding:0px;
               border:1px solid #ccc;
               margin:5px;
 }





.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;
}

.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;}


.clearfix, .clearfixLeft, .clearfixRight {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
/* End hide from IE-mac */
.clearfixRight:after {
    content: ".";
    display: block;
    height: 0;
    clear: right;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfixRight {
    height: 1%;
}
/* End hide from IE-mac */
