@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	outline:0;
}
img {
	border:0;
}

/* HTML5 tags */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

body {
	background:url(../images/pageBg.jpg) repeat-y center top, url(../images/bodyBg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#000;
}
#page {
	background: url(../images/headerBgRepeat.jpg) repeat-x left top;
}
p {
	padding:0 0 15px;
}
.clearFix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.hidden {
	display:none;
}


/*   Header   */
header[role=banner] {
	background:url(../images/headerBg.jpg) no-repeat center top;
	width:960px;
	margin:0 auto;
	height:180px;
}
header[role=banner] hgroup {
	float:left;
	background:url(../images/logo.png) no-repeat;
	padding:0 0 0 110px;
	margin:50px 0 0;
	height:100px;
}
header[role=banner] h1 {
	color:#393d47;
	font-size:30px;
	line-height:34pxx;
	font-weight:normal;
	padding:20px 0 0;
	font-family: 'PTSerifBold';
}
header[role=banner] h2 {
	color:#238dad;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	padding:10px 0 0;
	font-family: 'PTSerifItalic';
}
header nav {
	float:right;
	padding:56px 0 0;
	position:relative;
}
header nav ul {
	list-style:none;
}
header nav > ul > li {
	float:left;
	position:relative;
}
header nav > ul > li > a {
	display:block;
	text-align:center;
	color:#000;
	width:80px;
	height:27px;
	padding:45px 0 0;
	text-decoration:none;
	font-size:12px;
	line-height:16px;
	background-position:center top;
	background-repeat:no-repeat;
	opacity:.4;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
}
header nav > ul > li > a:hover, header nav .current > a {
	opacity:1;
	color:#3b3f49;
}
header nav > ul > li:hover a {
	opacity:1;
}
header nav ul ul {
	position:absolute;
	display:none;
	width:170px;
	z-index:9999;
}
header nav ul li:hover ul {
	/*display:block; WAS MESSING WITH HOVER INTENT */
}
#navHome > a {
	background-image:url(../images/navHome.png);	
}
#navAbout > a {
	background-image:url(../images/navAbout.png);	
}
#navServices > a {
	background-image:url(../images/navServices.png);	
}
#navBlog > a {
	background-image:url(../images/navBlog.png);	
}
#navContact > a {
	background-image:url(../images/navContact.png);	
}
header nav ul ul {
	background:url(../images/dropMenuBg.png) no-repeat;
	width:140px;
	height:115px;
	left:-45px;
	top:60px;
	padding:20px 15px 0;
}
header nav ul ul a {
	font-size:12px;
	color:#fff;
	text-shadow:0px -1px 1px rgba(0,0,0,0.8);
	text-decoration:none;
	text-align:center;
	display:block;
	padding:3px 0;
}
header nav ul ul a:hover {
	color:#23AD43;
	text-shadow:0px -1px 1px rgba(0,0,0,0.2);
}
header nav ul ul li:last-child {
	padding:4px 0 0;
	margin:4px 0 0;
	border-top:1px dashed rgba(255,255,255,0.15);
}

/*   Home Banner   */
#featured {
	background:url(../images/homeBannerBg.jpg) repeat-x left 15px;
}
#featured ul {
	width:1000px;
	height:320px;
	background:url(../images/homeBannerInnerBg.jpg) repeat;
	border:15px solid #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.05),inset 0 0 80px rgba(0,0,0,.25);
	border-radius:5px;
	margin:0 auto;
	list-style:none;
}
#featured ul li {
	display:none;
	width:1000px;
	height:320px;
	position:relative;
}
#featured ul li:first-child {
	display:block;
}
#featured li h2 {
	font-family: 'PTSerifBold';
	font-weight:normal;
	color:#fff;
	font-size:30px;
	line-height:34px;
	border-bottom:1px dashed rgba(255,255,255,0.1);
	margin:0 0 0 60px;
	width:440px;
	padding:75px 0 5px 0;
}
#featured li p {
	margin:0 0 0 60px;
	padding:10px 0 30px;
	width:440px;
	font-size:16px;
	line-height:20px;
	color:#fff;
}
#featured a.keepReading {
	background:url(../images/btnSmall1.png) repeat-x;
	display:block;
	width:140px;
	border-radius:5px;
	color:#fff;
	text-align:center;
	margin:0 0 0 360px;
	height:23px;
	padding:7px 0 0;
	font-size:12px;
	text-decoration:none;
	text-shadow:0px 1px 0px rgba(0,0,0,0.4);
	box-shadow:inset 0 0 5px rgba(0,0,0,0.4), 0px 1px 0px rgba(0,0,0,1);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	position:relative;
}
#featured a.keepReading:hover {
	top:2px;
}
#featured a.keepReading:active {
	color:#000;
	text-shadow:none;
}
#homeBannerNav {
	position:relative;
	width:1065px;
	margin:0 auto;
	z-index:100;
}
#homeBannerNav div {
	position:absolute;
	top:-205px;
	background:url(../images/btnBannerBack.png) no-repeat;
	width:50px;
	height:60px;
	text-indent:-9999px;
	cursor:pointer;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
}
#homeBannerNav div:hover {
	top:-200px;	
}
#homeBannerNav #homeNext {
	background:url(../images/btnBannerNext.png) no-repeat;
	right:0;
}
#featured li.webDesign {
	background:url(../images/webDesignBanner.jpg) no-repeat;
}
#featured li.frontEndDev {
	background:url(../images/frontEndBanner.jpg) no-repeat;
}
#featured li.cms {
	background:url(../images/cmsBanner.jpg) no-repeat;
}
/*   Main Homepage  */
#homeContent {
	width:960px;
	margin:0 auto;
	padding:20px 0 80px;
}
#homeContent #primary {
	background:url(../images/doubleLine.png) repeat-x left bottom;
}
#homeContent #primary h2, #latest h2 {
	color:#238dad;
	font-size:18px;
	line-height:22px;
	padding:0 0 10px;
	font-weight:normal;
	font-family: 'PTSerifBold';
}
h1#tagline {
	background:url(../images/doubleLine.png) repeat-x left top, url(../images/doubleLine.png) repeat-x left bottom;
	padding:20px 0;
	text-align:center;
	color:#ad4323;
	font-size:26px;
	line-height:100%;
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'PTSerifItalic';
}
.contentBox {
	float:left;
	width:300px;
	padding:0 30px 0 0;
	margin:30px 0;
}
.contentBox p:last-child {
	padding:0;
}
.contentBox ul {
	margin:0 0 15px 25px;
}
.contentBox ul li {
	padding:0 0 1px;
}
.contentBox a {
	font-weight:700;
	text-decoration:none;
	color:#238DAD;
}
.contentBox a:hover {
	text-decoration:underline;
}
#availability {
	padding:0;
}
#availability a {
	border-radius:5px;
	background:#ad4323;
	color:#fff;
	padding:30px;
	font-size:24px;
	line-height:28px;
	text-align:center;
	display:block;
	text-decoration:none;
	opacity:1;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	font-family: 'PTSerifRegular';
} 
#availability a span.status {
	text-align:center;
	font-size:40px;
	/*font-size:34px;*/
	line-height:44px;
	font-weight:700;
	display:block;
	text-transform:uppercase;
	text-shadow:0px 0px 10px rgba(0,0,0,0.25);
	padding:5px 0;
	font-family: 'PTSerifBold';
}
#availability a span.extra {
	display:block;
	font-size:14px;
	line-height:14px;
	display:block;

	padding:5px 0 0;
}
#availability a:hover {
	opacity:0.8;
}
#latest {
	padding:30px 0 0;
}
#latestArticles {
	width:630px;
	padding:0 30px 0 0;
	float:left;
}
#latestArticles article {
	padding:0 0 50px;
}
#latest article h1 {
	color:#23ad43;
	font-size:18px;
	line-height:22px;
	padding:0 0 10px;
	font-weight:normal;
	font-family: 'PTSerifBold';
}
#latestProject {
	float:left;
	width:300px;
}



/*   Sub Banner   */
#titlebar {
	height:150px;
	position:relative;
	overflow:hidden;
	background:url(../images/subBannerBg.png) repeat-x;
}
#titlebar .container {
	width:960px;
	margin:0 auto;
	padding:37px 0 0;
	background:url(../images/singleLineOnDark.png) repeat-x left 75px;
	overflow:hidden;
}
#titlebar h1 {
	font-weight:normal;
	color:#23ad43;
	font-size:30px;
	line-height:34px;
	font-family: 'PTSerifBold';
	padding:0 0 12px;
	float:left;
}
#breadcrumbs {
	clear:left;
	float:left;
}
#breadcrumbs, #breadcrumbs a {
	color:#238dad;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#fff;
}
#breadcrumbs strong {
	font-weight:normal;
	color:#fff;
}
#quoteBtn {
	float:right;
	position:relative;
	top:-31px;
	background:url(../images/subBannerBg.png) repeat-x left center;
	padding:0 20px;
	margin:0 40px 0 0;
}
#quoteBtn a.getQuote {
	display:block;
	background:url(../images/btnLarge2.png) repeat-x left top;
	padding:13px 0 0;
	height:37px;
	font-size:18px;
	line-height:24px;
	width:180px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	text-shadow:0px 1px 0px rgba(0,0,0,0.4);
	border-radius:5px;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.4), 0px 1px 0px rgba(0,0,0,1);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	position:relative;
}
#quoteBtn a.getQuote:hover {
	top:2px;
}
#quoteBtn a.getQuote:active {
	color:#000;
	text-shadow:none;
}

/*   Main Content   */
#mainContent {
	width:960px;
	margin:0 auto;
}
#mainContent #primary {
	width:630px;
	float:left;
	padding:20px 0 40px;
	min-height:450px;
}
#mainContent .main h2, #mainContent .main h3, #mainContent .main h4, section#portfolio h2 {
	color:#238dad;
	font-size:18px;
	line-height:22px;
	padding:30px 0 10px;
	font-weight:normal;
	font-family:'PTSerifBold';
}
#mainContent .main h2:first-child {
	padding-top:0px;
}
#mainContent .main h3, #mainContent .main h3 a  {
	font-size:16px;
	padding:10px 0 0;
	color:#23AD43;
	text-decoration:none;
}
#mainContent .main h4 {
	font-family:'PTSerifBold';
	font-size:14px;
	padding:10px 0 0;
	color:#000;
}
#mainContent hr {
	display:block;
	clear:both;
	background:url(../images/singleLine.png) repeat-x left center;
	height:20px;
	border:0;
}
.main ul, .main ol {
	margin:0 0 15px 25px;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
.alignleft {
	text-align:center;
}

#mainContent .main a, .showMore a {
	color:#238dad;
	text-decoration:none;
}
#mainContent .main a:hover, .showMore a:hover {
	color:#AD4323;
}
img.alignright {
	float:right;
	margin:0 0 15px 15px;
}
img.alignleft {
	float:left;
	margin:0 15px 15px 0;
}
#mainContent img {
	padding:5px;
	background:#fff;
	border-radius:5px;
	border:1px solid #eaeaea;
	box-shadow:inset 0px 0px 5px rgba(0,0,0,0.2);
}
#mainContent a:hover img {
	opacity:0.8;
}
a.keepReading {
	clear:both;
	background:url(../images/btnSmall1.png) repeat-x;
	display:block;
	width:140px;
	border-radius:5px;
	color:#fff !important;
	text-align:center;
	height:23px;
	padding:7px 0 0;
	font-size:12px;
	text-decoration:none;
	text-shadow:0px 1px 0px rgba(0,0,0,0.4);
	box-shadow:inset 0 0 5px rgba(0,0,0,0.4), 0px 1px 0px rgba(0,0,0,1);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	position:relative;
}
a.keepReading:hover {
	top:2px;
}
.main a.keepReading:active {
	color:#000 !important;
	text-shadow:none;
}
a.keepAlternate {
	background:url(../images/btnSmall2.png) repeat-x !important;
}
.post ul, .post ol {
	margin:0 0 15px 25px;
}
.post ul li, .post ol li {
	padding:0 0 10px;
}


/*   Project Thumbs   */
#fullPortfolio {
	padding:20px 0 40px;
	width:960px;
	margin:0 auto;
}
section#portfolio {
	padding:40px 0 0;
	background:url(../images/doubleLine.png) repeat-x left 10px;
}
.showMore {
	clear:both;
	text-align:center;
}
#portfolio ul, #fullPortfolio ul {
	list-style:none;
}
#portfolio > ul > li, #fullPortfolio > ul > li {
	float:left;
	margin:0 30px 30px 0;
}
#portfolio > ul > li:nth-child(even), #fullPortfolio > ul > li:nth-child(3n) {
	margin-right:0;
}
.thumb {
	overflow:hidden;
	height:154px;
	cursor:pointer;
}
#portfolio img,  #fullPortfolio img, #latestProject img {
	border:1px solid #ccc;
	padding:0;
	border-radius:0px;
	background:none;
	box-shadow:none;
}
.thumb:hover img {
	opacity:.6;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
}
.thumb .view {
	position:relative;
	line-height:14px;
	font-weight:700;
	color:#fff;
	padding:6px 10px 0 0;
	background:rgba(0,0,0,0.75);
	height:30px;
	margin:-30px 0 0; 
	text-align:right;
	display:none;
}
.project {
}
.project .info {
	float:left;
}
.project .info h4 {
	font-size:14px;
	font-weight:100;
	line-height:14px;
	padding:3px 0 0;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
.project .info p {
	color:#23ad43;
	font-size:10px;
	margin:-2px 0 0;
}
.project ul.services {
	float:right;
	padding:5px 0 0;
	list-style:none;
}
.project ul.services li {
	float:left;
	height:22px;
	width:22px;
	margin:0 5px 0 0;
	cursor:pointer;
	position:relative;
}
.project ul.services li span {
	display:none;
	position:absolute;
	top:-40px;
	left:-140px;
	background:url(../images/popUpBg.png) no-repeat;
	width:180px;
	padding:12px 0 0;
	color:#fff;
	height:38px;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
}
.project ul.services li a {
	color:#fff;
	text-decoration:none;
}
.project ul.services li:last-child {
	margin:0;
}
ul.services .design {
	background:url(../images/iconDesign.jpg) no-repeat;
}
ul.services .code {
	background:url(../images/iconCode.jpg) no-repeat;
}
ul.services .cms {
	background:url(../images/iconCms.jpg) no-repeat;
}
ul.services .link {
	background:url(../images/iconLink.jpg) no-repeat;
}
.project ul.services li.disabled {
	opacity:.3;
	cursor:auto;
}
#imageTitleBox {
	color:#000;
	font-weight:700;
	background:#fff;
}
#imageTitleBox span {
	font-weight:normal;
	display:block;
	font-size:10px;
	line-height:10px;
}
/*   Sidebar   */
#secondary {
	padding:0px 0 40px;
	width:300px;
	float:right;
	text-align:center;
}
#secondary h5 {
	font-size:18px;
	line-height:22px;
	color:#23ad43;	
	font-family: 'PTSerifBold';
	padding:20px 0 10px;
	font-weight:normal;
}
#secondary ul {
	list-style:none;
}
#secondary ul ul li {
	padding:2px 0 1px;
	background:url(../images/singleLine.png) repeat-x left top;
}
#secondary > ul > li {
	padding-bottom:6px;
	background:url(../images/doubleLine.png) repeat-x left bottom;
}
#secondary a {
	color:#666;
	padding:3px 0;
	display:block;
	text-decoration:none;
}
#secondary a:hover {
	background:rgba(0,0,0,0.05);
}
#searchform {
	overflow:hidden;
	padding:15px 0 15px 25px;
	background:url(../images/singleLine.png) repeat-x left top;
}
#searchform label {
	display:none;
}
#searchform #s {
	background:url(../images/searchFieldBg.png) no-repeat;
	width:208px;
	height:35px;
	border:0;
	float:left;
	padding:0 0 0 10px;
}
#searchform #searchsubmit {
	text-indent:-9999px;
	border:0;
	background:url(../images/searchBtnBg.png) no-repeat;
	width:32px;
	height:35px;
	float:left;	
	cursor:pointer;
}

/*   Footer   */
footer {
	clear:both;
	background:url(../images/footerBg.png) repeat-x;
	height:115px;
	overflow:hidden;
	padding:45px 0 0;
}
#footerContainer {
	width:960px;
	margin:0 auto;
	color:#fff;
}
#footerLeft {
	float:left;
	padding:10px 0 0;
}
#footerLeft p {
	padding:0;
	color:#238dad;
	text-transform:uppercase;
	font-family: 'PTSerifItalic';
}
#footerLeft p strong {
	font-style:normal;
	font-weight:normal;
	color:#fff;
	font-size:28px;
	line-height:32px;
	text-transform:none;
	font-family: 'PTSerifBold';
}
#footerRight {
	float:right;
	padding:2px 0 0;
}
#footerRight p {
	font-size:14px;
	font-weight:700;
	padding:0 0 5px;
}
footer ul#contactMe {
	list-style:none;

}
footer ul#contactMe li {
	float:left;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	margin:0 12px 0 0;
}
footer ul#contactMe:hover li {
	opacity:.5
}
footer ul#contactMe:hover li:hover {
	opacity:1;
}
footer ul#contactMe li a {
	display:block;
	width:34px;
	height:34px;
	text-indent:-9999px;
}
footer ul#contactMe .email a {
	background:url(../images/iconMail.png);
}
footer ul#contactMe .facebook a {
	background:url(../images/iconFacebook.png);
}
footer ul#contactMe .skype a {
	background:url(../images/iconSkype.png);
}
footer ul#contactMe .linkedIn a {
	background:url(../images/iconLinkedIn.png);
}
footer ul#contactMe .twitter a {
	background:url(../images/iconTwitter.png);
}

/*   Blog Styles   */
h1.hidden, .comment-author span.says {
	display:none;
}
#primary .main article {
	padding:0 0 40px;
}
.post {
	background:url(../images/singleLine.png) left bottom repeat-x;
	padding:0 0 30px;
}
.post .keepReading {
}
p.postDate {
	padding:5px 10px 10px;
	font-size:10px;
	font-weight:700;
	text-align:right;
	background:url(../images/doubleLine.png) left bottom repeat-x;
}
#postImage {
	padding:0 0 15px;
}
#postImage img {
	width:610px;
	height:205px;
	padding:10px;
	background:#fff;
	border:1px solid #eaeaea;
	border-radius:0px;
	box-shadow:none;
}
#primary .main article h1 {
	padding:0 0 10px;
}
#primary .main article h1 a  {
	color:#238dad;
	font-size:26px;
	line-height:30px;
	font-weight:normal;
	font-family:'PTSerifBold';
	text-decoration:none;
}
#primary a.fancyButton {
	background:url(../images/btnSmall2.png) repeat-x;
	display:block;
	width:140px;
	border-radius:5px;
	color:#fff;
	text-align:center;
	height:23px;
	padding:7px 0 0;
	margin:0 auto;
	font-size:12px;
	text-decoration:none;
	text-shadow:0px 1px 0px rgba(0,0,0,0.4);
	box-shadow:inset 0 0 5px rgba(0,0,0,0.4), 0px 1px 0px rgba(0,0,0,1);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	position:relative;
}
#navigation {
	overflow:hidden;
	font-size:10px;
}
#navPrev {
	float:left;
}
#navNext {
	float:right;
}
#navigation a {
	text-decoration:none;
	color:#000;
	font-weight:700;
}
#navigation a:hover {
	color:#666;
}


/*   Form Styles   */
#form {
	background:url(../images/DoubleLine.png) left top repeat-x;
	padding:20px 0;
}
#form ol {
	list-style:none;
	margin:0;
}
#form ol li {
	float:left;
	padding:0 30px 20px 0;
	overflow:hidden;
}
#form ol li:nth-child(2n) {
	padding-right:0;
}
#form label {
	display:block;
	font-weight:700;
	color:#000;
	font-size:14px;
	padding:0 0 5px;
}
#form label span {
	color:#23ad43;
	font-size:10px;
}
#form input[type=text], #form textarea {
	background:#f4f0ec;
	width:278px;
	padding:10px;
	border:0;
	box-shadow: inset 0 0 8px rgba(0,0,0,.25);	
	border-radius:5px;
}
#form textarea  {
	height:60px;
	width:608px;
}
#form .validate {
	color:#238dad;
	float:left;
	font-size:26px;
	width:200px;
	line-height:30px;
	font-family:'PTSerifBold';
}
#form #contactMeHuman {
	float:right;
	width:80px;
}
#form li.submit {
	padding-left:30px;
}
#form input[type=submit] {
	width:160px;
	height:40px;
	background:url(../images/sendEmail.png) no-repeat;
	border:0;
	color:#fff;
	font-size:18px;
	text-shadow:0 1px 0 rgba(0,0,0,.5);
	cursor:pointer;
	border-radius:5px;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	margin:20px 0 0 60px;
}
#form input[type=submit]:hover {
	margin-top:23px;
}
#form label.error {
	display:none!important;
}
#form .error {
	border:1px solid #7D0000 !important;
}
#form p.failed {
	clear:both;
	color:#7D0000;
	font-weight:700;
}

/*   Blog Comments   */
#comments, #comments h3 {
	padding:20px 0 0;
}
p.comment-notes, p.logged-in-as {
	font-weight:700;
	font-size:12px;
}
p.form-allowed-tags {
	font-size:12px;
}
#commentform {
	overflow:hidden;
	background:url(../images/DoubleLine.png) left bottom repeat-x;
	padding:0 0 20px;
}
#commentform p {
	padding:0 0 5px;
}
#commentform label {
	float:left;
	clear:both;
	width:60px;
	font-size:10px;
}
#commentform p span.required {
	display:none;
}
#commentform input, #commentform textarea{
	padding:3px 5px;
	border:1px solid #ccc;
}
#author, #email {
	border:1px solid #9F0000 !important;
}
#commentList {
	background:url(../images/DoubleLine.png) left bottom repeat-x;
	list-style:none;
}
#commentList li {
	list-style:none;
}
#commentList li ul li {
	padding-left: 20px;
}
#commentList li ul li {

}
.comment-body {
	clear:both;
	background:url(../images/singleLine.png) left top repeat-x;
	padding:10px 0;	
	font-size:12px;
	overflow:hidden;
}
.comment-author {
}
#commentList img.avatar {
	padding:3px;
	background:#fff;
	border-bottom:1px solid rgba(0,0,0,0.2);
	border-right:1px solid rgba(0,0,0,0.2);
	float:left;
	margin:0 20px 0 0;
}
.comment-body p {
	padding:0 0 10px 60px;
	clear:left;
}
#commentList .fn {
	text-transform:capitalize;
}
#commentList .fn, .comment-body a.url {
	font-weight:normal;
	font-size:18px;
	line-height:24px;
	color:#238dad;
	font-family:'PTSerifBold';
	text-decoration:none;
	font-style:normal !important;
	text-decoration:none;
}
.commentmetadata {
	padding:0 0 5px;
}
.commentmetadata a, a.comment-reply-link {
	color:#23AD43;
	font-weight:700;
	text-decoration:none;
}
div.reply {
	text-align:right;
	padding:0 0 0 79px;
}

.commentsNav {
	overflow:hidden;
	font-size:10px;
	padding:5px 0 0;
}
.commentsNavPrev {
	float:left;
}
.commentsNavNext {
	float:right;
}
.commentsNav a {
	text-decoration:none;
	color:#000;
	font-weight:700;
}
.commentsNav a:hover {
	color:#666;
}

/*   Code   */
code {
	background:#000;
	display:block;
	border:1px dotted #238DAD;
	border-left:5px solid #238DAD;
	padding:20px;
	overflow-y:auto;
	color:#23AD43;
	margin:0 0 15px;
}







