/*
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');

/* header */
#header {
  border-bottom: 1px solid gray;
  margin-bottom: 30px;
  height: 115px;
  background: url(images/punk.jpg) no-repeat;
  }
  #header #home {
    display: block;
    width: 120px;
    height: 113px;
    float: left;
  }
  #header h1 {
    font-size: 28px;
    letter-spacing: 1px;
    margin:0;
    padding: 0;

    }
    #header h1 a:hover{
      text-decoration: none;
    }
  #header .description {
    text-align: right;
    font-size: 10px;
    letter-spacing: 10px;
    margin-right: 15px;
    margin-bottom: 2px;
  }
  #header #back{
    margin-top: 5px;
    width: 5px;
    height: 5px;
    display: block;
    float: right;
  }
  
  #nav{
    text-align: right;
    }
    #nav ul {
        position: relative;
        overflow: hidden;
        padding-top: 40px;
        list-style-type: none;
        padding-right: 20px;
    }
    #nav li{
        list-style: none;
        float: right;
        
        margin-right: 10px;
        padding: 2px;
    }
     #nav li.back {
        border: 1px solid #000;
        background-color: #e6e8ea;
        width: 0;
        height: 24px;
        z-index: 8;
        position: absolute;
    }
    #nav li a{
        display: block;
        position: relative;
        overflow: hidden;
        z-index: 10;
        outline: none;
        /*top: 7px;*/
        margin: 0;
        padding: 0;
        padding-left: 7px;
        font-weight: bold;
        font-size: 18px;
        /*
        letter-spacing: 5px;
        margin-top: 10px;
        margin-left: 2px;
        padding-left: 7px;
        margin-right: 2px;
        padding-right: 2px;
        */
        }
        #nav li a:hover, #nav li a:active, #nav li a:visited {
            border: none;
            text-decoration: none;
        }
        /*
        #nav li a.active{
            border-bottom: 1px solid white;
            background: white;
        }
        */

      #nav #rss{
        border: 1px solid red;
        float: right;
        margin-top: 32px;
        background: none;
        border: none;
      }

      #s{width: 140px;}

      #searchsubmit{width: 60px;}

      #sidebar h3{
        margin-top: 10px;
        border-bottom: 1px solid gray;
      }

      #sidebar ul{
        list-style-type: circle;
      }
      #sidebar li{
        margin: 7px;
      }

      #sidebar .wp {
        background: url(images/icons/wp.ico) no-repeat top left;
        padding-left: 20px;
      }
      #sidebar .facebook {
        background: url(images/icons/fb.ico) no-repeat top left;
        padding-left: 20px;
      }
      #sidebar .twitter {
        background: url(images/icons/twitter.ico) no-repeat top left;
        padding-left: 20px;
      }
      #sidebar .tumblr {
        background: url(images/icons/tumblr.gif) no-repeat top left;
        padding-left: 20px;
      }
      #sidebar .delicious {
        background: url(images/icons/delicious.ico) no-repeat top left;
        padding-left: 20px;
      }
      #sidebar .friendfeed {
        background: url(images/icons/ff.ico) no-repeat top left;
        padding-left: 20px;
      }
      #sidebar .linkedin {
        background: url(images/icons/linkedIn.jpg) no-repeat top left;
        padding-left: 20px;
      }
      #sidebar .viadeo {
        background: url(images/icons/viadeo.png) no-repeat top left;
        padding-left: 20px;
      }
      #sidebar .github {
        padding-left: 20px;
        background: url(images/icons/github.png) no-repeat top left;
      }
      #sidebar .symfonians {
        padding-left: 20px;
        background: url(images/icons/sf.png) no-repeat top left;
      }
      #sidebar .flavors-me{
        padding-left: 20px;
        background: url(images/icons/flavors.ico) no-repeat top left;
      }
      #sidebar .identi-ca{
        padding-left: 20px;
        background: url(images/icons/identica.ico) no-repeat top left;
      }
      #sidebar .uda-pro{
        padding-left: 20px;
        background: url(images/icons/udapro.png) no-repeat top left;
      }
      #sidebar .foaf{
        padding-left: 20px;
        background: url(images/icons/foaf.ico) no-repeat top left;
      }
      #sidebar .scribd{
        padding-left: 20px;
        background: url(images/icons/scribd.ico) no-repeat top left;
      }
      #sidebar .slideshare{
        padding-left: 20px;
        background: url(images/icons/slideshare.png) no-repeat top left;
      }



/* links */
a:link, a:visited {
	color: #006699;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.avatar{
  float: left;
  margin: 10px;
}

table#bordered, table#bordered td {border: 1px solid gray}

.opengraphprotocoltools-div{
  margin: 0;
  padding: 0;
  float: left;
}

/* header */
#footer {
        margin: 30px 0px 30px 0px;
        padding: 30px 0px 30px 0px;
        border-top: solid 3px #ccc;
        text-align: center;
}
/* 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 0px 20px 0px;
        margin: 0px 0px 20px 0px;
        border-bottom: solid 1px #ccc
}

.post li{list-style-type: circle}
