/*
Theme name: ChiBoys
Description: Custom Theme
*/

/* WordPress Default styles */
@import url('wp-default.css');

* { margin: 0; padding: 0; outline: 0; }

body {
    font-size: 12px;
    line-height: 1.2;
    font-family: arial, sans-serif;
    color: #000;
	background: #fff;
	height: 100%;
    text-align: left;
}

a img { border: 0; }
a { color: #000; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }

input, select, textarea {font-family: arial, sans-serif; font-size: 12px;}
textarea {overflow: auto;}

h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
h1,h2,h3,h4,h5,h6 {text-transform: uppercase; margin-bottom: 5px;}

.cl, .clear { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }

.left { float: left !important; display: inline; }
.right { float: right !important; display: inline;} 
.notext {font-size: 0; line-height: 0; text-indent: -9999px;}
.tl {text-align: left;}
.tr {text-align: right;}
.tc {text-align: center;}
.center {display: block; margin: 0 auto;}
.lower {text-transform: lowercase;}
.upper {text-transform: uppercase;}

.shell {margin: 0 auto; width: 696px;}

a.more-link {font-weight: bold; text-transform: uppercase; display: block;}

#header {height: 160px; border-bottom: 1px solid #000;}
#header h1#logo {float: left; display: inline; padding: 22px 0 0 17px;}
#header h1#logo a {display: block; width: 151px; height: 117px; background: url(images/logo.gif) no-repeat 0 0;}
#header #navigation {float: right; display: inline; font-size: 22px; font-weight: bold; line-height: 29px; padding: 108px 0 0 0;}
#header #navigation ul {list-style-type: none; text-transform: uppercase;}
#header #navigation ul li {float: left; display: inline;}
#header #navigation ul li a {float: left;}
#header #navigation ul li span {padding: 0 14px; float: left;}

#main {margin: 28px 0 20px 0; background: url(images/main-bg.gif) repeat-y 0 0; height: 100%;}
#main #sidebar {float: left; display: inline; width: 193px; background: #e6e6e6; color: #fff; padding: 10px;}
#main #sidebar ul {list-style-type: none;}
#main #sidebar ul li {margin-bottom: 20px; color: #000;}
#main #sidebar ul li h1,
#main #sidebar ul li h2,
#main #sidebar ul li h3,
#main #sidebar ul li h4,
#main #sidebar ul li h5,
#main #sidebar ul li h6 {color: #fff;}
#main #sidebar ul li ul {list-style-type: disc; padding-left: 15px;}
#main #sidebar ul li ul li {margin-bottom: 5px;}

#main #content {float: right; display: inline; width: 445px;}
#main #content .post {margin-bottom: 10px;}
#main #content .post .entry {padding-bottom: 5px;}
#main #content .post .entry img {margin: 5px 0;}
#main #content .post .entry p {margin-bottom: 20px;}
#main #content p.postmetadata {background: #e6e6e6; line-height: 24px; padding: 4px; font-weight: bold; color: #fff; font-size: 14px; padding-left: 11px; text-transform: uppercase; text-align:right;}
#main #content p.postmetadata a {color: #fff;}
#main #content p.postmetadata .popupLink {float:left}

#respond .field {margin: 0 3px 6px 0;}
