/*
Theme Name: Jailbird
Theme URI: http://www.getjailbird.com
Description: The default WordPress theme for <a href="www.getjailbird.com">www.getjailbird.com</a>.
Version: v1
Author: difrnt
Author URI: http://www.difrnt.com/
Tags: iPhone, Hack, Dark, Black, White

	Jailbird v1
	http://www.difrnt.com

	This theme was designed and built by difrnt.
*/



/* Begin Typography & Colors */
body {
	/*font-size: 62.5%;  Resets 1em to 10px */
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	background-color: #1e1e1e;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#container_main {
	margin-left: auto;
	margin-right: auto;
	width: 936px;
        text-align: left;
}

#header {
	width: 936px;
	height: 300px;
	background-color: #fff;
	background-image: url(images/Jailbird_banner_main.png);
	background-position: top;
	border: none;
	background-repeat: none;
	color: #fff;
	}

#nav_container {
	background-image: url(images/Jailbird_nav_bg.png);
	background-position: top;
	border: none;
	background-repeat: repeat-x;
        color: #fff;
	background-color: #fff;
	height: 52px;
}

#nav_bar_left {
        background-image: url(images/Jailbird_nav_l.png);
	background-position: top;
	border: none;
	background-repeat: none;
	background-color: #fff;
	height: 52px;
	width: 8px;
        float: left;
}

#nav_bar_right {
        background-image: url(images/Jailbird_nav_r.png);
	background-position: top;
	border: none;
	background-repeat: none;
	background-color: #fff;
	height: 52px;
	width: 8px;
        float: right;
}

#nav_links {
	padding-top: 11px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	text-weight: bold;
	color: #fff;
	text-align: center;
}

#nav_links ul {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	white-space: nowrap;
}

#nav_links li {
	list-style-type: none;
	display: inline;
        padding-left: 20px;
}

#nav_links li a {
        text-decoration: none;
        color: #fff;
}

#nav_links li a:visited {
font-style: normal;
}

hr {
        border: 1px solid #262626;
}

#footer {
        font-size: 10px;
        text-align: center;
        float: none;
}

#footer a {
text-weight: bold;
color: #40AEE3;
text-decoration: none;
}

#sidebar_container {
width: 300px;
float: right;
}

#content_container {
width: 635px;
float: left;
}

.post_comment_content {
font-size: 12px;
}

#404_container {
width: 936px;
text-align: center;
}


.helpList ul { list-style:none; }
.helpList li { margin-left:0px; }

.helpList a {
font-weight: bold;
text-decoration: none;
color: #40AEE3;
}

.helpList a:hover {
text-decoration: none;
color: #1A6796;
}

.post_title {
font-size: 30px;
border-bottom: 2px solid #262626;
text-weight: bolder;
}

.post_title a {
text-weight: bold;
text-decoration: none;
color: #BABABA;
}

.post_info {
width: 100%;
font-size: 11px;
border-top: 1px solid #262626;
border-bottom: 2px solid #262626;
background-color: #1C1C1C;
vertical-align: top;
}

.post_entry a {
text-decoration: none;
color: #40AEE3;
}

.post_entry a {
text-decoration: none;
color: #40AEE3;
}

.post_info a:hover {
text-decoration: none;
color: #1A6796;
}

.post_info a:hover {
text-decoration: none;
color: #1A6796;
}

a:visited {
font-style: italic;
}

.post_entry {
font-size: 13px;
}