/*  
Theme Name: BDSM CSS

*/

#welcomeheading a {
	margin-bottom: 10px;
	padding-bottom: 15px;
	font: 40pt "Trebuchet MS", "Lucida Grande", Lucida, Vernada, sans-serif;
	padding-top: 10px;
	color: #ffffff;
        text-shadow: #373737 3px 3px 5px;
	text-decoration: none;
}

#welcomeheading a:hover {
	color: #ffffff;
        text-shadow: #373737 3px 5px 7px;

}

#content .post h2 
{
	color: #696969;
        text-shadow: #FFFFFF 2px 2px 5px;
        letter-spacing: 2px;
	text-decoration: none;
	
	padding: 3px 0;
	font-size: 24px;
	font-weight: bold;
}

#content .post h2 a {
	color: #696969;
        text-shadow: #FFFFFF 2px 2px 5px;
        letter-spacing: 2px;
	text-decoration: none;
	
	padding: 3px 0;
	font-size: 24px;
	font-weight: bold;
}

#content .post h2 a:hover {
	color: #696969;
        text-shadow: #FFD862 3px 3px 5px;
}

#content p a {
	font-size: 11px;
        font-weight: bold;
	letter-spacing: 0px;
        color: #696969;
        text-shadow: #ffffff 4px 4px 6px;
	text-decoration: none;
}

#content p a:hover {
	font-size: 11px;
	color: #696969;
        text-shadow: #FF9428 3px 3px 5px;
        letter-spacing: 0px;
	text-decoration: none;
}

#sidebar h2 a {
	color: #696969;
        text-shadow: #ffffff 1px 2px 2px;
        text-decoration: none;
}

#sidebar h2 a:hover {
	color: #696969;
        text-shadow: #FF9428 3px 3px 5px;
}
#sidebar h2 {
		
	font-size: 14px;
	font-weight: bold;
	color: #696969;
        text-shadow: #ffffff 1px 2px 2px;
        letter-spacing: 2px;
	text-decoration: none;
		margin-bottom: 10px;
	padding-top: 8px;
}

#sidebar {
	font-size: 11px;
}

#sidebar a{
	color: #696969;
	text-decoration: none;
} 

#sidebar a:hover {
	color: #FF9428;
} 

.wp-caption {
   border: 1px solid #696969;
   text-align: center;
   background-color: #ffffff;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

#content p.wp-caption-text  
   {
   font-size: 11px;
   line-height: 17px;

   margin: 10px;
	color: #696969;
	text-align: center;
}

#content .post a img {
border: none;
margin: 10px;
}