/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Thickbox */
/* @import url( 'http://seanhreha.com/wp-content/plugins/thickbox/thickbox.css' );

/* Apply base theme styles and colors */
 @import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
/* @import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
/* @import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

html,body{
	margin:0px
}

body{
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #d6d6d6;
	color: #7d7d7d;
	background-image: url(http://seanhreha.com/images/bottombg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#container{
	width:980px;
	text-align:left;
	margin:0 auto;
	background-color: #ffffff;

}

#topbg{
	margin:0px;
	background-image: url(http://seanhreha.com/images/mainbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	clear: both;
}

#vertbg{
	margin:0px;
	background-image: url(http://seanhreha.com/images/vertbg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#horzbg{
	margin:0px;
	background-image: url(http://seanhreha.com/images/horzbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f5f5f6;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}

#header{
	position:relative;
	height: 125px;
	background-image: url(http://seanhreha.com/images/s.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: left top;
}

.logo{
	position: relative;
	top: 45px;
	left: 10px;
}

#content{
	position: relative;
	width: 900px;
	padding-bottom: 20px;
	margin-left: 40px;
	margin-right: 40px;
}

.portfolio-image {
	text-align: center;
	margin-right: 34px;
	margin-bottom: 34px;
	float: left;
}
.portfolio-row {
	width: 940px;
	padding-bottom: 45px;
	float: left;
	clear: none;
}





#works_tab{
	float: left;
	width: 245px;
	height: 35px;
	background-image: url(http://seanhreha.com/images/works-off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-position: 0px 0px;
}

#bio_tab{
	float: left;
	width: 245px;
	height: 35px;
	background-image: url(http://seanhreha.com/images/bio-off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#clients_tab{
	float: left;
	width: 245px;
	height: 35px;
	background-image: url(http://seanhreha.com/images/clients-off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#contact_tab{
	float: left;
	width: 245px;
	height: 35px;
	background-image: url(http://seanhreha.com/images/contact-off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#works-page #works_tab{
	background-image: url(http://seanhreha.com/images/works-on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#bio-page #bio_tab{
	background-image: url(http://seanhreha.com/images/bio-on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#clients-page #clients_tab{
	background-image: url(http://seanhreha.com/images/clients-on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#contact-page #contact_tab{
	background-image: url(http://seanhreha.com/images/contact-on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#stage {
	top: 0px;
	width: 6500px;
	position: relative;
	left: 30px;
}
	
.navcolumn{
	float: left;
	width: 170px;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 35px;
	letter-spacing: 1px;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #7d7d7d;
	line-height:2.5;
	text-align:left;
}

#sidebar {
	position: relative;
	top: 0px;
	width: 175px;
	color: #7d7d7d;
	float: left;
}


#navcolumn p{
}

.navcolumn a:link{
	color: #7d7d7d;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.navcolumn a:hover{
	color: #cccccc;
	text-decoration: none;
	background-color: #2e2e2e;
}

.navcolumn a:visited{
	color: #7d7d7d;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
}

.navcolumn a:visited:hover {
	color: #cccccc;
	text-decoration: none;
	background-color: #2e2e2e; 
	
}

#navigation{
	width:980px;
	background-color: #1c1c1c;
	line-height:2.5;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(http://seanhreha.com/images/line-vert.gif);
	background-repeat: repeat-y;
	letter-spacing: 1px;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #7d7d7d;
}

#navbar{
	width:980px;
	background-color: #2e2e2e;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 35px;
}

#footer{
	color: #FFF;
	background-color: #1c1c1c;
	text-align: right;
}

#footer p{
	margin:0;padding:5px 10px
}

#footer a{
	display:inline;
	color: #C6D5FD;
}

#footer{
	clear:both;
	width:100%;
}

.headimage {
	position: absolute;
	margin: 0px;
}

.clearer {
	clear: left;
	line-height: 0;
	height: 0;
}




