/*  
Theme Name: Cross Stitch 4 Free
Theme URI: http://crossstitch4free.com/
Description: Adsense-filled site for CrossStitch4Free.com
Version: 1.0
Author: WebGrrrl.net
Author URI: http://webgrrrl.net/
*/

body {
	background: #79B837;
	font-family: "trebuchet ms", verdana;
	font-size: 13px;
}

.singlewrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background-color: #C7EB6E;
}

.doublewrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background: url('images/background.gif') repeat;
}

.header {
	background-color: #C7EB6E;
}

.headertitle {
	width: 790px;
	height: 68px;
	background-image: url('images/title.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #C7EB6E;
	margin: 10px;
}

.headertitle h1 {
	display: none;
}

.headertitle p {
	width: 250px;
	height: 65px;
	margin: 10px;
	background-color: #C7EB6E;
	height: 1%;
	display: inline;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	line-height: 10pt;
}

.headertitle a {
	color: #006600;
}

.headeradsense {
	clear: both;
	text-align: center;
	padding-bottom: 5px;
}

.singleside {
	float: left;
	width: 800px;
	background-color: #ffffff;
}

.leftside {
	float: left;
	width: 600px;
}

.rightside { 
	margin: 0;
	float: left;
	width: 200px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}

.nav {
	display: block;
}

.navtemplates {
	background-color: #be0000;
	background-image: url('images/nav-templates.jpg');
	background-position: bottom-left;
	background-repeat: repeat-x;
	width: 200px;
	height: 150px;
	display: block;
	float: left;
}

.navtemplates a {
	text-decoration: none;
	color: #ffffff;
	font-family: 'Century Gothic', sans-serif;
	font-size: 16px;
	margin-left: 10px;
}

.navarticles {
	background-color: #1b4484;
	background-image: url('images/nav-articles.jpg');
	background-position: bottom-left;
	background-repeat: repeat-x;
	width: 200px;
	height: 150px;
	display: block;
	float: left;
}

.navarticles a {
	text-decoration: none;
	color: #ffffff;
	font-family: 'Century Gothic', sans-serif;
	font-size: 16px;
	margin-left: 10px;
}

.navresources {
	background-color: #2ec70a;
	background-image: url('images/nav-resources.jpg');
	background-position: bottom-left;
	background-repeat: repeat-x;
	width: 200px;
	height: 150px;
	display: block;
	float: left;
}

.navresources a {
	text-decoration: none;
	color: #ffffff;
	font-family: 'Century Gothic', sans-serif;
	font-size: 16px;
	margin-left: 10px;
}

.navshop {
	background-color: #f1ee00;
	background-image: url("images/nav-shop.jpg");
	background-position: bottom-left;
	background-repeat: repeat-x;
	width: 200px;
	height: 150px;
	display: block;
	float: left;
}

.navshop a {
	text-decoration: none;
	color: #000000;
	font-family: 'Century Gothic', sans-serif;
	font-size: 16px;
	margin-left: 10px;
	margin-top: 30px;
}

.contenthilite {
	margin: 10px;
}

.contentadsenselinkunits {
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
}

/* set the image to use and establish the lower-right position */
.topbox, .topbox_body, .topbox_head, .topbox_head h2 { 
	background: transparent url('images/box.png') no-repeat bottom right;
}

.topbox {
	width: 365px !important; /* intended total box width - padding-right(next) */ 
	width: 355px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	float: left;
	display: block;
}

/* set the top-right image */ 
.topbox_head { 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 40px; /* right-image-gap + right-inside padding */
} 

/* set the top-left image */ 
.topbox_head h2 { 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */
	padding: 15px 0 15px 45px;
	height: auto !important; 
	height: 1%; /* IE Holly Hack */
	font-size: 18px;
}

/* set the lower-left corner image */ 
.topbox_body { 
	background-position: bottom left; 
	margin-right: 25px; /* interior-padding right */ 
	padding: 1px 0 5px 40px; /* mirror .cssbox_head right/left */
}

.topbox_body a {
	text-decoration: none;
	color: #000000;
}

.topbox_body p {
	font-weight: bold;
}

/* set the image to use and establish the lower-right position */
.recbox, .recbox_body, .recbox_head, .recbox_head h2 { 
	background: transparent url('images/box.png') no-repeat bottom right;
}

.recbox {
	width: 365px !important; /* intended total box width - padding-right(next) */ 
	width: 355px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	float: left;
	display: block;
}

/* set the top-right image */ 
.recbox_head { 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 40px; /* right-image-gap + right-inside padding */
} 

/* set the top-left image */ 
.recbox_head h2 { 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */
	padding: 15px 0 15px 45px;
	height: auto !important; 
	height: 1%; /* IE Holly Hack */
	font-size: 18px;
}

/* set the lower-left corner image */ 
.recbox_body { 
	background-position: bottom left; 
	margin-right: 25px; /* interior-padding right */ 
	padding: 1px 0 5px 40px; /* mirror .cssbox_head right/left */
}

.recbox_body a {
	text-decoration: none;
	color: #000000;
}

.recbox_body p {
	font-weight: bold;
}

.contentinfo {
	clear: left;
	margin: 10px;
	border-bottom: solid;
}


.contentdetail {
	display: block;
        clear: left;
}

.feedback {
	margin: 10px;
}

.postheader a {
	text-decoration: none;
	color: #006600;
}

.postcontent img {
	margin: 10px;
	border: 0;
}

/* ORDERED THUMBNAILS */
.orderedthumbnails {
	float: left;
}

/* ADS */
.adsenseblock {
	float: left;
	margin: 10px;
	width: 300px;
	height: 250px;
}

.adsenseskyscraper {
	width: 130px;
	height: 600px;
	float: right;
	margin-top: 10px;
	padding-left: 10px;
}

.adrotator {
	padding: 5px;
	margin: 10px;
	border: 1px dotted;
	background-color: #E4FE7E;
	color: #000000;
	clear: left;
	width: 565px;
	text-align: justify;
}

.adrotator a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.postsponsor {
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	margin: 1px;
	width: 545px;
}

.postmeta {
	clear: left;
}

.navigation {
	display: block;
	text-align: center;
	font-size: 11px;
	padding: 10px;
}

.navigation br {
	clear: both;
}

.navigation a {
	text-decoration: none;
	color: #666666;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.footer {
	clear: both;
	background: #444041;
	color: #ffffff;
	padding: 5px;
	padding-left: 10px;
}

.footer a {
	text-decoration: none;
	color: #ffffff;
}

.footerlinks, .footerlinks a {
	color: #79B838;
	text-align: center;
}

/* SUBSCRIBE BOX */
.subscontainer {
  width: 160px;
  display: block;
  float: right;
  margin: 0 auto;
  font: 11px/150% Verdana, Arial, Sans Serif;
  color: #000;
  border: 1px solid #000;
}
.subsheader {
  width: 100%;
  height: 102px;
  background-image: url('images/box_header.gif');
  background-repeat: no-repeat;
}
.subscontent {
  background-color: #f6f7ef;
  width: 100%;
  height: auto;
}
.subscontent p {
  margin: 10px auto;
  display: table;
  width: 150px;
  text-align: justify;
}
.subscontent p a {
  font-weight: bold;
  color: #000000;
}
.subsform {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-image: url('images/box_footer.gif');
  background-repeat: repeat-y;
  background-position: top;
}
.subsform label {
  margin: 0 auto;
  width: 150px;
  text-align: center;
  font-weight: bold;
  clear: both;
  display: block;
  color: #6c9805;
}
.subsform .input {
  margin: 0 auto;
  width: 136px;
  border: 1px solid #0066d5;
  height: 21px;
  font: 12px/150% Verdana, Arial, Sans Serif;
}
.subsform .button {
  width: 147px;
  border: 0px solid #fff;
}
.subsform p {
  margin: -4px auto 0 auto;
  width: 150px;
  text-align: center;
  font: 10px/100% Verdana, Arial, Sans Serif;
}
.subsform p a {
  text-decoration: underline;
  color: #020202;
}
