/*

Theme Name: StickyThemes V1
Theme URL: N/A
Author: Carl Mason
Description: An Exclusive WordPress theme for Stickythemes.com By CarlMason

*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


#sidebar #cartform {
margin:0px;
padding:0px;
margin-top:15px;
}

#item form {
margin:0;
padding:0px;
display:inline;
}

/* Main Tags */

html {
	min-height: 100%;
}

img {
	border: 0px;
}

.clear 
{
	float:none;
	clear:both;	
}

a {
	text-decoration:none;
	color:#28b119;
}

p {
	margin-top:5px;
	margin-bottom:5px;

}

body {

	text-align: center;
	margin:0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
	background: #424242 url(images/bg_page.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:100%; 
	padding:0px
	border:0px;
	height:100%;
	margin-top:15px;
	margin-bottom:15px;
}

#wrapper {
	display:block;
	width:809px;
	background: #ffffff;
	height:100%;
	text-align:center;
	border:0px;
	margin:auto;
	border-left:2px solid #222222;
	border-right:2px solid #222222;
	padding-top:10px;
}


#header {
	width:813px;
	height:123px;
	background: #ffffff url(images/header.gif) top left no-repeat;
	text-align:left;
	margin:auto;
	padding:0px;
}

#header #headerText {
	float:right;
	color:#27b319;
	font-size:15px;
	font-weight:bold;
	padding:10px 15px 0px 0px;
}

/* Navigation */

#navigation {
	height:37px;
	margin:60px 15px 0px 0px;
	font-size:14px;
	font-weight:bold;	
}

#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation li {
	display: inline;
	margin: 0px;
}

#navigation li a

{
	height:25px;
	color: #424242;
	padding-top:12px;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	float: right;
	border-left:1px dotted #242424;
}

#navigation li a:hover {
	color:#27b319;
	text-decoration:underline;
}

#navigation li .firstlink {
	border-left:0px;

}

/* Sidebar */

#sidebar {
	width:260px;
	float:left;
	text-align:center;
	margin-top:15px;
}

#rssbox {
	margin:auto;
	height:28px;
	width:185px;
	background:#ffffff url(images/bg_rss.gif) top left no-repeat;
	text-align:left;
	padding-left:40px;
	padding-top:14px;
}

#rssbox a {
	text-decoration:none;
	color:#000000;	
}

#rssbox a:hover {
	text-decoration:underline;
}

#titleReviewed, #titleRecommended, #titleTopSelling, #titleArchives, #titleCalendar, #titleCategories, .title {
	padding:5px;
	color:#28b119;
	font-size:14px;
	font-weight:bold;
	width:190px;
	margin:auto;
	padding-left:40px;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}

#titleReviewed span, #titleRecommended span, #titleTopSelling span, #titleArchives span, #titleCalendar span, #titleCategories span, .title span {
	color:#424242;
}

#titleReviewed, .title {
	background:#ffffff url(images/icon_reviewed.gif) top left no-repeat;
}

#titleRecommended {
	background:#ffffff url(images/icon_recommended.gif) top left no-repeat;
}

#titleTopSelling {
	background:#ffffff url(images/icon_topselling.gif) top left no-repeat;
}

#titleArchives, #titleCalendar, #titleCategories {
	background:#ffffff url(images/icon_archive.gif) top left no-repeat;
}

#reviewedList .thumbsup, #reviewedList .thumbsdown {
	border-bottom:1px dotted #bfbfbf;
	text-align:left;
	padding-bottom:5px;
	margin-bottom:3px;
}

#reviewedList .thumbsup {
	list-style-image: url(images/icon_thumbup.gif);
}
#reviewedList .thumbsdown {
	list-style-image: url(images/icon_thumbdown.gif);
}

#reviewedList .thumbsup .siteName, #reviewedList .thumbsdown .siteName {
	font-weight:bold;
	font-size:13px;
	color:#000000;
	text-decoration:none;
}

#reviewedList .thumbsup .url, #reviewedList .thumbsdown .url {
	font-size:11px;
	color:#16ef00;
	text-decoration:none;
	font-weight:bold;
}

#reviewedList .thumbsup a:hover, .#reviewedList .thumbsdown a:hover {
	text-decoration:underline;
}

#sidebar ul {
	margin:0px;
}


#sidebar ul li {
	padding:5px;
	margin:0px;
	list-style-image: url(images/icon_bullet.gif);
	text-align:left;
	color:#414141;
	border-bottom:1px dotted #a6a6a6;
	width:180px;
}

#sidebar ul .nobullet {
	padding:5px;
	margin:0px;
	list-style:none;
	color:#525252;
	border:0px;
	list-style-image: none;
	text-align:center;
}

#sidebar ul li a:hover {
	color:#27b217;
}


#sidebar ul li a {
	color:#414141;
	text-decoration:none;
}

#searchBox {
	height:42px;
	width:225px;
	background: #ffffff url(images/bg_search.gif) top left no-repeat;
	margin:auto;
	margin-top:25px;
	text-align:right;
}

#searchBox #s {
	border:0px;
	font-size:14px;
	margin-right:10px;
	margin-top:12px;
	width:165px;
}


/* Content */

#content {
	width: 549px;
	float: left;
	text-align:left;
	background:#ffffff;
}

h1 {
	color:#27b217;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0px;
font-family:'Arial';
margin-top:15px;
margin-bottom:15px;
}

h1 span {
	color:#424242;
}

#PostSet {
	background:#ffffff url(images/bg_postset.gif) top repeat-x;
	padding:10px 20px 20px 10px;
}

#PageSet {
	background:#ffffff url(images/bg_postset.gif) top repeat-x;
	padding:10px 10px 20px 10px;
	margin-top:15px;
}


h2, .postHeader h2 .titleLink {
	color:#424242;
	text-decoration:none;
	letter-spacing:-1px;
	font-size:24px;
	font-weight:normal;
	margin:0px;

}

.postHeader {
	margin-top:15px;
	font-size:11px;
	border-bottom:1px dotted #27b319;
	padding-bottom:5px;
margin-bottom:20px;
}

.postHeader a {
	color:#27b217;
	font-weight:bold;
	text-decoration:none;
}

.postContent {
	line-height:180%;
	color:#424242;
}

.postFooter {
	margin-top:10px;
}

.postFooter .topLink {
	font-size:14px;
	color:#d7d7d7;
	text-decoration:none;
	font-weight:bold;
}
.postFooter .topLink:hover {
	color:#000000;
	text-decoration:none;
}

.postFooter a {
	text-decoration:none;
	color:#27b217;
	font-weight:bold;
	font-size:12px;
}

.postFooter a:hover {
	text-decoration:underline;
}

.more-link {
	text-decoration:none;
	font-style:italic;
	color:#424242;
}

.more-link:hover {

	text-decoration:underline;
}

#latestTheme {
	background:#ffffff url(images/bg_latest.gif) top left no-repeat;
	width:539px;
	height:224px;
	margin-top:15px;
	padding-top:10px;
	padding-left:10px;
	line-height:160%;
}

#latestDescription {
	width:250px;
	margin-left:25px;

}

h3 span{
	color:#01d3d2;
}

h3 {
	color:#177ea9;
	font-style:italic;
font-size:14px;
}

/* Comments */

#comments {
	margin-top:15px;
	width:510px;

}

.commentmain {

	padding:10px;
	background:#ffffff url(images/bg_comment.gif) top left no-repeat;
	margin-top:10px;
	margin-bottom:15px;
}

.commentPoster {
	color:#424242;
	text-decoration:none;
}

/* Footer */

#footerInfo{
	color:#424242;
	width:795px;
	padding-top:25px;
	text-align:left;
	font-size:11px;
	margin:auto;
}

#footerInfo #footerLinks {
	float:right;
}

#footer {
	background:#ffffff url(images/bg_footer.gif) bottom repeat-x;
	height:12px;
	width:813px;
	margin:auto;
}


/* Themes Page */

.item {
	width:261px;text-align:center;float:left;font-weight:bold;color:#424242;
}

.addToCart {
	padding-right:5px;
}

#tooCool, #twiLight, #moonLight, #flameRed, #flamePurple, #lagunaBlue, #appleEdge, #spearMintie, #blueberrySquash, #clementine, #freshMint, #springTime, #subLime, #subZero, #summerFruit, #tutiFruity, #velvetRed, #kikiBerry, #cherrySoda  {
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
}

#clementine {
color:#f49036;
}

#kikiBerry, #kikiBerry span  {
color:#701c4d;
}



#blueberrySquash, #blueberrySquash span, #subZero span  {
color:#086fa7;
}
#tooCool, #twiLight span, #moonLight span, #springTime span, #tutiFruity{
	color:#8ed933;
}

#flameRed, #summerFruit, #velvetRed span, #cherrySoda {
color:#ff0000;
}

#velvetRed {
color:#350204;
}

#lagunaBlue, #subZero {
color:#0c6efe;
}



#appleEdge, #subLime {
color:#73c004;
}

#flameRed span, #flamePurple span, #lagunaBlue span, #appleEdge span, #spearMintie span, #clementine span, #freshMint span, #subLime span, #summerFruit span, #cherrySoda span {
color:#000000;
}


#flamePurple {
color:#461467;
}

#twiLight {
color:#2a2a2a;
}

#moonLight {
color:#094773;
}

#tooCool span, #spearMintie, #freshMint, #springTime, #tutiFruity span {
	color:#3bd2f8;
}

.item span {
	color:#ff0000;
}

.item span span {
	text-decoration:line-through;
}

.item .now {
	color:#27b217;
	text-decoration:none;
}
