/*
Theme Name: Sword
Theme URI: http://www.warriortanking.com/
Description: A wow-tanking blog that's still readable
Version: 1.0
Author: Talldar
Tags: world of warcraft
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	margin:98px 0 0 0;padding:0;
	background:url("images/bg_page.jpg") repeat-x #333;
	}
	
* {
    line-height: 1.5em;
    }
	
h1, h2, h3, h4, h5, h6 {
    font-family:Georgia;
    font-weight:normal;
    font-size:1em;
    }
    
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration:none;
    color:#333;
}

h1, h3#respond, h3#comments {
    font-family:Georgia;
    font-weight:normal;
    font-size:1.8em;
    border-bottom:2px solid #999;
    text-align:left;
    margin:30px 0 0 0;
    }
    
#home .links {
    text-align: center;
    }

#home .links a:link {
    color:#999;
    }
    
blockquote {
    margin:0;
    padding:0 5px;
    color:#950;
    background:url("images/quote.png") top left no-repeat;
    }
    
h1 a {
    color: #600;
    }
    
h2 {
    font-size:1.2em;
    margin:20px 0 5px 0;
    border-bottom:1px solid #999;
    }
    
h3 {
    font-family:"Lucida Grande", Verdana, Arial, Sans-Serif;
    font-weight:bold;
    }
    
h3.related {
    color:#999;
    }
    
small.date {
    display:block;
    text-align:right;
    }
    
#home small.date {
    display:none;
    }

/* p.lead actually, this is for Advanced TinyMCE compatibility */    
#sub .lead {
    font:1.2em/1.5em Georgia;
    padding:10px;
    background:#eee;
    border-width:1px 0 1px 0;
    border-color:#999;
    border-style:solid;
    }
    
p.postmetadata { background:#eee; }
    
a:link { color:#900; }    
a:visited { color:#666; }
a:focus, a:hover { color:#000 !important; }
a:active { color:inherit; }

a.related { color:#999; }

#header p {
    font-family: Georgia;
    text-transform: uppercase;
    font-size:6.5em;
    line-height:1em;
    margin:0; padding:0;
    }
    
#header p {
    text-decoration: none;
    color: #600;
    position:absolute;
    left:-10000px;
    }
    
hr { display:none; }
    
img { border:none; }

#header { position:absolute; top:20px; }
    
#container {
    width:800px;
    text-align:left;
    margin:0 auto;
    background:url('images/bg_content.png');
    color:#333;
}

#page {
    width:700px;
    margin:0 50px;
    text-align:left; 
    font-size:1.1em;
    padding-bottom:20px;
    }

#content {
    width:450px;
    float:left;
    padding-bottom:20px;
}

ul, ol {
    padding-left:15px;
}

ul li {
    list-style-type:square;
}

#sidebar {
    width:180px;
    float:right;
    padding-top:20px;
}

#sidebar ul {
    padding:0;
}

#sidebar ul ul {
    padding-left:15px;
}

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

#sidebar li li {
    list-style-type:square;
}

#footer {
    clear:both;
    background:#eee;
    padding:10px;
    border-top:2px solid #999;
}

#footer * { padding:0; margin:0; }

.hidden { display:none; }

/* ********************************************************* */
/* ********************************************************* */
/* ********************************************************* */
/* ********************************************************* */
/* ********************************************************* */
/* ********************************************************* */
/* ********************************************************* */
/* ********************************************************* */


.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
    color:#333;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
	}
	
.commentlist cite a {
    color:#900;
    }

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

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

.commentmetadata {
	font-weight: normal;
	}


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

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

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

.commentlist li {
    border-bottom:1px solid #999;
	margin: 0;
	padding: 10px;
	list-style: none;
	}
	
.commentlist li.alt {
    background:#eee;
    }

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

#commentform p {
	margin: 5px 0;
	}

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

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