/*  
Theme Name: CopperBot
Theme URI: http://www.copperbot.net
Description: Default copperbot theme.
Version: 1.0
Author: Jay Darnell
Author URI: http://www.copperbot.net/
*/

@import "reset.css";

/* --- Selectors ----------------------------- */

body {
	background: #3c2e25 url(images/bg_image.gif) repeat-x top left;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #535353;
}

a, a:visited, a:hover { 
	color: #54b948; 
}

a img { 
	border:none; 
}

.alignright {
	float:right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	width: 300px;
}

#sitewrapper {
	width: 970px;
	margin: 0px auto;
	position: relative;
}

#twitterbubble {
	width: 308px;
	height: 132px;
	background:transparent url(images/twitter_bubble.png) no-repeat top left;
	position: absolute;
	left: 430px;
	top: 10px;
	display: block;
	z-index: 99;
	padding: 20px 0px 0px 20px;
}

#twitterbubble p {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	width: 268px;
}

#greeting {
	padding: 0 0 20px 0;
	background:transparent url(images/divider.png) repeat-x scroll center bottom;
}

#hireme {
	width: 388px;
	height: 81px;
	margin-top: 17px;
	display: block;
	margin-left: auto;
    margin-right: auto
	
}

#content {
	width: 968px;
	margin: 0 0 0 1px;
	background: #f7f1e0 url(images/bg_content.gif) no-repeat top center;
	padding: 25px 0;
	line-height: 1.6em;
}

#content p {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.entry li {
	margin-bottom: 5px;
	
}

.entry ul {
	margin-bottom: 10px;
}

#content .entry h3 {
	margin-bottom: 10px;
}

h1 {

}

h2 {
	/*margin-top: 7px;*/
	margin-bottom: 17px;
	
}

h2#headerhome {
	margin-bottom: 17px;
	height: 25px;
	width: 250px;
	display: block;
	background: url(images/header_home.png) no-repeat top right;
	text-indent: -9000px;
}

h2#headerrecentposts {
	margin-top: 17px;
	margin-bottom: 0;
	height: 25px;
	width: 250px;
	display:block;
	background: url(images/header_recentposts.png) no-repeat top right;
	text-indent: -9000px;
}

h2#headerblog {
	margin-bottom: 0;
	height: 25px;
	width: 250px;
	display: block;
	background: url(images/header_blog.png) no-repeat top right;
	text-indent: -9000px;
	
}

h2#header404 {
	margin-bottom: 17px;
	height: 25px;
	width: 250px;
	display: block;
	background: url(images/header_404.png) no-repeat top right;
	text-indent: -9000px;
}

h2#headersearch {
	margin-bottom: 0;
	height: 25px;
	width: 250px;
	display: block;
	background: url(images/header_search.png) no-repeat top right;
	text-indent: -9000px;
}

h2#headerarchive {
	margin-bottom: 0;
	height: 25px;
	width: 250px;
	display: block;
	background: url(images/header_archive.png) no-repeat top right;
	text-indent: -9000px;
}

#page-3 h2 {
	height: 25px;
	width: 250px;
	display: block;
	background: url(images/header_work.png) no-repeat top right;
	text-indent: -9000px;
}

#page-2 h2 {
	height: 25px;
	width: 250px;
	display: block;
	background: url(images/header_about.png) no-repeat top right;
	text-indent: -9000px;
}

#page-6 h2 {
	height: 25px;
	width: 250px;
	display: block;
	background: url(images/header_contact.png) no-repeat top right;
	text-indent: -9000px;
}

#page-46 h2 {
	height: 25px;
	width: 250px;
	display: block;
	background: url(images/header_illustration.png) no-repeat top right;
	text-indent: -9000px;
}

#page-48 h2 {
	height: 25px;
	width: 250px;
	display: block;
	background: url(images/header_webdesign.png) no-repeat top right;
	text-indent: -9000px;
}

#page-105 h2 {
	height: 25px;
	width: 250px;
	display: block;
	background: url(images/header_sitemap.png) no-repeat top right;
	text-indent: -9000px;
}

#page-223 h2 {
	height: 25px;
	width: 250px;
	display: block;
	background: url(images/header_printshop.png) no-repeat top right;
	text-indent: -9000px;
}

#content h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #535353;
	/*color: #54b948;*/
	margin-bottom: 3px;
}

#content h3 a, h3 a:hover, #content h3 a:visited {
	
	color: #535353;
	/* color: #54b948; */
	text-decoration: none;
}

.authoravatar {
	float: left;
	margin-right: 10px;
}

.authoravatar img {
	border:1px solid #BEBEBE !important;
	padding:1px !important;
}

.postheader {
	margin-bottom:10px

}

.post {

	padding: 17px 0 17px 0;
	background:transparent url(images/divider.png) repeat-x scroll center bottom;

}

.noposts {

	padding: 17px 0 17px 0;

}

.postmetadatafull {
	padding: 20px 0 0 0;
	background: transparent url(images/divider.png) repeat-x scroll center top;
}

/* --- header section ----------------------------- */

#header {
	background: url(images/bg_header.gif) repeat-x top left;
	width: 970px;
	height: 96px;
	margin: 0px auto;
	padding: 0;
}

#header #logo {
	width: 970px;
	height: 96px;
	background: url(images/bg_header_robothand.gif) no-repeat top right;
}

#header #logo a {
	width: 402px;
	height: 96px;
	display: block;
	text-indent: -9000px;
	background-image: url(images/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#banner {
	background: url(images/banner.gif) no-repeat top left;
	width: 970px;
	height: 235px;
}

#mainnav {
	background: #b06010 url(images/bg_nav.gif) no-repeat top right;
	height: 78px;
	width: 968px;
	margin: 0 0 0 1px;
}

#mainnav2 {
	background: #b06010 url(images/bg_nav.gif) no-repeat top right;
	height: 78px;
	width: 968px;
	margin: 0 0 0 1px;
}

ul#nav2 {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#nav2 li ul {
	display: none;
}

ul#nav2 li a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9000px;
	position: absolute;
}

ul#nav2 li a:hover{
	background-position: left center;
}

ul#nav2 li.current_page_item a{
	background-position: left bottom;
}

ul#nav2 li.page-item-37 a {
	background-image: url(images/btn_home.gif);
	height: 78px;
	width: 113px;
	top: 0px;
	left: 0px;
}

ul#nav2 li.page-item-3 a {
	background-image: url(images/btn_work.gif);
	height: 78px;
	width: 112px;
	top: 0px;
	left: 113px;
}

ul#nav2 li.page-item-2 a {
	background-image: url(images/btn_about.gif);
	height: 78px;
	width: 123px;
	top: 0px;
	left: 225px;
}

ul#nav2 li.page-item-35 a {
	background-image: url(images/btn_blog.gif);
	height: 78px;
	width: 106px;
	top: 0px;
	left: 348px;
}

ul#nav2 li.page-item-6 a {
	background-image: url(images/btn_contact.gif);
	height: 78px;
	width: 148px;
	top: 0px;
	left: 454px;
}

#frame {
	background: url(images/bg_contentarea.gif) repeat-y top center;
	width: 970px;
	margin: 0px auto;
	margin-bottom: 25px;
	padding: 0;
}

/* --- SideBar ----------------------------- */

#sidebar #likeboxwrapper {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 244px;
	height: 285px;
}

#sidebar #searchbar {
	
	width: 244px;
	height: 33px;
	background: url(images/bg_searchbox.png);
	margin-bottom: 25px;
	position: relative;
}

#sidebar #searchbar .screen-reader-text {
	/*display: none;*/
	position: absolute;
	top: 8px;
	left: 8px;
	cursor: text;
	font-size: 1.2em;
	color: #535353;
}

#searchbar input#s {
 	float: left;
    padding: 0;
    margin: 8px 0 0 8px;
    border: 0;
    width: 195px;
    background: none;
	font-size: 1.2em;
	color: #535353;
	
}

#searchbar input#searchsubmit {
	width: 33px;
	height: 33px;
	padding: 33px 0 0;
	margin: 0;
	border: 0;
	background: transparent;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
}

form>#searchsubmit { /* For non-IE browsers*/
  height: 0px;
  
}


#sidebar ul li a {
	text-indent: 0;
	
}

#sidebar {
	width: 264px;
	padding: 0 0 0 20px;
	float:left;
	margin-bottom: 20px;

}

#sidebar #bigbuttons a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9000px;
	width: 244px;
	height: 84px;
	margin-bottom: 25px;
}

#sidebar a.illustration {
	background-image: url(images/btn_illustration.png);
}

#sidebar a.webdesign {
	background-image: url(images/btn_webdesign.png);
}

#sidebar a.printshop {
	background-image: url(images/btn_printshop.png);
}

#sidebar a.twitter {
	background-image: url(images/btn_twitter.png);
}

#maincontent {
	width: 663px;
	float: left;
	margin-bottom: 20px;
}

.blognavigation {
	margin-top: 15px;
}

.blognavigation a {
 	width: 141px;
	height: 33px;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9000px;
}

#olderentries {
	float: left;
}

#olderentries a {
	background-image: url(images/btn_older.png);
}

#newerentries {
	float: right;
}

#newerentries a {
	background-image: url(images/btn_newer.png);
}

#footer {
	background: url(images/bg_footer.gif) repeat-x top left;
	clear: both;
	height: 82px;
	width: 968px;
	margin: 0 0 0 1px;
	padding: 0;
	line-height: 1.4em;
}

#socialwrapper {
	margin-top: 32px;
}

ul#socialmedia {
	float: left;
	margin-left: 20px;
	margin-top: 32px;
	list-style: none;
	padding: 0;
}

ul#socialmedia li {
	float: left;
	margin: 0 10px 0 0;
}

ul#socialmedia li a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9000px;
	height: 32px;
	width: 32px;
}

ul#socialmedia li a:hover{
	background-position: left bottom;
}

li a.linkedinbig {
	background-image: url(images/btn_linkedinbig.png);
}

li a.skypebig {
	background-image: url(images/btn_skypebig.png);
}

li a.aimbig {
	background-image: url(images/btn_aimbig.png);
}

li a.gtalkbig {
	background-image: url(images/btn_gtalkbig.png);
}

li a.msnbig {
	background-image: url(images/btn_msnbig.png);
}

li a.yahoobig {
	background-image: url(images/btn_yahoobig.png);
}

li a.emailbig {
	background-image: url(images/btn_emailbig.png);
}

li a.facebookbig {
	background-image: url(images/btn_facebookbig.png);
}

li a.youtubebig {
	background-image: url(images/btn_youtubebig.png);
}

li a.deliciousbig {
	background-image: url(images/btn_deliciousbig.png);
}

li a.rssbig {
	background-image: url(images/btn_rssbig.png);
}

li a.deviantartbig {
	background-image: url(images/btn_deviantartbig.png);
}

#footertext {
	text-align: right;
	float:right;
	margin-right: 20px;
	margin-top: 32px;
}

/* --- Comments ----------------------------- */

h3#comments {
	margin-bottom: 10px;
}

#postcomments {
	padding: 10px 0 0 0;
}

#postcomments img {
	border:1px solid #BEBEBE !important;
	padding:1px !important;
}

#postcomments ol li.comment {
	background:transparent url(images/divider.png) repeat-x scroll center bottom;
	margin-bottom: 10px;

}

ol.commentlist li {
	/* list-style: none; */
	/*border:red solid 1px;*/
	padding-bottom: 10px;
}

.commentmetadata {
	margin-bottom: 10px;
}

#commentform input#submit {
	width: 141px;
	height: 33px;;
	padding: 33px 0 0;
	margin: 0;
	border: 0;
	background: transparent url(images/btn_submit_comment.png) no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
  
}

form>#submit { /* For non-IE browsers*/
	height: 0px;
}


#commentform input#author {
	width: 330px;
	height: 25px;
	background: url(images/bg_forminput.png) no-repeat top left;
	border: none;
	color: #535353;
	padding:  5px 8px 0 8px;
}

#commentform input#email {
	width: 330px;
	height: 25px;
	background: url(images/bg_forminput.png) no-repeat top left;
	border: none;
	color: #535353;
	padding:  5px 8px 0 8px;
}

#commentform input#url {
	width: 330px;
	height: 25px;
	background: url(images/bg_forminput.png) no-repeat top left;
	border: none;
	color: #535353;
	padding:  5px 8px 0 8px;
}

#respondheader {
	height: 10px;
	width: 380px;
	background: url(images/bg_formheader.png) no-repeat top left;
}

#respond {
	background: url(images/bg_formbody.png) no-repeat bottom left;
	padding-left: 25px;
	
}

#respond form {
	width: 380px;
	padding-bottom: 10px;
}

#respond textarea#comment {
 	width: 316px;
	height: 145px;
	border: none;
	color: #535353;
	margin-top: 5px;
	overflow: auto;
	/*overflow-y: auto;
	overflow-x: auto; */
	border: 0;
}

#respond #messagetext {
	background: url(images/bg_formtextarea.png) no-repeat top left;
	padding-left: 8px;
	padding-top: 2px;
	width: 330px;
	height: 160px;
	margin-top: -10px;
	margin-bottom: 10px;

}


/* --- Form Styles ----------------------------- */

#formtop {
	height: 10px;
	width: 380px;
	background: url(images/bg_formheader.png) no-repeat top left;
}

#contactform {
	background: url(images/bg_formbody.png) no-repeat bottom left;
	padding-left: 25px;
	
}

#contactform form {
	width: 380px;
	padding-bottom: 10px;
}

#contactform input.inputfield {
 	width: 330px;
	height: 25px;
	background: url(images/bg_forminput.png) no-repeat top left;
	border: none;
	color: #535353;
	padding:  5px 8px 0 8px;
}

#contactform textarea.textareafield {
 	width: 316px;
	height: 145px;
	border: none;
	color: #535353;
	margin-top: 5px;
	overflow: auto;
	/*overflow-y: auto;
	overflow-x: auto; */
	border: 0;
	
}

#contactform #messagetext {
	background: url(images/bg_formtextarea.png) no-repeat top left;
	padding-left: 8px;
	padding-top: 2px;
	width: 330px;
	height: 160px;
	margin-top: -10px;
	margin-bottom: 10px;

}

#submitform {
  width: 141px;
  height: 33px;
  padding: 33px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(images/btn_send_message.png) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  
}

form>#submitform { /* For non-IE browsers*/
  height: 0px;
  
}


#contactinfo {
	float:right;
	margin-right: 40px;
}

#contactinfo ul#test {
	margin-left: 0px;
	list-style: none;
	padding: 0;
}

#contactinfo ul#test li {
	float: left;
	margin: 0 10px 0 0;
}

#contactinfo ul#test li a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9000px;
	height: 32px;
	width: 32px;
}

#contactinfo ul#test li a:hover{
	background-position: left bottom;
}

/* --- Form Error Styles ----------------------------- */
div.wpcf7-validation-errors {
	border: none !important;
	margin:10px 0 0 0 !important;
	padding:0 0 0 0 !important;
	width: 310px;
}

div.wpcf7-response-output {
	border: none !important;
	margin:10px 0 0 0 !important;
	padding:0 0 0 0 !important;
	width: 310px;
}

/* --- Gallery Styles ----------------------------- */

.ngg-galleryoverview {
	margin-bottom: 10px !important;
}

.ngg-right {
	margin-left: 10px !important;
	margin-bottom: 10px !important;
}

/* --- WebDesign Gallery Styles ------------------- */

div.webgalleryitem {
	background:url("images/divider.png") repeat-x scroll center bottom transparent;
	clear:both;
	display:inline-block;
	height:auto;
	margin:0 0 17px 0;
	padding:17px 0;
	width:100%;
}

div.webgalleryitem h3 {
	margin-top: -15px;
}

div.webgalleryitem a img{
	margin: 0 0 0 20px;
	
}