/*
Theme Name: WP Blank
Theme URI: http://annalinnea.net/
Description: A blank theme for use in theme development
Version: 1.1
Author: That girl over http://annalinnea.net
Author URI: http://annalinnea.net/
Tags: empty, clean, development, design

	Based on Kubrick v1.5

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* decides which side the sidebar is on */
@import url("layouts/sidebar_left.css"); 

/* -- just some ugly styling to make it easier to get started, can safely be removed */
#entry-meta-single {}
#respond {border:2px solid yellow;}
#footerr {
	float:left;
	width:950px;
        height:30px;
	background: url(images/burggrad_1.jpg) repeat-x;
	text-align: center;
        line-height:10px;
        padding-top:3px;
        color:#FFFFCC;
        font-size:.7em;
}
li.depth-1 {border: 2px solid orange;}
.navigation {}
.post {
       padding-left:10px;
	width: 475px;
	height:auto;
	margin-left:14px;
	margin-bottom:10px;
	font-size: small;}

.posts-wrap{
        width:485px;
        float:left;
       
}

 a img {
         border: 0 none;
           }


/* - BASIC STUFF - */
/*body {background:#FFF;font:9pt/11pt Verdana, Geneva, sans-serif;color:#000;margin:0 auto;padding:0 5px; width:950px;}*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*text-align: center;     this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #mainbox selector */
	background-color: #E7F3F8;
	background-image: url(images/topgrad_1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a.quickLiner:link{
	color: #FF6600;
}
a.quickLiner:visited{
	color: #FF6600;
}
a.quickLiner:hover{
	color: #3399FF;
}

A:link    {
	color: #5496DE;
}

A:visited    {
	color: #5496DE;
}
A:active    {
	color: #5496DE;
}
A:hover    {
	color: #FF8922;
}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;} /* want dots in front of your lists...? change to list-style-type: disc */


/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
textarea#comment {overflow:auto}

/* -- NAVIGATION --*/
div.navigation {height:25px; overflow:auto;float:none;clear:both; margin:0 auto}
* +html div.navigation {overflow:visible} /* IE hack to prevent scrollbars on the .navigation div... */

.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

#header { background-image:url('images/header.jpg'); height:90px; width:950px;}
.sidebar {float:left; width:180px; padding-left:15px; font-size:.9em;clear:right;}
.sidebar2 {width:160px; font-size:.9em;clear:right;}

.contentbox  {
	float: left;
	width: 475px;
	border: 1px solid #5496DE;
	margin: 0px;
}

.contentbox1   {     /*    content box which appears under an orange header bar ------------------------------------*/
	float: left;
	width: 450px;
	border: 1px solid #5496DE;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	
}

.boxheader1  {    /*    first orange header bar that appears at the top of a page ------------------------------------*/
	float: left;
	width: 475px;
	background: #FF8922 url(../images/burggrad_1.jpg) repeat-x;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #5496DE;
	border-right: 1px solid #5496DE;
	border-left: 1px solid #5496DE;
	margin: 10px 0px 0px 0px;
	text-indent: 10px;
	
}

.dealdeal {
	float: left;
	margin: 10px 0px 10px 10px;
	padding: 10px;
	font-size: .8em;
	background: #EDF4F7;
	width: 195px;	
}

#rightcol {
   float: right;
    width: 170px;
	height: auto;
	margin-top:10px;
	margin-right: 8px;
	margin-bottom:10px;
	padding-left:5px;
	/*background-color: #FFFFB7;
	border: 1px solid #666666;*/
	clear:right;
        text-align:center;

}

#topnavspace {height:10px;}
#wrapperr {	
	margin:0 auto;
	width: 950px;
	background: #ffffff;
	clear:both;
        overflow:auto
	 }
#wrappershadow{
        margin:0 auto;
	width: 970px;
	background-image: url(images/shad.png);
}

/*horizontal nav----------------------------------------------------*/
#navcontainer {width:950px;height:27px;}

#navlist{
        height:27px;
        background: url(images/ltbluegrad_1.jpg) repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
        border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5496DE;
	border-right-color: #5496DE;
        border-bottom-color: #5496DE;
	border-left-color: #5496DE;}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{       
        padding: .3em 1em;
        color: #003366;
	text-decoration: none;
	float: left;
	border-right: 1px solid #5496DE;
	font-weight: bold;
	font-size: .95em;
}

#navcontainer ul li a:hover
{       
        color: #fff;
	background: url(images/bluegrad_1.jpg) repeat-x;
}
/*-------------------------------------------------------------------*/

/*---nav list vertical for manupro categories-----*/
#navlistcontainer{

}

#navlistvert ul li
{
	display: inline;

}

#navlistvert
{
        /* to display the list horizontaly */
	font-family: sans-serif;
	padding: 0px;
	margin-left:0;/*this moves it over to left all the way in IE*/
	font-weight: bold;
	border-bottom: 1px solid #5496DE;
        background-color: #EDF4F7;
	border-left: 1px solid #5496DE;
        border-right: 1px solid #5496DE;
	font-size: .8em;

clear:both;
}

#navlistvert a
{    
        display: block;
	border-top: 1px solid #5496DE;
	padding:3px 15px 3px 15px;
	text-align: left;
	text-decoration: none;
	color: #003366;
	background-image: url(/store/resources/images/rightarrow.png);
	background-repeat: no-repeat;
	background-position: left;
}

#navlistvert a:hover {
	color: #FFFFFF;
	background-color: #5496DE;
     
}
#navlistvert a:visited {  }

/*-------------------------------------------------------------------------------------------*/
/*quick price styles*/
#startingAtName{
	font-weight: bold;
}
#startingAtPrice{

	font-weight: bold;
}
#startingSpace{
	padding-bottom:7px;
}
#quickPrice{
	font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
text-align:center;
padding-bottom:5px;
padding-top:5px;
background-color: #EDF4F7;
	border: 1px solid #5496DE;
}
#quickPriceResult{
    text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFFFFF;
	
	border-left: 1px solid #5496DE;
        border-right: 1px solid #5496DE;
        border-bottom: 1px solid #5496DE;

}
#startingAtInStock{
font-size:.75em;
}
#quickPriceResultShipTime{
	font-weight: bold;
        color:#FF6600;
}

#quickPriceResultShipTime2{/*item display*/
font-weight: bold;
}

.catHeader{
	color:#FF9900;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	background-image: url(images/burggrad_1.jpg);
}

.widgettitle{
	color:#FF9900;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	background-image: url(images/burggrad_1.jpg);
}
/*end quick price styles*/
