/*  
Theme Name: Free CFD 
Description: 
Version: 1.0
Author: Emre Sozer
Author URI:
*/

/*====================================*/
/*             STRUCTURE              */
/*====================================*/

body {
        text-align: center;
        background-color: #EFEFEF;
        background-position: center;
        }

#container { /* Encloses everything*/
        margin-left: auto;
        margin-right: auto;
        width: 960px; /* 155+600+5+200 */
        text-align: left;
        background-color: #FFFFFF;
        position: relative; /* Everything in this container is positioned relative to this */
	}

#header { /* Banner Image */
        width: 960px;
        height: 245px; 
        position: absolute;
        top: 0;
        left: 0;
        text-align:left;
        background-image: url('images/header_background.png');
	}

#note { 
        width: 200px;
        height: 245px; 
        position: absolute;
        top: 0;
        left: 760px;
        text-align:center;
	}

#post_it { 
        width: 121px;
        height: 148px; 
        position: absolute;
        top: 57px;
        left: 14px;
        text-align:center;
	font-family:"Comic Sans MS";
	padding-top:50px;
	padding-left:25px; 
	padding-right: 25px;
        background-image: url('images/post_it.png');
	}

#wrapper {
        width: 960px;
        position: relative;
        top: 245px;
        left: 0;
        background-image: url('images/main_background.png');
        background-repeat: repeat-y;
        }

#sidebar-left {
        width: 155px;
        position: absolute;
        top: 0; 
        left: 0;
		}


#sidebar-right {
        width: 200px;
        position: absolute;
        top: 0;
        left: 760px; /* 155+600+5 */
	}

#main {
        width: 520px;
	min-height:400px;
        position: relative;
        top: 0; 
        left: 155px; 
        padding-left: 40px;
        padding-right: 40px;
        }

#footer {
	height:145px;
	position:relative;
        top:55px;
        padding-top:40px;

left:0px;
	background-image: url('images/footer_background.png');
	background-repeat: no-repeat;
	}
		
.button	{
	text-align:right;
        margin:0;
        padding:0;
	}

.post {  
        padding-top:10px;
        padding-bottom:10px;
	}

/*====================================*/
/*             STYLE                  */
/*====================================*/

body {
	font-family: "Palatino", "Georgia", "Baskerville", serif;
 	font-size: small;
        color: black;
	color: rgb(94,94,112);
	font-family: sans-serif;
        }

#footer {
        text-align:center;
}
.post {
	font-family: sans-serif;
	font-size: 12px;
	line-height:180%;
        text-align:justify;
        color: #303030;
	}

.post p {font-size: 12px;}

.post img {
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: 0;
        }

.post .header {
	width:100%;
        border:0;
        }

.post .header .title {
	font-family:'normal Georgia';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 25px;
        color: #666666;
        }

.post .header .author {
	font-family:'normal Georgia';
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
        color: #CCCCCC;
	border-bottom: 1px solid #FF9900;
        }
		
.post .header .date {
	background-image: url('images/date.png');
	background-repeat: no-repeat;
	width: 57px;
	height: 60px;
	font-family: Palatino;
	text-align: center;
	text-transform: uppercase;
}
 
.post .header .date .month {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 1px;
	color: #a9a9a9;
	font-weight: bold;
}
 
.post .header .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 3px;
	line-height: 18px;
	color: #afafaf;
}
 
.post .header .date .year {
	display: block;
	font-size: 14px;
	padding-top: 0;
	color: #a5a5a5;
}

.post .footer {
        width: 100%;
	height: 23px;
	margin: 0px;
	line-height:17px;
        display: table;
        color: #666666;
        border:0;
	background-image: url('images/post_footer_background.png');
	background-repeat: no-repeat;
        }

.post .footer .tags {
	text-align: left;
	padding:0;
	padding-left:5px;
}
.post .footer .comment {
	text-align: right;
	padding:0;
	padding-right: 5px;
}
.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 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#sidebar-left li, #sidebar-right li  {
	list-style-type: none;
	padding:5px;
        font-size:12px;
	}

#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;
        }

.post .header a, .post .footer a, h2.page_title a {
	color:#5e5e70;
}

a:hover { color: #FF9900; }

hr {
	border:0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	}

#comments_wrap {
	font-family: sans-serif;
	background: #ededed;
	padding: 10px;
	margin-bottom: 30px;
}

#comments_wrap ol.comment_list {
	padding: 0px;
	margin: 0px;
	}
	
#comments_wrap ol.comment_list li {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	}
				
#comments_wrap .comment_author {
	float: left;
	padding-top: 1px;
	width: 100px;
	margin-bottom: 0px;
}

#comments_wrap .comment_author p {
	margin-bottom: 5px;
	margin-top: 5px;
}

#comments_wrap .single_comment {
	position: relative;
	min-height:30px;
	padding: 15px;
	background: #fff;
	border: 1px solid #cdcfcf;
	width: 330px;
	float: right;
	margin-bottom: 5px;
}

#comments_wrap .comment_arrow {
	position: absolute;
	top: 15px;
	left: -32px;
}


.comment-form {
	width: 450px;
	}

.linkcat h2 {font-size:small;}

.widget { 
         padding-top:20px;
         padding-left:10px;
         padding-right:10px;
         color: #daf0f3;
	}

.widget a { color:#AEDEE4; }

.clear {
	clear: both;
}

h2 {
	font-family:'normal Georgia';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 20px;
        color: #303030;
        }

h2.page_title {
	width:100%;
        height:30px;
        font-family:'normal Georgia';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 25px;
        color: #666666;
	border-bottom: 1px solid #FF9900;
}

#main ul {
        list-style-type: circle; 
        font-size: 12px;
}


a {
	text-decoration:none;
}

