/*
Theme Name: Embrace
Version: 1.1
Description: Hastily Atomisk-hacked
Author: <a href="http://shaibanii.com">Shaibanii</a>
Author URI: http://shaibanii.com/
Tags: light, dark, fixed width, two-column, minimal
For the WordPress community (GPL), enjoy!
by Shaibanii - Shaibanii.com
*/

body{
background-color:#FABDB1;
color:#2D393B;

margin:0;
padding:0;
font-family:"Gill Sans", "Myriad", Helvetica, sans-serif;
font-size:12px;
}

*{
margin:0;
padding:0;
}

a{
color:#260859;
text-decoration:none;
font-weight:normal;
}

a:hover{
color:#7ACBBA;
text-decoration:none;
font-weight:normal;
}

blockquote {
margin:0 0 0 20px;
padding:0 0 0 10px;
border-left:#777 1px solid;
}



h1{
font-family:"Gill Sans", "Myriad", Helvetica, sans-serif;
font-size:72px;
text-align:center;
text-transform:lowercase;
color:#2D393B;
}

h1 a{
text-decoration:none;
color:#2D393B;
}

h2{
font-family:"Gill Sans", "Myriad", Helvetica, sans-serif;
font-size:19px;
color:#2D393B;
}

h3{
font-size:14px;
}



#header{
padding:0;
height:219px;
width:100%;
background-image:url(http://patrickhart.org/trianglepattern2.gif);
background-repeat:repeat-xy;
border-bottom:4px solid #7ACBBA;
}

#header_inner{
width:100%; 
text-align:center;
}


#desc{
font-size:20px;
color:#fff;
text-transform:lowercase;
font-style:italic;
text-align:center
}


#wrapper{
width:860px;
overflow:hidden; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
position:relative;
margin:0 auto;
}

#sidebar {
width:220px;
float:left;
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 { 
min-width:600px;
max-width:750px;
margin: auto;
overflow:hidden;
padding:3px;
}
.post{
padding:3px;
border:4px solid #7ACBBA;
}
.main{
padding:5px;
text-align:justify;
}
.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:10px;
}

#footer { 
width:100%;
background-color:#7ACBBA;
color:#2D393B;
text-align:center;
float:left;
padding: 10px 0 10px 0;
margin: 10px 0 0 0;
}

#footer a{
color:#260859;
text-decoration:none;
font-weight:normal
}

#footer a:hover{
color:#7ACBBA;
text-decoration:none;
border-bottom:1px dashed #999;
font-weight:normal
}
.gravatar{
float:right;
}

input, textarea, select{
padding:3px;
border:2px solid #7ACBBA;
background-color:#fff;
font-family:"Gill Sans", "Myriad", Helvetica, sans-serif;
font-size:11px;
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;
}

/* Richard's Hacks */
.cosmic a{
	display: block;
	width: 200px;
	height: 50px;
	background: url('http://atomisk.com/wordpress/wp-content/uploads/2009/04/cosmic-experience.png') no-repeat;
}

.cosmic a:hover{
	background-position: -200px 0;
}
