/*
Theme Name: SheWants Custom Theme
Theme URI: http://www.shewants.com
*/

html, body {
	background: url(images/background.gif) top left repeat;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a, a:visited {
	color: #dd539b;
}

a:hover {
	background: #dd539b;
	color: #fff;
}

em {
	font-style: italic;
}

h1 {
	margin: auto;
	margin-top: 20px;
	width: 894px;
}

h1 a, h1 a:visited, h1 a:hover {
	background: url(images/logo.png);
	display: block;
	height: 111px;
	margin-left: 20px;
	width: 303px;
	z-index: 2;
}

h1 a span {
	display: none;
}

strong {
	font-weight: bold;
}

div#container {
	margin: auto;
	position: relative;
	width: 934px;
}

div#nav {
	background: url(images/nav.png) top left repeat-x;
	border: 1px solid #fff;
	height: 21px;
	position: relative;
}

div#nav ul {
	display: block;
	overflow: hidden;
	padding-top: 2px;
	position: absolute;
	right: 40px;
}

div#nav ul li {
	display: inline;
	margin-left: 20px;
	margin-top: 5px;
}

div#nav ul li a, div#nav ul li a:visited {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

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

div#banner {
	text-align: center;
}

div#main {
	background: #fff url(images/content-background.png) top left repeat-x;
	border: 2px solid #fff;
	overflow: hidden;
	padding: 25px;
	padding-top: 10px;

	border-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

div#title {
	margin-bottom: 5px;
	text-align: center;
}

div#content-container {
	background: url(images/icon.gif) top left no-repeat;
	overflow: hidden;
	padding-left: 170px;
}

div#content {
	background: #fff;
	border: 1px solid #DD539B;
	float: left;
	width: 477px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

div.post {
	line-height: 18px;
	overflow: hidden;
	padding: 20px;
}

div.post h2 {
	color: #DD539B;
	font-size: 20px;
	margin-bottom: 10px;
}

div#sidebar {
	float: right;
	width: 200px;
}

div#sidebar form#searchform label {
	display: block;
}

div#sidebar input#s {
	width: 120px;
}

div#sidebar h2 {
	font-weight: bold;
}

div#sidebar .widget {
	margin-bottom: 10px;
}

input#searchsubmit {
	background: #AE5DA2;
	border: 1px solid #fff;
	color: #fff;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

div#footer {
	color: #fff;
	font-size: 11px;
	margin-top: 10px;
	position: relative;
}

div#footer a, div#footer a:visited {
	color: #fff;
	margin-right: 25px;
}

div#footer a:hover {
	background: #fff;
	color: #333;
}

div#footer a img {
	position: absolute;
}

div#footer div#footer-links {
	background: url(images/footer-background.gif) top left no-repeat;
	color: #fff;
	font-size: 17px;
	height: 36px;
	line-height: 34px;
	margin-bottom: 10px;
	text-align: center;
}

div#footer div#footer-links a, div#footer div#footer-links a:visited {
	color: #fff;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

div#footer div#footer-links a:hover {
	background: #fff;
	color: #333;
}

div#footer span#copyright {
	position: absolute;
	right: 0px;
}

