* {
	margin:0;
	padding:0;

	}
	


/* Begin Settings and Classes */

img { 

border : 0;

} 

a, a:visited { 

color : #666699;

text-decoration : none;

border-bottom:0px solid #ccc;

} 

a:hover { 

text-decoration : none;

color : #999999;

border-bottom:1px solid #ccc;

} 
	

	
h1 a, h2 a, h3 a {
	border:none;
	}
		
h1 a:hover, h2 a:hover, h3 a:hover, #sitename:hover {
	color:#555;
	}



p {
	margin:1.5em 0;
	}
	
h1, h2, h3 {
	font-weight:bold;
	font-family:"Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height:1.1em;
	letter-spacing:-.05em;
	margin:1em 0 .25em;
	}
	
h1 {
	font-size:2.5em;
	color:#000;
	}
	
h2 {
	font-size:2em;
	color:#000;
	}
	
h3 {
	font-size:1.5em;
	}
	
.pagetitle {
	border-bottom:1px solid #ddd;
	}
	
small {
	font-size:.9em;
	color:#777;
	}
	
code {
	font: 1.1em "Courier New", Courier, Fixed;
	}
	
pre {
	font: 1.1em "Courier New", Courier, Fixed;
	margin:1.5em;
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
	}
	
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:#ccc;
	background-color:#ccc;
	margin:1.5em 0;
	}
	
img {
	border:none;
	}
	
blockquote {
	margin:1.5em;
	padding:1px 1.5em;
	background:#fafafa;
	border:1px solid #eee;
	border-left-width:3px;
	}
	
	cite {
		font-style:italic;
		font-size:.9em;
		display:block;
		margin:5px 0 0;
		text-align:right;
		}
		
	cite:before {
		content: "\2014 \0020";
		}
		
.post>ul, .post>ol {
	margin:1.5em;
	}
	
	.post li {
		padding:.25em 0;
		margin-left:30px;
		}
		
	.post li h3 {
		margin:0;
		}
		
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
		
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
/* Everying with a 3 pixel border radius */
pre, blockquote, .wp-caption, .attachment img, #header #searchform, #s, #searchsubmit, #sidebar>ul, #sidebar h4 {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}




/* Begin Images */	
img.alignleft {
	margin-right:10px;
	}
	
img.alignright {
	margin-left:10px;
	}

.wp-caption, .attachment img {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f5f5f5;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	line-height: 1.5em;
	padding: 0 4px 4px;
	margin: 0;
}

.attachment img {
	padding:4px;
	}
/* End Images / End Settings and Classes */



/* Begin Structure */
 
	
body {
	background:#FFFFFF;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#444;
	text-align:center;
    	

}


#page {
	background-image:url(images/body_background2.gif); x-repeat;
	margin:0px auto;
	text-align:center;
	border: 1px solid #ccc;
	
	width:780px;
	text-align:left;
	}


//* NAVIGATION BUTTONS */





			.menu {
						height: 26px;
						width: 782px;
			}
			.cssnav	{
						
position:relative;
float:left;
padding: 0;
font-family: arial, helvetica, sans-serif;
background-image:url(images/background_nav3.gif); no-repeat;
						width: 129px;
						height: 26px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
.cssnav_blank	{
						
position:relative;
float:left;
padding: 0;
background:#fff no-repeat;
width: 50px;
height: 26px;
overflow:hidden;/* for ie to hide extra height*/	
}
.cssnavend	{
						
position:relative;
float:left;
padding: 0;
width: 130px;
height: 26px;
overflow:hidden;/* for ie to hide extra height*/	
}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 129px;
						height: 26px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #000;
			}
			

			.cssnav a {width: 129px; height: 26px; border: 0;}
			.cssnav a:hover { background-color: #a09999}

			.cssnav span {
					    position: absolute;
					    left: 0px;top: 8px;
					    text-align: center;
					    width: 129px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */
		
/* Begin Content */	
#content {

width : 700px;

padding : 0px 0px 0px 25px ;

margin : 20px 0px 0px 0px;

float : left;

font-size: 15px;

line-height:22px;

} 

#content_default {

width : 500px;

padding : 0px 0px 0px 25px ;

margin : 20px 0px 0px 0px;

float : left;

font-size: 15px;

line-height:22px;

} 


#content p { 

padding : 0 0 15px 0;

margin : 0;

line-height : 22px;

} 

#content p img { 

float : left;

border : none;

margin-right : 10px;

margin-bottom : 5px;

margin-top : 5px;

} 

#content p ol { 

margin : 0;

padding : 0 0 0 20px;

} 

#content p ul { 

margin : 15px;

padding : 0 0 0 20px;

line-height : 22px;

} 

#content li { 

margin-left : 10px;

padding : 0 0 0 5px;

line-height : 22px;

} 

#content h1 { 

color : #000;

font-size : 24px;

line-height:27px;

font-weight : normal;

letter-spacing:-0.5px;

padding : 0;

margin : 8px 0 1px -3px;

} 

#content h1 a { 

color : #999999;

text-decoration : none;

border-bottom:none;

} 

#content h1 a:hover { 

color : #999999;

text-decoration : none;

} 
/* Begin Comments */		
.commentlist {
	margin-top:1.5em;
	}
		
.commentlist li {
	list-style:none;
	padding-bottom:1px;
	margin-bottom:40px;
	}
	
.commentlist li.alt {
	background:#fafafa;
	}
	
	.commentmetadata {
		border-bottom:1px solid #ddd;
		font-size:.9em;
		background:#f5f5f5;
		padding:2px 5px;
		letter-spacing:.1em;
		}
		
	.avatar {
		border:1px solid #ddd;
		float:left;
		margin-right:10px;
		display:block;
		padding:2px;
		background:#f5f5f5;
		}
		
	.commentlist li p {
		padding:0 10px;
		}
		
		
#commentform input, #commentform textarea {
	width:147px;
	border:1px solid #ccc;
	background:#fff;
	font-size:11px;
	padding:3px;
	}
	
#commentform textarea {
	width:500px;
	}
	
#commentform input:hover, #commentform textarea:hover, #commentform input:focus, #commentform textarea:focus {
	background:#fafafa;
	}
			
#commentform #submit {
	width:147px;
	border:1px solid #ccc;
	background:#e0e0e0;
	font-size:11px;
	padding:2px;
	cursor:pointer;
	}
/* End Comments / End Content */


/* Begin Sidebar */

#spacer	{
						
position:relative;
float:right;
padding: 0;
width: 180px;
height: 36px;
overflow:hidden;/* for ie to hide extra height*/	
}




#sidebar { 

width : 200px;

color : #555;

padding: 20px 20px 20px 20px;

margin : 1px 1px 1px 0;

text-align : left;

position : relative;

line-height : 17px;

font-size : 13px;

list-style-type : none;

clear:right;

float:right;


}


#sidebar p { 

padding : 0;

list-style-type : none;

margin : 0;

} 

#sidebar h2 { 

	color : #A1AB0C;

	font-size : 21px;

	font-weight:normal;

	padding : 6px 0 8px 33px;

	margin : 0 2px 7px 0px;

}

/*	padding : 6px 0 8px 33px;

	margin : 0 2px 7px 0px;

	background:url(images/test.jpg) left bottom no-repeat;

*/

#sidebar h3 { 

	color : #A1AB0C;

	font-size : 21px;

	font-weight:normal;

	text-indent:32px;

	line-height:30px;

	padding : 0px 0 8px 0px;

	margin : 0 2px 0px 0px;

} 

#sidebar h3 ul li a { 

	text-indent:0px;

} 

#sidebar a { 

color : #666699;

text-decoration : none;

font-size:12px;

} 

#sidebar a:hover { 

color : #999999;

text-decoration : none;

} 

#sidebar ul { 

list-style-type : none;

margin : 1 1 1 1;

padding : 0;

padding-bottom : 40px;

} 

#sidebar ul li { 

display: block;

padding : 0;

margin : 0;

list-style-type : none;

padding : 3px 7px 3px 33px;

background:url(images/bullet.gif) left no-repeat;

} 

#sidebar ul li a { 

color : #585449;

text-decoration : none;

margin : 0;

border-bottom : none;

} 

#sidebar ul li a:hover { 

color : #585449;

border-bottom : none;

text-decoration:underline;

} 

#credits { 

margin : 0px auto;

width : 100%;

text-align : center;

background:url(images/footer.jpg) bottom repeat-x;

padding : 0px;

float : left;

font-size: 14px;

height:78px;

} 

#credits p { 

margin : 0;

padding:20px;

color : #F2E3B8;

line-height:18px;

} 

#credits a { 

color : #F2E3B8;

text-decoration : none;

border-bottom:1px solid #F2E3B8;

} 

#credits a:hover { 

color : white;

text-decoration : none;

border-bottom:1px solid #F2E3B8;

} 



#author {

	margin:0px auto;
	text-align: center;

	padding: 0px 10px 10px 10px;
	

}


#author img {


	margin:0 5px 5px 0;

}


.ads {

	text-align: center;

	padding: 0px 0px 0px 0px;

}

.ads a {

	border-bottom:top;

}

.ads a:hover {

	border-bottom:top;

}

.ads img {

	margin: 0px;
}

/* End Sidebar */

/* Begin Footer */

#footer_top {

	}


#footer {
	background:#a09999;
	padding:10px;
	border-top:1px solid #ccc;
 }
#footer a { 

color : #666699;

text-decoration : none;

font-size:10px;

} 

#footer a:hover { 

color : #666699;

text-decoration : none;

} 


/* End Footer / End Structure */
			

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
	
#wp-calendar caption {
	text-decoration: none;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}
/* End Calendar */














