/*  
Theme Name: 3abira style
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Tahoma', 'Lucida Grande', 'Verdana', 'Arial', 'Sans-Serif';
	background: #e7ecc5 url(images/bg.jpg) center repeat-y fixed;
	color: #666D42;
	text-align: center;
	}

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

a:hover {
	color: #df1c84;
	text-decoration: underline;
	}

a:visited {
	color: #df1c84;
	text-decoration: none;
	}
	
#page {
	background-color: transparent;
	text-align: right;
	}

#content {
	font-size: 1.15em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	line-height: 1.7em;
	}

.widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.postmetadata {
	text-align: right;
	}

.alt {
	background-color: #fffff9;
	border-top: 1px solid #E0E4A9;
	border-bottom: 1px solid #E0E4A9;
	}

#footer {
	background: transparent url('images/footer.jpg') no-repeat top; 
	border: none;
	}

small {
	font-family: 'Tahoma', 'Arial', 'Helvetica', 'Sans-Serif';
	font-size: 1em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Arial', 'Tahoma', 'Trebuchet MS', 'Verdana', 'Sans-Serif';
	font-weight: bold;
	}

h1 {
	font-size: 1.6em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #df1c84;
	}

h2, h2 a, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
	}

h3 {
	color: #6a6c40;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Tahoma', 'Lucida Grande', 'Verdana', 'Arial', 'Sans-Serif';
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.05em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Tahoma', 'Lucida Grande', 'Verdana', 'Arial', 'Sans-Serif';
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: auto;
	padding: 0;
	width: 773px;
	}

#header {
	margin: 0; 
	padding: 0; 
	height: 162px; 
	width: 773px;
	border: none;
	clear: both;
	}

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 0px 55px 0 0;
	width: 660px;
	}

.post {
	margin: 0 30px 40px 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	padding: 0;
	}

.widecolumn .postmetadata {
	margin: 20px 0 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	width: 128px;
	margin: 5px 0px 5px 5px;
	float: right;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: right;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 773px;
	height: 77px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 29px 0 8px 15px;
	text-align: left;
	}
	
#footer p a {
	margin: 0;
	}
	
/* End Structure */

/* menu */
#sidebar {
	margin: 0px 55px 0 0;
	padding: 0;
}

#menu-head {
	background: transparent url(images/menu/head.gif) no-repeat center;
	height: 10px;
	width: 660px;
	display: block;
}

#menu-body {
	background: transparent url(images/menu/body.gif) repeat-y top;
	width: 660px;
}

#menu-content {
	padding: 2px 20px 0 5px;
}

#menu-footer {
	background: transparent url(images/menu/footer.gif) no-repeat center;
	height: 10px;
	width: 660px;
	display: block;
}
/* menu end */


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



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

/*	Using 'class="alignright"' on an image will align the image to the right. And using 'class="centered',
	will center the image. */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	margin: 0 7px 2px 0;
	padding: 4px; 
	display: inline;
	float: left;
	}

img.alignleft {
	margin: 0 0 2px 7px; 
	padding: 4px; 
	display: inline; 
	float: right;
	}
	
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: auto;
	margin-right: 0px;
	padding: 0 30px 0 0;
	padding-left: 0;
	padding-right: 10px;
	list-style: none;
	text-indent: -10px;
	} 

.entry ol {
	padding: 0 35px 0 0; 
	margin: 0;
	}

html>body .entry li {
	margin: 7px 10px 8px 0;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	}

#s {
	width: 120px;
	border: 1px solid #e6eabc;
	font: 1.1em 'Tahoma' 'Lucida Grande' 'Verdana' 'Arial' 'Sans-Serif';
	color: #6f7147;
	padding: 1px 5px 1px 1px;
	background-color: White;
	}

.sbutton {
	border: 1px solid #ecf0c5;
	font: 0.9em 'Tahoma' 'Lucida Grande' 'Verdana' 'Arial' 'Sans-Serif';
	color: #6f7147;
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	border: 1px solid #e6eabc;
	font: 0.9em 'Tahoma' 'Lucida Grande' 'Verdana' 'Arial' 'Sans-Serif';
	color: #6f7147;
	padding-right: 5px;
	}

#commentform input {
	width: 170px;
	padding: 3px 2px 3px 2px;
	margin: 5px 0 1px 5px;
	border: 1px solid #E0E5AB;
	background-color: White;
	color: #656840;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #E0E5AB;
	background-color: White;
	color: #656840;
	}

#commentform #submit {
	margin: 0;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: White;
	border: 1px solid #E0E5AB;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 0 10px 5px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: normal;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	border-left: 0;
	border-right: 5px solid #ddd;
	padding-left: 0;
	padding-right: 20px;
	margin: 15px 10px 0 30px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.single-navigation {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	}
/* End Various Tags & Classes*/

.contact-textarea {
	font-size: 1.1em;
	font-family: Tahoma;
	width: 50%;
}

#c_form_2 label {
	font-size: 0.9em;
}

.feedicon{
	vertical-align:middle;
	width:12px;
	height:12px;
	border:0;
}