/*
Theme Name: Fantasy Thief
Theme URI: http://fantasythief.com
Description: Custom Wordpress theme for <a href="http://fantasythief.com">FantasyThief.com</a>.
Version: 1.0
Author: Michael Erickson
Author URI: http://mikeerickson.net/

*/

body {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
line-height:16px;
color:#555555;
background: #000 url(images/bg.gif) center top repeat-y;
margin:0;
padding:0;
}

.clr {
clear:both;
}

a:link, a:visited, a:active {
color:#546b95;
}

a:hover {
text-decoration:none;
}

/* GENERIC POST STYLES */

span.post_meta {
font-size:11px;
color:959595;
margin-left:5px;
}

#content h2 , #content h2 a:link, #content h2 a:visited, #content h2 a:active {
color:#000;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:28px;
margin-bottom:5px;
text-decoration:none;
}

#content h2 a:hover: {
color:#273454;
}

#content p {
padding-left:5px;
}

#wrapper {
border: 1px solid #546b95;
border-width: 0 1px 1px 1px;
width:1210px;
margin:0 auto;
background:#fff;
}

#banner {
border-bottom: 1px solid #546b95;
height:189px;
margin:0;
padding:0;
}

#menu {
border-bottom: 1px solid #546b95;
height:30px;
text-align:center;
background:#273454;
color:#ffffff;
font-size:14px;
font-weight:bold;
font-family:Comic Sans MS,sans-serif;
line-height:30px;
text-transform:uppercase;
}

#menu a:link, #menu a:visited, #menu a:active {
text-decoration:none;
color:#fff;

}

#menu a:hover {
background:#fff;
color:#273454;
}

#content {
width:844px;
padding:10px 20px;
float:left;
display:inline;
}

/* SIDEBAR STYLES */

#sidebar_left {
width:200px;
margin-top:10px;
padding: 0 10px;
float:left;
display:inline;
border-left:1px solid #eee;
}

#sidebar_right {
width:200px;
padding: 0 10px;
float:left;
display:inline;
margin-top:10px;
}

#sidebar_left ul, #sidebar_right ul {
font-size:14px;
line-height:17px;
}

#sidebar_left h2, #sidebar_right h2 {
border: 1px solid #546b95;
height:30px;
background:#273454;
color:#ffffff;
font-size:18px;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:30px;
padding-left:10px;
}

#sidebar_left ul li.cat-item a:link {
text-transform:capitalize;
}

#sidebar_left h2 a:link, #sidebar_left h2 a:visited, #sidebar_left h2 a:active, #sidebar_left h2 a:hover {
text-decoration:none;
color:#fff;
}

#sidebar_left ul, #sidebar_right ul {
margin:0;
padding-left:10px;
}

#sidebar_left ul li, #sidebar_right ul li {
list-style:none;
} 

/* FOOTER */

#footer {
border-top: 1px solid #546b95;
border-width: 0 1px 1px 1px;
height:30px;
text-align:center;
background:#273454;
color:#ffffff;
font-size:11px;
}

/* MISC WORDPRESS */
img.alignright {
float:right;
margin:10px;
}

img.alignleft {
float:left;
margin:10px;
}
