/*  
Theme Name: skordova
Theme URI: http://ellisweb.net
Description: Theme for ShoshanaKordova.com
Version: 1.0
Author: Yaakov Ellis
Author URI: http://ellisweb.net
*/

* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: left;
}

.textcenter {
	text-align:center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearall {
	clear:both;
}

p {
	margin: 12px 0;
}

a {
	text-decoration: none;
	color:#066;
}

a:visited {
	text-decoration: none;
	color:#009966;
}

h1 a:visited, #menu a:visited {
	color: #066;
}

/*a:hover, #header a:hover, #main a:hover {
	text-decoration: underline;
}*/

body {
	background-color:#9BC9C9;	
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	padding: 0px;
	margin: 0 auto;
	width: 760px;
	text-align: center;
	background: #FFF;
}

#header {
	text-align: center;
	margin: 0 auto;
	border-bottom: 4px solid #9BC9C9;
	border-top: 20px solid #9BC9C9;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}

#header h1 a {
	float:left;
	clear:both;
	font-size:32px;
	margin: 2px 0 4px 30px;
	padding: 0;
}

#header h1 .intro {
	font-size: 18px;
	font-weight: normal;
	margin-left: 75px;
}

#header a {	
	margin: 4px 5px;
	padding: 1px 4px;
	font-size: 20px;
	text-decoration: none;
}

#header a#current {
	background-color: #066;
	color: #FFF;
}

#menu {
	text-align: left;
	clear:both;
	margin: 10px 50px;
	font-variant:small-caps;
	letter-spacing: 0.1em;
}

#main {
	clear: both;
	text-align:justify;
	padding-bottom: 10px;
}

#main h3 {
	font-size: 18px;
	margin-top: 10px;
}

#main .postintro{
	margin: 0 30px;
	padding: 0;
}

a.postlink h3 {
	color: #066;
	text-decoration:underline;
	font-weight: normal;
}

#main .date {
	font-size: 16px;
}

.image {
	float:right;
	padding: 5px;
	margin: 10px 0 10px 10px;	
	border: 1px solid #9BC9C9;
	font-size: 11px;
	width: 200px;
}

.about .image {
	width: auto;
}

.post, .about{
	margin: 0 30px;
	padding: 0 0 15px;	
}

.about {
	text-align:left;
	min-height: 250px;
}

.about p, .about p a {
	font-size: 17px;
}

.posttext {
	margin: 0;
}

.postlinkarea {
	width: 100%;
}

.clipslink {
	text-align:center;
	clear:both;
	font-variant:small-caps;
}

#footer, #footer a {
	font-size: 12px;
	background-color: #9BC9C9;
	clear:both;
	padding: 5px 0;
	margin: 10px auto;
	width: 760px;
	text-align: center;
}
