/* THIS STYLESHEET COONTAINS ALL THE CSS FOR BORDER-RADIUS, BOX-SHADOW AND TEXT-SHADOW - http://www.wicked-wordpress-themes.com */


.column  {
	box-shadow: 0 0 5px #424242;
	-moz-box-shadow: 0 0 5px #424242;
	-webkit-box-shadow: 0 0 5px #424242;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#sites ul li a  {
	text-shadow: 0 1px 0 #000;
}

#sites ul li a span.button  {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 0 #000;
	-moz-box-shadow: 0 1px 0 #000;
	-webkit-box-shadow: 0 1px 0 #000;
}

#sites ul li.empty a span.button  {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#logo  {
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #1e1e1e;
	-webkit-box-shadow: 0 0 5px #000;
}

#nav a:link, #nav a:visited {
	text-shadow: 0 1px 0 #fff;
}

#content  {
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#intro  {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#intro p a:link, #intro p a:visited  {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 1px -1px 0 #666;
}

#footer p  {
	text-shadow: 0 -1px 1px #333;
}

#list-widget a span.count  {
	text-shadow: 0px 1px 1px #333;
}

#comment-widget .head  {
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}

#comment-widget .head a  {
	text-shadow: 0 1px 1px #fff;
}

table#wp-calendar caption  {
	text-shadow: 0 1px 1px #333;
}

table#wp-calendar tbody td a:hover  {
	text-shadow: 0 1px 1px #fff;
}

#today  {
	text-shadow: 0 1px 1px #333;
}

.pagenav a:link,
.pagenav a:visited  {
	text-shadow: 0 -1px 0 #333;
}

#comments .comments-title a:link,
#comments .comments-title a:visited  {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 1px -1px 0 #666;
}

#comments ol.commentlist li .wrapper  {
	box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	-webkit-box-shadow: 0 1px 1px #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#respond .wrapper  {
	box-shadow: 0 1px 0 #999;
	-moz-box-shadow: 0 1px 0 #999;
	-webkit-box-shadow: 0 1px 0 #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#commentform .details .fields p  {
	text-shadow: 0 1px 0 #fff;
}

#commentform textarea, #commentform input.text  {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#commentform #submit  {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px -1px 0 #666;
}