/*
Theme Name: SV-Aphrodite Theme
Theme URI: http://wordpress.org/
Description: Customized theme for sv-aphrodite.com
Version: 1.0
*/

body {
	margin: 0;
	padding: 30px 0;
	font: 14px tahoma,verdana,sans-serif !important;
	background: #047 url(img/bodybg.png) repeat-x fixed;
	color: #222;
}

#thetop {
	margin: 0;
}

#search {
	margin-top: 35px;
	text-align: center;
}

#container {
	width: 720px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #fff url(img/contbg.png) no-repeat;
	color: #222;
}

a {
	text-decoration: none;
	background-color: inherit;
	color: #26c;
}

a:hover {
	text-decoration: underline;
}

h3.headerstyle a img {
	padding-right: 6px;
}

a img {
	border: 0;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
}

blockquote {
	padding: 10px;
	font-style: italic;
	border-top: 4px solid #2266CC;
	border-bottom: 4px solid #2266CC;
}

blockquote p {
	padding: 0px;
	margin: 0px;
}

#main p,#sidebar p {
	padding: 10px;
}

#logo {
	float: left;
	width: 237px;
	margin: 0 20px 0 0;
	padding: 0 0 15px 0;
	background: #eee;
	border: 4px solid #dde;
	text-align: center;
	color: #555;
	overflow: auto;
}

#logo h1 {
	margin: 50px 5px 1px 5px;
	letter-spacing: -2px;
}

#logo a {
	background-color: inherit;
	color: #26a;
	text-decoration: none;
}

#logo a img {
	padding-bottom: 15px;
}

#logo a:hover {
	background-color: inherit;
	color: #69e;
}

#tagline {
	text-align: center;
	font-size: 1.2em;
}

#intro p {
	line-height: 1.5em;
}

#main {
	float: left;
	width: 530px;
	margin-right: 20px;
	padding: 0;
}

.headerstyle {
	display: block;
	margin: 30px 0 10px 0;
	padding: 5px 0 5px 8px;
	background: #eee url(img/gradient2.png) repeat-x;
	color: #222;
	border-top: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ddd;
	text-decoration: none;
}

.headerstyle a {
	background: #eee url(img/gradient2.png) repeat-x;
}

.dateline {
	color: #555555;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 25px;
	font-size: 85%;
}

.tags {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	font-size: 85%;
}

#sidebar {
	width: 155px;
	float: left;
	margin-top: 20px;
	font-size: 0.9em;
	line-height: 1.3em;
}

#sidebar h3 {
	margin: 20px 0 10px 0;
}

#sidebar p {
	font-size: 0.9em;
}

#sidebar ul {
	list-style: none inside none;
	margin: 0;
	padding: 0 0 0 0;
}

#sidebar li {
	margin: 0;
	padding: 0 0 0 10px;
}

.themeswitcher li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.sidelink {
	display: block;
	width: 140px;
	margin: 3px 10px 2px 0;
	padding: 5px 0 5px 8px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background: #eee url(img/gradient1.png) repeat-x;
	color: #26c;
	border-top: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ddd;
}

.sidelink:hover,.menuheader {
	background: #fff url(img/gradient2.png) repeat-x;
	color: #222;
	border-top: 1px solid #ddd;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #ddd;
	text-decoration: none;
}

#footer {
	margin: 0 auto 20px auto;
	width: 760px;
	background: #fff url(img/footerbg.png) bottom left no-repeat;
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #888;
	text-align: center;
}

h1,h2,h3,h4 {
	margin: 0 0 10px 0;
	font-weight: normal;
}

h1 {
	font-size: 40px;
}

h2 {
	margin: 0 0 4px 0;
	font-size: 20px;
}

h3 {
	margin: 20px 0 0px 0;
	font-size: 18px;
}

h4 {
	margin: 10px 0 5px 0;
	font-size: 14px;
}

textarea {
	width: 510px;
}

.clear {
	clear: both;
	margin: 0;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.internallink {
	font-size: 0.9em;
	text-align: center;
}

.postmetadata {
	padding: 20px;
	background: #eee;
	color: #222;
	border: 2px solid #ddd;
}

.credit {
	color: #888;
	background-color: inherit;
}

.hide {
	display: none;
}