/*   
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 { background-color: #333333; text-align:center;}
#wrapper { width:980px; margin:0 auto; text-align:left;}
#header { background-image: url(images/header.jpg); width:980px; height: 166px; float:left; position: relative;}
#main { background: url(images/content_home.jpg) no-repeat; width: 980px; float:left;}
#sidebar {width:300px; padding: 40px 65px; min-height:375px; float:left;}
#content {width:500px; padding: 50px 0; min-height:375px; float:left;}
/*#main { background-image: url(images/content.jpg); width:980px; background-color: #abdaf7;}*/
#footer  { background-image: url(images/footer.jpg); width:980px; height: 28px;float:left;}

#menu li {margin: 0; padding: 0;}
#menu a {font-size: 30px; color: #F8F8F8; text-decoration: none; outline: none;}
#menu a img {outline: none; -moz-outline-style: none;}
#menu a:hover {color: #222222;}
#menu p {font-size: 17px; color: #ddd; margin: -5px 0 5px 0;}

#commentform {width: 450px; }
#comment {width: 400px;}
.meta {color: #f8f8f8; font-size: 11px;}
.storycontent {font-size: 13px;}
.storytitle {margin-bottom: 5px;}
.storytitle a {font-size: 20px; color: #EEEEEE; text-decoration: none;}

#language {position: absolute; right: 50px; top: 30px; width: 120px; }
#language img{ padding:0 3px;}

a:active { outline: none; }
:focus { -moz-outline-style: none; }

.storycontent {text-align: justify;}
h4 {padding:0 0 5px 0; margin:0;}
h3 {padding-bottom: 10px;}
#click-specs {cursor:pointer; margin-bottom:20px;}
#click-specs:hover {color: #F8F8F8; }

#creditos { color: #DDDDDD; width: 920px; padding: 0 0 10px 30px; text-align: right; font-size: 10px; }
#creditos a { color: #CCCCCC;text-decoration: none;}
#creditos a:hover { color: #F8F8F8;}