/*   
Theme Name: Simon WP Framework
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');
/*body */
body {
	background:url('http://winkvid.com/site_media/images/blue-gradient-bg.png') repeat-x;
	color:#333333;
}


/* content */

#content {
	margin-top:40px;
}

#sidebar-wrap {
	margin-top:40px;	
}

.storytitle {
	font-size:22px;
}

.meta {
	color:gray;
}
/* links */
a:link, a:visited {
	color: #006699;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

/* header */
#header-wrap {
	background:#F80082;
}

#header-wrap h1 {
        width: 400px;
        padding: 0px;
        margin: 0px;
        float: left;
}
#header-wrap .description {
        clear: both;
}
#blog_container {
	border:1px solid lightgray;
	background: white;
}

#blog_desc {
	background:#3A4E5F;
	color:white;
	font-size:14px;
	padding:10px;
}

#footer {
        margin: 30px 30px 0 0px;
        padding: 30px 0px 30px 0px;
        text-align: right;
}
/* 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;
}

#mailchimp-widget {
	margin-top:30px;
}

.mc_custom_border_hdr {
	width:auto;
	font-weight:bold;
	background: transparent;
}
/* post */
.meta {
}

.post {
	margin:20px 0;
}
/* 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 0px 20px 0px;
        margin: 0px 0px 20px 0px;
        border-bottom: solid 1px lightgray;
}

/* Typography */

h1 {
	font-size:18px;
	letter-spacing:0;
}
}
