/*  
Theme Name: 
Description: 
Version: 3.0
Author: Emre Sozer
Author URI:
*/


#home-1 {
	position: absolute;
	top: 0px;
	left: 356px;
	width: 209px;
	height: 78px;
	}

#home-2 {
	position: absolute;
	top: 396px;
	left: 871px;
	width: 119px;
	height: 43px;
	}

#shop-1 {
	position: absolute;
	top: 127px;
	left: 438px;
	width: 111px;
	height: 120px;
	}

#shop-2 {
	position: absolute;
	top: 619px;
	left: 37px;
	width: 108px;
	height: 131px;
	}

#doityourself {
	position: absolute;
	top: 780px;
	left: 43px;
	width: 92px;
	height: 89px;
	}

#portfolio {
	position: absolute;
	top: 0px;
	left: 818px;
	width: 226px;
	height: 165px;
	}

#feeds {
	position: absolute;
	top: 387px;
	left: 0px;
	width: 140px;
	height: 110px;
	}

#archieve {
	position: absolute;
	top: 507px;
	left: 856px;
	width: 70px;
	height: 42px;
	}

#illustrations {
	position: absolute;
	top: 455px;
	left: 830px;
	width: 101px;
	height: 36px;
	}

#baby {
	position: absolute;
	top: 555px;
	left: 933px;
	width: 96px;
	height: 39px;
	}

#links {
	position: absolute;
	top: 626px;
	left: 835px;
	width: 110px;
	height: 41px;
	}


.fill  {
	display:block;
	width:100%;  
	height:100%;  
	text-decoration:none;  
	}

.link {
	#display: none;	
	text-indent: -9999px;
	}


body {
        background-color: #C0E4E7;
	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/bg.png');
        background-repeat: no-repeat;
        background-position: left top;
	background-color: transparent;	
        width: 1100px; /* 150+625+50+250+25 */
        text-align: left;
        position: relative; /* Everything within this container is positioned relative to this */
	}

#main-column-wrapper {
	float:left;
	margin-left: 150px;
	width:625px;
	min-height: 725px;
	}

img { border: 0;}

#header { 
        width: 1075px;
        height: 220px; 
	border: 0;
	margin-bottom: 25px;
	}

#sidebar-wrapper {
	float:right;
        width: 250px;
	margin-top: 700px;
	margin-right: 25px;
	}

#sidebar {
	position:relative;
        width: 225px;
        min-height: 200px;
        background-color: #FFFFFF;
        padding-top: 200px;
        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: #f0b92c;
	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: Delicious, 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: black;
	font-weight: bold;
} 

h1 {
	font-size: 20px;
	letter-spacing: -2px;      
        }

h2 {
	font-size: 16px;
	letter-spacing: -1px;
	}

h3 {
	font-size: 14px;
	letter-spacing: -1px;
	}

#first-post-footer {
	clear: both;
	width: 575px;
	height: 120px;
	padding: 0;
	margin: 0;
        background-image: url('images/post-footer.png');
	background-repeat: no-repeat;
	position:relative;
	}

#first-post-footer-categories {
	position: absolute;
	top: 40px;
	left: 67px;
	width: 120px;
	height: 60px;
	letter-spacing: -1px;
	}

#first-post-footer-categories a { color: #332B29;}

#first-post-footer-fb {
	position: absolute;
	top: 0px;
	left: 340px;
	width: 90px;
	height: 120px;
	}

#first-post-footer-comments {
	position: absolute;
	top: 0px;
	left: 430px;
	width: 115px;
	height: 120px;	
	}

#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 #f0b92c;
	width: 100%;
	background-color: #332B29;
	color: #C0E4E7;
	margin: 0;
	padding: 0;
	margin: 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;
}
