/*  
Theme Name: SynFin
Theme URI: http://area51.wdanielryan.com/stripped
Description: Based on Daniel Ryan's Stripped theme, Syfin is a very simple three column theme.
Version: 1.0
Author: Aaron Turner
Author URI: http://area51.wdanielryan.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/*  PAGE WIDE ATTRIBUTES */

body {
    margin: 0;
    padding: 0;
    font-family: Lucida Grande, sans-serif;
    line-height: 1.75em;
    color: #CFD4DB;
    background: #2B3A4E;
    text-align: left;
}
/*
p {
    font-size: 85%;
}
ul {
    font-size: 85%;
}

ol {
    font-size: 85%;
}

li {
    font-size: 85%;
}

*/
a {
    color: #FFCC00;
    text-decoration: none;
}

a:hover {
    color: #c2c2c2;
    text-decoration: none;
}


h1 {
    font-size: 110%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

h2 {
    font-size: 85%;
    color: #CFD4DB;
}

h3 {
    font-weight: bold;
}

textarea {
    color: #000000;
    background: #FFFFFF;
}

small {
    font-size: 70%;
}

blockquote {
    border-left: 2px solid #3E5370;
    padding-left: 2px;
    margin: 0;
    padding-right: 5em;
}


/* LAYOUT */

#wrapper {
    width: 90%;
    leftmargin: 0 auto;
}

#wrapper2 {
    width: 70%;
    margin: 0 auto;
}



/* HEADER */

#header {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 250%;
    font-weight: bold;
    padding: 2em 0em 1em 0em;
}

#header #description {
    font-size: 35%;
    padding-top: 2em;
}

#header h1 {
    margin-left: -5em;
}

#header a {
    border-bottom: none;
    color: #CFD4DB; 
}

td.sidebar {
    padding: 0em;
    font-size: 0.9em;
    background: #253243;
    width: 14em;
}

td.main {
    padding: 0 1em 0 1em;
}

#rssfeed a {
    text-decoration: none;
    font-size: 1.3em;
}

#rssfeed a:hover {
    text-decoration: none;
    border-bottom: 1px solid #C2C2C2;
}

#rssfeed li {
    font-size: 60%;
    list-style: square;
}

#rssfeed ul, #rssfeed ol {
    padding: 0 0.4em 1em 1.3em;
    margin: 0;
}


#leftsidebar a, #rightsidebar a {
    border-bottom: none;
}

#leftsidebar a:hover, #rightsidebar a:hover {
    text-decoration: none;
    border-bottom: 1px solid #C2C2C2;
}

#leftsidebar li, #rightsidebar li {
    list-style: none;
}

#leftsidebar ul, #rightsidebar ul {
    padding: 0 0.4em 1em 0.4em;
    margin: 0;
}

#leftsidebar h2, #rightsidebar h2 {
    color: #CFD4DB;
    width: auto;
    text-transform: uppercase; 
    text-align: center;
    font-weight: bold;
    background: #32425A;
    margin: 0; 
    padding: 0;
}

/*
#leftsidebar {
    width: 10em;
    text-align: left;
}  
#rightsidebar {
    width: 10em;
    text-align: right;
}
*/
#rightsidebar ul.children {
    font-size: 1em;
    padding: 0 0em 0em 1em;
    margin: 0;
}

#rightsidebar .button, #leftsidebar .button {
    margin: 0;
    padding-left: 2em;
}

/* CONTENT */

#content {
    width: auto;
}

#clearer {
    width: auto;
    height: 1px;
    clear: both;
}


/* ENTRIES */

#entries {
    width: auto;
    height: auto;
    padding-bottom: 2em;
    font-size: 0.9em;
}

#entries h1 {
    font-size: 1.4em;
}


#entries p {
    /* border-bottom: 1px dotted #65758D; */
    text-decoration: none;
    color: #CFD4DB;
}

#entries a {
    border-bottom: 1px dotted #65758D;
    text-decoration: none;
    color: #CFD4DB;
}

#entries a:hover {
    color: #c2c2c2;
    text-decoration: none;
    border-bottom: 1px solid #C2C2C2;
}



/* COMMENTS BOX */

#comment {
    width: 40em;
    height: 25em;
    khtml-appearance: none;
    border: 1px solid #253243;
/*    background: #253243; */
    background: #FFFFFF;
}

/* MENU HORIZONTAL */

#menu2 {
    width: auto;
    padding: 0;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    background: #32425A;
}

#menu2 a {
    border-bottom: none;
}

#menu2 li {
    font-size: 1em;
    width: auto;
    list-style: none;
    padding: 0 2em 0 0;
    display: inline-block;
    font-weight: bold;
    margin: 0;
}

#menu2 .button {
    margin: 0;
    padding-left: 2em;
}

#menu2 ul {
    width: 45em;
    padding: 0;
    margin: 0;
    display: inline;
}

#menu2 h2 {
    color: #CFD4DB;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding: 0;
    display: inline;
}

#digg_reddit {
    float: right;
    margin: 0px 0px 4px 4px;
    padding: 0.5em;
}

table.smokey {
    width: 500px;
}
table.smokey td, th {
    width: 25%;
    text-align: center;
}
