/*  
Theme Name: FlowingData 2.1
Theme URI: http://flowingmagazine.com/
Description: An online magazine theme.
Version: 2.1
Author: Nathan Yau
Author URI: http://flowingdata.com
License: Private theme
*/


/* Structure */

#header {
	padding: 0px;
	background: #fff;
	text-align: left;
}


#header-container {
    width: 900px;
    margin: 0 auto;
    padding: 10px 0 20px 5px;
    border-bottom: 3px solid #e2e2e2;
    position: relative;
}

#sponsor-header {
    float: right;
    width: 170px;
    top: 15px;
    right: 40px;
    position: absolute;
    padding: 0px;
    background: none;
}

#main-wrapper {	
	text-align: center;	
	background-color: #FFFFFF;
	font-size: 12px;
	overflow: hidden;
	/*border-top: 3px solid #F2F2F2;*/
}

#content {
	text-align: left;
	width: 545px;
	/*margin: 20px 0 20px 0;
	padding: 0 50px 0 20px;*/
	margin: 0px 8px 20px 0;
	padding: 0 10px 0 20px;
	float:left;
	position:relative;
    min-height: 1200px;
}

#home-content {
	text-align: left;
	width: 545px;
	margin: 0px 8px 20px 0;
	padding: 0 10px 0 20px;
	float:left;
	position:relative;
}

#sidebar {
    border-top: 1px solid #CCC;
	text-align: left;
	width: 316px; 
	margin: 0px 0px 20px 0px;
    padding: 0 0 0 0; /* 16px; */
    border-left: 1px solid #CCC;
	float:left;
	position: relative;
}

#footer {
	clear: both;
	padding: 0 0 0px 0;
	margin: 0px;
	text-align:left;
	font-size: 11px;
}

#footer-container {
    width: 915px;
    margin: 0 auto;
    padding: 5px 0 15px 0;
    border-top: 1px dotted #CCC;
}

/* @Structure end */



body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	color: #000;
	font: 62.5%/200% Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(footer.png);
}






/* Core elements */

label { font-size: 0.90em; display: block; }

/* @Core elements end */



.meta { color: #CDCDCD; }
.float-left { float: left; }
.float-right { float: right; }
.img-left { float:left; margin:0px 13px 13px 0;}
.img-right { float:right; margin:2px 0 13px 13px;}

.imgleft { float:left; margin:2px 13px 13px 0;}
.imgright { float:right; margin:2px 0 13px 13px;}

.clear-line { clear:both; }


.sponsor {
    font-size: 11px;
    line-height: 1.3em;
    background: #fff;
}
.sponsor img {
    padding: 6px;
    border: 1px solid #e2e2e2;
    margin-bottom: 6px;
    background: #fff;
    
}
.sponsor .ad-copy a {
    color: #821122;
}


/* Navigation Bar */

#navbar-container {
    background: #000;
    border-bottom: 2px solid #333333;
}

#navbar {
    width:900px;
    margin: 0 auto;
    background: #000;
    padding: 0 0 1px 0;
}

#navbar ul {
    margin-left: 0;
    padding-left: 0;
    width: 600px;
}

#navbar ul li { 
    list-style-type:none;
    font-size: 11px; /*12px;*/
    display: inline;
}

#navbar a:visited, #navbar a:link {
    color: #fff;
    text-decoration: none;
    /*padding:5px 13px;*/
    padding: 3px 8px;
    background: #000;
    font-weight: bold;
}

#navbar a.out:visited, #navbar a.out:link {
    background: #333;
}

#navbar li.current_page_item a {
    color: #000;
    background-color: #fff;
    padding:3px 8px 8px 8px;
}

#header #navbar li a:hover {
    color: #333;
    background-color: #fff;
}



/* Home page 
***********************/

#attachment .project {
    width: 200px;
    float: left;
    margin-bottom: 45px;
    padding-right: 25px;
}
#attachment .project a:link, #attachment .project a:visited {
    text-decoration: none;
}

#attachment .project img {
    margin: 0;
    border: 1px solid #CCC;
}
#attachment .project h3 { 
    margin: 8px 0 0 0; 
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.3em;
}
#attachment .project p {
    font-size: 11px;
    line-height: 1.3em;
}
#attachment .project .tags {
    font-style: italic;
    font-size: 11px;
    margin: 2px 0;
}







#content h1 { font-size: 32px; padding: 0 0 5px 0; line-height: 1.0em; color:#000; }
#content h1 em {font-weight: bold;}
#content h1 a:link, .entry h1 a:visited {
    color: #821122; 
	text-decoration: none;
}
#content h1 a:hover {
	color: #C59A6F;
}

#content h2 {
    color: #000;
	font-size: 20px;
	padding: 0 0 0.8em 0;
	line-height: 1.2em;
}

#content h3 {
    color:#000;
    font-size: 16px;
    padding: 0 0 0.8em 0;
}

#content p {
    /*font-size: 13px;
    padding: 0 0 1.7em 0;*/
}



/* Attachment page */

#attachment {
    text-align:left;
    padding: 20px 0;
    width: 900px; /*945px;*/
	margin: 0px auto 20px auto;
}
#attachment #lead-in { width: 600px; margin-bottom: 25px;}
#attachment #lead-in p { margin-bottom: 20px; }
#attachment a img { background: #fff; }
#attachment a:link, #attachment a:visited { color:#000; text-decoration:underline; }
#attachment a:hover { color:#fff; background-color:#000000;text-decoration:none}
#attachment h1 { color:#000; font-size: 25px; padding: 0 0 12px 0; line-height: 1.0em;}
#attachment h1 em {font-weight: bold;}
#attachment h1 a:link {color: #000000; text-decoration: none;}
#attachment h1 a:hover {color: #ffffff;background:#000; text-decoration:none}
#attachment h2 { 
    font-size: 22px; 
/*    text-transform:uppercase;*/
    font-weight:normal;
    margin-top: 30px;
    margin-bottom:30px;
    font-style: italic;
/*    color: #444;*/
    }
#attachment h3 {
    padding-bottom: 5px;
}
#attachment img { margin: 20px 0;}
#attachment a:hover img {background:none;text-decoration:none;}
#attachment p {
    color: #333;
    line-height: 1.5em;
}
#attachment p.lead-in {
    width: 500px;
}



.nav-link { min-height:12px; background-color: #F2F2F2; padding: 5px; border: 1px solid #CCC;}
.nav-link a { font-weight:bold; color:#821122; text-decoration:none; }
.nav-link a:hover { color: #C59A6F; }

/* @end attachment */



/* @Footer */

#footer {
    clear: both;
    border-top: 1px solid #DBDBDB;
    height: 55px;
}

/* @end footer */



