/*----------------------------------------------------------------------------
    theReturn.css
    Style for cjcsuhta.com
    Work from others credited in comments.
    All other work is copyright (c) 2010 Corey Csuhta. All rights reserved.
------------------------------------------------------------------------------
    CSS RESET
    http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
----------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,header,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,
ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,
thead,tr,th,td,section,nav,article,aside,footer
{margin:0;padding:0;border:0;outline:0;
font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;
vertical-align:baseline;text-decoration:none;}
body {line-height:1;color:#000;background:#fefefe;}
ol,ul {list-style:none;}
table {border-collapse:separate;border-spacing:0;}
caption,th,td {text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after {content:"";}
blockquote,q {quotes:"""";}
a:link,a:visited,a:hover,a:active{color:inherit;}

/*----------------------------------------------------------------------------
    STANDARD STYLES
----------------------------------------------------------------------------*/
em     {font-style: italic;}
strong {font-weight: bold;}
.left  {float: left;}
.right {float: right;}
.clear {clear: both;}
.hide  {display:none;}

/*----------------------------------------------------------------------------
    FORCE HTML5
----------------------------------------------------------------------------*/
section, header, nav, article, aside, footer {display: block;}

/*----------------------------------------------------------------------------
    CORE
----------------------------------------------------------------------------*/
html {
    color: #000;
	text-align: center;
	height: 100%;           
	margin-bottom: 1px;  
	background: #333;   
}

body {
    background: #EFEFEF;
    text-align: left;
}


/*----------------------------------------------------------------------------
    FRONT PAGE DESIGN
----------------------------------------------------------------------------*/
a#logo {
    display: block;
    width: 128px;
    height: 26px;
    background-image: url(../img/logos/orig.gif);
    
    text-indent: -1000px;
    margin: 0 0 0 3em;
} 

/*--[Skeleton]---------------------------------------------------------------*/
                
div#upper {
    width: 75em;
    margin: 0 auto;
    padding: 2em 0 1em 0;
    
}

section#firstup {
    width: 100%;
    background-color: #FDFDFD;
    background-image: url(../img/toptribal.gif); 
    background-position: 35% 0px; /*confuses Firefox if not segregated*/ 
    background-repeat: no-repeat;
    border-bottom: 1px solid black;
    padding: 0em 0 0em 0;
}

div#middle {
    width: 75em;
    margin: 0 auto;
    height: 100%;
}

div#lower {
    width: 75em;
    margin: 0 auto;
}

section#firstup article {
    width: 33em;
}

section#recently,
section#linkies,
section#etc {
    float: left;
}

body.front section#linkies {
    margin-bottom: 2em;
}

section#linkies {
    border-left: 3px double #ccc;
}



/*----------------------------------------------------------------------------
    FOOTER
----------------------------------------------------------------------------*/
body > footer {
    width: 100%;
    background: #333;
    height: 200px;   
}

body > footer div { 
    color: #DDD;
    width: 75em;
    padding: 1em 1em 1em 3em;
    background: url(../img/icons/person.png) no-repeat 3em 1.2em;
    margin: 0 auto;
}

body > footer p {
    padding: 0em 0 0 2em;
    width: 33em;
}

body > footer a:link,
body > footer a:visited {
    color: #DDD;
    border-bottom: 1px solid #DDD;
}

body > footer a:hover,
body > footer a:active {
    background: #DDD;
    color: #333;
    border-bottom: 1px solid #DDD;
}

#copyright {
    color: #666;
    text-indent: 0;
    margin-top: 1em;
}



/*----------------------------------------------------------------------------
    ARTICLES and IMPOSTORS
----------------------------------------------------------------------------*/
article, .likear {
    padding: 1em 1em 1em 3em;
    width: 33em;
}

article header a:link,
article header a:visited,
.likear header {
    border-bottom: none !important;
    color: #000;
}
   
article header a:hover:after,
article header a:active:after {
    content: " \221E";
}

article span, 
.likear span {
    color: #C6241A;
}

article,
.likear {
    background-repeat: no-repeat;
    background-position: 1em 1.2em;
}

.doc {background-image: url(../img/icons/document.png);}
.shf {background-image: url(../img/icons/shuffle.png);}
.quo {background-image: url(../img/icons/speech.png);}
.vid {background-image: url(../img/icons/display.png);}
.aud {background-image: url(../img/icons/audio.png);}
.prj {background-image: url(../img/icons/wrench.png);}
.dnl {background-image: url(../img/icons/download.png);}
.pic {background-image: url(../img/icons/camera.png);}
.gba {background-image: url(../img/icons/ghost.png);}
.cal {background-image: url(../img/icons/calendar.png);}
.cho {background-image: url(../img/icons/martini.png);}

article a:link,
article a:visited,
.likear a:link,
.likear a:visited {
    color: #000;
    border-bottom: 1px solid #000;
}

article a:hover,
article a:active,
.likear a:hover,
.likear a:active {
    color: #C6241A;
    border-bottom: 1px solid #C6241A;
}

body.front article footer {
    padding: 0em 0 0 1em;
}

body.inner article footer,
body.inner .likear footer {
    margin: 1em 0 0 -3em;
    background: url(../img/icons/tag.png) no-repeat 1em 1.4em;
    padding: 0 0 1em 3em;  
}

body.inner article footer p,
body.inner .likear footer p {
    padding-top: 1em;
    border-top: 1px solid #333;
}

body.inner article footer p + p,
body.inner .likear footer p + p {
    padding-top: 0;
    border-top: none;
}



/*----------------------------------------------------------------------------
    TYPOGRAPY
----------------------------------------------------------------------------*/
body {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 12px;
	line-height: 1.6em;
}

article header, 
#content header,
.likear header {
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif ;
    text-transform: uppercase;
    font-weight: bold;
}

article h2,
.likear h2 {
    font-weight: bold;
    margin: 1em 0 0em 0;
}

article p + p,
footer p + p,
.likear p + p  {
    text-indent: 1em;
}

article blockquote,
.likear blockquote {
    padding: 1em 1em 1em 1em;
    font-style: italic;
}

/*lists*/

article ul,
.likear ul,
article ol,
.likear ol {
    margin: 1em 0 1em 0;
}

article ul, 
.likear ul {
    list-style-type: square;
}

article ol, 
.likear ol {
    list-style-type: decimal-leading-zero;
}

/* lists inside lists */

article ul ul,
.likear ul ul {
    margin: 0 0 0 1.2em;
    list-style-type: square;
}

article ol ol,
.likear ol ol {
    margin: 0 0 0 1.2em;
    list-style-type: lower-latin;
}

/*Preformated blocks*/

article pre,
article code,
.likear pre,
.likear code {
	font-family: Consolas, Courier, monospace;
	background: #DFDFDF;
}

article code,
.likear code {
	padding: 0 0.2em 0 0.2em;
}

article pre,
.likear pre {
	padding: 1em;
	margin: 1em 0 1em 0;
	overflow: auto;
}
