/*
Theme Name: StephanieSarkis
Theme URI: http://www.themedreamer.com
Description: Basic two column theme, sidebar on right.
Version: 1.0
Author: John Schwartz
Author URI: http://www.johnonline.net
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region – Styles for comment thread, forms, etc.
5. Sidebar Region – Styles for widgets, additional menus lists and links.
6. Footer Region – Styles specific to the footer region.
7. Misc. & Plugins – Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/

/*=== START SECTION 1 - Initial Styling ===*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #000;
	background:#31404e;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
	background:url(images/wrapperbg.jpg) repeat-y;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	width: 950px;
	margin: 0px;
	padding: 123px 0 0 0;
	background:url(images/header.jpg) no-repeat;
}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	font-size: 1em;
	float: left;
	font-family: "Times New Roman", Times, Georgia, serif;
	margin: 0px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: none;
}
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
#menu{
	
	padding: 0;
	margin: 0 0 0 0;
	width: 950px;
	height:62px;
	background:url(images/nav_left.jpg) left no-repeat;
}
#menu ul {
	margin: 0 0 0 73px;
	padding: 0px;
	height: 62px;
	background:url(images/nav_right.jpg) right no-repeat;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	height:62px;
}
/* #menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 0;
}
#menu li a:hover {
	text-decoration: none;
} */
#menu li a.home:link, #menu li a.home:visited {
	display:block;
	float:left;
	background:url(images/nav_home.jpg);
	width:103px;
	height:62px;
}
#menu li a.home:hover {
	background:url(images/nav_home_over.jpg);
}
#menu li a.bio:link, #menu li a.bio:visited {
	display:block;
	float:left;
	background:url(images/nav_bio.jpg);
	width:110px;
	height:62px;
}
#menu li a.bio:hover {
	background:url(images/nav_bio_over.jpg);
}
#menu li a.resources:link, #menu li a.resources:visited {
	display:block;
	float:left;
	background:url(images/nav_resources.jpg);
	width:114px;
	height:62px;
}
#menu li a.resources:hover {
	background:url(images/nav_resources_over.jpg);
}
#menu li a.publications:link, #menu li a.publications:visited {
	display:block;
	float:left;
	background:url(images/nav_publications.jpg);
	width:83px;
	height:62px;
}
#menu li a.publications:hover {
	background:url(images/nav_publications_over.jpg);
}
#menu li a.mailing:link, #menu li a.mailing:visited {
	display:block;
	float:left;
	background:url(images/nav_mailing.jpg);
	width:126px;
	height:62px;
}
#menu li a.mailing:hover {
	background:url(images/nav_mailing_over.jpg);
}
#menu li a.blog:link, #menu li a.blog:visited {
	display:block;
	float:left;
	background:url(images/nav_blog.jpg);
	width:70px;
	height:62px;
}
#menu li a.blog:hover {
	background:url(images/nav_blog_over.jpg);
}
#menu li a.events:link, #menu li a.events:visited {
	display:block;
	float:left;
	background:url(images/nav_events.jpg);
	width:86px;
	height:62px;
}
#menu li a.events:hover {
	background:url(images/nav_events_over.jpg);
}
#menu li a.contact:link, #menu li a.contact:visited {
	display:block;
	float:left;
	background:url(images/nav_contact.jpg);
	width:115px;
	height:62px;
}
#menu li a.contact:hover {
	background:url(images/nav_contact_over.jpg);
}

/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 950px;
	padding:0;
	margin:0;
}
#content {
	width: 484px;
	padding: 10px 0 20px 120px;
	float: left;
	line-height: 1.3em;
	margin:0;
}
#content a:link, #content a:visited {
	text-decoration: underline;
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#content h1 {
	font-size: 1.5em;
	color:#597793;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
	padding: 5px;
	font-size: .9em;
	color:#597793;
}
.post h2 {
	font-size: 1.8em;
	font-weight:normal;
	margin: 20px 0 10px 0;
	padding: 0;
	color:#597793;
	line-height:1.9em;
}
.post h3 {
  font-size: 1.8em;
  font-weight:normal;
  margin: 0;
  padding: 0;
  color:#597793;
  
}
#content a:link, #content a:visited {
	text-decoration: underline;
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}

.post a:link, .post a:visited {
	color:#597793;
	font-weight:normal;
    text-decoration:underline;
}
.post a:hover {
	color:#597793;
	font-weight:normal;
	text-decoration:none;
}
#content h1 a:link, #content h1 a:visited, #content h2 a:link, #content h2 a:visited, #content h3 a:link, #content h3 a:visited {
	color:#597793;
	font-weight:normal;
    text-decoration:none;
	border-bottom:1px dashed #597793;
	padding:0;
}
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover {
	color:#597793;
	font-weight:normal;
    text-decoration:none;
	border-bottom:1px dashed #CC0000;
	padding:0;
}


.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
	color:#444444;
}
.entry-content blockquote {
	background: url('images/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding:0 0 0 28px;
	margin:0;
}
.entry-content blockquote p {
  /*background: url(images/quote.gif) no-repeat left top;
  padding: 0 0 0 60px;
   font: italic 1.5em "Times New Roman", Times, Georgia, serif;*/
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/* .entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
} */
.entry-date {
    font-size:10px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.entry-month {
	font-size: 10px;
}
.entry-day {
	font-size: 10px;
}
.navigation {
  clear: both;
}
.navigation a:link, .navigation a:visited {
  color:#597793;
  font-size:11px;
}
.navigation a:hover {
  color:#597793;
  font-size:11px;
}
.entry-meta {
  margin: 10px 0;
  background:#f5f5f5;
  border:1px solid #e3e4e4;
  font-size:10px;
  padding:10px;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}
.stbuttontext {
	margin-left:16px;
}

/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {	
	width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
#content li {
	line-height: 1.4em;
	list-style: url('images/li.gif');
	margin:0 0 0 18px;
	padding:0;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar {
	width: 210px;
	float: right;
	margin: 10px 90px 0 0;
	background:#597793;
	padding:10px;
}
#sidebar h1 {
	font-size: 1.4em;
	/*font-weight:normal; */
	color:#25323e;
}
#sidebar h2 {
	font-size: 1.1em;
	/*font-weight:normal; */
	color:#25323e;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul ul {
  margin-left: 0px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 0;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin: 0;
	padding:8px 0;
	color:#FFF;
	border-bottom:1px solid #FFF;
}
#sidebar li a:hover {
	background:#FFF;
	color:#597793;
	text-decoration:none;
}
#sidebar li.img a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin: 0;
	padding:8px 0;
	border:0;
}
#sidebar li.img a:hover {
	border:0;
	background:#597793;
}
#sidebar img a:link, #sidebar img a:visited {
	border:0;
}
#sidebar a:link img {
	border:0;
}

#sidebar a:visited img {
	border:0;
}
#sidebar a:hover img {
	border:0;
}

/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	height: 56px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 0;
	background:url(images/footer_repeater.jpg) repeat-y;
}
#footer a:link, #footer a:visited {
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
}
#footer ul {
	margin:20px 0 20px 80px;
}
#footer li {
	list-style-type:none;
	text-align:left;
	margin:0 0 5px 0;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
/*=== END SECTION 7 - Misc. & Plugins ===*/

