/* Body 
--------------------------------------------------------------------*/

html,body {margin:0;padding:0}
body {
	text-align:center;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 70%;
       color:#666;
	background-color:#CCC;
	background-image:url(../images/background5.jpg);
	background-repeat:repeat-x;
	
}
img {
       border:none;
}
/* links 
--------------------------------------------------------------------*/


a:link {
	text-decoration: none;
	color: #030;
        
}

a:visited {
	text-decoration: none;
	color:#030;
        
}

a:hover {
	text-decoration: underline;
}


.next {
       float:right;
       clear:left;
}
/* header tags 
--------------------------------------------------------------------*/
h3 {
       font-size:120%;
       font-weight:normal;
       font-family: Georgia;
       padding:5px 0 5px 0;
       display:block;

       
}

#side h3 {
       font-size:120%;
       font-weight:lighter;
       font-family: Georgia;
       background-color:#DDD;
       padding:5px 0 5px 5px;
       display:block;
       color:#000;
}



/* Container 
--------------------------------------------------------------------*/
#container {
	text-align:center;
	margin:0 auto;
	width: 620px;
	
} 
/* Header 
--------------------------------------------------------------------*/
#header {
	background-image:url(../images/header6.jpg);
	background-repeat:no-repeat;
	height: 182px;
}
#header form {
	float:right;
	margin:145px 30px 0 0;
}
.SearchBox {
	width:170px;
}
#header img {
       float:left;
       margin-top:140px;
}
/* Content 
--------------------------------------------------------------------*/
#content {
	background-image:url(../images/body_bg2.jpg);
	background-repeat:repeat-y;
	background-position:center;
	
}
/* Main 
--------------------------------------------------------------------*/
#main {
	float:left;
	width:360px;
	margin:0 10px 10px 20px;
	padding:10px 10px;
       background-image:url(../images/mainbg.jpg);
	background-repeat:no-repeat;
	text-align:left;
       display: inline; 

	
	
}
#main p, #main img{
       }
.small {
       font-size:x-small;
       color:#999;
       font-family: Georgia;
}
.comments {
       background-color:#FFF;
       border:1px solid #CCC;
       padding:10px;
       margin:10px 0;
       min-height:80px;
}
.gravatar {
       float:right;
       height:40px;
       width:40px;
       clear:both;       
}
.message {
       clear:both;
            
}
#commentform fieldset {
       border:none;
}
legend {
       font-weight:bold;
}
/* Side 
--------------------------------------------------------------------*/
#side {
	float:right;
	margin:0 10px 10px 0;
	padding:0 10px !important;
       padding:0;
	width:180px;
       text-align:left;
       
	
}
.pthumbs {
       padding:0 11px 0 10px;
}
.pthumbs img {
       margin:1px 1px 1px 0;
} 
#side p {
       margin-left:10px;
}
	
/* Recent 
--------------------------------------------------------------------*/
#recent {
	background-color:#EEE;
	width:161px;
	padding:10px 9px 0 10px;
	margin:10px 0 30px 0;
	height:210px;
       text-align:left;
       
}
#recent ul {
	text-indent:0;
	padding:0;
	margin:0;
       list-style-type: none;
}
#recent ul li {
	list-style:none;
	display:block;
	padding:4px 0 4px 5px;
	margin:0 0 1px 0;
       border-bottom:1px dotted #CCC;

       }
#recent  li a {
       display:block;
	
	width:155px;
	padding:0 0 0 0;
	margin:0;
	text-decoration:none;
      

       }
#recent a:hover{
	text-decoration:underline;
}

/* nav 
--------------------------------------------------------------------*/
#nav {
	
	text-align:left;
       clear:both;
}
#nav ul {
	text-indent:0;
	padding:0;
	margin:0;
}
#nav li {
	list-style:none;
	
	padding:0;
	margin:0;
       border-bottom:1px solid #FFF;
      
	
}
#nav a{
	display:block;
	
	width:165px;
	padding:4px 0 4px 15px;
	margin:0;
	text-decoration:none;
	
	background-image:url(../images/link_bg.gif);
       background-color:#BCD;

	
}
#nav a:hover{
	text-decoration:underline;
       
}



/* Footer 
--------------------------------------------------------------------*/
#footer {
	background-image:url(../images/footer5.jpg);
	background-repeat:no-repeat;
	Height:58px;
	width:560px;
	margin:0 auto 0 auto;
	padding:30px 20px;}

#content:after, #side:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content, #side {
	display: block;
}
/* Hides from IE-mac \*/
* html #content, * html .article {
	height: 1%;
}
#content {
	display: block;
}
/* End hide from IE-mac */
/* end float fix */



	
	