/*
Theme Name: Twenty Ten Grunge
Theme URI: http://neverdunn.net/wordpress-themes
Description: Grunge theme based on the 2010 default theme for WordPress.
Author: Shawn Dunn
Version: 1.0
Template: twentyten
Tags: black, orange, red, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/
 
@import url("../twentyten/style.css");

/* LINKS */
a:link {
	color: #e5942f;
}
a:visited {
	color: gray;
}
a:active,
a:hover {
	color: #e51514;
}

/* HEADER */
#site-title {
	width: 500px;
}

#site-description {
	width: 420px;
	text-align: right;
}

/* ROUNDED CORNERS */
/* content wrapper */
div#wrapper.hfeed {
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;	
}

/* header (top/image) */
div#branding img {
	-moz-border-radius-topleft: 11px !important;
	-webkit-border-top-left-radius: 11px !important;
	-moz-border-radius-topright: 11px !important;
	-webkit-border-top-right-radius: 11px !important;
}

/* header (bottom/menu) */
div#access {
	-moz-border-radius-bottomleft: 11px !important;
	-webkit-border-bottom-left-radius: 11px !important;
	-moz-border-radius-bottomright: 11px !important;
	-webkit-border-bottom-right-radius: 11px !important;
}

/* images */
.wp-caption {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 7px gray;
	border: 1px solid silver !important;
	background: #f2f2f2 !important;
	color: white;
}

.wp-caption img {
	/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	*/
	padding: 0;
	margin: 0;
	border: 1px solid silver;
}

.wp-cation-text {
	color: silver;
}

/* search */
input#s,
input#author
input#email,
input#url,
textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

/* ShareThis */
.sharethis {
	margin-bottom: 18px;
}

/* Copyright */
.copyright {
	font-weight: normal;
	margin-left: 15px;
	color: silver;
	font-size: .8em;
}

/* Slimbox2 Mods */
div#lbImage {

}

div#lbBottom {
	padding-top: 10px;

}

div#lbCaption {
	margin-right: 0;
	text-align: center;
	clear: both;
}

div#lbCaption a {
	width: 100%;
	text-align: center;
}
