/*  
Theme Name: 
Description: 
Version: 3.0
Author: Emre Sozer
Author URI:
*/

@font-face {
	font-family:'Essays 1743';
        src: url('http://www.meltemsozer.com/fonts/essays1743-webfont.eot');
	src:local('Essays 1743'),url('http://www.meltemsozer.com/fonts/essays1743-webfont.woff') format('woff'),url('http://www.meltemsozer.com/fonts/essays1743-webfont.ttf') format('truetype');
	font-weight:normal;
	font-style:normal
	}

@font-face {
	font-family:'Essays 1743';
	src:url('http://www.meltemsozer.com/fonts/essays1743-italic-webfont.eot');
	src:local('Essays 1743'),url('http://www.meltemsozer.com/fonts/essays1743-italic-webfont.woff') format('woff'),url('http://www.meltemsozer.com/fonts/essays1743-italic-webfont.ttf') format('truetype');
	font-weight:normal;
	font-style:italic
	}


#home-1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 225px;
	}

#shop-1 {
	position: absolute;
	top: 0px;
	left: 700px;
	width: 105px;
	height: 225px;
	}

.fill  {
	display:block;
	width:100%;  
	height:100%;  
	text-decoration:none;  
	}

.link {
	#display: none;	
	text-indent: -9999px;
	}


body {
        background-color: #E0D4B1;
        background-image: url('images/bg3.jpg');
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: small;
        color: black;
	padding: 0;
	margin: 0;
	border: 0;
        }

#wrapper { /* Encloses everything*/
	overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        background-image: url('images/header.png');
        background-repeat: no-repeat;
        background-position: left top;
	background-color: transparent;	
        width: 925px; /* 625+25+250+25 */
        text-align: left;
        position: relative; /* Everything within this container is positioned relative to this */
	}

#main-column-wrapper {
	float:left;
	width:625px;
	min-height: 725px;
	}

img { border: 0;}

#header { 
        width: 1075px;
        height: 200px; 
	border: 0;
	margin-bottom: 25px;
	}

#sidebar-wrapper {
	float:right;
        width: 250px;
	margin-right: 25px;
	}

#sidebar {
	position:relative;
        width: 225px;
        min-height: 200px;
        background-color: #FFFFFF;
        padding-top: 25px;
        padding-left: 13px;
        padding-right: 12px;
        padding-bottom: 25px;
        border: 1px solid #CCCCCC;
	}

#sidebar-shadow {
        width: 250px;
        height: 25px;
        background-image:url('images/sidebar_footer_shadow.png');
        background-repeat:no-repeat;
        }

.message-pane {
	width: 575px;
	background-color: #C0E4E7;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 12px;
	color:black;
	height: 15px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: -1px;
	text-align: center;
	}

#first-post {
        width: 575px;
	min-height: 500px; 
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	font-family: 'Lucida Grande', Geneva, Verdana, sans-serif;
	font-size: 13px;
	line-height: 150%;
        text-align:justify;
        border: 1px solid #CCCCCC;
        }

#first-post-text a {
	color: blue;
	}

#first-post-shadow {
	width: 625px;
	height: 50px;
	background-image:url('images/first_post_footer_shadow.png');
	background-repeat:no-repeat;
	}

#first-post img {
	max-width: 575px;
	height: auto;
	padding-top: 12px;
	padding-bottom: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

h1, h2, h3 {
	font-family: 'Essays 1743',Delicious, 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: black;
	font-weight: bold;
} 

h1 {
	font-size: 30px;
	letter-spacing: -2px;
	line-height: 30px;
        }

h2 {
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 20px;
	}

h3 {
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 16px;
	}

#first-post-footer {
	clear: both;
	width: 575px;
	height:  50px;
	padding: 0;
	margin: 0;
        background-image: url('images/post-footer.png');
	background-repeat: no-repeat;
	position:relative;
	}

#first-post-footer-categories {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 260px;
	height: 20px;
	letter-spacing: -1px;
	}

#first-post-footer-categories a { color: #332B29;}

#first-post-footer-fb {
	position: absolute;
	top: 4px;
	left: 300px;
	width: 91px;
	height: 32px;
	}

#first-post-footer-comments {
	position: absolute;
	top: 0px;
	left: 451px;
	width: 108px;
	height: 35px;	
	}

#post-footer-feed {
	width: 100%;
	height: 16px;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	text-align: right;
	}

#post-footer-feed img {
	display: inline;
	margin-left: 10px;
	margin-right: 0;
	padding: 0;
	}

#post-footer-feed a {
	color: black;
	}

.post-excerpt-wrapper-left {
	float: left;
	width: 300px;
	}

.post-excerpt-wrapper-right {
	float: right;
	width: 300px;
	}
	
.post-excerpt {  
        width: 250px;
	height: 335px;
	text-align: center; 
        border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 25px;
	}

.post-excerpt img {
	max-height: 250px;
	max-width: 250px;
	height; auto;
	width: auto;
	display: block;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	}

.post-excerpt-shadow {
	width: 300px;
	height: 25px;
	background-image:url('images/post_excerpt_footer_shadow.png');
	background-repeat:no-repeat;
	}

#related-posts-wrapper {
	clear:both;
        width: 575px;
        height: 160px;
        padding: 0;
        margin: 0;
	}

.related-posts {
	float: left;
	width: 104px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	color: black;
}

.related-posts img {
	max-height: 100px;
	max-width: 100px !important;
	height; auto;
	width: auto;
	display: block;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	}

.related-posts a {
	color:black;
	#font-weight: bold;
	font-size: 12px;
	letter-spacing: -1px;
	}

#pager {
	width: 275px;
	height: 25px;
	clear: both;
	text-align: center;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	}

#pager a {
	color: black;
	display: block;	
	width: 25px;
	height: 25px;
	}

.pager-item {
	float: left;
	width: 25px;
	height: 25px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	margin-left: 5px;
	}

.pager-item-spacer {
	float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	}

.pager-item-current {
	float: left;
	width: 25px;
	height: 25px;
	border: 1px solid black;
	background-color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	margin-left: 5px;
	}

#footer {
	clear: both;
        border-top: 12px solid #C0E4E7;
	width: 100%;
	background-color: #332B29;
	color: #C0E4E7;
	margin: 0;
	padding: 0;
	min-height: 250px;
	}

#footer-item-wrapper {
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	}

.footer-item {
	float:left;
	width: 280px;
	height: 238px;
	padding: 0;
	margin: 0;
	padding-top: 12px;
	margin-left: 12px;
	padding-left: 12px;
	}

.prevnext{width:100%;padding-top:15px;padding-bottom:15px;}
.prev{float:left;}
.next{float:right;}

#first-post ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#first-post li {
	list-style-type: none;
        padding-left:25px;
	margin-bottom: 10px;
	}

#sidebar ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        }

#sidebar li {
        list-style-type: none;
        padding-left:5px;
        margin-bottom: 10px;
        font-size:11px;
        }

#footer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        }

#footer li {
        list-style-type: none;
        padding-left:10px;
        margin-bottom: 10px;
        font-size:11px;
        }

a { 
	text-decoration:none; 
	color: black;
	}

a:hover { color: #811710; }

#footer a {color:#C0E4E7; }

.commentlist {
	font-size: 12px;
	line-height:120%;
	text-align:justify;
	padding: 5px;
	margin: 0;
}

.alt {
	background-color:#F5F5DC;
	}

.comment-form {
	width: 450px;
	}

.date-author {
	font-size: small;
	color: grey;
	margin-top: -10px;
	}

.widgettitle {
	text-align: center;
	}


