@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	background-image: url(images/bg.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header {
	height: 137px;
	position: relative;
}

#topline {
	background: #1f2e31 url(images/toplineBg.png) repeat-x center;
	height: 61px;
}

#logoArea {
	height: 85px;
}

#logoArea a {
	text-decoration: none;
}

.ribbonH {
	float: right;
	margin-right: 38px;
	margin-top: -95px;
	border: 0 none;
}
	

.logo {
	float: left;
	margin-top: -115px;
	margin-left: 33px;
	border: 0 none;
}

#butmline {
	background: #1f2e31 url(images/ButmlineBg.png) repeat-x center;
	height: 46px;
}

#headerWrapper {
	margin: 0 auto;
	width: 900px; /* Replace the xxxx with the the width of your site (eg 800px)*/
	text-align:left;	
}

#searchform {
	float: left;
	margin-top: -177px;
	margin-left: 26px;
}

#bottomSection {
	margin: 0 auto;
	width: 900px; /* Replace the xxxx with the the width of your site (eg 800px)*/
	text-align:left;
	background: url(images/sidebarBg.jpg) repeat-y right;
}

#clearboth {
	clear: both;
}

.pages {
	float: left;
	margin-left: 580px;
	margin-top: -176px;
}

.pages li {
	display: inline;
	list-style: none;
	padding-right: 18px;
	text-transform: uppercase;
}

.pages li a {
	text-decoration: none;
	color: #fff;
}

.pages li a[href="http://www.kurdishforum.org"] {
	background-image: url(images/home.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
	}
	
.pages li a[href="http://www.kurdishforum.org/about/"] {
	background-image: url(images/about.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 17px;
}

.pages li a[href="http://www.kurdishforum.org/contact/"] {
	background-image: url(images/contact.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
}

.cleardefault {
	background-image: url(images/searchBg.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #1f2e31;
	border: 1px solid #445154;
	padding: 0.4em;
	color: #c8d3d5;
	font-size: 0.7em;
	width: 174px;
}

#nav {
	float: left;
	margin-top: -38px;
	margin-left: 33px;
	text-transform: uppercase;
}

#nav li {
	display: inline;
	padding-right: 20px;
}

#nav li a {
	text-decoration: none;
	color: #f2f1f1;
	font-size: 1.3em;
}

.ribbonB {
	float: right;
	margin-top: -3px;
	border: 0 none;
}

#sidebar {
	float: right;
	margin-right: 38px;
	width: 282px;
}

#sidebar ul {
	width: 100%;
	margin: 0 auto;
	margin-top: 14px;
	margin-left: 6px;
}

#sidebar ul img {
	border: 0 none;
}

#sidebar ul li {
	list-style: none;
}

#sidebar ul li a {
	text-decoration: none;
	border-style: none;
}

#content {
	float: left;
	margin-left: 30px;
	padding-right: 10px;
	width: 540px;
	padding-top: 14px;
}

.post {
	background-color: #ffffff;
	text-align: center;
	margin-bottom: 13px;
}

.post h2 {
	padding-top: 5px;
	text-align: left;
}

.post a {
	color: #444645;
	text-decoration: none;
}

.post img {
	float: left;
	margin: 9px 11px 8px 9px;
	border: 0 none;
}

.post .entry {
	font-size: 11px;
	text-align: left;
	padding-bottom: 10px;
}

.post .entry p {
	padding-right: 9px;
}

.entry .postBar {
	margin: 0 auto 0 auto; /* in full to help IE5Mac */
	margin-top: 15px;
	background: #fff url(images/postBarBg.png) repeat-x center;
	width: 523px;
	height: 36px;
	clear: both;
}

.entry .postBar ul {
	list-style: none;
	margin: 0 auto;
	width: 415px;
	padding-top: 10px;
	
}

.entry .postBar ul li a {
	color: #444645;	
}

.postBar ul li {
	display: inline;
	font-size: 1.05em;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	color: #444645;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

#insidePost .alignright {
	float: right;
	margin: 0px 0px 0px 10px;
	}

#insidePost .alignleft {
	float: left;
	margin: 0px 10px 0px 0px;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#insidePost .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 2px 4px 2px 4px;
	margin: 0;
}
/* End captions */

#Btmnav {
	background-color: #FFF;
	height: 31px;
	color: #484848;
	padding-left: 16px;
	margin-bottom: 15px;
}

#Btmnav ul {
	padding-top: 2px;
}

#Btmnav ul li {
	display: inline;
	list-style: none;
	padding-right: 10px;
}

#Btmnav ul li a {
	text-decoration: none;
	color: #484848;	
}

.rightfloat {
	float: right;
	margin-top: -22px;
	margin-right: 14px;
	color: #7e7e7e;
}

#insidePost {
	background-color: #ffffff;
	text-align: justify;
	margin-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#insidePost h2 {
	font-size: 1.6em;
	padding-top: 5px;
	margin-bottom: 30px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
}

#insidePost .post-calendar {
	background: url(images/calender.png) no-repeat left bottom;
	padding-left: 20px;
	float: right;
	margin-top: -26px;
	margin-right: 10px;
	height: 15px;
	font-size: 75%;
	color: #999999;
}

#insidePost .post-cat {
	background: url(images/caticons2.png) no-repeat left bottom;
	padding-left: 18px;
	margin-top: -26px;
	height: 15px;
	float:left;
	font-size: 75%;
	color: #999999;
}


#insidePost a {
	color: #444645;
	text-decoration: none;
}

#insidePost p {
	padding-bottom: 10px;
	font-size: 1.25em;
}

.clearLeft {
	clear: left;
}

#insidePost .entry {
	font-size: 11px;
	text-align: justify;
}

#insidePost .entry p {
	padding-right: 9px;
}

.commentBox {
	background-color: #ffffff;
	text-align: justify;
	margin-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

.commentBox #respond h3 {
	font-size: 1.6em;
	padding-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
}

.commentBox #respond h3 a {
	text-decoration: none;
	color: #000;
}

.commentBox #comments {
	font-size: 1.6em;
	padding-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
}


.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	padding-bottom: 15px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f9fbe1;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-style: normal;
	font-size: 1em;
	color: #000;
}

.commentlist .commentmetadata {
	margin-bottom: 5px;
	float: right;
	margin-top: -18px;
	font-size: 75%;
}

.commentlist .commentmetadata a {
	text-decoration: none;
	color: #000;
}

.commentlist p {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 0.85em;
}

#formArea {
	background-color: #ffffff;
	text-align: justify;
	margin-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

#formArea h3 {
	font-size: 1.6em;
	padding-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
}
	

#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #666666;
	font-size: 100%;
}

#commentform input{
	width: 153px;
	background:#f9fbe1;
	border: 1px solid #d4d5bf;
	padding: 3px;
	margin-top: 3px;
}

#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f9fbe1;
	border: 1px solid #d4d5bf;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 35px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}

#commentform #submit{
	border: 1px solid #d4d5bf;
	float:right;
	width: 144px;
	height: 29px;
	margin-top: -35px;
	margin-right: 35px;
}
	

#footer {
	background: #1f2e31 url(images/footBg.png) repeat-x center;
	height: 102px;
	clear: both;
}

#footerWrapper {
	margin: 0 auto;
	width: 900px; /* Replace the xxxx with the the width of your site (eg 800px)*/
	text-align:left;	
}

#footer .Btmlogo {
	float: right;
	margin-top: 20px;
	margin-right: 44px;
}

#footer .copyright {
	font-size: 11px;
	color: #ffffff;
	float: right;
	margin-top:58px;
	margin-right: -182px;
}

#footer #validation {
	float: left;
	margin: 50px 0 0 35px;
}

#footer #validation img {
	padding-right: 15px;
	border: 0 none;
}

/* Contact Form CSS */

input, textarea {
border:1px solid #666666;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:4px;
background:#fff;
}
 
input:focus, input:hover,textarea:focus, textarea:hover{
border: 1px solid #000;
background:url(../images/contact_crazyleaf.gif) top right no-repeat;
}
 
label {
margin:2px;
}
 
input {
width:300px;
}
 
.button {
margin:0 0 15px 0;
background:url(../images/div_back_contact.gif);
color:#000;
font-weight:bold;
width:310px;
}

legend {
	margin-left: 10px;
	padding: 0 3px 0 3px;
}

fieldset {
	padding: 25px 15px 25px 15px;
	margin-bottom: 15px;
}