/*
Theme Name: hairbykd.com
Theme URI: hairbykd.com
Version: 1.0
Description: This is a custom theme for hairbykd.com. Contact: jonny.milano@yahoo.com
Author: <a href="http://jonathanbell.ca">Jonathan Bell</a>
Tags: hairbykd.com
by Jonathan - jonathanbell.ca
For WordPress 2.7+ :)
*/


/* ----------------------------- General Settings */
body{
 font-size: 12px; 
 font-family: Arial, Helvetica, sans-serif; 
 color: #ffffff; 
 background-color: #000000; 
 margin-left: 0px; 
 margin-top: 0px; 
 margin-right: 0px; 
 margin-bottom: 0px;
 padding:0;
}

a{
color:#fff;
text-decoration:none;
}

a:hover {
color:#e91900;
text-decoration:none;
}

a:focus {
 -moz-outline-style: none;
}

ul {
list-style:none;
}

hr {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #fff;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;	
}


h1{
font-size:25px;
text-align:left;
font-weight: normal;
}


h2{
font-size:20px;
margin:5px 0 7px 0;
text-align:justify;
font-weight: normal;
}

h3{
text-align:left;
font-size:12px;
font-weight: normal;
}

/* blog tagline uses this */
h4{
text-align:left;
font-size:12px;
font-weight: normal;
}

img {
border: 0px;
}

a img {
border: 0px;
}

/* Header --------------------------------- */

#wrapper{
width:900px;
margin:0 auto;
padding:20px 0px; 
position:relative;
}

/* basically only used by the canada wedding thingy */
#header {
position:absolute;
top:20px;
right:0;
}

#nav{
border-top: 0px solid #fff;
text-align:left;
padding:25px 30px 10px 0px;
white-space:nowrap;
}

ul.nav{
display:inline;
}

ul.nav li a {
padding:0.33em 1.3em;
text-decoration:none;
float:left;
}

/* Posts ------------------------------- */

#main{
float:left;
}

.post{
border-top: 1px solid #fff;
padding:5px 25px 5px 25px;
text-align:justify;
}

.main{
text-align:justify;
padding:20px 0px 60px 0px; 
border-bottom:1px solid #fff;
}

.main p{
}

.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;
line-height:15px;
display:inline;
padding:5px;
margin:0 0 30px 0;
}

.navigation{
font-size:11px;
}

/* Comments ------------------------------ */

.gravatar{
float:left;
padding:2px;
border:1px solid #999;
margin:5px;
}


.alt{
color:#fff;
}

ol#comments{
text-align:justify;
}

.gravatar{
float:right;
border:1px solid #222;
}


/* Forms ------------------------------- */

input, textarea, select, button{
background:#fafafa;
border:1px solid #efefef;
padding:2px;
margin:3px 0 5px 0;
font:10px "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

input:focus{
border:1px solid #555;
}

/* Footer ---------------------------------  */

#footer{
text-align:right;
float:right;
}



/* Others ---------------------------------- */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: center;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

