/*

Theme Name: Box Tube
Theme Style: Box Module WordPress Theme
Theme URI: http://www.dezzain.com
Description: Customized WordPress Theme With Customize And Optimize Widgetize Box Sidebar And Widgtize Footer
Author: Richie K
Author URI: http://www.dezzain.com

Theme code and css are under copyright 2006-2008 Dezzain.com

*/

body {
	font-family: Verdana,"Trebuchet MS", Arial, Helvetica, sans;
	font-size: 70%;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #333 ;
}
.left-option {
	float: left;
}
.right-option {
	float: right;
}
.download {
	background: #F0FFD7 url(images/post-style/download.gif) no-repeat left 1px;
	padding: 12px 3px 12px 40px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #DAE1B0;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
}
.warning {
	background: #FFEDE6 url(images/post-style/warning.gif) no-repeat left 1px;
	padding: 12px 3px 12px 40px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #FFCBAF;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
}
.note {
	background: #f4f3f3 url(images/post-style/note.gif) no-repeat left 1px;
	padding: 12px 3px 12px 40px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #DFDFDF;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
}
.alert {
	background: #FFF6CF url(images/post-style/alert.gif) no-repeat 5px 8px;
	padding: 12px 3px 12px 40px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #FFE26F;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
}
.info {
	background: #EDF7FF url(images/post-style/info.gif) no-repeat 5px 8px;
	padding: 12px 3px 12px 40px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #AFDFFF;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
}
.click {
	background: #d9e7f0 url(images/post-style/click.gif) no-repeat left 1px;
	padding: 12px 3px 12px 40px;
	clear: both;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #B1CDE0;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
}
.pullquote-left {
	font: normal 24px/30px "Times New Roman", Georgia, Tahoma, "Trajan Pro";
	color: #000000;
	margin: 10px 12px 5px 5px;
	padding: 12px 5px;
	float: left;
	width: 30%;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.pullquote-right {
	font: normal 24px/30px "Times New Roman", Georgia, Tahoma, "Trajan Pro";
	color: #000000;
	margin: 10px 5px 0px 12px;
	padding: 12px 5px;
	float: right;
	width: 30%;
	text-align: right;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}



/* caption */


.caption-img-left {
	display: block;
	margin: 10px 15px 5px 5px;
	padding: 10px;
	float: left;
	background: #F3F3F3;
	width: 40%;
	border: 1px solid #EFEFEF;
}
.caption-img-left p {
	font-size: 1em;
	color: #666666;
	padding: 0px;
	clear: both;
	display: block;
	margin: 0px;
	width: auto;
}

.caption-img-left em {
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-style: italic;
	font-family: Arial, Tahoma, "Lucida Sans";
	line-height: 18px;
	text-decoration: none;
	display: block;
	visibility: inherit;
	width: 100%;
}
.caption-img-right em {
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-style: italic;
	font-family: Arial, Tahoma, "Lucida Sans";
	line-height: 18px;
	text-decoration: none;
	display: block;
	visibility: inherit;
	width: 100%;
}

.caption-img-right {
	display: block;
	margin: 10px 5px 5px 15px;
	padding: 10px;
	float: right;
	background: #F3F3F3;
	width: 40%;
	border: 1px solid #EFEFEF;
}
.caption-img-right p {
	font-size: 1em;
	color: #666666;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: auto;
}

.caption-img-right img {
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
}
.caption-img-left img {
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
}


/* caption end */ 





.post-navigator .alignleft {
	float: left;
	width: 98%;
	margin-bottom: 5px;
	display: block;
	position: relative;
}
.post-navigator .alignright {
	float: right;
	width: 98%;
	display: block;
	position: relative;
}

pre {
	overflow: scroll;
	padding: 5px;
	display: block;
	border: 3px solid #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	margin: 8px 0px;
	clear: both;
	width: 90%;
	height: 60px;
}

dl {
	padding-left: 10px;
	font-size: 1.1em;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;

}

dt {
margin-bottom: 5px;
margin-top: 0px;
font-weight: 400;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
}

dd {
font-style: italic;
margin-bottom: 8px;
margin-left: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;

}

.post-meta blockquote {
	clear: both;
	margin: 10px 30px 10px 15px;
	font-family: "Trebuchet MS", Tahoma, "VAGRounded BT", Verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	line-height: 24px;
	border-left: 5px solid #000000;
}

.comment-box blockquote {
	clear: both;
	margin: 10px 30px 10px 15px;
	font-family: "Trebuchet MS", Tahoma, "VAGRounded BT", Verdana;
	font-size: 14px;
	color: #F9F9F9;
	font-weight: bold;
	padding: 5px;
	line-height: 24px;
	border-left: 5px solid #FFFFFF;
}
.comment-box blockquote blockquote {
	clear: both;
	margin: 10px 30px 10px 15px;
	font-family: "Trebuchet MS", Tahoma, "VAGRounded BT", Verdana;
	font-size: 12px;
	color: #F9F9F9;
	font-weight: bold;
	padding: 5px;
	line-height: 24px;
	border-left: 5px solid #FFFFFF;
}
.comment-box-alt blockquote {
	clear: both;
	margin: 10px 30px 10px 15px;
	font-family: "Trebuchet MS", Tahoma, "VAGRounded BT", Verdana;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding: 5px;
	line-height: 18px;
	border-left: 5px solid #333333;
}
.comment-box-alt blockquote blockquote {
	clear: both;
	margin: 10px 30px 10px 15px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding: 5px;
	line-height: 18px;
	border-left: 5px solid #333333;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
}

.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
.center {
	text-align: center;
	margin: 0px auto;
	clear: both;
}
img.alignleft {
	padding: 4px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.alignright {
	padding: 4px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
img.center {
	padding: 4px;
	display: block;
	margin: 5px auto;
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Tahoma;
	text-transform: capitalize;
	font-weight:normal
}

.margin-top-20{ margin-top:20px}
.search-area{ margin-bottom:30px; padding-left:15px}
.clear{ clear:both}
/*Tema değiştirme*/
ul.tema{ margin-left:23px; padding:0; list-style:none; width:180px; height:70px; margin-top:20px }
ul.tema li{	float:left;}
ul.tema li a{ display:block; width:30px; height:7px; text-indent:-9999px; outline:none; text-decoration:none; background:url(images/design/style-switcher.png) 0 0 no-repeat;}

li#turuncu a{background-position:0 0;}
li#yesil a{background-position:-30px 0;}
li#mavi a{background-position:-60px 0;}
li#turkuaz a{background-position:-90px 0;}
li#mor a{background-position:-120px 0;}
li#pembe a{background-position:-150px 0;}

li#turuncu a:hover{background-position:0 -7px;}
li#yesil a:hover{background-position:-30px -7px;}
li#mavi a:hover{background-position:-60px -7px;}
li#turkuaz a:hover{background-position:-90px -7px;}
li#mor a:hover{background-position:-120px -7px;}
li#pembe a:hover{background-position:-150px -7px;}


/*Tüm yazılar*/
ul.all-posts li a{color:#555; text-decoration:none; line-height:20px}
ul.all-posts li a:hover{text-decoration:underline}

hr{ border:0;border-bottom:1px dotted #ddd; margin:10px 0}

