/*
Theme Name: WirthDesign
Theme URI: http://wirthdesign.com
Description: Custom WordPress theme designed for WirthDesign
Author: Kevin Wirth
Author URI: http://wirthdesign.com
version: 2.0
Tags: CMS, blog, 
*/

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	RIP PAUL GRAY + 1972-2010 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body, html {
	font:14px normal Arial, Helvetica, sans-serif;
	line-height:150%;
	color:#ccc;
	background:url(images/bg_body.jpg) #111 0 0;
	margin:0;
	padding:0;
}

a:link    {color:#29ABE2; text-decoration:none;}
a:visited {color:#2084AF; text-decoration:none;}
a:active  {color:#2084AF; text-decoration:none;}
a:hover   {color:#2084AF; text-decoration:none;}

a.new-window {padding-right:15px;background:url(images/icon_new-window.gif) right 3px no-repeat;}

img {border:0;}

.left {float:left;}
.right {float:right;}

h3, h2, h1 {color:#f39720;}

h3 span, h2 span, h1 span, h3 a span, h2 a span, h1 a span, #branding ul li a span {display: none;}

p {padding: 15px 0 0;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Universal Styling
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#container {
	width: 954px;
	height: auto;
	margin: 0px auto;
	padding: 0;
	background: #000;
	border-left: 3px solid #1a1a1a;
	border-right: 3px solid #1a1a1a;
	overflow: hidden;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header {width:954px;height:150px;}

#branding {
	background:url(images/bg_header.jpg) no-repeat;
	width:919px;
	height:124px;
	margin:0px auto;
	padding:25px 0 0 35px;
	text-align:left;
}

.image_logo {display: block;background:url(images/image_logo.png) 0 0 no-repeat;float:left;width:349px;height:69px;}
.image_logo:hover {background-position: 1px 1px;} /* ooooo nifty */

#branding ul, #branding li {list-style-type: none; display: inline;}
#branding ul {float: right;margin-right: 35px;}
#branding ul li {float:left;}

.icon_facebook, .icon_twitter, .icon_linkedin {display:block;width:38px;height:38px;margin-right: 5px;}

.icon_facebook {background:url(images/icon_facebook.png) 0 -38px no-repeat;}
.icon_twitter {background:url(images/icon_twitter.png) 0 -38px no-repeat;}
.icon_linkedin {background:url(images/icon_linkedin.png) 0 -38px no-repeat;}
	
a.icon_facebook:hover, a.icon_twitter:hover, a.icon_linkedin:hover {background-position: 0 0;}

.icon_paul {display:block;background:url(images/icon_paul.png) no-repeat;height:49px;width:49px;position:absolute;top:100px;left:35px;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Navigation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#nav_wrapper {
	background:url(images/heading_index.gif) 0 10px no-repeat;
	width:890px;
	height:62px;
	padding-bottom:40px;
	margin:20px auto 0;
}

.nav_holder {width: 175px;height: 50px;float:right;}

.nav_home, .nav_about-me, .nav_my-blog, .nav_my-work {display: block; float: right; margin-right: 20px;}

.nav_home {height:25px;width:90px;background:url(images/nav_home.png) 0 0 no-repeat;}

.nav_about-me {height:25px;width:154px;background:url(images/nav_about.png) 0 0 no-repeat;}

.nav_my-blog {height:25px;width:134px;background:url(images/nav_blog.png) 0 0 no-repeat;}

.nav_my-work {height:25px;width:140px;background:url(images/nav_work.png) 0 0 no-repeat;}

.nav, .nav_on {
	display: block;
	width: 175px;
	height: 25px;
	background:url(images/nav_bg.gif) 10px -25px no-repeat;
	text-align: right;
	float: right;
	margin-bottom:15px;
}

.nav a span, .nav_on a span {display: none;}
.nav_on {background-position: 10px 0px;}
.nav:hover { background-position: 10px -50px; }


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Content
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#slideshow {
	width:890px;
	height: 290px;
	text-align:left;
	margin:0 auto;
}

.img_feature {
	height: 230px;
	width: 580px;
	float:left; 
	border:3px solid #1a1a1a;
}

#featured {
	width:250px;
	height:auto;
	float:right;
	text-align:left;
}

.button_folio {
    display:block;
    width:222px;
    height:57px;
    background:url(images/button_folio.gif) 0 -57px no-repeat;
    margin: 15px 0 0;
}

.button_folio:hover {background-position: 0 0;}

.heading_featured {
	display: block;
	background:url(images/heading_home.gif) 0 0 no-repeat;
	width:171px;
	height:26px;
	border:0;
	float: none;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Sub content
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#subcontent_wrapper {
	width:890px;
	height:auto;
	text-align:left;
	margin: 0px auto;
}

.column_left, .column_right {width: 270px;}
.column_left {float:left; margin-right: 40px;}
.column_right {float:right;}

.heading_latest-post {
	display:block;
	background:url(images/heading_home.gif) -171px 0 no-repeat;
	width:134px;
	height:26px;
}

.heading_about-me {
	display:block;
	background:url(images/heading_home.gif) -305px 0 no-repeat;
	width:135px;
	height:26px;
}

.heading_twitter {
	display:block;
	background:url(images/heading_home.gif) -440px 0 no-repeat;
	width:127px;
	height:26px;
}

.heading_contact {
	display:block;
	background:url(images/heading_home.gif) -567px 0 no-repeat;
	width:146px;
	height:26px;
	margin-bottom:5px;
}

#twitter_update_list {list-style-type:none;text-align:left;padding:0;margin:15px 0 0;}
#twitter_update_list li {margin: 0 0 15px;padding:3px 5px;}
#twitter_update_list li:nth-child(even) {background:#111;-moz-border-radius:3px;-webkit-border-radius:3px;}

a.post-heading {
	color: #f39720;
	font-weight: bold;
	font-size: 18px;
}

a.post-readfull {margin-top: 15px;}

li p span {float: right; color: #fff; font-size: 12px;}

.column_left ul, .column_right ul {margin-top: 15px;}
.column_left ul li, .column_right ul li {list-style-type: none;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	About me
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.content_me {
	width:420px;
	height:auto;
	float:right;
	text-align:left;
	margin:20px 35px 20px 0;
}

.content_me .left {margin-left:35px;}

.content_me p {padding:10px 0;}
.content_me p strong {font-size:110%;border-bottom:1px dotted #eee;color:#f39720;}
.content_me p a {font-weight:bold;}
.content_me img {margin:40px 0 0 60px;}

.heading_whoami {
	display:block;
	background:url(images/heading_about-me.gif) 0 0 no-repeat;
	width:136px;
	height:26px;
}

.heading_skills {
	display:block;
	background:url(images/heading_about-me.gif) -136px 0 no-repeat;
	width:80px;
	height:26px;
}

.heading_interests {
	display:block;
	background:url(images/heading_about-me.gif) -218px 0 no-repeat;
	width:121px;
	height:26px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Portfolio
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.gallery_wrapper {
	width:919px;
	text-align:left;
	margin:35px 0 0 35px;
	clear:both;
}

.gallery_wrapper a {float:right;}

.gallery_box {
	width:250px;
	height:145px;
	background-color:#181818;
	border: 1px #252525 solid;
	padding:10px;
	float:left;
	margin: 0 34px 34px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
}

.box_corner {
	position: absolute;
	top:130px;
	left:-15px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
	background-image:url(images/bg_footer.jpg);
	margin:0px auto;
	width:954px;
	height: 160px;
	border-left: 3px solid #1a1a1a;
	border-right: 3px solid #1a1a1a;
	position:relative;
	clear:both;
}

#footer ul {float:right;list-style-type:none;padding:0;margin:70px 150px 0;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Blog 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content, #sidebar {height:auto;float:left;margin-left:35px;}

.title {line-height:110%;font-size:20px;text-transform:capitalize;padding:0;margin:0;}

img.alignright {float:right;margin:0 0 10px 10px;border:6px solid #1a1a1a;}
.alignright {float:right;margin:0 0 10px 10px;}

.attachment-post-thumbnail {float:left; margin:20px 10px 10px 0;border:4px solid #1a1a1a;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Blog Content
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {width: 615px;}

.frontpage p {width:494px;float:right;}

#content h1, #content h2, #content h3 {line-height:110%;}

ul.post-categories {float:right;list-style-type:none;font-size:9px;line-height:9px;margin-top:5px;}
ul.post-categories li {float:left;margin-left:10px;background:#111;padding:2px 5px;}
ul.post-categories li a {font-weight:bold;}

.entry p {padding:5px 0 10px 0;}

.post {clear:both;margin-bottom:15px;border-bottom:2px dashed #131313;overflow:hidden;}
.post ul {}
.post small {letter-spacing:130%;font-size:12px;color:#333;}

code {
	font-family: "Courier New", mono;
	background-color: #181818;
	border-left: 1px solid #2a2e2f;
	color: #197b30;
	padding: 5px 10px;
	margin:15px 30px;
	display: block;
	clear:both;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Sidebar
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#sidebar {width:225px;color:#aaa;padding-right:15px;line-height:120%;}

#sidebar hr {border:1px solid #333;}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {color:#eee;margin-bottom:5px;}

#sidebar p {padding:10px 0 30px;font-size:11px;}

#sidebar ul, #sidebar li {list-style-type:none;margin:0;padding: 0;}

#sidebar #twitter_update_list {margin:10px 0;font-size:11px;}
#sidebar #twitter_update_list li {margin:5px 0;padding:3px 5px;}

#sidebar input {width:195px;padding:2px 5px;margin:15px 10px;border:2px solid #ccc;}
#sidebar input:hover, #comment:hover {background-color: #eee;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Comments
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#comment {width:601px;padding:5px;border:2px solid #ccc;-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;}

ol.commentlist {list-style-type:none;margin-top:10px;}

ol.commentlist div.quote {width:500px;float:right;}
ol.commentlist div.quote p {margin:0 0 10px;padding:0;}
ol.commentlist div.quote a.url {font-weight:bold;}

.add_your_comment {float:right;font-weight:bold;}
.comment_count {display:inline;}

img.avatar {display:block;height:48px;width:48px;float:left;}

.commentlist li {
	width:573px;
	-moz-border-radius:2px 2px 2px 2px;
	background-color:#101010;
	border:1px solid #1F2223;
	margin-bottom:15px;
	padding:20px;
	overflow:hidden;
}