/* Reset */ 

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}


table {
	border-collapse:collapse;
	border-spacing:3;
	
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* End Reset ------  */

/* Base-------------*/
/* base.css, part of YUI's CSS Foundation */ 
 h1 {  
     /*18px via YUI Fonts CSS foundation*/  
     font-size:138.5%;     
 } 
 h2 {  
     /*16px via YUI Fonts CSS foundation*/  
     font-size:123.1%;    
} 
 h3 {  
     /*14px via YUI Fonts CSS foundation*/  
     font-size:108%;     
 } 
 h1,h2,h3 {  
     /* top & bottom margin based on font size */  
     margin:1em 0;   
 } 
 h1,h2,h3,h4,h5,h6,strong {  
     /*bringing boldness back to headers and the strong element*/  
     font-weight:bold;    
 } 
 abbr,acronym {  
     /*indicating to users that more info is available */  
     border-bottom:1px dotted #000;   
     cursor:help;   
 }   
 em {  
     /*bringing italics back to the em element*/  
     font-style:italic;   
 } 
 
  ul li {  
     /*giving UL's LIs generated disc markers*/  
     list-style: disc inside;   
 } 
 
 dl dd {  
     /*giving UL's LIs generated numbers*/  
     margin-left:1em;   
 } 
 th,td {  
     /*borders and padding to make the table readable*/  
     border:1px solid #000;   
     padding:.5em;   
 } 
 th {  
     /*distinguishing table headers from data cells*/  
     font-weight:bold;   
     text-align:center;   
 } 
 caption {  
     /*coordinated marking to match cell's padding*/  
     margin-bottom:.5em;   
     /*centered so it doesn't blend in to other content*/  
     text-align:center;   
 } 
 p,fieldset,table {  
     /*so things don't run into each other*/  
     margin-bottom:1em;   
 }  
 




 
/* End Base-------*/

body {
	background-image: url(images/bg_pattern.jpg);
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height:14px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}

#page {
	/*background-image: url(images/bg_wrapper.gif);*/
	/*margin: 5px auto;*/
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	width:755px;
	height:auto;
}

#page_content {
	/*background-image: url(images/bg_wrapper.gif);*/
	/*margin: 5px auto;*/
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	width:1024px;
	height:auto;
}

.BlogContent {

width:470px;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:20px;

}

.entry{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #ed1e78;
	border-bottom-color: #ed1e78;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.entry p {line-height:16px;}

#header {
	background-image: url(images/header_bg.jpg);
	background-repeat:repeat-x;
	height:325px;
	/*width:100%;*/
	overflow:hidden;
	margin:auto;
	
}

#header_top {
width:900px;
height:325px;
/*margin-left:auto;
margin-right:auto;*/
margin:auto;
}

#menu {
	background-image: url(images/menu_bg.gif);
	background-repeat:no-repeat;
	height:32px;
	width:755px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	
}

#navlist {
	height:32px;
	width:auto;
	text-align: center;
	padding-left:0px;
	

}

/*Menu list & links----------------------------------------------------------*/


	#navlist ul li {
	display: inline;
	list-style-type: none;
	list-style:none;
	
}

#navlist ul li a:link, #navlist ul li a:visited {
	line-height: 30px;
	margin: 0px 25px 0px 25px;
	padding-top:17px;
	font-size: 1.4em;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration:none;
	list-style-type: none;
	list-style:none;
}

#navlist ul li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/*END Menu list & links---------------------------------------------------*/

.narrowcolumn {
	background-image: url(images/narrow_bg.jpg);
	background-repeat:repeat-y;
	float: left;
	display:inline;
	/*padding: 20px 0 0px 45px;*/
	margin: 0px 0 0;
	width:515px;

}

.narrowcolumn a:link, .narrowcolumn a:visited {
	color: #0099FF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

.narrowcolumn a:hover {
	color: #0099FF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}
/*Sidebar--------------------------------*/

#sidebar {
	background-image: url(images/sidebar_bg.jpg);
	float:left;
	display:inline;
	padding: 0;
	width: 220px;
	height:auto;
	margin-left:15px;
	text-align:left;
}

#sidebar_inner {
	padding: 0;
	width: 180px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:15px;
}





#sidebar ul{
	list-style-type: none;
	list-style: none;
	margin-left:0px;
	margin-top:-8px;
}

#sidebar li{
	list-style-type: none;
	list-style: none;
	list-style-position:outside;
	margin-left:0px;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	line-height: 16px;
	font-size: 1em;
	color: #ed1e78;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; ;
	text-decoration:none;
	
	
}

#sidebar ul li a:hover {
	text-decoration: underline;
	color: #000000;
}

/*end sidebar---------------------------------*/
.post {
	margin: 0 0 40px;
	text-align: justify;
}


.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

#footer {
	/*background-image: url(images/bg_footer.gif);*/
	padding: 0 0 0 0px;
	width:755px;
	height:178px;
	clear: both;
	text-align:left;

}

/*#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}*/

#footer {
	width:auto;
	height:auto;
	margin-bottom:20px;
	margin-top:10px;
	clear:both;
	text-align:left;
}

#footer ul, #footer li {
	display: inline;
	color:#ed1e78;
}

#footer ul li a:link, #footer ul li a:visited {
	line-height: 30px;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	color: #ed1e78;
	margin-top: 0;
	margin-bottom: 0px;
}

#footer ul li a:hover, #footer ul li a:focus, #footer ul li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer .symbol {
	line-height: 30px;
	text-decoration: none;
	font-size: 11px;
	color: #ed1e78;
	font-family: Arial, sans-serif;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-bottom: 4px;
}

/* End Structure */



/*	Begin Headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #ed1e78;
	font-weight: normal;
	}


h1 {
	font-size: 4em;
	margin: 10px 0 22px 0;
}

h2 {
	font-size: 2.0em;
	margin: 10px 0 7px 0;
	line-height:22px;
}


h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 10px 0 3px 0;
}


#sidebar h2{
	font-size: 16px;
	padding: 0;
	margin: 10px 0 5px 0;
	color: #333333;
}

/*.description {
	text-align: center;
}
*/

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* End Images */


/* Begin Form Elements */


select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0 0 20px 0;
	float: left;
}

/* End Form Elements */



/* Begin Comments*/
#comment{
text-align:left;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/

.search-form {
	background-image: url(images/search_bg.gif);
	background-repeat:no-repeat;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	width:173px;
	height:26px;
	
}

.search-form input {
	color: #666666;
	font-size:10px;
	border:none;
	background-color:transparent;
	width: 120px;
	height:23px;
	padding-top:6px;
	padding-left:15px;
}

*:focus {outline: none;}