/*
Theme Name: White Boxes
Theme URI: http://www.droguz.com/yazi/white-boxes-wordpress-theme/
Description: Very simple and white wordpress theme.
Version: 1.0.2
Author: Oguzhan Bugus
Author URI: http://www.droguz.com/
Tags: white, two-columns, fixed-width, right-sidebar
*/

/* Css Reset and Clearfix */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, acronym, address, big, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit;
font-style: inherit; font-size: 100%; font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
	line-height: 1;
	color: #888888;
	background: #f2f2f2;
	
	font-family: 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0; border: 1px solid; border-color: #1a606f;}
caption, th, td { text-align: center; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
.cf:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.cf {display: inline-block;}
* html .cf {height: 1%;}
.cf {display: block;}
/* Css Reset and Clearfix */



/* Html Options */
strong {font-weight: bold; color:#666;}
em {font-style: italic;}
u {text-decoration: underline;}

code {
margin: 5px;
padding: 10px;
text-align: left;
display: block;
overflow: auto;
font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace; background: #EBF4F5;
border: 1px solid #1a606f;
}

acronym {cursor: help;
border-bottom:
1px solid #1a606f;
}

blockquote {
	margin: 10px 20px;
	padding: 0px 0px 5px 28px;
	border: 1px solid #1a606f;
	background: #FAFAFA url(../Library/Caches/TemporaryItems/Transmit/.tmp_uagzgd/images/quote.gif) no-repeat 5px 5px;}
	blockquote p {padding: 10px 0px 7px 0px;}

textarea {
	width:400px;
	padding: 2px;
	margin-top: 10px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #1a606f;
	height:100px;
	display:block;
	color:#666;
}

#text_field, select, .radio, .checkbox, .password, .file {
margin-left: 12px;
}



a {
	text-decoration: none;
	color: #383838;
}

a:hover {
	color: #9a7842;
}


/* Tables */
table {
	border: 1px solid #1a606f;
	margin: 14px auto;
}
table caption{margin-top:15px;font: normal 15px Arial; letter-spacing: 1px; color: #cc6600; padding: 2px;}
table thead th {font-weight: normal; background: #4492dc left bottom repeat; color: #fff;}
table td, th {font-size: 11px; text-left: center; padding: 4px;}
table tbody th, tbody td {border-bottom: 1px solid #1a606f; border-right: 1px dotted #CADBE5; padding: 3px 5px;}
table tbody th {border-left: 1px dotted #CADBE5; text-align: center; color: #3776a0; font-weight: normal;}
table tfoot td {padding-top: 12px; color: #777; font: italic 10px Verdana; text-align: right;}

/* Html Options */


.sol {float: left;}
.sag {float: right;}
.orta {text-align: center;}

/* Captions */
    
	img.alignnone {
	display: block-inline; 
	text-align: center; 
	margin-bottom: 10px; 
	margin-top: 10px; 
	margin-left: 5px; 
	margin-right: 5px;
	}
	
	
	img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	display: inline;
    }

    img.alignright {
	padding: 4px;
    margin: 0px 10px 0px 5px;
    display: block;
    }

	
	
	
    img.alignleft {
    padding: 4px;
	margin: 0px 5px 0px 10px;
    display: block;
    }
	
a img.alignright {text-align: right; margin:0 3em 1em 1em; display: block;}
a img.alignleft {text-align: left; display: block; margin:0 1em 1em 3em;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignnone {display: block-inline; text-align: center; margin-bottom: 10px; margin-top: 10px; margin-left: 5px; margin-right: 5px;}
   
   .alignright {
    text-align: right;
	float: right;
    }

    .alignnone {
		text-align: center;
	}

    .alignleft {
	
    float: left;
    }


.hidden {
	display: none;
}



.wp-caption {
	margin: 10px 7px 3px 10px;
}

.wp-caption p {
	margin: 2px 5px 2px 5px;
}
.wp-caption img {
margin: 5px 5px 0px 5px;
}

.wp-caption-text {
	font-size:x-small;
	margin: 0px;
	text-align: center; 
	vertical-align: super;}

/* End captions */


#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	border: 1px solid;
}


#login {
	margin: 10px auto;
	width: 900px;
	height: 25px;
	background: #fff;
}

#login a {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	padding: 3px;
}

#login a:hover {
	background: #ddd;
}

#login span {
	float: left;
	padding: 6px 22px 0 10px;
}

#login ul {
	padding: 6px 22px 0 0;
}

#login ul li {
	padding-left: 20px;
	display: inline;
}

.giris {
float: right;
padding: 0 0 0 50px;
}


#header {
	margin: 0 auto;
	width: 900px;
	height: 75px;
	

}
#header a {
	color: #000;
}
#header a:{
	text-decoration: none;
	color: #ddd
}
#header h1 {
	padding: 5px 0 0 0px;
	font-size: 30px;
	text-align: center;

}




#wbody {
	margin: 10px auto;
	width: 900px;
	}

#content {
	float: left;
	width: 650px;
	}

.post {
	background: #fff;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #1a606f;
	
}

.posttitle {
	padding: 4px;
	margin: 0 auto;
	font-weight: bold;
	width: 600px;
	font-size:140%;
	align: left;
	line-height: 1.4em;
}

.posttitle a{
	color: #1a606f;
}

.posttitle a:hover{
	color: #9a7842;
}

.post img {
  padding: 4px;
  border: 1px solid #1a606f;
  margin: 0px;
}

.pagetitle{
background: #f2f2f2;
margin: 0 0 10px 0;
font-size: 15px;
padding: 10px 15px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
margin-left: 0px;
margin-top: 15px;
}

.entry h1 {
	font-size: 18px;
}

.entry h2 {
	font-size: 15px;
}

.entry h3 {
	font-size: 14px;
}

.entry h4 {
	font-size: 13px;
}

.entry h5 {
	font-size: 12px;
}

.entry h6 {
	font-size: 11px;
}

.entry ol, .entry ul {
	margin: 10px 0 10px 50px;
}

.entry ol li {
	list-style: decimal;
	padding: 5px 0;
}

.entry ul li {
	list-style-image: url(../Library/Caches/TemporaryItems/Transmit/.tmp_uagzgd/images/arrow.gif);
	padding: 5px 0;
}


.entry p {
	padding: 5px 7px 5px 12px;
	line-height: 18px;
	word-spacing: 0.2em;
}

.entry pre {
	padding: 5px 7px 5px 12px;
}

.entry dl {
	padding: 5px 0 5px 12px;
}

.entry dt {
	font-weight: bold;
}


.entry dd {
	padding: 0 0 5px 0;
}

.postinfo {
	margin: 0 auto;
	border-top: 1px solid #ccc;
	font-size: 11px;
	}

.postinfo p {
	margin: 7px 2px;
	line-height: 22px;
	}

.postinfoc {
	margin-right: 20px;
	background: url(../Library/Caches/TemporaryItems/Transmit/.tmp_uagzgd/images/category.png) no-repeat 6px 1px;
	padding: 0 0 0 10px;
	}

.postinfot {
	
	background: url(../Library/Caches/TemporaryItems/Transmit/.tmp_uagzgd/images/tag.png) no-repeat 5px 2px;
	padding: 0 0 0 0px;
	}

.postinfod {
	margin-left: 25px;
	background: url(../Library/Caches/TemporaryItems/Transmit/.tmp_uagzgd/images/date.png) no-repeat 5px 0px;
	padding: 1px 0 2px 25px;
	font-size: 11px;
	}

.postinfocomments {
	margin-right: 3px;
	background: url(../Library/Caches/TemporaryItems/Transmit/.tmp_uagzgd/images/comments.png) no-repeat 4px 1px;
	padding: 1px 0 3px 25px;
	}

.postshare {
	margin: 0 auto;
	font-size: 11px;
	}


.previous {
	float: left;
	padding: 5px;
	margin: -22px 0 10px 0;
	font-weight: bold;
}

.next {
	float: right;
	padding: 5px;
	margin: -22px 0 10px 0;
	font-weight: bold;
}



/* Comments */
#comments {
	background: #f2f2f2;
	margin-bottom: 20px;
}

#comments a {
	color: #383838;
}

#comments a:hover {
	text-decoration: underline;
	color: #9a7842;
}

.cnum {
	font-size: 18px;
	padding: 20px 0 0 30px;
}

#clist {
	margin: 10px 30px 0 30px;
}

.comment {
	border: 1px #1a606f solid;
	margin: 15px auto;
}
.alt {
	background: #fffff;
}

.cinfo {
	border-bottom: 1px #1a606f solid;
	background: #ffffff;
}

.avatar {
	margin: 2px 8px 2px 2px;
	float: left;
}

.cauthor {
	float: left;
	margin: 9px 0 0 7px;
}
.cdate {
	float: right;
	margin: 9px 7px 0 0;
}

.cnote {
	padding: 6px;
	line-height: 18px;
}

#commentform {
	padding: 10px 30px 20px 30px;
}

/* Comments */



#sidebar {
	float: right;
	width: 225px;
	}

.searchform {
	margin: 10px 0 15px 0;
	text-align: left;

}



.sb {
	width: 130px;
	background-color: #f2f2f2
	}

#sidebar h2 {
	padding: 4px 0 4px 3px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	width: 220px;
	font-size: 16px;
	text-transform: uppercase;
	color: #1a606f;
	
}

#sidebar ul {
	padding: 3px 0 3px 2px;
	line-height: 18px;
	font-weight: bold;
}

#sidebar ul a:hover {
	text-decoration: none;
	color: #9a7842;
}

.recentcomments {
margin: 2px 10px;
padding-bottom: 12px;
}

.wagon, .linkcat {
	background: #f2f2f2;
	margin-bottom: 15px;
}

.cat ul li, .cat-item {
	background: url(../Library/Caches/TemporaryItems/Transmit/.tmp_uagzgd/images/category.png) no-repeat center left;
	padding:5px 0 5px 22px;
	margin: 0 0 0 8px;
}


.arc ul li{
	background: url(../Library/Caches/TemporaryItems/Transmit/.tmp_uagzgd/images/date.png) no-repeat center left;
	padding:5px 0 5px 22px;
	margin: 0 0 0 8px;
}

.lp ul li, #sidebar page_item{
	background: url(../Library/Caches/TemporaryItems/Transmit/.tmp_uagzgd/images/lp.gif) no-repeat center left;
	padding:5px 0 5px 20px;
	margin: 0 0 0 8px;
}


.linkcat ul li, .blogroll li {
	background: url(../Library/Caches/TemporaryItems/Transmit/.tmp_uagzgd/images/link.png) no-repeat center left;
	padding-left: 22px;
	margin: 2px 3px 4px 8px;
}


/* Suckerfish Menu */


#suckerfishnav {
    background:#f2f2f2 repeat-x;
    font-size:14px;
    font-family: Bank Gothic, Gill Sans,  Helvetica, sans-serif;
    font-weight:none;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#3e3838;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:110px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #1a606f;
	border-bottom:1px solid #1a606f;
    }
#suckerfishnav li li {
    width:110px;
    border-left:1px solid #1a606f;
    border-right:1px solid #1a606f;
    font-weight: none;
    font-family: Bank Gothic, Gill Sans,  Helvetica, sans-serif;
	margin: 0 30px 0 0;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:110px;
    font-size:12px;
    color:#383838;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#f2f2f2;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#9a7842;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#9a7842;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#383838;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#f2f2f2;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#f2f2f2;
    }
	
	
	

	
	
	

#footer {
	clear: both;
	width: 880px;
	background: #f2f2f2;
	padding: 10px;
	margin-top: 10px;
}
