/*
Theme Name: Starting Stories
Theme URI: http://elkammash.com/
Description: Theme for Starting Stories.
Version: 2.0
Author: Moudy Elkammash
Author URI: http://elkammash.com/
Tags: starting stories, fixed width, two columns, widgets
*/

/* Begin Typography & Colors */
body {
margin: 0px;
padding: 0px;
height: 100%;
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Helvetica', Arial, Sans-Serif;
background: #efefef url('images/bg.jpg');
color: #666;
}

#page {
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: left;
/* border: 1px solid #ccc; */
}

#hspacer {
height: 10px;
}

#splash {
width: 100%;
padding-top: 10px;
padding-left: 10px;
}

#splash .image {
width: 250px;
height: 180px;
background-color: #000;
float: left;
overflow: hidden;
}

#splash .description {
width: 200px;
height: 180px;
float: left;
padding: 0px 30px 0px 10px;
font-size: 1.2em;
}

#spacer {
clear: both;
height: 20px;
}

#header {
width: 100%;
height: 36px;
clear: both;
}

#leftBar {
float: left;
background-image: url(graphics/left.png);
background-repeat: no-repeat;
width: 10px;
height: 36px;
}

#middleBar {
float: left;
width: 980px;
height: 36px;
background-image: url(graphics/middle.png);
background-repeat: repeat-x;
}

#siteName {
float: left;
position: relative;
top: -18px;
background-image: url(graphics/divider.jpg);
background-position: right 22px;
background-repeat: no-repeat;
}

#siteName img {
width: 350px;
margin-left: -5px;
}

img {
border: none;
display: block;
}

#siteNav {
float: left;
}

.section {
float: left;
height: 36px;
font-size: 1.4em;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
font-weight: bold;
background-image: url(graphics/divider.jpg);
background-position: right 5px;
background-repeat: no-repeat;
}

.section a {
color: #666;
}

.section a:hover {
color: #333;
text-decoration: none;
}

#search {
float: left;
padding-top: 7px;
text-align: right;
padding-left: 50px;
}

#tagline {
float: left;
padding-top: 10px;
text-align: center;
width: 260px;
font-size: 1.2em;
font-style: italic;
}

#icons {
float: right;
height: 6px;
position: relative;
top: -7px;
}

a #twitter {
margin-left: -3px;
width: 40px;
height: 50px;
float: right;
background-image: url(graphics/twitter-icon.png);
background-repeat: no-repeat;
background-position: bottom;
z-index: 2;
}

a #twitter:hover {
background-position: top;
}

a #fb {
margin-left: -3px;
width: 40px;
height: 50px;
float: right;
background-image: url(graphics/fb-icon.png);
background-repeat: no-repeat;
background-position: bottom;
z-index: 1;
}

a #fb:hover {
background-position: top;
}

a #rss {
margin-left: -3px;
width: 40px;
height: 50px;
float: right;
background-image: url(graphics/rss-icon.png);
background-repeat: no-repeat;
background-position: bottom;
z-index: 0;
}

a #rss:hover {
background-position: top;
}

#rightBar {
float: left;
background-image: url(graphics/right.png);
background-repeat: no-repeat;
width: 10px;
height: 36px;
}

#content {
float: left;
width: 650px;
margin: 20px 40px 20px 10px;
}

#content div h2, h3 {
margin: 0px;
font-size: 1.8em;
}

.postmetadata {
margin-bottom: 40px;
}

.navigation {
margin-bottom: 40px;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.entry {
font-size: 1.4em;
}

.wp-caption-text {
color: #666;
margin-top: 5px;
font-style: italic;
}

#meta {
font-style: italic;
font-size: .8em;
float: right;
}

#comments {
clear: both;
margin-top: 10px;
}

.commentlist {
list-style: none;
padding: 0px;
}

.fn {
font-size: 1.4em;
}

.comment-meta {
font-style: italic;
padding-right: 140px;
margin-left: 34px;
float: right;
}

.commentlist p {
font-size: 1.4em;
padding-right: 140px;
margin-left: 34px;
padding-top: 10px;
margin-bottom: 0px;
clear: both;
}

.comment-author {
float: left;
}

#respond {
margin-left: 34px;
}

#sidebar {
margin-top: 20px;
float: left;
width: 300px;
font-size: 1.2em;
}

#site-info {
margin: 20px 0px;
font-size: 1.1em;
color: #999;
font-style: italic;
}

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

#sidebar ul ul {
margin-left: 10px;
}

#sidebar h2 {
background-image: url(graphics/sidebar.png);
background-repeat: no-repeat;
padding: 10px 10px;
font-size: 1.2em;
}

#quotable {
margin-left: 10px;
}

#quote-top {
margin-bottom: -10px;
}

#quote-bottom {
margin-top: -10px;
}

#quote-source {
text-align: right;
padding-right: 10px;
margin-top: 10px;
margin-bottom: 20px;
}

#quote-text {
padding: 0px 30px 0px 20px;
font-size: 1.2em;
}

#footer {
clear: both;
text-align: center;
}

a {
color: #7f0000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.intro {
font-style: italic;
font-weight: lighter;
color: #666666;
}

.question {
font-weight: bold;
}

.answer {
font-weight: normal;
color: #666666;
}

.outro {
font-size: 0.8em;
font-style: italic;
font-weight: lighter;
color: #666666;
}

.entry img{
	width: 100%;
}

