/*  
Theme Name: ATSI
Theme URI: http://www.atsi.com/
Description: WordPress theme for ATSI.
Version: 1
Author: Jason Craft
Author URI: http://www.deftdevelopment.com/
*/

body {
    margin:0;
    padding:22px 0;
    background:url(images/body-bg.gif) repeat-x #FFF;
    font-size:small;
    font-family:'Trebuchet MS', Arial, sans-serif;
    line-height:1.4em;
    color:#444;
}
a img, img {
    border:none;
    vertical-align:middle;
}
a {
    text-decoration:none;
    color:#DE0021;
}
a:hover {
    text-decoration:underline;
}
h1, h2, h3, h4 {
    margin:20px 0 6px;
    padding:0;
    font-size:1.4em;
    font-weight:normal;
    line-height:1.1em;
}
h3, h4, h5, h6 {
    font-size:1.1em;
    font-weight:bold;
}
h4, h5, h6 {
    font-size:1em;
}
h2.first, h3.first {
    margin-top:0;
}
p {
    margin:6px 0 20px;
}
ul {
    list-style-type:disc;
    margin:10px 0;
    padding:0 0 0 20px;
}
li {
    margin:0;
    padding:0;
}
form {
    margin:0;
    padding:0;
}
big {
    font-size:1.25em;
}
small {
    font-size:0.8em;
}
.alignRight {
    text-align:right;
}
.alignCenter {
    text-align:center;
}
.clear {
    clear:both;
}
.left {
    float:left;
}
img.left {
    margin:0 14px 14px 0;
}
.right {
    float:right;
}
img.right {
    margin:0 0 14px 14px;
}
.statusMessage, .error {
    color:#F6A600;
}

/**** outer ****/
#outer {
    margin:0 auto;
    padding:0 16px;
    background:url(images/content-bg.gif) 50% 16px no-repeat;
    width:632px;
}

/**** header ****/
#header {
    position:relative;
    margin:0;
    height:104px;
}
#header h1 {
    position:absolute;
    right:16px;
    top:0;
    margin:0;
    padding:0;
}
#header h1 a {
    display:block;
    background:url(images/logo.gif) no-repeat;
    text-indent:-9999px;
    width:203px;
    height:97px;
    outline:none;
}
#header .contact {
    position:absolute;
    left:16px;
    top:34px;
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    line-height:1.2em;
    width:200px;
}
#header .contact .description {
    color:#DE0021;
}

/**** navigation ****/
#navigation {
    background:url(images/nav-bg.gif) no-repeat;
    height:22px;
}
#navigation ul {
    float:right;
    list-style-type:none;
    margin:0;
    padding:0 0 0 44px;
    background:url(images/nav-items-bg.gif) no-repeat;
    height:22px;
}
#navigation li {
    position:relative;
    float:left;
    margin:0;
    padding:0 12px;
}
#navigation a {
    font-size:0.8em;
    text-transform:uppercase;
    color:#FFF;
    line-height:22px;
}
#navigation li.active a, #navigation li.current_page_item a, #navigation a:hover {
    color:#AAA;
    text-decoration:none;
}

#navigation li ul {
    z-index:999;
    display:none;
    position:absolute;
    left:-12px;
    top:14px;
    list-style-type:none;
    list-style-image:none;
    float:left;
    margin:0;
    padding:0;
    border:solid 1px #BCBEC0;
    border-bottom:none;
    background:#FFF;
    width:150px;
    z-index:999;
}
#navigation li:hover ul {
    display:block;
}
#navigation li ul li {
    float:left;
    margin:0;
    padding:0;
    border:none;
    border-bottom:solid 1px #BCBEC0;
    line-height:28px;
    width:100%;
}
#navigation li ul li a {
    display:block;
    padding:6px 8px;
    font-size:0.8em;
    line-height:1em;
}

/**** banner ****/
#banner {
    margin:4px 0;
    height:180px;
    overflow:hidden;
}

/**** content ****/
#content {
    margin:0;
    padding:4px 16px 8px 16px;
}

/**** main content ****/
#main_content {
    float:left;
    padding:0;
    width:384px;
    min-height:300px;
    overflow:hidden;
}

/**** sidebar ****/
#sidebar {
    float:right;
    padding:4px 0 0;
    width:200px;
    overflow:hidden;
}

/**** footer ****/
#footer {
    clear:both;
    margin:0;
    padding:8px 0 0;
    border-top:solid 2px #888;
    font-size:0.8em;
    font-family:arial, sans-serif;
    text-align:center;
    min-height:50px;
}

/**** posts ****/
.post .meta {
    color:#999;
}

/**** widgets ****/
#sidebar .widget {
    margin:0 0 12px;
}

/**** comments ****/
.comments {
    margin:40px 0 0;
    padding:0 14px 0;
}
.comments ul {
    list-style-type:none;
    margin:12px 0;
    padding:0;
}
.comments li {
    margin:0 0 8px;
    padding:0 0 4px;
    border-bottom:dashed 1px #AAA;
    font-size:1.1em;
}
.comments .label {
    display:block;
    font-weight:bold;
}
.comments textarea, .comments input.text {
    padding:2px;
    border:solid 1px #AAA;
    color:#888;
    width:350px;
}
.comments textarea:focus, .comments input.text:focus {
    color:#666;
}
.comments cite {
    display:block;
    font-style:normal;
}
.comments cite .name, .comments .name a {
    text-decoration:underline;
}
.comments .says {
    display:none;
}
.comments .date, .comments .commentmetadata, .comments .commentmetadata a {
    font-size:0.9em;
    color:#AAA;
}
.comments p {
    margin:0 0 12px;
}
.comments .reply {
    margin:8px 0;
}
.comments .comment ul {
    margin:0 0 6px 12px;
    padding:4px;
    border:solid 1px #E6E6E6;
    background:#F5F5F5;
}
.comments .comment li {
    border:none;
}
.comments .byuser cite {
    font-weight:bold;
}
