/* @override http://blog.magnation.com/wp-content/themes/default/style.css */

/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
    margin: 0px;
    text-align: center;
    font-family: "Lucida Grande", Tahoma, Arial, Sans-serif;
    font-size: 11px;
    line-height: 15px;
	background-color: #F7F7F7;
}
* {
    margin: 0px; 
    padding: 0px;
}
h1, h2, h3, h4, h5, p, ul, ol {
    padding-bottom: 15px;
}
h2.pagetitle {
    padding: 7px 0px;
}
h1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    padding-bottom: 1px;
}
h2 a {
    text-decoration: none;
}
h3 {
    font-size: 16px;
    font-weight: bold;
}
h3 a {
    text-decoration: none;
}
h4 {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
h5 {
    font-size: 14px;
    font-weight: normal;
}
p {
    font-size: 14px;
    line-height: 17px;
}

blockquote {
	font-style: italic;
	margin-left: 40px;


}

a {
    color: #000000;
    font-family: "Lucida Grande", Tahoma, Arial, Sans-serif;
    font-weight: bold;
    text-decoration: underline;
}
a:hover {
    color: #CC0000;
}
a img, select, input, option {
    border: none;
}
hr {
    display: none;
}
ul, ol {
    padding-left: 15px;
}
small {
    padding-bottom: 12px;
}
#page {
    width: 978px;
    min-height: 219px;
    margin: 0px auto;
    padding: 0px 22px;
    /*background-image: url(images/common/paper.png);
    background-position: 1px 119px;
    background-repeat: no-repeat;*/
    text-align: left;
}

#pageContent {
    width: 926px;
    float: left;
    clear: both;
    padding: 0px 20px 25px 30px;
    background-color: #FFFFFF;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.description {
    width: 926px;
    float: left;
    clear: both;
    padding: 0px 20px 25px 30px;
    background-color: #FFFFFF;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.descriptionInner {
    line-height: 15px;
    padding-bottom: 7px;
    width: 926px;
    border-bottom: solid 1px #CCCCCC;
}

#content.narrowcolumn {
    width: 663px;
    float: left;
}

#content.widecolumn {
    width: 926px;
    float: left;
}

#sidebar {
    width: 215px;
    float: right;
}

#pageFooter .magContent {
    float: left;
    padding: 2px 0px;
    width: 330px;
}

#pageFooter {
    float: left;
    clear: both;
    margin: 0px 1px;
    color: #FFFFFF;
    background-color: #000000;
    width: 946px;
    line-height: 13px;
	padding: 13px 15px;
}

#pageFooter a {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}

/* Page Header */

#pageHeader {
    width: 976px;
    padding: 0px;
    height: 169px;
    float: left;
    clear: both;
    overflow: visible;
    background-color:#FFFFFF;
    border-left:1px solid #DEDEDE;
    border-right:1px solid #DEDEDE;
}

.logo a {
    float: left;
}

.logo {
    float: left;
    width: 360px;
    height: 95px;
    left: 18px;
    position:relative;
    padding-top:20px;
}

.backLink {
    float: right;
    clear: right;
    width: 330px;
}

#pageHeader .backLink {
    padding-top: 14px;
}

.backLink a {
    float: right;
}

.welcomeHeader {
    height: 100px;
    width: 978px;
    float: left;
    clear: both;
}

.welcomeHeader h1 {
    padding-bottom: 0px;
}

/* Posts */

.post h3 {
    font-size: 18px;
    line-height: 14px;
    font-weight: normal;
    padding-bottom: 3px;
}

.post small {
    padding-top: 5px;
    display: block;
    font-size: 11px;
    color: #7f7f7f;
    font-weight: normal; 
    line-height: 18px;
}

.postmetadata,
.postmetadata a {
    color: #7f7f7f;
    font-weight: normal;
}
.postmetadata a {
    text-decoration: underline;
}
.postmetadata a.commentsPopupLink {
    color: #CC0000;
    text-decoration: none;
    font-weight: bold;
}
.postmetadata a.commentsPopupLink:hover {
    text-decoration: underline;
}
.post {
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 7px;
}

/* Side Bar */
#sidebar h2 {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 5px;
}

#sidebar ul li,
#sidebar ul {
    padding: 0px;
    list-style-type: none;
    float: left;
    clear: both;
    width: 215px;
}
#sidebar ul li {
    background-image: url(images/common/hor-dot.gif);
    background-repeat: repeat-x;
    background-position: 0px bottom;
    padding: 8px 0px;
}
/*#sidebar ul li#archives {
    padding-top: 0px;
}
#sidebar ul li#tweetable {
    background-image: none;
}
#sidebar ul li.archivesnav {
    background-image: none;
}*/
#sidebar ul li ul li ,
#sidebar ul li ul {
    float: none;
    display: block;
}
#sidebar ul li ul {
    padding: 3px 0px 6px; 
}
#sidebar ul li ul li {
    padding: 0px 0px 0px 9px;
    background-image: url(images/icons/list-dot.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;
}
#sidebar ul li ul li a {
    color: #444444;
    text-decoration: none;
    font-weight: normal;
}
#sidebar ul li ul li a:hover {
    text-decoration: underline;
}
#searchform {
    float: left;
/*    clear: both;*/
    width: 215px;
    clear: right;
    padding-top: 45px;
}
#content #searchform {
    padding-top: 20px;
}
#searchform label {
    display: none;
}
#searchform input {
    float: left;
    padding: 5px 4px 5px ;
    width: 149px;
    border: 1px solid #b2b2b2;
    background-color: #1c1c1c;
    color: #b2b2b2;
    font-family: "Lucida Grande", Tahoma, Arial, Sans-serif;
    font-size: 13px;
}
#searchform a {
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #CCCCCC;
    border-left: none;
    float: left;
    text-decoration: none;
    line-height: 26px;
    height: 26px;
    width: 55px;
    text-align: center;
}

#tweetable a.followUs {
    color: #FFFFFF;
    margin: 8px 0px;
    background-color: #000000;
    border: 1px solid #CCCCCC;
    border-left: none;
    float: left;
    text-decoration: none;
    line-height: 26px;
    height: 26px;
    width: 215px;

    text-align: center;
}

/* Single Post */

.singlePost h3 {
	font-size: 16px;
    line-height: 14px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 16px;

}
.singlePost h2 {
    font-size: 20px;
    line-height: 14px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 3px;
}

.singlePost .entry {
    padding-top: 12px;
}

.alt small {
    line-height: 15px;
}

#respond form p {
    padding-bottom: 9px;
}

#respond form {
    padding-top: 10px;
}

#respond form p input {
    padding: 3px;
    margin: 0px 5px 0px 0px;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    
}

#respond textarea {
    padding: 5px;
    border: 1px solid #CCCCCC; 
    width: 651px;
}

.searchResults .page {
    padding-top: 7px;    
}

/* Footer */

#footerRight {
    float: right;
}

#footerRight ul,
#footerRight ul li {
    float: left;
    list-style-type: none;
    padding: 0px;
}

/* Comment List */

ol.commentlist li {
    padding: 10px 0px 0px;
    border-bottom: solid 1px #CCCCCC;
}

#magNav {
    padding: 10px 20px;
    overflow: visible;
    width: 936px;
    float: left;
    clear: both;
}
#magNav ul,
#magNav ul li {
    padding: 0px;
    list-style-type: none;
}
#magNav ul,
#magNav ul li,
#magNav ul li a {
    float: left;
}
#magNav ul li {
    padding: 0px 3px 0px 0px;
}
#magNav ul li {
    height: 30px;
}
#magNav ul li a {
    text-decoration: none;
    height: 28px;
    border: solid 1px #b2b2b2;
    background-color: #000000;
}
#magNav ul li a:hover, #page #magNav ul li.selected a  {
    background-color: #CC0000;
}

// 'Our Favourites' widget

#specialProductContainer {
   width: 230px;
   margin-top = 10px;
}

#specialProductContainer {
   width: 230px;
   margin-top = 10px;
}

#splprod{
   float: left;
    line-height: 104px;
    overflow:visible;
    width: 114px;
    height: 139px;
    margin: 4px auto;
}

#splprod a.specialProductThumb{
    width: 104px;
    overflow: hidden;
    text-align: center;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    line-height: 105px;
    padding-top: 4px;
    padding-bottom: 4px;
    float: left;
    position: relative;
    z-index: 90;
}
#splprod a.mostpoplink{
    width: 104px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    font-family: "Lucida Grande", Tahoma, Arial, Sans-serif;
    font-size: 10px;
    float: left;
    position: relative;
    z-index: 90;
}
#splprod a.specialProductThumb:hover {
    background-color: #EEEEEE;
    border: 1px solid #888888;
}
#splprod a.mostPopProductThumb img {
    display: none;
    margin: 4px auto;
    float: none;
}


#magNav {
    padding: 0px 20px 10px;
    overflow: visible;
    width: 936px;
    float: left;
    clear: both;
}
#magNav ul,
#magNav ul li {
    padding: 0px;
    list-style-type: none;
}
#magNav ul,
#magNav ul li,
#magNav ul li a {
    float: left;
}
#magNav ul li {
    padding: 0px 3px 0px 0px;
}
#magNav ul li {
    height: 30px;
}
#magNav ul li a {
    text-decoration: none;
    height: 28px;
    border: solid 1px #b2b2b2;
    background-color: #000000;
}
#magNav ul li a:hover, #page #magNav ul li.selected a  {
    background-color: #CC0000;
}
/* Search Form */
#page #searchWrapper {
    float: right;
    padding-top: 28px;
    padding-right: 18px;
    padding-bottom: 10px;
    height: 38px;
    clear: right;
}
#searchWrapper form {
    float: left;
}
#searchWrapper a {
    height: 28px;
    border: solid 1px #B2B2B2;
    background-color: #000000;
    color: #FFFFFF;
    float: left;
}
#searchWrapper form input {
    font-size: 14px;
    width: 179px;
    line-height: 18px;
    height: 18px;
    padding: 5px 5px;
    background-color: #FFFFFF;
    border: solid 1px #b2b2b2;
    border-right: none;
    color: #1c1c1c;
    float: left;
}
/* Account Controls */
#page #accountControls {
    width: 546px;
    padding-right: 18px;
    float: right;
}
#page #accountControls ul {
    float: right;
    list-style-type: none;
    padding: 0px;
}
#accountControls ul li {
    border-right: 1px solid #666666;
    padding: 0px 3px;
    font-weight: bold;
    float: left;
    font-size: 10px;
    line-height: 12px;
    list-style-type: none;
}
#accountControls ul li a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    font-family: "Lucida Grande", Tahoma, Arial, Sans-serif;
    z-index: 89;
}
#accountControls ul li a:hover {
    color: #CC0000;
}
#accountControls ul li.shoppingCart {
    border: none;
}
#accountControls ul li.shoppingCart a {
    font-weight: bold;
    padding-bottom: 3px;
    padding-right: 0px;
/*    background-image: url(http://www.magnation.com/images/icons/cart.gif);
    background-repeat: no-repeat;
    background-position: right 0px; */
}
.tabs {
    float: left;
    width: 978px;
    height: 74px;
    overflow: hidden;
    background-image: url(images/common/welcome-header.jpg);
    background-repeat: no-repeat;
    background-position: right 0px;
    display: none;
}
.tabs a {
    float: left;
    height: 74px;
    width: 489px;
    display: none;
}
/* Delivery Header */
#page .abDeliveryWrapper {
    width: 338px;
    display: none;
    height: 21px;
    overflow: hidden;
    float: right;
    clear: right;
    position: relative;
    padding: 7px 2px 7px 0px;
}
#page .deliveryHeader {
    width: 338px;
    height: 21px;
    overflow: hidden;
    float: right;
    position: relative;
}

/* Paper Clip */
.paperClip {
    overflow: visible;
    position: relative;
    float: left;
    z-index: 10;
    bottom: 103px;
    right: 19px;
    display: none;
}

/* My Comment */
div.entry ul li {
	font-size: 14px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 10px;
	line-height: 22px;

}

