/* Import basic styles */
@import url(basic.css);

/* Import standard image styles */
@import url(img.css);

/* Import standard blog elements styles */
@import url(blog_elements.css);

/* Import default form styles */
@import url(forms.css);

/* Import default comment styles */
@import url(comments.css);

/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    | 
|_________________________________________________________|

*/


/* -- Main layout styles -- */
body {
margin: 1em 1em 1em 1em;
padding: 0px;
font-family: verdana, sans-serif;
font-size: 1.0em;
background-color: #333;
}
#siteBox {
float: left;
width: 100%;
color: #FFF;
}

/* -- Header layout/display styles -- */
#header {
float: left;
width: 100%;
height: 100px;
background: #262626 url(../header.jpg) no-repeat bottom left;
}
#header a {
float: right;
width: 8em;
padding: 5px 10px 5px 10px;
font-size: 0.6em;
text-align: center;
text-transform: uppercase;
text-decoration: none;
color: #FFF;
background-color: #666;
border-bottom: 2px solid #333;
border-right: 1px solid #333;
border-left: 1px solid #333;
}
#header a:hover, #header a.active {
padding-top: 10px;
background-color: #333;
}
#header a.lastMenuItem {
background-image: url(images/corner_tr.gif);
background-repeat: no-repeat;
background-position: top right;
border-right: 0px;
}
a .desc {
display: none;
text-transform: lowercase;
color: #FC0;
}
a:hover .desc, .active .desc {
display: block;
}

/* -- Header title and subTitle layout/display styles -- */
.title {
float: right;
padding: 20px 20px 20px 20px;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
text-align: right;
line-height: 0.75em;
letter-spacing: -0.15em;
color: #FC0;
}
.subTitle {
display: block;
font-size: 0.4em;
text-transform: lowercase;
line-height: 1.2em;
letter-spacing: 0.01em;
}

/* -- Content layout/display styles -- */
#content {
float: left;
width: 100%;
padding: 1em 0 1em 0;
background-color: #666;
}
.margin {
padding: 0em 0.5em 0em 0.5em;
}
#contentLeft {
float: left;
width: 17%;
font-size: 1em;
margin-bottom: 1em;
background: #777 url(images/corner_sub_tr.gif) no-repeat top right;
padding-left: 5px;
padding-right: 5px;
-webkit-border-radius: 5px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius: 5px;
-moz-border-radius-topright: 20px;
border-radius: 5px;
border-top-right-radius: 20px;
}
#contentRight {
float: right;
width: 81%;
font-size: 0.8em;
line-height: 1.8em;
background: #777 url(images/corner_sub_tl.gif) no-repeat top left;
padding-left: 5px;
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 20px;
border-radius: 5px;
border-top-left-radius: 20px;
}
/*#content p {
margin: 1.2em 1.2em 2em 1.2em;
font-size: 0.8em;
line-height: 1.8em;
}
*/
.blogExcerpt {
width: 80%;
margin-left: 40px;
font-size: 8pt;
}
.contentSmall {
width: 85%;
margin-left: 25px;
margin-top: 10px;
padding: 0 5px 0 5px;
border: 2px dashed silver;
overflow: hidden;
background-color: #777777;
}
#content a {
text-decoration: none;
color: #FC0;
border-bottom: 1px solid #AAA;
}
#content a:hover {
color: #DDD;
background-color: #888;
border-bottom: 1px solid #EEEEEE;
}
.header, .subHeader, .bSideItem h3 {
display: block;
clear: both;
font-weight: bold;
font-size: 1em;
text-transform: lowercase;
color: #FC0;
border-bottom: 1px solid #AAA;
}

.smallText {
font-size: 9pt;
text-align: justify;
}

.subHeader {
border: 0px;
}

.divider {
display: block;
width: 100%;
height: 20px;
border: 0px;
color: #FC0;
font-size: 6pt;
overflow: hidden;
}

/* -- Content left site links (large plus icon) -- */
#content a.menuItem {
display: block;
padding: 5px 0 5px 54px;
background: url(images/icn_plus.gif) no-repeat center left;
border: 0px;
}
#content a:hover.menuItem { 
color: #DDD;
background: #888 url(images/icn_plus_on.gif) no-repeat center left;
border: 0px;
}

/* -- Footer layout/display styles -- */
#footer {
float: left;
width: 100%;
height: 3em;
font-size: 0.6em;
text-transform: lowercase;
line-height: 2.6em;
color: #0AD;
background: #262626 url(images/hdr.jpg) repeat-y top left;
}
#footerLeft {
float: left;
width: 60%;
height: 3em;
text-align: left;
background: url(images/corner_bl.gif) no-repeat bottom left;
}
#footerRight {
float: right;
width: 35%;
height: 3em;
text-align: right;
background: url(images/corner_br.gif) no-repeat bottom right;
}
#footer a {
color: #0AD;
}
#footer a:hover {
color: #666666;
}

/* -- Display formatting styles -- */
.grey {
font-size: 0.9em;
color: #AAA;
}
.white {
color: #FFF;
}
acronym {
cursor: help;
border-bottom: 1px dotted #AAA;
}

/* -- <ul> tag styles -- */
ul{
font-size: 0.8em;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 0px;
list-style-image: url(images/li_bullet.gif);
}
li {
margin-left: 40px;
}

/* -- Image alignment classes -- */
.imgLeft, .imgRight {
margin: 5px;
}
.imgLeft {
float: left;
margin-left: 0px;
}
.imgRight {
float: right;
margin-right: 0px;
}

/* -- Utility classes to create the bottom rounded corners -- */
.bottomCorner {
text-align: right;
}
.vBottom {
vertical-align: bottom;
}
.bSmallPrint {
clear:both;
}

/* Make block quotes readable */
blockquote{
color: #000000;
overflow: auto;
}

pre{
overflow: auto;
}

/* For IM status */
a.im {  
        padding: 0 0 0 11px;
        background-position: center left;
        background-repeat: no-repeat;
}

a.offline {
        background-image: url(../images/offline.png);
}

a.available {
        background-image: url(../images/available.png);
}

a.chat {
        background-image: url(../images/available.png);
}

a.away {
        background-image: url(../images/away.png);
}

a.dnd { 
        background-image: url(../images/away.png);
}

a.sn {  
        padding: 0 0 0 18px;
        background-position: top left;
        background-repeat: no-repeat;
}

.bgtrack {
	background-image: url(../images/tiretrack.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.timegen {
	font-size: 7pt;
}
