/*  
Theme Name: 
Description: 
Version: 2.0
Author: Emre Sozer
Author URI:
*/

/*====================================*/
/*             STRUCTURE              */
/*====================================*/

body {
        text-align: center;
        background-image: url('images/shadow.gif');
        background-color: #EFEFEF;
        background-repeat: repeat-y;
        background-position: center;
        }

div#container { /* Encloses everything*/
        margin-left: auto;
        margin-right: auto;
        width: 880px; /* 160+15+530+15+160 */
        text-align: left;
        background-color: #FFFFFF;
        position: relative; /* Everything in this container is positioned relative to this */
}

#header { /* Banner Image */
        width: 880px;
        height: 200px; 
        position: absolute;
        top: 0;
        left: 0;
        text-align:center;
	}

#sidebar-left {
        width: 150px;
        position: absolute;
        top: 215px; /* 200+15 */
        left: 10px;
	}


#sidebar-right {
        width: 150px;
        position: absolute;
        top: 215px; /* 200+15 */
        left: 720px; /* 10+150+15+530+15 */
	}

#main {
        width: 450px;
        position: absolute;
        top: 225px; /* 200+15+10 */
        left: 175px; /* 10+150+15 */
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        padding-left: 40px;
        padding-right: 40px;
        }

.post {  
        padding-bottom:20px;
	}

/*====================================*/
/*             STYLE                  */
/*====================================*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: small;
        color: black;
        }

.post	{
	font-size: 12px;
  	line-height:180%;
        text-align:justify;
	}

.post h2 {
        font-family: "arial narrow";
        font-size: 20px;
	font-weight: normal;
        padding-bottom: 0;
        margin-bottom:0;
        }

.post img {
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: 0;
         }

.post-footer {
        width: 100%;
        display: table;
        color: #666666;
        border:0;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #F5F5DC;
        }

.prevnext{width:100%;padding-top:15px;padding-bottom:15px;}
.prev{float:left;}
.next{float:right;}

#header img {
        border:0;
        }

#sidebar-left ul, #sidebar-right ul, #main ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#sidebar-left li, #sidebar-right li, #main li {
	list-style-type: none;
        padding-left:5px;
	margin-bottom: 10px;
        font-size:11px;
	}
#sidebar-left h2, #sidebar-right h2 {
	list-style-type: none;
        margin-top: 20px;
	margin-bottom: 10px;
        font-size:small;
        border-bottom: 1px solid #CCCCCC;
	}

#sidebar-left img, #sidebar-right img {
        border: 0;
         }


a {
	color:#5e5e70;
	text-decoration:none;
}
a:hover { color: #FF9900; }

hr {
border:0;
color: #CCCCCC;
background-color: #CCCCCC;
height: 1px;}

.commentlist {
font-size: 12px;
line-height:120%;
text-align:justify;
padding: 5px;
margin: 0;
}

.alt {
background-color:#F5F5DC;
}

.comment-form {
width: 450px;
}

.linkcat h2 {font-size:small;}

