/*
Theme Name: Benne
Theme URI: http://www.cristopherbenitah.com
Description: Theme for personal me
Version: 1.5
Author: Cristopher Benitah
Author URI: http://www.cristopherbenitah.com
Tags: white, typography
*/

/* ----------------------------------------------- [ * ] */

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: Helvetica, "Arial", sans-serif;
	font-size: 56.5%;
	color: #464646;
	background-color: #f4f6fb;
}

#me {

float:left;

margin:-170px 0 0 -100px;


}

hr {
	display: none;
}

img {
	vertical-align: baseline;
	border: 0;
}

p {
	margin: 0 0 1.4em 40px;
	font-size: 1.4em;
	line-height: 1.65;
}

a {
	color: #b26b18;

	text-decoration: none;
}

a:hover {
	color: #ccc;
}

h2.page-title {
	margin: 0 0 .5em 0 !important;
	font-size: 2.8em;
	font-weight: normal;
	color: #21759B;
}

code {
	font-family: Monaco, "Courier New", fixed;
	font-size: 12px;
	color: #6C8318;
	font-weight: normal;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 1100px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 40px;
	height: 1%;
}

#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ------------------------------------------ [ Header ] */

#header-wrapper {
	height: 1%;
	clear: both;
}

#header-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.benne_header{
         border-bottom:10px solid #464646;
         }


#header {


	margin: -60px 0 20px 90px;
	padding: 22px 20px 20px 0px;
}

#header h1 {
	font-size: 4.8em;
	font-weight: normal;
}

#header h1 a {
	text-decoration: none;
	border: 0 none;

}

#nav {
	margin: 0px 0px 15px 0px;
	padding: 15px 0 0 0;
float:right;
	height: 1%;
	clear: both;
}

#nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* Son of Suckerfish Dropdowns: http://htmldog.com/articles/suckerfish/dropdowns/ */

#nav ul {
	list-style-type: none;
}

#nav li {
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;

	line-height: 1.6;
	float: left;
}

#nav li.current_page_item a {
	font-weight: bold;
	color: #b26b18;
        border-top:5px solid #b26b18;
}

#nav li a {
	display: block;
	border: 0 none;
	color: #464646;
        border-top:5px solid #f4f6fb;
}

#nav li a:hover {
	color: #b26b18;
        border-top:5px solid #464646;
}

#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: auto;
}

#nav li ul li {
	font-size: 11px;
}

#nav li.current_page_item ul li a {
	font-weight: normal;
}

#nav li ul li a {
	border-bottom: 1px dotted #ccc;
}

/* ----------------------------------------- [ Content ] */

#content {
	width: 700px;
	padding:30px;
	float: left;
        margin-top:60px;


}

/* Post */

.post,
.page {
	margin: 0px 0 45px 0;
	height: 1%;


}

.post:after,
.page:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post h1,
.post h2 {
	margin: 1.5em 0 .5em 0;
	font-size: 2em;
	color: #333;
}

.post h2 {
	margin: 1.5em 0 .5em 0;
	font-size: 2em;
	color: #333;
}

.post h3 {
	margin: 2em 0 .5em 0;
	font-size: 1.7em;
	color: #333;
}

.post h4,
.post h5,
.post h6 {
	margin: 2em 0 .5em 0;
	font-size: 1.4em;
	color: #333;
}

.post table {
	width: 100%;
	font-size: 1.4em;
	line-height: 1.65;
	border-collapse: collapse;
}

.post table th {
	padding: 5px 0;
	text-align: left;
}

.post table td {
	padding: 5px 0;
}

.post table tr {
	border-bottom: 1px solid #ddd;
}

.post dl {
	margin: 0 0 1.4em 0;
}

.post dt {
	margin-top: 1.4em;
	font-size: 1.4em;
	line-height: 1.65;
	font-weight: bold;
}

.post dt:first-child {
	margin: 0;
}

.post dd {
	font-size: 1.3em;
	line-height: 1.65;
}

.post ul,
.post ol {
	margin: 0 0 1.4em 0;
}

.post li {
	font-size: 14px;
	line-height: 1.65;
}

.post li ul,
.post li ol {
	margin-left: 15px;
}

.post address {
	font-size: 1.4em;
	line-height: 1.65;
	margin: 0 0 1.4em 0;
}

.post abbr,
.post acronym {
	border-bottom: 1px dotted #ccc;
}

.post pre {
	margin: 0 0 1.4em 0;
	font-family: Monaco, "Courier New", fixed;
	font-size: 12px;
	color: #6C8318;
}

.post kbd,
.post tt {
	font-family: Monaco, "Courier New", fixed;
	font-size: 12px;
	color: #666;
}

.post var {
	color: #892E12;
}

/* Hack to make the 'Div and Span Tests' unit test look better */
div.myclass strong { 
	font-size: 1.4em;
	line-height: 1.65;
}

.post blockquote p {
        font-size:12px;
        font-style:italic;


}
.post blockquote {
	margin-left: 30px;
	padding-left: 65px;
        padding-bottom:40px;
	background: transparent url("http://cristopherbenitah.com/images/block.png") no-repeat ;       
}


.post img {
width: 695px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -30px;
	padding: 0 0 0 33px;
	background: transparent url("http://cristopherbenitah.com/images/cb.jpg") no-repeat ;       
}
}


.front_image {
	max-width: 650px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -30px;
	padding: 0 0 0 33px;
	background: transparent url("http://cristopherbenitah.com/images/cb.jpg") no-repeat ;       
}

.post-header h2 {
	margin: 0;
	font-size: 2.8em;
	font-weight: normal;
	color: #333;
}

.home_copy{
font-family: Helvetica, Arial, sans-serif;
	font-size: 185px;
	letter-spacing: -9px;
        line-height:150px;
        text-decoration:none;
	font-weight: bold;
        width:960px;

}

.post-header h2 a {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 105px;
	letter-spacing: -6px;
        line-height:90px;
        text-decoration:none;
	font-weight: bold;
	color: #464646;

}

.post-header h2 a:hover {
	color: #767676;

}

.post-header h3 {
	margin: 0 !important;
	font-size: 2em;
	line-height: 1.4;
	font-weight: normal;
}

.post-header h3 a {
	border: 0 none;
	color: #333;
}

.post-header p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 13px;
        padding:2px 0px 2px 10px;
        width:135px;
	color: #fff;
        margin-top:7px;
	background-color: #b26b18;

}

.post-header .benne   {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
        font-weight:bold;
        width:100px;
	color: #b26b18;
        padding:0 4px 0 35px;
        margin:-30px 0 15px 70px;
	background: transparent url("http://cristopherbenitah.com/images/benne_star.png") no-repeat left top;       

}

.post-header .benne_section   {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
        font-weight:bold;
        width:100px;
	color: #464646;
        top:10px;
        position:relative;
        padding:0px 4px 0 35px !important;
        display:inline;
        margin:0px 0 0px 70px !important;
	background: transparent;       

}

.post-header .benne_label   {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
        font-weight:bold;
        width:100px;
	color: #464646;
        top:10px;
        position:relative;
        padding:0px 4px 0 5px !important;
        display:inline;
        margin:0px 0 0px 0px !important;
	background: transparent;       

}


.post-meta a:hover {	color: #b26b18;}

.post-meta a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
        font-weight:bold;
color:#777;

}

.post-meta {
	padding: 10px 0 0 10px;
        background-color:#eee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
        font-weight:bold;
	clear: both;	
	color: #b26b18;
	Border-bottom:10px solid #ccc;

}

.post-meta ul {
	list-style-type: none;
}

.post-meta li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	color: #777;
}

.post-navigation{	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
        font-weight:bold;
        height:30px;
        width:180px;
        background-color:#b26b18 !important;
        padding:4px 0px 0 40px;
        margin:0px 0 0px 0px;
	background: transparent url("http://cristopherbenitah.com/images/benne_arrow1.png") no-repeat left top;}

.post-navigation a {color:#464646;

}

.post-navigation a:hover {color:#eee;}

.comment-navigation {
	margin: 0 0 40px 0;
	padding: 10px 0 0 0;
	background: transparent url("images/l.gif") no-repeat left top;
	clear: both;
	float: left;
	height: 1%;
}

.comment-navigation {
	margin-top: 40px;
}

.post-navigation:after,
.comment-navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post-navigation ul,
.comment-navigation ul {
	list-style-type: none;
}

.post-navigation li,
.comment-navigation li {
	margin-right: 25px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	color: #777;
	float: left;
}

.post-page-links {
	margin-bottom: 1.4em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	color: #777;
}

/* Comments */

.post-comments {
	margin: 0 0 40px 0;
	height: 1%;

}

.post-comments:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post-comments h2,
h3#comments-title, 
h3#reply-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 105px;
        margin-bottom:40px;
	letter-spacing: -6px;
        line-height:90px;
        text-decoration:none;
	font-weight: bold;
	color: #464646;

}

.comment,
.trackback,
.pingback {
	width: 530px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
	clear: both;
	float: left;
	height: 1%;
}

.comment:after, 
.trackback:after,
.pingback:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pingback p, 
.trackback p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	color: #aaa;
}

.comment-avatar {
	width: 60px;
	float: left;
}

.comment-avatar img {
	width: 54px;
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}

.comment-body {
	width: 460px;
	margin-left: 10px;
	float: right;
}

.comment-body ul {
	margin: 0 0 1.4em 1.2em;
}

.comment-body li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

.comment-body blockquote {
	margin-left: 30px;
	margin-bottom: 1.4em;
	padding-left: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	border-left: 2px solid #ddd;
}

.comment-body blockquote p {
	font-size: 1em;
}

.comment-meta {
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	color: #464646;
}

.comment-form table {
	width: 530px;
	border-collapse: collapse;
}

.comment-form th {
	width: 120px;
	padding: 2px 0 15px 0;
	text-align: left;
	vertical-align: top;
}

.comment-form th label {
	font-size: 1.3em;
	line-height: 1.4;
	color: #333;
}

.comment-form th p {
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #777;
}

.comment-form td {
	padding: 5px 0 15px 24px;
	vertical-align: top;
}

.comment-form td input {
	width: 280px;
	padding: 6px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3em;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #444;
}

.comment-form td textarea {
	width: 500px;
	padding: 6px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3em;
	line-height: 1.65;
	font-weight: 300;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #444;
}

#submit {
	width: auto;
	padding: 6px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	border: 0 none;
	color: #464646;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: all .2s linear;
}

#submit:hover {
	color: #ccc;
	text-decoration: none;
}

.depth-2,
.depth-3,
.depth-4,
.depth-5 {
	margin: 15px 0 0 0;
	padding: 0;
	border: 0 none;
}

.depth-2 .comment-avatar {
	text-align: right;
}

.depth-2 .comment-body p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	color: #444;
}

.depth-2 .comment-avatar img {
	width: 30px;
	height: 30px;
}

.depth-3 .comment-avatar {
	width: 100px;
}

.depth-3 .comment-body {
	width: 420px;
}

.depth-4 .comment-avatar {
	width: 140px;
}

.depth-4 .comment-body {
	width: 380px;
}

.depth-5 .comment-avatar {
	width: 180px;
}

.depth-5 .comment-body {
	width: 340px;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	width: 300px;
	padding: 15px 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
        margin:230px 0px 0 0;
	float: right;
	color: #464646;
}

#sidebar h2 {
	margin: 0 0 0px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
        font-weight:bold;
	letter-spacing: -1px;
	color: #464646;
}

#sidebar a {
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 2.2;


padding:2px 0 10px 0px;

	font-size: 15px;
}

#sidebar a:hover {
	color: #111;
    background:#ce7d1f;
padding:5px 20px 5px 0px;
}

#sidebar p {

	font-size: 1em;
	line-height: 1.5;
}

#sidebar ul {
	list-style-type: none;

}

#sidebar li {
	margin: 0 0 .4em 0;
}

#sidebar .section {
	margin: 0 0 40px 0;
	padding: 15px 0;

}

/* ------------------------------------------ [ Footer ] */

#footer {
	padding: 10px 0;
        border-top:10px solid #464646;
        width:400px;
	clear: both;
}

#footer p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;

	line-height: 1.5;
	color: #777;
}

/* Widget: Search */

#searchform input {
	width: 90%;
	padding: 6px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #444;
}

/* Widget: Calendar */

table#wp-calendar {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

table#wp-calendar caption {
	letter-spacing: 2px;
	text-transform: uppercase;
}

table#wp-calendar caption,
table#wp-calendar td,
table#wp-calendar tr {
	padding: 5px 2px;
}

table#wp-calendar tr {
	border-bottom: 1px solid #ddd;
}

table#wp-calendar tr:last-child {
	border: 0 none;
}

/* Widget: Tag Cloud */

.tag-cloud {
	line-height: 1.65;
}

.wp-tag-cloud {
	line-height: 1.5;
}

/* Widget: Pages */

#sidebar ul.children {
	margin: .4em 0 0 15px;
}

/* General WordPress Classes */

.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.alignleft {
	margin-right: 15px;
	float: left;
}

.alignright {
	margin-left: 15px;
	float: right;
}

img.alignnone {
	margin-right: 5px;
	margin-bottom: 0;
}

.wp-caption {
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #E9E9E9;
}

.wp-caption p {
	font-size: 1.1em;
	line-height: 1.5;
}

.wp-caption img {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 0 none;
}

.wp-caption a[rel] {
	border: 0 none;
}

.gallery dd {
	font-size: 1.1em;
	line-height: 1.5;
}

.gallery-caption,
.wp-caption-text {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-align: center;
}

.gallery-icon a {
	border: 0 none;
}

.gallery-item img {
	margin-bottom: 5px;
	border: 1px solid #E9E9E9 !important;
}

#tweets p {
    font-size:11px;
    color:##555;
    margin:5px 0px;
}
#tweets {
    position:absolute;
    top:149px;
    left:986px;
    z-index:50000;
    display:none;
}
#tweets ul {
    width:200px;
    margin:0px;
}
#twitter_update_list li {
    list-style-type:none;
    font-size:11px;

border-bottom:1px dotted #ce7d1f;
    margin:0 0 10px 0px;
    color:#808080;
}
#twitter_update_list span a {
//text-decoration:underline;
}
#twitter_update_list a {

    text-decoration:none;
    color:#555;
    font-size:11px;
    padding:0px 0px 0px 0px;

    position:relative;
    padding:0px 0px 0px 0px;
}

#twitter_update_list a:hover {

    color:#fff;
    background:#ce7d1f;
}
#twitter_update_list a:active {

    color:#555;
    background:#fff;
}
