/*
Theme Name: Anything Graphic
Theme URI: http://www.anythinggraphic.net
Description: Uber awesome custom graphic, logo, and website design Wordpress Theme designed by 
<a href="http://www.anythinggraphic.net/">Anything Graphic</a>
Version: 2
Author: Kevin Donnigan (Anything Graphic)
Author URI: http://www.anythinggraphic.net
Tags: portfolio, graphic, logo, website, design, freelance,
*/

/*RESETS EVERYTHING FROM DEFAULT BROWSER STYLES-----------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	background: transparent;
}

/*FONTS-----------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'RalewayThin';
	src: url('images/fonts/raleway_thin-webfont.eot');
	src: local('☺'), url('images/fonts/raleway_thin-webfont.woff') format('woff'), url('images/fonts/raleway_thin-webfont.ttf') format('truetype'), url('images/fonts/raleway_thin-webfont.svg#webfontq0mP4GYg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSlab500';
	src: url('images/fonts/museo_slab_500-webfont.eot');
	src: local('☺'), url('images/fonts/museo_slab_500-webfont.woff') format('woff'), url('images/fonts/museo_slab_500-webfont.ttf') format('truetype'), url('images/fonts/museo_slab_500-webfont.svg#webfontodPbsefm') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*FONTS-----------------------------------------------------------------------------------------*/

img {
	border: none;
}


body {
	padding: 0;
	margin: 0;
	background-color: #000;
	border-top: 2px solid #F93;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;t
}

h1 {
	font-family: MuseoSlab500, Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #F93;
	font-weight: normal;
}

.center {
	text-align: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #000;
}

.center-noborder {
	text-align: center;
	padding-bottom: 16px;
}

.bottomborder {
	border-bottom: 1px solid #000;
	padding-bottom: 13px;
}

.bordermargin {
	border-bottom: 1px solid #303030;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

h2 {
	font-family: RalewayThin, Arial, Helvetica, sans-serf;
	font-size: 30px;
	color: #F93;
	font-weight: normal;
}

h3 {
	font-family: MuseoSlab500, Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #F93;
	font-weight: normal;
	text-align: center;
	margin-bottom: 8px;
}

h4 {
	font-family: MuseoSlab500, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #fff;
	font-weight: normal;
}

h5 {
	font-family: MuseoSlab500, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #F93;
	font-weight: normal;
	line-height: 25px;
}

h6 {
	font-family: RalewayThin, Arial, Helvetica, sans-serf;
	font-size: 18px;
	color: #F93;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
}

.center {
	text-align: center;
}

.center-white {
	text-align: center;
	color: #FFF;
}

.orange {
	color: #F93;
}

.white {
	color: #FFF;
}

.strong-white {
	color: #909090;
	font-weight: 900;
}






/*PAGE FLIP-----------------------------------------------------------------------------------------*/
#pageflip {
	position: relative;
	z-index: 100;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(images/available.png) no-repeat right top;
	text-indent: -9999px;
}
/*PAGE FLIP-----------------------------------------------------------------------------------------*/






/*HEADER ONE-----------------------------------------------------------------------------------------*/
#header {
	float: left;
	width: 100%;
	border-bottom: 1px solid #4b4b4b;
	background: url(images/headerbg.jpg) repeat-x #121212;
}

#header-inner {
	margin: 0 auto;
	width: 940px;
	position: relative;
	height: 95px;
}


img#logo {
	margin-top: 7px;
	float: left;
}

a {
	color: #F93;
	text-decoration: none;
	font-weight: 500;
}

img#construction {
	float: left;
	margin-bottom: 20px;
}
/*HEADER ONE-----------------------------------------------------------------------------------------*/






/*NAVIGATION-----------------------------------------------------------------------------------------*/
#nav {
	height: 93px;
	position: absolute;
	right: 0;
	top: 0px;
	border-left: 1px solid #000;
	border-right: 1px solid #343434;
}

#navhome {
	height: 94px;
	float: left;
	width: 68px;
	overflow: hidden;
	padding: 0;
	border-right: 1px solid #000;
}

#navabout {
	height: 94px;
	float: left;
	width: 74px;
	overflow: hidden;
	padding: 0;
	border-right: 1px solid #000;
}

#navportfolio {
	height: 94px;
	float: left;
	width: 111px;
	overflow: hidden;
	padding: 0;
	border-right: 1px solid #000;
}

#navblog {
	height: 94px;
	float: left;
	width: 62px;
	overflow: hidden;
	padding: 0;
	border-right: 1px solid #000;
}

#navcontact {
	height: 94px;
	float: left;
	width: 94px;
	overflow: hidden;
	padding: 0;
	border-right: 1px solid #000;
}

#nav img {
	border: none;
	margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	border-left: 1px solid #343434;
}

#nav a:hover img {
	margin-top: -94px;
}


body#front #nav #navhome img,
body#home #nav #navhome img,
body#about #nav #navabout img,
body#portfolio #nav #navportfolio img,
body#blog #nav #navblog img,
body#contact #nav #navcontact img,
body#default #nav #navhome img,
body#single #nav #navblog img {
	margin-top: -94px;
}

.post-navigation {
	background-color: #131313;
	padding: 10px 25px 10px 20px;
	width: 595px;
	height: 15px;
	margin-bottom: 20px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border-bottom: 1px solid #333;
	behavior: url(PIE.php);
}

.post-navigation a:hover {
	text-decoration: underline;
}

.post-navigation-bottom {
	float: right;
	background-color: #131313;
	padding: 10px 15px;
	width: 380px;
	height: 15px;
	margin: -30px 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	behavior: url(PIE.php);
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}




/*NAVIGATION-----------------------------------------------------------------------------------------*/






/*HEADER TWO-----------------------------------------------------------------------------------------*/
#header2 {
	float: left;
	margin: 0 auto;
	width: 100%;
	height: 231px;
	background: url(images/header2bg.jpg) no-repeat top center #000;
	border-top: 1px solid #2a2a2a;
	padding: 29px 0 0 0;
	border-bottom: 1px solid #4b4b4b;
}

#header-inner2 {
	margin: 0 auto;
	width: 940px;
	height: 231px;
	font-family: RalewayThin, Arial, Helvetica, sans-serif;
	text-align: center;
}

#header-inner2 p.firstline {
	color: #fff;
	font-size: 73px;
}

#header-inner2 p.secondline {
	color: #909090;
	font-size: 55px;
}

#header-inner2 p.thirdline {
	color: #909090;
	font-size: 38px;
}

#header-inner2 p.fourthline {
	color: #909090;
	font-size: 23px;
}
/*HEADER TWO-----------------------------------------------------------------------------------------*/





/*HEADER THREE-----------------------------------------------------------------------------------------*/
#header3 {
	float: left;
	margin: 0 auto;
	width: 100%;
	height: 341px;
	background-color: #000;
	border-top: 1px solid #2a2a2a;
	padding: 29px 0 0 0;
	border-bottom: 1px solid #4b4b4b;
}

#header-inner3 {
	margin: 0 auto;
	width: 940px;
	height: 341px;
	color: #FFF;
	text-align: left;
}

ul.about-stats {
	float: left;
	width: 518px;
	margin-top: 21px;
	overflow: hidden;
}

li.about-stats {
	float: left;
	width: 100%;
	padding: 14px 0 14px 14px;
	list-style: none;
	font-size: 14px;
	border-top: 1px solid #303030;
}

li.about-stats:last-child {
	border-bottom: 1px solid #303030;
}

li.about-stats span {
	color: #909090;
	font-weight: bold;
}

#profilepicture {
	float: right;
	width: 421px;
	margin-top: -45px;
}	
/*HEADER THREE-----------------------------------------------------------------------------------------*/





#container {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	float: left;
	position: relative;
}

#content {
	float: left;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	font-size: 12px;
	background-color: #1d1d1d;
	border-bottom: 1px solid #F93;
}

#content-inner {
	width: 940px;
	margin: 0 auto;
	padding-top: 25px;
}

#content-inner-inner {
	float: left;
	width: 618px;
	color: #909090;
	position: relative;
}

.full-post {
	float: left;
	width: 100%;
	font-size: 13px;
	padding-bottom: 40px;
	border-bottom: 1px solid #000;
}

.full-post-noborder {
	float: left;
	width: 100%;
	font-size: 13px;
	padding-bottom: 40px;
}

.full-post a, .full-post-noborder a {
	text-decoration: none;
	color: #F93;
}

.full-post a:hover, .full-post-noborder a:hover {
	text-decoration: underline;
}

.full-post h5, .full-post-noborder h5 {
	margin-bottom: 10px;
}

.full-post ul li, .full-post-noborder ul li {
	padding: 2px 0 8px 0;
	list-style-position: outside;
}

.full-post ul, .full-post-noborder ul, .full-post ol, .full-post-norborder ol {
	padding-left: 50px;
}

.full-post img, .full-post-noborder img {
	margin: 10px 0 10px 0;
}

#comments {
	float: left;
	width: 618px;
	padding-top: 40px;
	border-top: 1px solid #343434;
}

#respond {
	float: left;
	width: 618px;
	margin: 20px 0 0 0;
}

#submit {
	float: right;
	text-align: right;
	margin: 15px 0;
}

.a-post {
	float: left;
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 60px;
	letter-spacing: .6pt;
}

.a-post a:hover {
	text-decoration: underline;
}

.title {
	float: left;
	width: 100%;
	border-bottom: 1px solid #000;
	padding-bottom: 16px;
}

.title h2 {
	padding-top: 15px;
}

.date {
	float: left;
	width: 56px;
	height: 35px;
	background-image: url(images/calendaricon2.jpg);
	background-repeat: no-repeat;
	margin-right: 15px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #1d1d1d;
	padding: 22px 2px 0 2px;
	line-height: 13px;
	letter-spacing: 0;
}

.meta {
	float: left;
	clear: left;
}

.meta-apost {
	float: left;
	clear: left;
	font-size: 10px;
	background-color: #131313;
	padding: 6px 10px 5px 10px;
	max-width: 594px;
	margin-top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	behavior: url(PIE.php);
}

.meta-fullpost {
	float: left;
	clear: left;
	font-size: 10px;
	background-color: #131313;
	padding: 6px 10px 5px 10px;
	max-width: 594px;
	margin-top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	margin: 20px 0;
	behavior: url(PIE.php);
}	

.details {
	float: left;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 19px;
	border-top: 1px solid #303030;
	padding-top: 20px;
}

.details img {
	float: left;
	padding: 4px;
	background: #131313;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	behavior: url(PIE.php);
}	

img.portfolio {
	float: left;
	padding: 7px;
	background: #131313;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-top: 25px;
	behavior: url(PIE.php);
}

img.portfolio-small-left {
	float: left;
	padding: 7px;
	background: #131313;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 25px 0;
	behavior: url(PIE.php);
}

img.portfolio-small-right {
	float: right;
	padding: 7px;
	background: #131313;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 25px 0;
	behavior: url(PIE.php);
}


.galleryinfo {
	float: left;
	margin-top: 10px;
	width: 598px;
	padding: 10px;
	background-color: #131313;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 40px;
	behavior: url(PIE.php);
}

.galleryinfo span {
	float: left;
	padding: 5px 10px;
	width: 279px;
	color: #FFF;
}

.galleryinfo span strong {
	color: #909090;
}

.galleryinfo a {
	font-weight: normal;
}

#sidebarone {
	float: right;
	width: 274px;
	text-align: center;
	padding: 28px 13px 60px 13px;
	color: #909090;
	background: url(images/sidebar-bottombg.jpg) repeat-x bottom #131313;
	margin: -25px 0 0 0;
}

#sidebarone img {
	margin: 5px;
}

#advertisements {
	margin-bottom: 30px;
}

.ad {
	margin-bottom: 25px;
}

img#sidebar-guestwriter {
	margin-bottom: 30px;
}

#sidebar-portfolio-wrapper {
	float: right;
	position: relative;
	width: 310px;
	height: 100%;
}

#sidebar-portfolio {
    float: right;
	width: 260px;
	text-align: center;
	padding: 34px 20px 60px 20px;
	color: #909090;
	background: url(images/sidebar-bottombg.jpg) repeat-x bottom #131313;
	margin: -25px 0 0 0;
	position: relative;
z-index: 50;
}

#sidebar-portfolio p, #sidebar3 p {
	text-align: left;
	line-height: 20px;
	margin-bottom: 30px;
}

#sidebar-portfolio span, #sidebar3 span {
	color: #CCC;
	text-align: left;
	font-style: italic;
}

#sidebar-portfolio-nav {
	margin-bottom: 25px;
}

#sidebar-portfolio-nav li {
	width: 260px;
	border-bottom: 1px solid #303030;
	padding: 12px 0;
	font-size: 20px;
	list-style: none;
	text-align: center;
}

#sidebar-portfolio-nav li:first-child {
	padding-top: 0px;
}

#sidebar-portfolio-nav li:last-child, .sidebar-navigation li:last-child {
	border-bottom: none;
}

#sidebar-portfolio-nav a, .sidebar-navigation a {
	color: #909090;
}

#sidebar-portfolio-nav a:hover, .sidebar-navigation a:hover {
	color: #F93;
}

.sidebar-navigation {
	margin-bottom: 25px;
}

.sidebar-navigation li {
	width: 250px;
	border-bottom: 1px solid #303030;
	padding: 9px 0 9px 10px;
	list-style: none;
	text-align: left;
}


#content-home {
	float: left;
	margin: 0 auto;
	width: 100%;
	height: 455px;
	border-top: 1px solid #303030;
	background-color: #1d1d1d;
	border-bottom: 1px solid #F93;
	text-align: left;
}

#content-home-inner {
	margin: 0 auto;
	width: 940px;
	height: 308px;
	padding-top: 25px;
}
	
#content-about {
	float: left;
	margin: 0 auto;
	width: 100%;
	height: 529px;
	border-top: 1px solid #303030;
	background-color: #1d1d1d;
	border-bottom: 1px solid #F93;
}

#content-about-inner {
	margin: 0 auto;
	width: 940px;
	height: 529px;
	padding-top: 25px;
	color: #909090;
}

#experience {
	float: left;
	width: 425px;
	border-right: 1px solid #303030;
}

#experience-content {
	border-top: 1px solid #303030;
	padding-top: 15px;
	padding-right: 16px;
	line-height: 17px;
}

#knowledge {
	float: left;
	width: 512px;
	border-left: 1px solid #000;
}

#knowledge h1 {
	padding-left: 16px;
}

#knowledge-content {
	float: left;
	border-top: 1px solid #303030;
	padding-top: 15px;
}

#knowledge-tools {
	float: left;
	width: 242px;
	padding: 10px 15px 0 15px;
	border-right: 1px solid #303030;
	font-size: 14px;
	height: 363px;
}

#knowledge-tools li {
	width: 227px;
	list-style: none;
	border-bottom: 1px solid #000;
	border-top: 1px solid #303030;
	padding: 23px 0 23px 10px;
}

#knowledge-tools img {
	float: left;
	padding-right: 10px;
	margin-top: -11px;
}

#knowledge-tools li:first-child, #knowledge-skills li:first-child {
	border-top: none;
}

#knowledge-tools li:last-child, #knowledge-skills li:last-child  {
	border-bottom: none;
}

#knowledge-tools ul, #knowledge-skills ul {
	list-style: none;
}

#knowledge-skills {
	float: left;
	width: 222px;
	padding: 10px 0 0 15px;
	border-left: 1px solid #000;
	font-size: 14px;
	height: 363px;
}

#knowledge-skills li {
	width: 210px;
	list-style: none;
	border-bottom: 1px solid #000;
	border-top: 1px solid #303030;
	padding: 15px 0 15px 10px;
}
	
.column-fullwidth {
	float: left;
	width: 100%;
}

.column-fullwidth ul {
	width: 100%;
}

.column-fullwidth li {
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #000;
	border-top: 1px solid #303030;
	padding: 15px 0 15px 10px;
}



/*SLIDER-----------------------------------------------------------------------------------------*/
.slider {
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	border-top: 1px solid #303030;
	clear: both;
}

.slider-inner {
	position: absolute;
}

.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height: 333px;	width: 940px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: -12px; right: 400px;
	width: 172px; height:43px;
	z-index: 100 !important; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 33px;
	background: url(images/pagination.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	padding-top: 3px;
}
.paging a {
	padding: 6px 12px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #1d1d1d;
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.php);
}
.paging a:hover {font-weight: bold;}
/*SLIDER-----------------------------------------------------------------------------------------*/




/*FOOTER-----------------------------------------------------------------------------------------*/
#footer {
	float: left;
	margin: 0 auto;
	width: 100%;
	height: 295px;
	background-color: #000;
	color: #909090;
	text-align: left;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-inner {
	margin: 0 auto;
	width: 940px;
	height: 310px;
}

#footer-col-one {
	float: left;
	width: 253px;
	margin-top: -43px;
	padding-right: 22px;
}

img#twitter {
	margin-bottom: 5px;
}

#tweets {
	float: left;
	margin: 8px 0;
}

#tweet {
	padding: 0;
	margin-top: -7px;
	line-height: 18px;
}

#socialnetworks {
	float: left;
	width: 100%;
	margin-top: -10px;
	padding: 0;
}

#socialnetworks-inner {
	margin-top: 0;
}

#socialnetworks-facebook, #socialnetworks-linkedin, #socialnetworks-behance, #socialnetworks-technorati {
	height: 41px;
	float: left;
	width: 41px;
	overflow: hidden;
	padding-right: 20px;
}

#socialnetworks-inner img {
	border: none;
	margin: 0;
}

#socialnetworks-inner a:hover img {
	margin-top: -40px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#sidebar3 {
    float: right;
	width: 260px;
	text-align: center;
	padding: 34px 20px 40px 20px;
	background: url(images/sidebar-bottombg.jpg) repeat-x bottom #131313;
	color: #909090;
	margin: -25px 0 0 10px;
	z-index: 5;
	min-height: 400px;
}

#socialnetworks-sidebar {
	float: left;
	width: 100%;
	margin: 20px 0;
	padding: 0;
}

#socialnetworks-sidebar-inner {
	margin-left: 16px;
	margin-bottom: 20px;
}

#socialnetworks-facebook-sidebar, #socialnetworks-linkedin-sidebar, #socialnetworks-behance-sidebar, #socialnetworks-twitter-sidebar {
	height: 41px;
	float: left;
	width: 41px;
	overflow: hidden;
	padding-right: 20px;
}

#socialnetworks-facebook-sidebar a:hover img, #socialnetworks-linkedin-sidebar a:hover img, #socialnetworks-behance-sidebar a:hover img, #socialnetworks-twitter-sidebar a:hover img {
	margin-top: -40px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#twitter-head {
	height: 43px;
	width: 89px;
	position: relative;
	left: 60px;
	top: -43px;
}

#footer-col-two {
	float: left;
	width: 428px;
	border-left: 1px solid #2f2f2f;
	border-right: 1px solid #242424;
	padding: 10px 22px;
	line-height: 19px;
	margin-top: -17px;
}

#footer-col-three {
	float: right;
	width: 167px;
	padding: 0 0 20px 22px;
	line-height: 18px;
	margin-top: -10px;
}

#footer-bottom {
	float: left;
	margin: 0 auto;
	width: 100%;
	height: 45px;
	background-color: #1d1d1d;
	color: #909090;
	text-align: left;
	font-size: 10px;
	clear: both;
}

#footer-bottom-inner {
	margin: 0 auto;
	width: 940px;
	height: 39px;
	padding-top: 17px;
	font-size: 12px;
}

#footer-bottom-inner img {
	float: right;
	padding: 0;
	margin: -24px 0 0 0;
}

/*FOOTER TWO-----------------------------------------------------------------------------------------*/
#footertwo {
	float: left;
	margin: 0 auto 40px auto;
	width: 100%;
	height: 295px;
	background-color: #000;
	color: #909090;
	text-align: left;
	padding: 0;
}

#footertwo-col-two {
	float: left;
	width: 182px;
	height: 255px;
	border-left: 1px solid #2f2f2f;
	border-right: 1px solid #242424;
	padding: 0 22px;
}

#footertwo-col-three {
	float: left;
	width: 181px;
	height: 255px;
	overflow: hidden;
	padding: 0 22px;
	border-right: 1px solid #242424;
}

#footertwo-col-two a, #footertwo-col-three a {
	color: #909090;
}

#footertwo-col-two a:hover, #footertwo-col-three a:hover {
	color: #F93;
}


.footer-list {
	margin-top: 10px;
	padding-right: 28px;
}

.footer-list li {
	width: 100%;
	border-bottom: 1px solid #303030;
	padding: 8px 15px;
	list-style: none;
	text-align: left;
}

.footer-list li:last-child {
	border-bottom: 0;
}



#searchform {
	float: left;
	margin-left: 5px;
	margin-bottom: 30px;
	color: #000;
}

form.search  {
	float: left;
}

input.formtip {
	float: left;
	height: 22px;
	padding: 5px 5px 5px 10px;
	width: 210px;
	background-color: #fff;
}

input, textarea {
	color: #000;
	font:1em Verdana,Geneva,sans-serif;
}

form.search, input.btn {
	float: left;
}



/*COMMENT FORM-----------------------------------------------------------------------------------------*/

#commentform {
	float: left;
}
#commentform input,
#commentform select,
#commentform textarea { 
	float: left;
	padding: 10px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
	margin: 10px 0;
}

#commentform input {
        height: 30px;
        width: 60%;
        float: left;
}

#commentform input:hover,
#commentform select:hover,
#commentform textarea:hover	{
	background:#909090; 
}

#commentform input:focus,
#commentform select:focus,
#commentform textarea:focus	{ 
	background:#FFF; 
}



#commentform #url {
	margin-bottom: 20px;
}

#commentform #submit input {
	float: right;
	padding: 0;
	width: 184px;
	height: 40px;
	border: none;
}

#comment {
	float: left;
	clear: left;
	width: 580px;
	border: 0;
	margin-left: -6px;
}



/*COMMENTS LIST-----------------------------------------------------------------------------------------*/
#comments ol {
	float: left;
	list-style: none;
	width: 100%;
}

#comments ol li {
	float: left;
	padding: 40px 0;
	width: 100%;
	border-top: 1px solid #2f2f2f;
	border-bottom: 1px solid #111;
}

#comments ol li:first-child {
	border-top: none;
}

#comments ol li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#comments ol li .commentor {
	float: left;
	width: 100px;
	padding: 18px;
	background-color: #161616;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	behavior: url(PIE.php);
}

#comments ol li .commentor img {
	padding: 4px;
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior: url(PIE.php);
}

#comments ol li .commentor img {
	margin-top: 0;
}

.commentor p {
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}

.commenttext {
	float: left;
	width: 424px;
	padding: 15px 18px 18px 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-left: 20px;
	background-color: #161616;
	behavior: url(PIE.php);
}

.commenttext span {
	color: #F93;
	text-transform: lowercase;
	font-size: 18px;
}

.commenttext p {
	margin-top: 10px;
}

#authorbio {
	float: left;
	width: 604px;
	padding: 40px 15px 40px 0;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #000;
}

#authorbio p {
	line-height: 18px;
}

#authorbio p a {
	color: #F93;
	text-decoration: none;
}

#authorbio p a:hover {
	text-decoration: underline;
}

#authorbio img {
	float: left;
	margin-right: 20px;
}



/* Related Posts */  
#relatedposts {
	float: left;
	width: 618px;
	padding: 40px 0;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #000;
}

#relatedposts p a {
	color: #F93;
	text-decoration: none;
	font-weight: bold;
}

#relatedposts p a:hover {
	text-decoration: underline;
}


ol.related-posts {
	clear: both;
	text-align:center;
	margin: 0;
	padding: 0;
}  

ol.related-posts li {
	width: 240px;
	float:left;
	font-size:12px;
	padding-right: 40px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	list-style: none;
}  

ol.related-posts img {
	padding: 4px;
	background: #131313;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-bottom: 10px;
	behavior: url(PIE.php);
} 

ol.related-posts a {clear:both; color: #F93; display:block;}  

ol.related-posts li:first-child {border-right: 1px solid #343434;}

ol.related-posts li:last-child {border-left: 1px solid #000; padding-left: 35px; margin-left: 0; margin-right: 0;}

#topbuttonWrapper {
	left: 10px;
	position: absolute;
	width: 310px;
	z-index: 1;
}

#topbutton {
	margin-top: 10px;
	z-index: 1;
}

#topbutton.fixed {
	position: fixed;
	top: 0;
	z-index: 1;
}

pre {
	font-size: 12px;
	padding: 0;
	margin: 10px 0 20px 0;
	background: #f0f0f0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #000;
	line-height: 20px; /*--Height of each line of code--*/
	background: url(images/pre_code_bg_blk.gif) repeat-y left top; /*--Background of lined paper--*/
	width: 600px;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}
pre code {
	margin: 0 0 0 20px;
	padding: 18px 0 18px 18px;
	display: block;
}