/* Deafault Theme */

body {
	background: #d8e9f4 url(../images/rainBG.gif) repeat-y 50% 170px;
	/*background: #d8e9f4;*/
	}

#header {
	background: #d8e9f4 url(../images/bg_header.jpg) repeat-x 50% 0;
	}
	
#content {
	/*background: #fafafa;*/
	color: #333;
}
	
#supersidebar {
	/*background: #fafafa;*/
	}

#sidebar {
	/*background: #fafafa;*/
	}
	
#footer {
	background: url(../images/water.png) repeat-x 50% 0;
	}

#headerimg .description {
	color:#aaa;
	}

h2.pagetitle {
	color: #666;
	}

#sidebar ul li h2 {
	color: #333;
	border-bottom: 1px dashed #ccc;
	}

a.titleRollover {
	position: absolute;
	display:block;
	height: 140px;
	width: 457px;
	background: url(../images/logo.gif) no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
} 

a:hover.titleRollover {  
	background-position: 0px, -140px;
}   

h1, h1 a, h1 a:hover, h1 a:visited {
	color: #333;
	}
	
#header h1, #header h1 a, #header h1 a:hover, #header h1 a:visited {
	color: #ddd;
	}	
	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

.commentlist li {
	background:#fdfdfd;
	}

.commentlist li .avatar { 
	border: 1px solid #eee;
	background: #fff;
	}


.commentlist li.alt {	
	background:#fefefe;	
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #999;
	}
	
.altdata {
	color: #666;
	}
	
	
.meta {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	}

code {
	border: 1px solid #eee;
	background: #fff;
	}

a, a:visited{
	color: #c7244d;
	/*border-bottom: 1px solid #E8C8C8;*/
	}

a:hover {
	color: #a80730;
	text-decoration: underline;	
	/*background: #E8C8C8;*/
	/*border-bottom: 1px solid #c47373;*/
	}

#sidebar #wp-calendar a {
	background: #eee;
	}
#sidebar #wp-calendar a:hover {
	background: #E8C8C8;
	}	

#sidebar #wp-calendar th {
	border-bottom:1px solid #eee;
	}
	
.post hr {
	border-top: 1px dotted #ccc;
	}		
	
.narrowcolumn .postmetadata2 {
	border-top: 1px dashed #ccc;
	/*border-bottom: 1px dashed #ccc;*/
}	

.entry img, .entrysm img {
	border: 1px dashed #98c3de;
	background: #d8e9f4;
	}	

.entry p a.img, .entrysm p a.img {
	border: 1px dashed #98c3de;
}
.entry p a.img:hover, .entrysm p a.img:hover {
	border: 1px dashed #6099c4;
}	
	
.entry, .entrysm{
	border-bottom: 1px dashed #ccc;
	}
	
#sidebar a {
	/*border-bottom:1px solid #f5f5f5;*/
	}	
#sidebar a:hover {
	/*border-bottom: 1px solid #c47373;
	background-color: #fff;*/
}	

#sidebar .cat-item a:hover, #sidebar .archives a:hover,
#sidebar #archives ul li a:hover,
#sidebar .linkcat a:hover,
#sidebar .blogroll a:hover {
	/*background-color: #fff;*/
} 

#sidebar div.flickr_badge_image a {
	background: #fff;
	border: 1px solid #eee;
}
#sidebar div.flickr_badge_image a:hover {
	border: 1px solid #ddd;
	background: #fdfdfd;
}


#header #searchform #s {
	background: #000;
	color: #ccc;
	border: 1px solid #555;
	}

#header #searchsubmit {
	background: #666;
	border: 1px solid #777;
	color: #ccc;
	}
	
#content #searchform #s {
	background: #ddd;
	color: #333;
	border: 1px solid #bbb;
	}

#content #searchsubmit {
	background: #666;
	border: 1px solid #777;
	color: #ccc;
	}
	
#commentform input, #commentform textarea, fieldset {
	border: 1px solid #e1e1e1;
	}

#commentform #submit {
	background: #e8f1f7;
	border: 1px dashed #ccc;
	color:#333;
	}
	
legend {
	background: #ccc;
}

.commentlist li {
	border: 1px solid #e1e1e1;	
	}
	
#sidebar #wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

acronym, abbr {
	border-bottom: 1px dashed #ccc;
	}
	
blockquote {
	/*background: #f0f0f0;
	border-left: 2px solid #e1e1e1;*/
	background: #fafafa url(../images/openquote.jpg) no-repeat 0px 10px;
	color: #666;
	}		

.wp-caption {
	/*border: 1px solid #ddd;
	background-color: #f3f3f3;*/
	border: 1px dashed #98c3de;
	background: #d8e9f4;
	color:#333;
	}


.entry a.more-link, .navigation a {
	background:#fafafa;
	border: 1px dashed #ccc;
	color: #333;
	}
.entry a.more-link:hover, .navigation a:hover {
	background: #e8f1f7;
	border-bottom: 1px dashed #ccc;
	text-decoration: none;
	color: #333;
	}
	
#sidebar li#rssfeeds a:hover, #sidebar .textwidget a:hover, #sidebar #tag_cloud a:hover, #sidebar p a:hover{
	background: #e8c8c8;
	}
	
#pagemenu {	
	background: #d8e9f4;
	border-top: 1px solid #d8e9f4;
}

#pagemenu ul li.page_item a, #pagemenu ul li.cat-item a {
	color: #666;
	background:#e9f2f7;	
}	

#pagemenu ul li.page_item a:hover, #pagemenu ul li.cat-item a:hover {
	color: #666;
	background: #fafafa;	
}

#pagemenu ul li.page_item, #pagemenu ul li.cat-item { background: #ddd;}

#pagemenu ul li.current_page_item, #pagemenu ul li.current_page_item a, #pagemenu ul li.current_page_item a:hover, #pagemenu ul li.current-cat, #pagemenu ul li.current-cat a, #pagemenu ul li.current-cat a:hover { 
	color: #c7244d; 
	background: #fafafa;
	}
	
#pagemenu ul li.current_page_item li a {
	background:#eee;
	color: #888;
}

#pagemenu #page-list li:hover {
		background:#eee;
	}
	
#pagemenu #page-list li ul {
	border: 1px solid #ddd;	
}	

#pagemenu #page-list li ul li {
    background: #eee;
	border-top: 1px solid #ddd;
}

.navigation {
	/*border-top: 1px dashed #ccc;*/
	}
	
.status{
	padding: 0 -6;
	
}
