/*  
Theme Name: Turkish Carpet v2
Description: A Turkish Carpet in the form of a Web 2.0 Wordpress Theme
Version: 2.0
Author: Turk Hit Box
Author URI: http://www.turkhitbox.com
*/

body {
	background:url(images/bg.gif) repeat #4B4B4B; 
	color:#1e1e1e;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
  	line-height: 18px;
	text-align: center;
}
img {
	border: none;
}


#pagewrapper {
	margin: 0px auto;
	padding: 0;
	width: 1001px;
	text-align: Left;
}
#header {
	float:left;
	width: 100%;
	height: 180px;
	padding-top: 20px;
	background: url(images/header-bg.gif) no-repeat bottom left;
}
#bodywrapper {
	float:left;
	padding: 0;
	width: 1001px;
	background: url(images/content-bg.gif) repeat-y top left;
}
#box-container {
	margin: 5px auto;
	width: 800px;
	padding-left: 20px;
}
#left {
	float:left;
	width: 615px;
	background: none;
	padding: 0px;
	margin: 0px;
}
#footer {
	float:left;
	margin: 0px 0px 40px 0px;
	padding-top: 45px;
	width: 100%;
	height: 25px;
	background: url(images/footer-bg.gif) no-repeat top left;
	font-size: 10px;
	text-align: center;
	color: #dadada;
}
.title {
	margin-left: 50px;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.toplinks {
	text-align: right;
	margin: 0 auto;
	width: 800px;
	height: 26px;
	padding-left: 7px;
}
.post-container {
	float: left;
	width: 615px;
	margin-top: 10px;
}
.post-container img{
	max-width: 510px;
}
.posttop {
	background: url(images/post-top-bg.gif) no-repeat top left;
	height: 14px;
	margin: 0px;
	float: left;
	width: 615px;
}
.postbody {
	background: url(images/post-bg.gif) repeat-y top left;
	margin: 0px;
	float: left;
	width: 615px;
	padding-bottom: 10px;
}
.prev-next {
	background: url(images/post-bg.gif) repeat-y top left;
	margin: 0px;
	float: left;
	width: 615px;
	padding-bottom: 10px;
	text-align: center;
}
.postbottom {
	background: url(images/post-bottom-bg.gif) no-repeat top left;
	height: 9px;
	margin: 0px;
	float: left;
	width: 615px;
	padding-bottom: 10px;
}
.post-date {
	width: 63px;
	float: left;
	text-align:center;
	padding-top: 5px;
}
.post-date .day {
	font-size: 20px;
	font-weight:bold;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#933;
}
.post-date .month, .post-date .year {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
	color:#933;
}
.post-content {
	width: 536px;
	float: left;
	padding-right: 15px;
	text-align: justify;
}
.post-content img {
	margin: 5px 5px 3px 10px;
	float: none;
}
.postmeta {
	float:left;
	width: 595px;
	padding-right: 20px;
	text-align: right;
	margin: 0px;
	font-size: 10px;
}
.box {
	width: 246px;
	height: 210px;
	background: url(images/top-boxes-bg.gif) no-repeat top left;
	text-align: left;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
}
.post-content blockquote {
	background:url(images/blockquote.gif) repeat;
	border-left: 15px #b3b3b3 solid;
	border-top: thin #b3b3b3 dotted;
	border-bottom: thin #b3b3b3 dotted;
	border-right: thin #b3b3b3 dotted;
	margin-left: 10px;
	padding: 10px;
}
.navigation {
	float: left;
	width: 100%;
	text-align: center;
	margin: 5px 0px 10px 0px;
}
/* Sidebar */
#right {
	float:left;
	width: 375px;
	background: none;
	padding: 0px;
	margin: 10px 0px 0px 11px;
}
.righttop {
	background: url(images/right-content-top-bg.gif) no-repeat top right;
	height: 5px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.rightbody {
	background: url(images/right-content-bg.gif) repeat-y top right;
	margin: 0px;
	float: left;
	width: 100%;
	padding: 0px;
}
.rightbottom {
	background: url(images/right-content-bottom-bg.gif) no-repeat top right;
	height: 10px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.searchbox {
	float: right;
	height: 90px;
	width: 371px;
	background: url(images/search-bg.gif) no-repeat top right;
}
.rssbox {
	float: right;
	height: 89px;
	width: 371px;
	background: url(images/search-bg.gif) no-repeat top right;
}
.rssbox img {
	padding-left: 20px;
	padding-top: 10px;
}
.textwidget, #calendar_wrap {
	margin-left: 30px;
	width: 260px;
}
/* Lists */
.toplinks ul{
	margin: 0px;
	padding: 0px;
}
.toplinks li {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	font-family: inherit;
}
.toplinks li a:link, .toplinks li a:visited {
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
	margin: 0px 8px 0px 0px;
	font-weight: bold;
}
.toplinks li a:hover {
	color: #666;
	text-decoration:none;
}
.post-content ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.box ul{
	margin: 5px 0px 5px 20px;
	padding: 2px 5px 2px 2px;
	height: 175px;
	width: 215px;
	list-style: url(images/list-image-1.gif);
}
.box li{
	margin: 0px;
	padding: 0px 2px 0px 0px;
	
}
/* Comment Styling */
.replybody {
	background: url(images/post-bg.gif) repeat-y top left;
	margin: 0px;
	float: left;
	width: 554px;
	padding-bottom: 10px;
	padding-left: 60px;
}
.replybody h5 {
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 20px 0px;
	color: #933;
	background: url(images/post-title-icon.gif) no-repeat top left;
	font-size: 24px;
	font-variant: small-caps;
	line-height: 26px;
}
.commentleft {
	float: left;
	width: 30%;
}
.commentright {
	float: left;
	width: 70%;
}
.inputbox {
	background: #FFF url(images/comment-bg.gif) no-repeat top center;
	margin-left: 5px;
	padding: 5px;
	border: thin dotted #b3b3b3;
	border-left: 10px solid #b3b3b3;
	font: inherit;
	overflow:auto
}
.input {
	padding: 5px;
	border: thin dotted #b3b3b3;
	border-left: 10px solid #b3b3b3;
	margin-top: 1px;
	margin-bottom: 3px;
	margin-left: 4px;
	font: inherit;
}
.comment-author {
	font: italic normal 110% "georgia", "lucida bright", "times new roman", serif;
	color:#f66;
	margin-top: 5px;
	padding-bottom: 0px;
	font-weight: bold;
}
.comment-time {
	font: italic normal 80% "georgia", "lucida bright", "times new roman", serif;
	color:#b3b3b3;
	margin-top: 2px;
	padding: 0px;
	margin-bottom: 0px;
}
.comment-body {
	width: 100%;
	margin: 0px;
	color: #000;
	padding-left: 10px;
	vertical-align: top;
}
.input2 {
	padding: 5px;
	background: #f0f0f0;
	font: inherit;
	font-weight: bold;
	border: thin dotted #b3b3b3;
	border-left: 10px solid #b3b3b3;
	margin-top: 1px;
	margin-bottom: 3px;
	margin-left: 4px;
	
}
/* Heading Style */
h1 {
	font-size: 48px;
	text-indent: -9999px;
	background:url(images/logo.png) top left no-repeat;
	line-height: 60px;
}
.post-title h3 a:link, .post-title h3 a:visited {
	padding: 0px 0px 0px 30px;
	margin: 0px;
	color: #f66;
	background: url(images/post-title-icon.gif) no-repeat top left;
	text-decoration: underline;
	font-size: 24px;
	font-variant: small-caps;
	line-height: 26px;
}
.post-title h3 a:hover {
	text-decoration: none;
}
.box h4 {
	padding: 5px 0px 0px 22px;
	margin-top: 4px;
	margin-bottom: 0px;
	background: url(images/box-title-icon.gif) no-repeat top left;
	font-size: 18px;
	line-height: 20px;
}
.rightbody h2 {
	padding: 5px 0px 0px 22px;
	margin-top: 4px;
	margin-left: 15px;
	background: url(images/right-title-icon.gif) no-repeat top left;
	font-size: 16px;
	line-height: 20px;
}
.searchbox h2 {
	padding: 5px 0px 0px 22px;
	margin-top: 0px;
	margin-left: 8px;
	background: url(images/right-search-icon.gif) no-repeat top left;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.commenth4 {
	font: italic normal 180% "georgia", "lucida bright", "times new roman", serif;
	margin: 10px 0px 15px 70px;
	color: #FFF;
}

/* Link Styles */
a {
	outline: none;
}
.content a:link, .content a:visited, .postmeta a:link, .postmeta a:visited {
	text-decoration: none;
	color: #f66;
	border-bottom:  #f66 1px dotted;
}
.content a:hover, .postmeta a:hover {
	border-bottom:  #f66 1px solid;
}
.rightbody a:link, .rightbody a:visited {
	text-decoration: none;
	color: #333;
	border-bottom:  #333 1px dotted;
}
.rightbody a:hover {
	border-bottom:  #333 1px solid;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #e5e5e5;
	border-bottom:  #e5e5e5 1px dotted;
}
#footer a:hover {
	border-bottom:  #FFF 1px solid;
}
.box a:link, .box a:visited {
	text-decoration: none;
	color: #000;
	border-bottom:  #000 1px dotted;
}
.box a:hover {
	border-bottom:  #000 1px solid;
}
.prev-next a:link, .prev-next a:visited {
	font: italic normal 130% "georgia", "lucida bright", "times new roman", serif;
	text-decoration: none;
	color: #333;
	border-bottom:  #333 1px dotted;
}
.prev-next a:hover {
	border-bottom:  #333 1px solid;
}
.readmore a:link, .readmore a:visited {
	background: url(images/read-more.gif) no-repeat top left;
	padding: 0px 0px 0px 18px;
	margin: 0px;
	border: 0px;
	text-decoration: underline;
	color: #333;
}
.readmore a:hover {
	background: url(images/read-more.gif) no-repeat top left;
	padding: 0px 0px 0px 18px;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	color: #333;
}
.comment-author a:link, .comment-author a:visited{
	font: italic normal 110% "georgia", "lucida bright", "times new roman", serif;
	color:#f66;
	margin-top: 5px;
	padding-bottom: 0px;
	font-weight: bold;
}
.comment-author a:hover {
}
/* Input Boxes */

.inputsearch {
	margin-left: 15px;
	background: #fcfcfc;
	padding:4px;
	border: 0px;
}
fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
