/*
Theme Name: BrianForde.com
Theme URI: http://brianforde.com/
Description: Wordpress theme for <a href="http://brianforde.com/">BrianForde.com</a>.
Version: 1.0
Author: Peachep&eacute;
Author URI: http://peachepe.com/
Tags: peachepe, brian forde
*/

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
/***,table, caption, tbody, tfoot, thead, tr, th, td ***/
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}


body { line-height: 1.5; background: #fff; }



/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

div, img, form, ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


/* -------------------------------------------------------------------------------------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:14px;
	background-color:#76ACBD;
	color:#4D4D4D;
	font-family:Georgia;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:24.75px;
	color:#1B75BB;
	font-family:Georgia;
}

#wrapper {
	width: 934px;
	margin: 0px auto;
	padding: 0px;
	background-color:#FFFFFF;
	border:#CCCCCC 20px solid;
}

#menu {
	color:#FFFFFF;
	font-size:14px;
	background-color:#76ACBD;
	height:40px;
	line-height:40px;
}

#menu a {
	color:#FFFFFF;
	margin-left:30px;
}

#menu a:hover {
	text-decoration:underline;
}

#menu_bottom {
	background-image:url(images/menu_bottom.jpg); height:9px;
}

.separador {
	border-bottom:#999999 thin dashed;
	height:1px;
}

#main {
	margin:10px;
	margin-top:0px;
}

#content {
	width:604px;
	font-family:Helvetica;
}

#content a {
	color:#1B75BB;
	font-family:Georgia;
}

#video_thumb {
   display:block;
   float:left;
   text-align:center;
   margin-right:30px;
   margin-bottom:22px;
   width:120px;
   height:120px;
}

#sidebar {
	float:right; 
	/*border-left:#CCCCCC 2px solid; */
	width:290px; 
	padding-left:10px; 
}

#sidebar_content {
	width:270px;
	float:right;
	margin-right:10px;
}

#sidebar_border {
	display:block;
	border-right:#CCCCCC 2px solid;
	float:left;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
	height:1100px;
}

#sidebar a {
	color:#4D4D4D;
}

#sidebar a:hover {
	color:#000000;
}

#sidebar h1, .home_title2 {
	display:block;
	height:24px;
	border-top:#999999 thin dashed; 
	border-bottom:#999999 thin dashed;
	color:#78ABC1;
	font-size:14px;
	line-height:24px;
	margin-bottom:15px;
	font-family:Georgia !important;
}

.entry {
	text-align:justify;
	font-family:Helvetica;
	font-size:12px;
}

.postmetadata {
	font-family:Georgia;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar ul li {
	margin-bottom:10px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 2px 0 0;
	padding: 0;
}

#sidebar #face {
	background:url(images/sidebar_face.jpg);
	height:195px;
	width:145px;
	font-size:12px;
	font-family:Georgia;
	color:#FFFFFF;
	padding-top:15px;
	padding-left:15px;
	padding-right:121px;
}

#sidebar #face a {
	color:#FFFFFF;
}

#sidebar #twitbox {
	color:#000000;
}

#sidebar #twitbox a {
	color:#FFFFFF;
}

#sidebar #twitbox_head {
	background:url(/wp-content/themes/brianforde/images/twitbox_head.jpg);
	width:265px;
	height:10px;
}

#sidebar #twitbox_body {
	background:url(/wp-content/themes/brianforde/images/twitbox_body.jpg);
	width:245px;
	padding-left:10px;
	padding-right:10px;
	background-repeat:repeat-y;
}

#sidebar #twitbox_body ul, #sidebar #twitbox_body li {
	padding:0;
	margin:0;
}

#sidebar #twitbox_bottom {
	background:url(/wp-content/themes/brianforde/images/twitbox_bottom.jpg);
	width:265px;
	height:25px;
}

#sidebar #twitbox #twitbox_text {
	font-family:Helvetica;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	overflow:hidden;
}


.home_column {
	width:290px; 
    /*border-right:#CCCCCC 2px solid; */
	font-family:Helvetica;
	font-size:12px;
	color:#4D4D4D;
	display:block;
	float:left;
}

.home_column_content {
	width:270px;
}

.home_column_border {
	border-right:#CCCCCC 2px solid;
	float:right;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
	height:1100px;
}

.home_section_title {
	color:#78ABC1;
	font-size:14px;
	font-family:Georgia;
}


.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 5px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 5px 5px 5px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#footer {
	font-family:Helvetica;
	color:#4D4D4D;
	font-size:12px;
	text-align:center;
	margin-top:15px;
}

#footer a {
	color:#4D4D4D;
}

#footer a:hover {
	color:#000000;
}

#footer_bottom {
	background:#76ACBD url(images/footer.jpg) top no-repeat; height:15px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#content a.video_small_title {
	font-family:Georgia;
	font-size:14px;
	color:#808080;
}

#content #last_5_tweets, #last_10_mentions, #last_3_pics {
	color:#000000;
	font-size:12px;
	font-family:Helvetica;
}

#content #last_5_tweets a, #content #last_10_mentions a, #content #last_3_pics a {
	color:#78ABC1;
	font-family:Helvetica;
}

#content .updated_on, #content a.updated_on {
	color:#999999;
}

#last_3_pics a {
	font-size:12px;
	color:#999999;
}

h2 {
	font-family:Georgia;
	font-size:18px;
	color:#1B75BB;
}

.the_date {
	font-family:Georgia;
	font-size:14px;
	color:#999999;
}