a img {
	border: none;
}

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

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
	
}
cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
    color: #feb0cb;
	font-size:24px;
	margin: 55px 0 5px 0;
}

h3 {
	margin-top: 0;
}

ol#comments li p {
color:#FFFF00;
	font-size: 100%;
}

p, li, .feedback {
     color:#fff;
	font-size: 90%/175%;
	letter-spacing: -1px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	border-top: 3px double #aba;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
}

.feedback {
	text-align: right;
	clear: both;
}

.meta {
color: #fff;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
 color:#FFFF00;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
font-size: 16px;
color:#FFFF00;
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#content {
font-family: Arial, Helvetica, sans-serif;
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}
#menu {
	padding: 5px;
	background:url(../../../../images/blogbodybg.jpg) top right no-repeat;
	position: relative;
	width: 250px;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input {
	background: #fff;
	border: 1px solid #f36;
	color: #f36;
}
#menu input#s {
	border: 1px solid #ccc;
	width: 185px;
	color: #333;
}

#blogleft {
	background:url(/images/blogbodybg.jpg) top left no-repeat;
}
#blogright { 
}
#blogmid{
font-family: Arial, Helvetica, sans-serif;
    background: none;
	padding: 28px 0px 40px 40px;	
}
#menu ul {
	font-weight: normal;
	line-height:0;
	list-style-type: none;
	margin: 0px 0px 40px 0px;
	text-transform: capitalize;
}

#menu ul li {
	color:#ffff00;
	font: italic normal 20px;
	letter-spacing: 0.1em;
	text-align: center;

}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border-bottom: 1px solid #f92951;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
    padding-left: 0px;
}

#menu ul ul li a {
	text-align:left;
	padding:10px 10px 10px 26px;
	display:block;
	color: #ffff00;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	background: url(/images/heartbullet.gif) 5px 13px no-repeat;
}

#menu ul ul li a:hover {
	text-decoration:underline;
	color:fff;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	empty-cells: show;
	color: #fff;
	font-size: 14px;
	margin: 0 0 25px 0;
	width: 100%;
}

#wp-calendar #next a {
   color:#FFFF00;
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
color:#FFFF00;
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	color:#FFFF00;
	text-decoration: none;
}

#wp-calendar a:hover {
	text-decoration: underline;
	color: #fff;
}

#wp-calendar caption {
	color: #fff;
	font-size: 16px;
	text-align: left;
	margin-top: 30px;
	padding: 15px 0 10px 0;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {

}

#wp-calendar td:hover, #wp-calendar #today {
	background: #fd51aa;
	color: #fff;
}
#wp-calendar th{
	padding: 10px 0 15px 0;
}	
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	color:#333333;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
#fancy{
/*	visibility: hidden;*/
}



.widget_search #s{
	width: 165px !important;
}

.widget_categories, .widget_pages, .widget_search label{
	visibility: hidden;
}

.widget_categories ul, .widget_pages ul{
	visibility: visible;
}
p.cf-sb {
	text-align:center !important;
}
.cform {
	width:655px !important;
}
.cform label, .cform label span {
	width:250px !important;
}
.cform textarea, .cform input {
	width:300px !important;
}
.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
	width: 100px !important;
	text-align:center !important;
}
.cform input.cf-box-a, .cform input.cf-box-b {
	width: 14px !important;
}
#cforms_captcha6, #cforms_captcha5, #cforms_captcha4, #cforms_captcha3, #cforms_captcha2, #cforms_captcha {
	width: 50px !important;
}