/*   
Theme Name: David Terranova
Theme URI: http://simonwebdesign.com/simon-wordpress-framework-blank-theme/
Description: A blank frame work using 960.gs grid system and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Author: Simon Urbina
Author URI: http://simonwebdesign.com
Version: 1.1.6
Tags: light, two-columns, fixed-width
*/

@import url('reset.css');
@import url('typography.css');
@import url('grid.css');
@import url('forms.css');



/* header */
.header {
    padding: 0;
	width: 100%;
    top: 0;
    left: 0;
	right: 0;
    position: fixed;
    height: 30px;
    border-bottom: 1px solid #FFF;
    padding-left:9px;
}
.headerbox{
	float: left;
	border-bottom:2px dotted #fff;
	height:30px;
}
.headerbox h1 {
	padding-top:14px;
    font-family:"Helvetica Neue", Helvetica,sans-serif;
}
.headerbox h1 a:hover{
	background-color:inherit;
	color:#eee;
}

/* links */
a:link,a:visited {
	background-color:none;
	text-decoration: none;
	color: #FFF;
}
a:focus, a:hover {
	text-decoration:none;
	background-color:#fff;
	color: #101010;
}
a:selected{
}
.current_page_item a{
	color:#FFF;
	background-color:#111;
	border-bottom:1px dotted #fff;
}

hr{
	height:1px;
	background-color:#FFF;
	color:#FFF;
}


	
	
	
/* container_12 */
.container_12 {
	float:left;
	width:100%;
	height:100%;
	bottom:0;
}
#post{
	padding-top:30px;
}
/* content */
#content {
	left:215px;
	top:0;
	bottom:0;
	margin-left:200px;
	padding:0;
}
#content p{
	font-family:Georgia;
	font-style:italic;
	font-weight:normal;
}
#content a{
	font-family:Georgia;
	font-style:italic;
	font-weight:normal;
}
/*for the About page*/
#content_limited{
	width:600px;
}
/* my_flash */
#my_flash {
	font-size:40px;
	padding:0;
	background-color:#FFF;
	width:100%;
	height:700px;
    z-index:1;
}
#content_footer{
    padding: 0;
	width: 100%;
	height:30px;
    bottom: 0;
    left: 200px;
	right: 0;
    background-color:#101010;
    border-top: 1px solid #FFF;
    z-index:3;
    font-size:10px;
}
#content_footer a{
	font-family:Georgia;
	font-style:italic;
	font-weight:normal;
}
img {
	margin:1px;
}
/* HEADER CONTENT */
.storyheader {
    position:fixed;
    top:0;
    height:30px;
    font-family:"Helvetica Neue", Helvetica,sans-serif;
}
.storytitle, .bloglink{
    border-bottom: 2px dotted #FFF;
    top:0;
    height: 30px;
    padding:0px 0;
    margin:0;
    float:left;
    margin-right:20px;
}
.storytitle h3, .bloglink h3{
    color:#FFF;
	margin-top:15px;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:normal;
    font-size:13px;
}
/* HEADER SUBTITLE */
.subtitle_light,.subtitle_dark {
	position:fixed;
	top:30px;
	left:200px;
	padding:3px 0;
	color:#FAFAFA;
	font-family:Georgia;
	font-style:italic;
	line-height:12px;
	font-size:9px;
}
.subtitle_dark {
	color:#111;
}
.subtitle_light a{
	text-decoration:none;
	background-color:#FAFAFA;
	color:#101010;
}
.subtitle_light a:hover{
	text-decoration:none;
	border-bottom:1px dotted #FAFAFA
}
.subtitle_dark a{
	text-decoration:none;
	background-color:#111;
	color:#FAFAFA;
}
.subtitle_dark a:hover{
	text-decoration:none;
	background-color:#151515;
}
/*BLOG LINK*/
.bloglink{
margin-left:50px;
}
.bloglink h3{
	margin-top:18px;
	font-style:italic;
	font-size:10px;
	text-decoration:none;
}
.bloglink a{
	font-weight:normal;
	text-decoration:none;
}
.bloglink a:hover{
	background-color:#FFFFFF;
	color:#101010;
	text-decoration:none;
}


#video_frame{
	height:400px;
}
/* footer */
#footer {
    margin: 0px;
    padding: 0px;
}



#sidebar-wrap{
	width: 200px;
    /*overflow: auto;*/
    bottom: 0;
    top: 30px;
	left: 0;
    position: fixed;
    height: 100%;
    float:left;
    padding-top:10px;

}

/* Misc */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/* post */
.meta {
}
/* COmments */
#comments {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
#postcomment {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
/* featured section */
#featured-sticker {
        width: 100px;
        padding: 5px;
        margin-left: 800px;
        background-color: #f00;
        color: white;
        text-align: center;
        position: absolute;
        float: right;
}
#featured-post {
        background-color: #f3f3f3;
        padding:20px;
        margin: 0px 0px 45px 0px;
        border-top: solid 3px #ccc;
        border-bottom: solid 1px #ccc;
}

#post-entries {
        padding: 0px;
        margin: 0px;
        left:250px;
}
