/*
Theme Name: Embrace
Version: 1.2
Description: A minamal theme for those who like simple themes. :)
Author: <a href="http://shaibanii.com">Shaibanii</a>
Author URI: http://shaibanii.com/
Tags: light, dark, black, brown, pink, tan, fixed-width, two-columns
For the WordPress community (GPL), enjoy!
by Shaibanii - Shaibanii.com
Modified by: JMistry@rah-kun.net
URI: www.rah-kun.net
*/

body{
height: 100%;
background-image:url(images/old_paper.jpg);
color:#666;
margin:0;
padding:0;
font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

img{
border:0;
margin: 7px;
}

*{
margin:0;
padding:0;
}

a{
color:#d54e21;
text-decoration:none;
}

a:hover{
color:#0B61A4;
text-decoration:none;
}

blockquote {
margin:0 0 0 20px;
padding:0 0 0 10px;
border-left:#777 1px solid;
}



h1{
margin: 40px 0 0 0;
position: relative;
font-family:Times New Roman, Times;
font-size:30px;
text-transform:lowercase;
color: #000000;
}

h1 a{
text-decoration:none;
color:#666;
}

h2{
font-family:Times New Roman, Times;
font-size:21px;
color:#464646;
margin: 0 0 20px 0;
font-weight: bold;
}
h2 a{
font-weight: bold;
}

h3{
font-size:14px;
}

#navmenu{
margin: 10px 0 0 24px;
}

#header{
/*background:url(images/prospect.png);*/
background-repeat:no-repeat;
padding:3px;
height:145px;
width:800px;
}

#headernavbar ul{
margin: 15px 0 0 0;
padding: 0;
list-style-type: none;
list-style-image: none;
}
#headernavbar li{
display: inline;
background: url(images/screen.png);
padding: 5px 20px 5px 20px;
margin: 0 5px 0 0;
}
#headernavbar a{
color:#666;
text-decoration:none;
}
#headernavbar a:hover{
color:#0B61A4;
text-decoration:none;
}

#searchform input{
width: 120px;
font-size: 12px;
background:url(images/screen.png);
}

#desc{
font-size:15px;
color:#d54e21;
font-weight: bold;
text-transform:lowercase;
font-style:italic;
position: relative;
left: 10px;
}

#wrapper{
width:800px;
margin:0 auto;
}

#page_sidebar {
width:140px;
float: left;
border-right:1px solid #857e7e;
padding:5px;
}
#page_sidebar ul {
list-style:none;
}
#page_sidebar ul ul {
margin:5px 0 0 10px;
}
#page_sidebar ul ul ul {
margin:5px 0 0 10px;
}
#page_sidebar ul li {
padding:0 0 5px 0;
}

#sidebar {
width:140px;
float:left;
border-right:1px solid #857e7e;
padding:5px;
}
#sidebar ul {
list-style:none;
}
#sidebar ul ul {
margin:5px 0 0 10px;
}
#sidebar ul ul ul {
margin:5px 0 0 10px;
}
#sidebar ul li {
padding:0 0 5px 0;
}

#content { 
width:620px;
float:right;
padding:3px;
background-image:url(images/screen.png);
}

#page_content { 
width:620px;
float:right;
padding:3px;
background-image:url(images/screen.png);
}

.post-meta {
list-style: none;
}

.post{
padding:20px;
}
.main{
padding:5px;
text-align:justify;
overflow: hidden;
}
.main p {
line-height:18px;
margin:0 0 15px 0;
}

.main ol {
line-height:18px;
margin:0 0 15px 30px;
}

.main ul {
line-height:18px;
margin:0 0 15px 30px;
}

.main li {
margin:0 0 5px 0;
}

.meta{
font-size:9px;
margin: 0 0 10px 0;
font-weight: bold;
}

#footer { 
width:100%;
border-top:1px solid #0a0a0a;
background-color:#000;
color:#666;
text-align:center;
float:left;
padding: 10px 0 10px 0;
margin: 10px 0 0 0;
}

#footer a{
color:#555;
text-decoration:none;
font-weight:normal
}

#footer a:hover{
color:#555;
text-decoration:none;
border-bottom:1px dashed #999;
font-weight:normal
}
.gravatar{
float:right;
}

input, textarea, select{
padding:3px;
border:1px solid #b1adad;
background-color:#fff;
font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, Arial, Helvetica, sans-serif;
font-size:9px;
background:transparent;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color:#CCCCCC;
	padding-top: 4px;
	margin: 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;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
