/*
Theme Name: Paint the Stars
Theme URI: http://PainttheStars.com/
Description: Paint the Stars.
Version: 1.0
Author: Jordan Andree
Author URI: http://doubledragonstudios.com/


*/

body {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin:0;
      /*background:#000000 url(http://paintthestars.co.uk/assets/bg.jpg) top center repeat fixed;*/
      background:#000000 url(images/bg_body.jpg) top center repeat fixed;
      font-size:.70em;
    color:#999999;
}

#page a, #page a:visited{color: #cccccc ; text-decoration: none; border-bottom:1px dotted #cccccc;}
#page a:hover, #page a:active {color: #006267 ; text-decoration:none; border-bottom:1px dotted #006267;}

h1, h2, h3, h4, h5 ,h6 {
    color:#cccccc;
    font-weight:lighter;
}

#page {
	background-color: #000000;
	margin: 20px auto;
	padding: 0;
	width: 925px;
	}
	
span.store_name {
    display:none;
}	

#header {
	width:100%;
	height:290px;
	margin:0 auto;
}

#logo {
	position:relative;
	width:930px;
	height:292px;
    margin:0 auto;
}

a#store_home {
    position:relative  !important;
    top:0px  !important;
    width:915px  !important;
    height:292px  !important;
    display:block !important;
    /*background:#000000 url(http://paintthestars.co.uk/assets/header.jpg) top center  !important;*/
    background:#000000 url(images/logo.jpg) top center  !important;
}

/*=================== navigation ===================*/

#nav {
    width:960px;
    position:relative;
    display:block;
    float:none !important;
    margin:0 auto;
    text-align:center;
    z-index:9;
 }

.cat-drop {
	width:120px;
	background-color:#000000;
	position:absolute;
	left:50%;
	margin-left:-240px;
	z-index:9;
	padding:0px 0px 20px;
	top:40px;
        -moz-border-radius:15px;
        display:none;

}

.cat-drop a {
        display:block !important;
	color:#000000 !important;
        width:100px !important;
        padding: 0px !important;
        height:36px !important;
        margin:0px 0px 0px 0px !important;
        position:relative;
        left:5px;
        top:10px;

 
}

.guys-cat {
    background:#000000 url(images/drop-down.jpg) 0px 0px no-repeat !important;    
}

.girls-cat {
    background:#000000 url(images/drop-down.jpg) -93px 0px no-repeat !important;    
}

.sale-cat {
    background:#000000 url(images/drop-down.jpg) -185px 0px no-repeat !important;    
}

.guys-cat:hover {
    background:#000000 url(images/drop-down.jpg) 1px -34px no-repeat !important;    
}

.girls-cat:hover {
    background:#000000 url(images/drop-down.jpg) -92px -34px no-repeat !important;    
}



.sale-cat:hover {
    background:#000000 url(images/drop-down.jpg) -185px -34px no-repeat !important;    
}


#slideshow {
	position:relative;
	z-index:8;


}



/*=================== minicart ===================*/


#minicart {
    position:absolute;
    left:50%;
    margin-left:345px;
    margin-top:3px;
    z-index:10;
}

#minicart a {
    background:#000000 url(images/cart.jpg) -5px 0px no-repeat;
    display:block;
    width:80px;
    color:#999999;
    padding:4px 20px;
    text-decoration:none;
    font-size:80%;
}

#minicart a:hover {
    background:#000000 url(images/cart.jpg) -5px -22px no-repeat;
}

/*=================== footer ===================*/

#footer {
    background:#000000;
    margin:80px 0px 0px 0px;
    clear:both;
    text-align:center;
}

#footer-wrap {
   width:1000px;
   margin:0 auto;
   text-align:center;
}

#footer a, #footer a:visited {color:#777777; text-decoration:none;}
#footer a:active, #footer a:hover {color:#ffffff; text-decoration:none;}

#footer-wrap span, #footer-wrap  a{
    float:left;
    height:30px;
    padding:0px;
    display:inline !important;
    background-repeat: no-repeat;
}

span.add-us-on {
    width: 144px;
    margin-right:10px;
    /*background: #000000 url(images/footer.jpg) 0px -5px no-repeat;*/
    background: url(images/bg_addus.png) no-repeat;
}

a.facebook {
    width: 85px;
    margin-right:10px;
    background: #000000 url(images/footer.jpg) -100px -9px;
}

a.facebook:hover {background: #000000 url(images/footer.jpg) -100px -49px;}

a.myspace{
    width:105px;
    margin-right:10px;
    background: #000000 url(images/footer.jpg) -195px -9px;
}

a.myspace:hover {background: #000000 url(images/footer.jpg) -195px -49px;}

a.twitter{
    width:85px;
	margin-right:10px;
    background: #000000 url(images/footer.jpg) -310px -9px;
}

a.twitter:hover {background: #000000 url(images/footer.jpg) -310px -49px;}

span.mailing-list {
    width:168px;  
    margin-right:10px;
    background: #000000 url(images/bg_mailinglist.png) no-repeat;
}

span.rss-feed {
	width: 52px;
	margin-left: 10px;
	background: #000000 url(images/bg_rss.png) no-repeat;
}

a.rss {
    width:30px;
    height:50px;
    margin-left:55px;
    background: #000000 url(images/footer.jpg) -865px -6px;
}

#footer form {
    display:inline;
    float:left;
    height:30px;
    margin-top: -4px;
}

#footer input[type=text]{
    border:1px solid black;
    background:#ffffff;
    font-size:10px;
    width:80px;
    padding:5px 5px 2px 2px;
}

#footer input[type=submit]{
    border:1px solid black;
    background:#dddddd;
    top:-1px;
    position:relative;

}


/*=================== content ===================*/


#content {
    float:left;
    padding:0px;
    margin:20px 0px;
}

#sidebar{
    width:200px;
    float:right;
    margin:20px 0px;;
}

.post {

    margin-bottom:50px;
}

#s, #comment {
    background-color:#121212;
    border:1px solid #666666;
    color:#666666;
    float:left;
}

#s:hover, #comment:hover {
    border:1px solid #006267;
    color:#006267;
}

#searchsubmit, #submit {
    color:#666666;
    background-color:#121212;
    border:1px solid #666666;

}

#searchsubmit:hover, #submit:hover{
    border:1px solid #006267;
    color:#006267;
}

.post hr {
	display: block;
	}
	
.widecolumn {
	width:930px !important;
}

.narrowcolumn {
	width:700px;
}
	

.post small {
    float:right;
    background-color:#333333;
    padding:12px;
    color:#000000;
}

.post:hover small {
    background-color:#006267;
    color:#ffffff;
}

.post h2{
    float:left;
    margin:0;
    padding:7px 0px;
}

.post:hover h2 a{
    color:#006267 !important;
}

.post h2 a {
    border:0px !important;
}

.entry {
    border-top:1px solid #333333;
    font-size:110% ;
    line-height:1.5em;
}

.post:hover .entry {
    border-top:1px solid #006267;

}

.postmetadata {
    clear: both;
    border-top:1px solid #333333;
}

.post:hover .postmetadata {
    clear: both;
    border-top:1px solid #006267;
}

.postmetadata a:hover {
    color:#ffffff !important;
}

.postmetadata small{
    float:left;
    padding:10px;
}


.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
    color:#777777;
	}

#sidebar ul li a, #sidebar ul li a:visited{
    color:#777777;
    border-color:#777777;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

/*new styles*/

#nav ul {
	float: left;
	width: 960px;
}

#nav li {
	display: inline;
}

a.news {
	width: 182px;
	height: 56px;
	background: url(images/bg_nav.jpg) 0px -57px no-repeat;
	float: left;
}

a.news:hover {
	width: 182px;
	height: 56px;
	background: url(images/bg_nav.jpg) 0px 0px no-repeat;
	float: left;
}

a.store {
	width: 206px;
	height: 56px;
	background: url(images/bg_nav.jpg) -182px -57px no-repeat;
	float: left;	
}

a.store:hover {
	width: 206px;
	height: 56px;
	background: url(images/bg_nav.jpg) -182px 0px no-repeat;
	float: left;
}

a.contact {
	width: 302px;
	height: 56px;
	background: url(images/bg_nav.jpg) -388px -57px no-repeat;
	float: left;
}

a.contact:hover {
	width: 302px;
	height: 56px;
	background: url(images/bg_nav.jpg) -388px 0px no-repeat;
	float: left;
}

a.faq {
	width: 128px;
	height: 56px;
	background: url(images/bg_nav.jpg) -690px -56px no-repeat;
	float: left;
}

a.faq:hover {
	width: 128px;
	height: 56px;
	background: url(images/bg_nav.jpg) -690px 0px no-repeat;
	float: left;
}
a#website_back, #search, #footer {
	background-color:#000000;
}
