/*
Theme Name: Aby Theme
Theme URI: http://abydesign.com
Description: Custom WordPress Theme made by <a href="http://abydesign.com">Aby Design</a>.
Tags: minimal, framework, 960
Version: 1.0
Author: Aaron Boynton
Author URI: http://aaronboynton.com
*/

/* Reset Stylesheet */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* end Reset Stylesheet */

html {
	/* background: #FFF url(images/bg_texture.jpg) top left repeat; */
}

body {
	font-family: Arial,Helvetica,Sans-Serif;
	color: #444;
	font-size: 12px;
	line-height: 20px;
	background: #222;
}


/* MAIN WEBSITE CODES HERE
------------------------------------------------------------------*/
#outerwrapper {
	background:#FFFFFF;
	float:left;
	margin:0;
	padding:0;
	width:100%;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

a, a:visited { color: #6699cc; border-bottom:1px dotted; text-decoration:none; outline: none; }
a:hover { color: #6699cc; text-decoration: none; }

small {
font-size:.8em;
} 

img { border: 0; }

blockquote {
margin: 22px 40px;
color:#252525;
padding: 10px 20px 0 20px;
background: #F0F0F0;
border: 1px solid #E3E3E3;
}

pre, code {
font-family: "Courier New", Courier, Monospace;
line-height: 1.5;
}

pre, code {
background: #F0F0F0;
display: block;
border-top: 1px solid #E3E3E3;
white-space: pre;
overflow: auto;
margin: 0 15px;
padding: 10px 15px;
max-height: 300px;
}

.clear {
	clear:both;
}

h1{ font-size: 2.8em; line-height: 24px; }
h2{ font-size: 2.4em; line-height: 20px; }
h3{ font-size: 2.0em; line-height: 18px; }
h4{ font-size: 16px; line-height: 16px; }
h5{ font-size: 14px; line-height: 14px; }
h6{ font-size: 12px; line-height: 12px; }

h1, h2, h3, h4, h5, h6 {
padding: 0; 
margin: 0 0 10px 0; 
letter-spacing:0px;
line-height:1.4em;
word-spacing:0.2em;
text-shadow:0 0 1px rgba(255, 255, 255, 0.01);
font-weight:normal;
}


.alignleft { float: left; margin: 0 15px 15px 0; }
.alignright { float: right; margin: 0 0 15px 15px; }
.aligncenter { display: block; margin: 0 auto; }


/* HEADER CODES HERE
------------------------------------------------------------------*/

.headerwide {
	float: left;
	margin: 0;
	padding: 15px 0px 0px;
	width: 100%;
	background: #FFF; /* f8f8f8 url(images/bg_header.jpg) repeat-x top center; */
}

.headerwrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

.headerwrap { height: 100px; }
.headerwrap h1 a, .headerwrap h2 a {
	text-indent: -9999px;
	background: url("http://abydesign.com/img/aby-logo.png") no-repeat top left;
	display: block;
	width: 900px;
	height: 100px;
        border:none;
}


/* NAVIGATION CODES HERE
------------------------------------------------------------------*/

.navigationwide {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: none; /* #c1c1c1 url(images/bg_nav.jpg) repeat-x top center; */
	border-bottom:1px solid #000;
}

.navigationwrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

/* Basic List Styling (First/Base Level) */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	26px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			46px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}

/*** CUSTOM SKIN ***/
/* 
.sf-menu {
	float:			right;
	margin-bottom:	0;
}
*/
.sf-menu {
	margin:0 auto; /* 0 auto; */
	width:540px; /* 620 */
	/* float:right; */
}
.sf-menu a {
	padding: 		10px 14px;
	text-decoration:	none;
	font-weight:		bold;
	font-size:		1.1em;
	text-transform:		uppercase;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
	border-bottom:		none;

}

.sf-menu li {
	/* background:		none; */
}
.sf-menu li li {
	background:		#6699cc; /* none; */
}
.sf-menu li li li {
	background:		#6699cc; /* none; */ 
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#6699cc;
	outline:		0;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active, 
.sf-menu li.current_page_item {
	background:		#6699cc; /* dadada; */
	outline:		0;
	color:			#252525;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.sf-sub-indicator {
display:none;
}

/* CONTENT CODES HERE
------------------------------------------------------------------*/
#portpreview {
/*
text-align:center;
margin-bottom:10px;
*/
margin:10px 0px 20px;
font-size: 1.5em;
color: #666;
}
.contentwrap {
	float: left;
	margin: 0;
	padding: 50px 0 20px;
	width: 600px;
}

.postwrap {
	float: left;
	margin: 10px;
	padding: 0px 0px 40px 0px;
	width: 538px;
	background: #FFFFFF;
	border: none; /* 1px solid #c1c1c1; */
}

.postwrap h1 { padding: 0; margin: 0 0 20px 0; }
.postwrap h1 a, .postwrap h1 a:visited { border-bottom:none; }
.postwrap h1 a:hover { border-bottom:none; }
.postwrap h2 { padding: 0; margin: 0 0 10px 0; color:#DDD; }
.postwrap h2 a, .postwrap h2 a:visited { /* border-bottom:none; */ }
.postwrap h2 a:hover { border-bottom:none; }

.postwrap p { padding: 0 0 20px 0; margin: 0; font-size:1.4em; }

.postimage { border: 1px solid #c1c1c1; float: left; margin: 0 10px 10px 0; }

.postwrap ul, .postwrap ol { margin: 10px 10px 10px 30px; font-size:1.3em; }
.postwrap ul{ list-style-type:disc; }
.postwrap ol{ list-style-type:decimal; }

.postwrap img { max-width:518px; }
.pagefullwidth img { max-width:940px; }

.postinfo { display:none; float: left; margin: -20px 0 35px 0; padding: 0; width: 100%; color: #c1c1c1; text-transform: lowercase; font-size: 11px;  }
.postinfo a, .postinfo a:visited { color: #6699cc; border-bottom:none; font-weight: bold; }
.postinfo a:hover { color: #6699cc; }

.ad468 { text-align: center; }

.sharethis { padding: 10px; width: 558px; }
ul.socialwrap {margin: 0; padding: 0; list-style-type: none;  border: 0;  }
ul.socialwrap li { float: left; height: 48px; margin: 8px; }
ul.socialwrap img { border: 0; padding: 0; margin: 0;}

.archivetitle { padding: 10px 20px; background: #f1f1f1; }
.archivetitle h2 { margin: 0; text-transform: uppercase; font-size: 18px; line-height: 18px;}

.fullwidth { width:960px; }
.pagefullwidth { width: 938px; }

.relatedposts { float: left; width: 920px; margin: 0 10px 0 0; }
.relatedposts h4 { margin: 0 0 5px 0; }
.relatedposts ul { list-style-type: none; margin: 0; padding: 0; }
.relatedposts ul li { padding: 0; list-style: inline; margin: 0; } 
.relatedposts ul li a, .relatedposts ul li a:visited { padding: 5px 0; color: #6699cc; text-decoration: none; border-bottom: 1px solid #6699cc; display: block; width: 920px; }
.relatedposts ul li a:hover { color: #6699cc; text-decoration: none; }
.relatedad { float: left; width: 960px; }

a.more-link, a.more-link:visited { float: right; margin: 30px 0 0 0; text-align: right; color: #FFF; background: #6699cc; text-decoration: none; text-transform: uppercase; padding: 5px; }
a.more-link:hover { color: #FFF; text-decoration: underline; }

/* SIDEBAR CODES HERE
------------------------------------------------------------------*/

.sidebarwrap {
	float: left;
	margin: 0;
	padding: 50px 0;
	width: 340px;
}

.sidebox {
	float: left;
	margin: 10px;
	padding: 20px 19px;
	width: 300px;
	background: #FFF;
	/* border: 1px solid #c1c1c1; */
}

.sidebox h3 { font-size: 18px; font-weight: normal; text-transform: uppercase; color: #464646; margin: 0 0 5px 0; padding: 0; }
.sidebox h3 a, .sidebox h3 a:visited { text-decoration: none; }
.sidebox h3 a:hover { text-decoration: none; }

.sidebox ul { list-style-type: none; margin: 0; padding: 0; }
.sidebox ul li { padding: 0; list-style: inline; margin: 0; } 
.sidebox ul li a, .sidebox ul li a:visited { padding: 5px 0; color: #6699cc; text-decoration: none; border-bottom: 1px solid #6699cc; display: block; width: 300px; }
.sidebox ul li a:hover { color: #6699cc; text-decoration: none; }
.sidebox ul li ul li a{ padding: 5px 0 5px 10px; width: 290px; border-bottom: 0; color: #6699cc; }

.ad300 { }
.ad125 { text-align: center; }
.ad125 img { border: 1px solid #6699cc; margin: 5px; padding: 2px; background: #FFF; }

.searchwrap { width: 320px; padding: 10px 9px; }
form { margin: 0; padding: 0; }
.text_input { width: 208px; height: 16px; padding: 10px; margin: 0 10px 0 0; background: #F8F8F8; border: 1px solid #333; color: #6699cc; float: left; }
.text_submit { cursor:pointer; width: 80px; padding: 10px; margin: 0; background: #6699cc; border: 0; color: #FFF; font-weight: bold; float: right; }

.showrss { width: 320px; padding: 10px 9px; }
.rssimg { float: left; margin: 0 10px 0 0; }
.rss_input { width: 150px; height: 16px; padding: 10px; margin: 3px 10px 0 0; background: #F8F8F8; border: 1px solid #c1c1c1; color: #6699cc; float: left; }
.rss_submit { width: 80px; padding: 10px; margin: 3px 0 0 0; background: #6699cc; border: 0; color: #FFF; font-weight: bold; float: right; }

.twitterbox ul { list-style-type: none; margin: 0; padding: 0; }
.twitterbox ul li { padding: 5px 0; list-style: inline; margin: 0; border-bottom: 1px solid #c1c1c1; } 
.twitterbox ul li a, .twitterbox ul li a:visited { padding: 0; text-decoration: none; display:inline; border: 0; }
.twitterbox ul li a:hover { text-decoration: none; }

/* FOOTER CODES HERE
------------------------------------------------------------------*/

.footerwide {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: none; 
	border-top:5px solid #6699CC;
}
.footercolumns {
	color:#999;
	margin:0 auto;
	padding:0;
	position:relative;
	width:960px;
}
.fcol {
float: left;
width: 30%;
margin-right:10px;
padding:20px 10px;
}
.fcol h3 {
	font-size:2.3em;
	font-family: Arial,Helvetica,Sans-Serif;
	margin-bottom:20px;
}
.end {
margin-right:0px;
}
.footerwrap {
	position: relative;
	margin: 40px auto 20px;
	padding: 0;
	width: 960px;
	color: #999;
	height:75px;
}

.footerwrap a, .footerwrap a:visited { text-decoration: none; }
.footerwrap a:hover { border-bottom:none; }


.footerleft { float: left; margin: 0; padding: 10px; width: 460px; }
.footerright { float: left; margin: 0; padding: 10px; width: 460px; text-align: right; }
.footerright img { vertical-align:middle; border:none; }
/* comment codes */

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li div.comment-author { }
ol.commentlist li div.vcard { font-size:16px; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:2px solid #EEE; float:right; width: 32px; height: 32px; margin:0 0 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { color:#6699cc; }
ol.commentlist li p { font-size:12px; margin:0 0 1em; }
ol.commentlist li ul { font-size:12px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #6699cc; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #6699cc; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #6699cc; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #6699cc; }

ol.commentlist li.pingback { border-bottom:1px dotted #6699cc; padding:1em; }
ol.commentlist li.pingback .reply, ol.commentlist li.pingback .comment-meta, ol.commentlist li.pingback .says, ol.commentlist li.pingback p { display: none; }

ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
/*
ol.commentlist li.bypostauthor { background: #898989; color: #FFF; }
ol.commentlist li.bypostauthor a, ol.commentlist li.bypostauthor a:visited { color: #FFF; text-decoration: underline; }
ol.commentlist li.bypostauthor a:hover { text-decoration: none; color: #FFF; }
ol.commentlist li.bypostauthor pre, ol.commentlist li.bypostauthor code { color: #252525; }
*/

/* PAGE NAVIGATION LAYOUT CODES HERE */

.wp-pagenavi { float: right; text-align: right; margin: 10px 8px 10px 0; }

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 5px 7px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #6699cc;
	color: #6699cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 5px 7px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #6699cc;
	color: #6699cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #6699cc;
	color: #6699cc;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 5px 7px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #252525;
	color: #252525;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 5px 7px;
	margin: 2px;
	color: #c1c1c1;
	border: 1px solid #c1c1c1;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 5px 7px; 
	margin: 2px;
	font-weight: normal;
	border: 1px solid #c1c1c1;
	color: #c1c1c1;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 5px 7px;	
	margin: 2px;	
	border: 1px solid #c1c1c1;
	color: #c1c1c1;
	background-color: #FFFFFF;
}





/* BREADCRUMB CODES HERE */

.breadcrumbwrap {
	display:none;
	padding: 0;
	width: 578px;
	background: #EEE;
	border: 1px solid #c1c1c1;
}

#crumbs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height:2.3em;
	}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
#crumbs li a {
	background:url(../images/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}
	
/* AUTHOR BOX CODES HERE */

.author_pic { width: 80px; float: left; margin: 0 10px 0 0; }
.author_text { width: 448px; float: left; margin: 0; }


/* PORTFOLIO GRID LAYOUT */

.grid {
float:left;
width:255px;
margin:0px 35px 60px 30px;
}
.gridend {
margin-right:0px;
}
.gridimgbox {
background:url("images/shadow-lg.png") no-repeat scroll right bottom transparent;
padding:0 0 15px;
width:255px;
}
.gridimg {
background:none repeat scroll 0 0 #EEE;
border:1px solid #DDDDDD;
height:140px;
padding:7px;
width:240px;
}
.gridtitle {
font-size:2.0em;
line-height:1.2em;
font-family:Arial,Helvetica,sans-serif;
}




/* CONTACT FORM LAYOUT */


.myform  {
padding:14px;
width:460px;
}
#stylized {
float:left;
margin-right:20px;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p {
color:#666666;
font-size:11px;
margin-bottom:20px;
padding-bottom:10px;
}
#stylized label {
display:block;
float:left;
font-weight:bold;
text-align:right;
width:140px;
font-size:1.2em;
}
#stylized .small {
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized .error {
color:#FF0000;
font-size:12px;
font-weight:bold;
margin:2px 0 20px 150px;
padding:4px 2px;
}
#stylized input[type="text"], #stylized textarea {
border:1px solid #AACFE4;
float:left;
font-size:12px;
margin:2px 0 20px 10px;
padding:4px 2px;
width:300px;
}
#sendCopy {
width:50px;
}
#stylized button {
background:#6699cc;
border:1px solid #666;
clear:both;
font-size:1.2em;
margin-left:150px;
text-align:center;
padding:5px 30px;
cursor:pointer;
}

.address {
font-size:1.1em;
}

hr {
border:1px solid #AACFE4;
background:#AACFE4;
}
.error {
color:#FF0000;
font-weight:bold;
}


#cs-title-coin-slider {
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
}
#coin-slider-coin-slider {
	margin-bottom:30px;
	/* background:#EEE;
	border:1px solid #DDD; */
	padding:10px 10px 0px;
}
.cs-prev, .cs-next {
background-color:none;
}
.cs-prev {
	background: url("images/arrow.png") no-repeat scroll left center transparent;
	text-indent:-9999px;
	cursor:pointer;
	display:block;
	height:80px;
	width:26px;
	z-index:99;
        margin-left:10px;
}
.cs-next {
	background: url("images/arrow.png") no-repeat scroll right center transparent;
	text-indent:-9999px;
	cursor:pointer;
	display:block;
	height:80px;
	width:26px;
	z-index:99;
	margin-right:10px;
}

.ngg-singlepic {
margin:20px 0px;
}
img#wpstats { display:none; }



/* CSS DARK Theme Document */

body {
background:#222222 url('images/bg-repeat2.png') repeat top left;
color:#888;
}
.navigationwide {
background:url("http://abydesign.com/img/top_bg.jpg") repeat-x scroll left top transparent;
}
.headerwide {
background:none;
}
#outerwrapper {
background:none;
}
.postwrap {
background:none;
}
.gridimgbox {
background:url("images/shadow-lg-black.png") no-repeat scroll right bottom transparent;
}
#portpreview {
color:#888;
}
ol.commentlist li.even {
background:none;
}
ol.commentlist li.odd {
background:#1f1f1f;
}
.sidebox {
background:none;
}
.text_input {
background:#222;
}
.sidebox h3 {
color:#888;
}
pre, code {
background:#111;
border-top:none;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi a:link {
background:none;
}

#respond input[type=text], #respond textarea {
background:#1f1f1f;
color:#EEE;
padding:5px;
}
.footerwide {
background:#111111;
}
.headerwrap { height: 100px; }
.headerwrap h1 a, .headerwrap h2 a {
	text-indent: -9999px;
	background: url("http://abydesign.com/img/aby-logo-3-blue2.png") no-repeat top left;
	display: block;
	width: 900px;
	height: 100px;
}


.readmore {
font-size:.8em;
white-space:nowrap;
}

