/* Setup */

body {
	background:#000;
	min-height:100%;	
}

#bg-wrapper {background: url("default/bg-page-vert.gif") repeat-y top center;}

#main-wrapper {background:transparent url(default/bg-header.jpg) no-repeat top center;}

a {
	color: #ffbd25;
	text-decoration: none;
}

a:hover {
	color:#fff;
}

/* Header */

#slogan {
	color: #b3bbc2;
	text-indent:-999em;
	overflow:hidden
}

#slogan span {
	background: #001b34;
}

#header #logo {
	height:56px;
	margin:65px 23px 0;
	padding:0 0 34px;
	width:309px;
}

#header #nav a {
	color: #b3bbc2;
	text-decoration: none;
}

#header #nav a:hover {
	color: #FFBD25;
}

/* Navigation (in order: Home, About, Services, Portfolio, Blog, Contact, Network, RSS, Hire Me */

body #header #nav ul li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

body #header #nav ul li.page-item-18 a {
	background:url(default/navHome.jpg) no-repeat 0 0;
	width:88px;
	display:block; height:50px; text-indent:-999em;
}

body #header #nav ul li.page-item-27 a {
	background:url(default/navAbout.jpg) no-repeat 0 0;
	width:102px;
	display:block; height:50px;text-indent:-999em;
}

body #header #nav ul li.page-item-29 a {
	background:url(default/navPortfolio.jpg) no-repeat 0 0;
	width:140px;
	display:block; height:50px;text-indent:-999em;
}

body #header #nav ul li.page-item-36 a {
	background:url(default/navBlog.jpg) no-repeat 0 0;
	width:90px;
	display:block; height:50px;text-indent:-999em;
}

body #header #nav ul li.page-item-38 a {
	background:url(default/navContact.jpg) no-repeat 0 0;
	width:123px;
	display:block; height:50px;text-indent:-999em;
}

body #header #nav ul li.page-item-45 a {
	background:url(default/navNetwork.jpg) no-repeat 0 0;
	width:36px;
	margin-left:65px;
	display:block; height:50px;text-indent:-999em;
}

body #header #nav ul li.page_item a.feed {
	background:url(default/navRSS.jpg) no-repeat 0 0;
	width:37px;
	margin-left:0;
	display:block; height:50px;text-indent:-999em;
}
body #header #nav ul li.page_item a.feed:hover {background-position: 0 -50px;}

body #header #nav ul li.page_item a.freelance {
	background:url(default/navHire.jpg) no-repeat 0 0;
	width:154px;
	margin-left:62px;
	display:block; height:50px;text-indent:-999em;
}
body #header #nav ul li.page_item a.freelance:hover {background-position: 0 -50px;}


body #header #nav ul li a.current_page_item {
	background-position:left bottom;
}
 
body #header #nav ul li a:hover, body #header ul li a.current_page_item, body #header ul li.page_item a.feed:hover, body #header ul li.page_item a.freelance:hover {
	background-position:0 bottom;
}


/* Content General */

#content .title {
	display:none;
}

#content .alt-title {
	background: url(default/bg_next-trans.png) top right no-repeat;
	color: #fff;
}

/* Blog */

#blog_large .post {
	border-top:none;
}

#blog_small #more {
	border-top: 1px solid #263e53;
}

.archives .post, .sitemap .post {
	border: none;
}

#blog_small #more .post {
	border-top: none;
	border-bottom: 1px solid #263e53;	
}

.post .category {
	display:none;
}

#blog_small .more {
	background: url(default/bg_next-trans.png) top right no-repeat;
}

.post .category a {
	color: #fff;
	text-decoration: none;
}

.post .category a:hover {
	color: #FFBD25;
}

.post h2 a {
	color: #fff;
	text-decoration: none;
}

.post h2 a:hover {
	color: #FFBD25;
}

.post .meta, .post .meta a {
	color: #749daa;
	text-decoration: none;
}

.post .meta a:hover {
	color: #fff;
}

.post .meta .comments {
	background: url(default/comment_16.png) center left no-repeat; line-height: 16px !important;	
}

#post_navigation {
}

#post_navigation #prev a{
	background: url(default/bg_prev-trans.png) top left no-repeat;
}

#post_navigation #next a {
	background: url(default/bg_next-trans.png) top right no-repeat;
}

#post_navigation a {
	color: #fff;
	text-decoration: none;
}

#post_navigation a:hover {
	color: #FFBD25;
}

/* Blog Entry Styles */

.post .entry blockquote {
	background: url(default/ico-blockquote-trans.png) top left no-repeat;
}

.post .entry {
	padding:0 0 12px;
	margin:0 0 24px;
}

/* Blog Entry Styles - Images */

.wp-caption {
	background: url(default/bg_transparent-trans.png) top left repeat;
}

/* Portfolio */

.portfolio_details h2 a {
	color: #FFBD25;
}

.portfolio_item h2 a:hover, .portfolio_details h2 a:hover {
	color: #fff;
}


.post .portfolio_item .entry, #blog_large .post .entry {
	border-bottom:1px solid #333;
}

#pageNoBorder .post .entry {
	border-bottom:none;
	padding:0 0 25px;
}

.portfolio_thumb {
	background: url(default/bg_transparent-trans.png) top left repeat;
}

.portfolio_thumb a:hover {
	
}

#detail_links ul li a {
	display:block;
	background:url(default/button-large_image2.jpg) top left no-repeat;
	width:123px;
	height:40px;
	text-indent:-999em;
	padding:0;
	margin:-3px 0 0 0;
}

#detail_links ul li a:hover {
	background-position:bottom left;
}
/* Comments */

.commentlist .comment {
	background: url(default/bg_transparent2-trans.png) top left repeat;
	border-bottom: 1px solid #000;
}

.commentlist .depth-1 {
	background: url(default/bg_transparent-trans.png) top left repeat;
	border-bottom: 1px solid #000;
}

.commentlist .comment-author a {
	color: #fff;
}

.commentlist .avatar {
	background: url(default/bg_transparent-trans.png) top left repeat;
}

.commentlist .comment-meta, .commentlist .comment-meta a {
	color: #749daa;
	text-decoration: none;
}

.commentlist .comment-meta a:hover {
	color: #fff;
}

#respond {height: 550px !important;}

#respond h3 {
	background: url(default/bg_transparent-trans.png) top left repeat;
	color: #fff;
}

#commentform p {
	color: #749daa;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment, #commentform #submit {
	background: url(default/bg_transparent-trans.png) top left repeat;
	color: #fff;
	border:1px solid #333;
}

#commentform textarea#comment {
	margin:0;
}

#commentform #author, #commentform #email, #commentform #url {
	margin:0;
	padding:12px 0 9px 13px;
}

#commentform input#submit {
	display:block;
	width:123px;
	height:40px;
	background: transparent url(default/button-submit.png) top left no-repeat;
	text-indent:-999em;
	border:none;
	cursor:pointer;
	font-size:0 !important;
	line-height:0;
}

#commentform input#submit:hover {
	background-position:bottom left;
}

#commentform label {
	color: #749daa;
}

/* Personal - About & Social Profiles */

#social .entry ul li {
	border-bottom: 1px solid #263e53;
}

#social .entry ul li a {
	color: #fff;
}

#social .entry ul li a:hover {
	color: #FFBD25;
}

/* Ads */

#advert_125x125 {
	background: url(default/bg_transparent-trans.png) top left repeat;
}

/* Sidebar */

.widget h2 {
	color: #fff;
}

.widget ul li a {
	background: url(default/bg_sidebaricon-trans.png) top left no-repeat;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
}

.widget ul li a:hover {
	background: url(default/bg_sidebaricon_hover-trans.png) top left no-repeat;
}

/* Left Column Headers */

#portfolio .title h3 {
	display:none;
}
#portfolio .title {
	display:none;
}

/* Header Replacements */

#sidebar #text-3 h2, h2.headerAbout {
	text-indent:-999em;
	display:block;
	width:101px;
	height:15px;
	background:transparent url(default/headerAbout.png) no-repeat 0 0;
}

#content .post .entry h2.headerAbout {
	margin:0 0 24px !important;
}

#sidebar #portfolio_widget h2 {
	text-indent:-999em;
	display:block;
	width:112px;
	height:15px;
	background:transparent url(default/headerNewWork.png) no-repeat 0 0;
}

#sidebar #blog_small h3 {
	text-indent:-999em;
	display:block;
	width:168px;
	height:15px;
	background:transparent url(default/headerNewPosts.png) no-repeat 0 0;
}

#sidebar #blog_small .post .entry a img {
	display:none;
}

#sidebar #blog_small span.rss, #portfolio .title span.rss {
	display:none;
}
#sidebar #blog_small #more, #sidebar #blog_small .post {
	border-top:0 none;
}
#sidebar #blog_small #more {
	display:none;
}
	
#sidebar #blog_small .category {
	display:none;
}
#sidebar #blog_small .entry p {
	font:normal 12px/18px Helvetica, Arial, sans-serif;
}


#sidebar #twitter_widget h2 {
	text-indent:-999em;
	display:block;
	width:117px;
	height:15px;
	background:transparent url(default/headerTwitter.png) no-repeat 0 0;
}

#comments #respond h3 {
	text-indent:-999em;
	display:block;
	width:187px;
	height:15px;
	background:transparent url(default/headerComment.png) no-repeat 0 0;
	margin:0 0 5px;
}

#footer #subscribe h4 {
	text-indent:-999em;
	display:block;
	width:124px;
	height:15px;
	background:transparent url(default/headerNewsletter.png) no-repeat 0 0;
	margin:0 0 24px;
}

#footer #recentPosts h4 {
	text-indent:-999em;
	display:block;
	width:196px;
	height:15px;
	background:transparent url(default/headerRecentPosts.png) no-repeat 0 0;
	margin:0 0 24px;
}

#footer #recentPosts ul {*margin-left: -15px;}

.post .entry #contactInfo h2.myInfo {
	text-indent:-999em;
	display:block;
	width:82px;
	height:15px;
	background:transparent url(default/headerContactInfo.png) no-repeat 0 0;
	margin:0 0 24px !important;
}

.post .entry #contactInfo h2.socialMedia {
	text-indent:-999em;
	display:block;
	width:184px;
	height:15px;
	background:transparent url(default/headerConnect.png) no-repeat 0 0;
	margin:0 0 24px !important;
}


.post .entry h2.networkHeader {
	text-indent:-999em;
	display:block;
	width:210px;
	height:15px;
	background:transparent url(default/headerNetwork.png) no-repeat 0 0;
	margin:0 0 24px !important;
}


.sociable .sociable_tagline h4 {
	text-indent:-999em;
	display:block;
	width:188px;
	height:15px;
	background:transparent url(default/headerSocial.png) no-repeat 0 0;
	margin:0 0 24px !important;
}
	
#aboutCol1 h4 {
	text-indent:-999em;
	display:block;
	width:117px;
	height:15px;
	background:transparent url(default/headerExperience.png) no-repeat 0 0;
	margin:0 0 24px !important;
}	

#aboutCol2 h4 {
	text-indent:-999em;
	display:block;
	width:60px;
	height:15px;
	background:transparent url(default/headerSkills.png) no-repeat 0 0;
	margin:0 0 24px !important;
}	

#aboutCol3 h4 {
	text-indent:-999em;
	display:block;
	width:98px;
	height:15px;
	background:transparent url(default/headerInterests.png) no-repeat 0 0;
	margin:0 0 24px !important;
}	




/* Specific Widgets */

#portfolio_widget ul li a {
	font:bold 12px/18px Helvetica, Arial, sans-serif;
	color:#FFBD25;
	background:none;
	text-decoration:none;
	padding:0;
}

#portfolio_widget ul li a:hover {
	color:#fff;
}


#social_widget ul li a:hover {
	color: #FFBD25;
}

#twitter_widget ul li {
	line-height: 16px;
	color: #fff;
	text-decoration: none;
}

#twitter_widget ul li a {
	background: none !important;
	color: #7e751e;
}

#twitter_widget ul li span a {
	color: #ffbd25 !important;
	text-decoration: underline !important;
}

#twitter_widget ul li span a:hover {
	text-decoration: none !important;
}

#twitter_update_list {
	border-bottom: 1px solid #333333;
	margin: 0 0 15px 0;
}

#twitter_widget .twitter_icon a {
	color: #fff;
	margin-left:25px;
}

#tagcloud_widget a {
	color: #fff;	
	text-decoration: none;
}

#tagcloud_widget a:hover {
	color: #263e53;
}

#search_widget {
	background: url(default/bg_sidebarh2-trans.png) top center no-repeat;
}

#search_widget .field {
	background: url(default/bg_transparent-trans.png) top left repeat;
	color: #fff;
}

#search_widget .search_btn {
	color: #fff;
}

/* Footer */

#footer {
	background: #000 url(default/footer_bg.jpg) top center no-repeat;
	height:564px;
	width:100%;
	margin-top:-116px;
}

#footer a {
	color: #4f3425;
	text-decoration: none;
}

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

#footer #subscribe {
	width:300px;
	float:left;
	height:300px;
	display:inline;
	padding:0 0 0 8px;
}

#footer #recentPosts {
	width:300px;
	float:left;
	padding:0 0 0 30px;
	display:inline;
	height:300px;
}

.footerContact {
	width:300px; 
	height:300px;
	float:left; 
	padding:0 5px;
	display:inline;
}


/* Newsletter Form */

#footer #subscribe input.text {
	width:250px;
	padding:15px 12px 10px;
	font:bold 14px/18px Helvetica, Arial, sans-serif;
	color:#333;
	border:1px solid #333;
	background:#fff;
}

#footer #subscribe input.submit {
	text-indent:-999em;
	width:123px;
	height:40px;
	background:transparent url(default/button-subscribe.png) 0 0 no-repeat;
	display:block;
	border:none;
	cursor:pointer;
	margin:10px 0 0 0;
	font-size:0 !Important;
	line-height:0;
}

#footer #subscribe input.submit:hover {
	background-position:bottom left;
}

/* Recent Posts List */

#footer #recentPosts li {
	list-style-position:inside;
	margin:0 0 10px 0;
}

#footer #recentPosts li a {
	font:bold 14px/20px Helvetica, Arial, sans-serif;
	color:#ffbd25;
	text-transform:capitalize;
}

#footer #recentPosts li a:hover {
	color:#fff;
}



/* Unique Page Styles */

.entry a.coverup {
	margin:-46px 0 30px 0;
	display:block;
}

.post .entry #wufooFormz7x3w1 {
	width:375px !important;
}

.post .entry #contactPage {
	width:375px;
	margin-right:13px;
	padding-right:41px;
	border-right:1px solid #333;
	float:left;
}

.post .entry #contactInfo {
	width:250px;
	float:left;
}

.post .entry #contactInfo p {
	font:normal 12px/18px Helvetica, Arial, sans-serif;
}

.post .entry #contactInfo ul {
	margin-left:0;
}

.post .entry #contactInfo ul li {
	list-style:none;
	padding-bottom:10px;
}

.post .entry #contactInfo ul.contactList1 {
	border-bottom:1px solid #333333;
	margin:0 0 29px;
	padding:0 0 20px;
}


/* Rating Styles */

.ratingtext {
	margin-top:6px;
	color:#333;
}

.ratingheader {
	display:block;
	background:transparent url(default/headerRating.png) 0 0 no-repeat;
	width:215px;
	height:15px;
	margin:10px 0 14px;
}

.ratingblock {
	float:left;
	width:293px;
	display:block;
	margin:10px 0 0 0;
}



/* Social Media Styles */

div.sociable { display:block; float:left; width:275px; margin:31px 0 0 0;}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 0;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


/* Tweetmeme button */

.tweetmeme_button {
	margin:30px 10px 0 0;
}



/* Noded Page */

.post .entry ul#noded {
	margin:0 0 25px;
	padding:0;
}

ul#noded li {
	list-style:none;
	border-top:1px solid #333;
	display:block;
	width:100%;
	height:170px;
	padding:20px 0;
}

ul#noded li a img {
	border:1px solid #222;
	float:left;
	margin:0 25px 0 0;
	width:170px;
	height:170px;
	display:block;
}




/* About Page */

#aboutCol1, #aboutCol2 {
	width: 200px; 
	font-size: 12px !important; 
	margin:28px 13px 0 0; 
	float:left;
	display:block;
	padding:0 13px 0 0;
}

#aboutCol2 {
	border-left:1px solid #333;
	border-right:1px solid #333;
	padding-left:13px;
}

#aboutCol1 p, #aboutCol2 p, #aboutCol3 p, #aboutCol1 ul, #aboutCol2 ul, #aboutCol3 ul {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
}

#aboutCol3 {
	width: 200px; 
	font-size: 12px !important; 
	display:block;
	float:left;
	margin:28px 0 0 0;
}

#aboutCol1 li, #aboutCol2 li, #aboutCol3 li {
	list-style:none;
	margin-bottom:10px;
}

#aboutCol1 a, #aboutCol2 a, #aboutCol3 a {
	text-decoration:none;
}


/* Download Styles */

#smallImages a {
	float:left;
	padding:0 15px 15px 0;
}

#downloadBox {
	
}

#downloadBox a {
	padding:23px 25px;
	text-decoration:none;
	background-color:#111;
	border:1px solid #222;
	margin:0 0 11px;
	width:221px;
	display:block;
}

#downloadBox a:hover {
	color:#fff;
	background-color:#222;
	border:1px solid #444;
}