/*
Theme Name: KissMyCountry
Theme URI: http://kissmycountry.com
Description: Custom theme for KissMyCountry.com
Version: 1.0
Author: Tom Jenkins
Author URI: http://tgtdesign.com/
Tags: green, red, custom header, fixed width, two columns, widgets, CMS

********************
Reset all Browsers
*********************/
.test
{
	background-color: #800080;
}
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, INPUT, TEXTAREA, P, BLOCKQUOTE, TH, TD
{
	margin: 0;
	padding: 0;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
FIELDSET, IMG
{
	border: 0;
}
ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR
{
	font-style: normal;
	font-weight: normal;
}
OL, UL
{
	list-style-position: outside;
}
CAPTION, TH30
{
	text-align: right;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
	font-weight: bold;
}
ABBR, ACRONYM
{
	border: 1;
}
/***********************
Globals for the site
***********************/
BODY
{
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	text-align: left;
	vertical-align: top;
	background: #6F3318 url(images/background.gif) repeat-x;
}
OL
{
	list-style-type: decimal;
	padding-left: 30px;
}
UL
{
	list-style-type: disc;
	padding-left: 30px;
}
A
{
	text-decoration: underline;
	color: #0000FF;
}
A:hover
{
	text-decoration: none;
}
A IMG
{
	border: 0px solid #00000;
}
P
{
	padding-bottom: 5px;
	margin: 0px;
}
BLOCKQUOTE
{
	margin: 10px 00px 00px;
	border-top: 2px solid #000;
	background: #F5F5F5;
	clear: both;
}
BLOCKQUOTE P
{
	padding: 30px;
}
BLOCKQUOTE BLOCKQUOTE
{
	float: none;
	width: auto;
	margin: 0px 10px;
	background: #FFF;
}
FORM, INPUT, TEXTAREA
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
P IMG
{
	max-width: 100%;
}
SMALL
{
	font-size: 10px;
	line-height: 13px;
}
BIG
{
	font-size: 10px;
	line-height: 20px;
}
IMG.centered
{
	display: block;
	margin-left: 5px;
	margin-right: 5px;
}
IMG.alignright
{
	padding: 4px;
	margin: 0px 0px 0px 0px;
	display: inline;
}
IMG.alignleft
{
	padding: 4px;
	margin: 0px 0px 0px 0px;
	display: inline;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.clear
{
	margin: 0;
	padding: 0;
	clear: both;
}
EM
{
	font-style: italic;
}
STRONG
{
	font-weight: bold;
}
/*********************************
Start elements specific design
*********************************/
#wrapper
{
	margin: 0 auto;
	width: 910px;
	padding-bottom: 15px;
}
/*******************
Heading Elements
*******************/
H1
{
	font-size: 20px;
	color: #72AE22;
	margin: 0;
	line-height: 26px;
}
H2
{
	font-size: 18px;
	color: #72AE22;
	line-height: 24px;
}
H3
{
	font-size: 16px;
	color: #72AE22;
	line-height: 22px;
}
H4
{
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	padding-bottom: 5px;
}
H5
{
	font-size: 12px;
	color: #72AE22;
	line-height: 18px;
}
H6
{
	/*[disabled]font-size:10px;/
	color: #72AE22;
	font-size: 29px;
	/*[disabled]line-height:16px;*/
}
.pagetitle
{
}
/******************
Header elements
******************/
#header
{
	margin-top: 13px;
}
#header_image
{
	margin-bottom: 15px;
}
#search_box
{
	float: right;
	margin-top: 30px;
}
#menu_area
{
	background-color: #FFF;
	border-right: none;
	border-left: none;
	border-top: none;
	overflow: hidden;
	background-image: url(images/header_red_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	color: #FFF;
}
#menu_area H2
{
	color: #FFF;
	font-size: 14px;
}
#menu_area H3
{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	/*[disabled]padding-bottom:5px;*/
	padding: 12px 0;
	border-bottom: 1px solid #ED462F;
}
#menu_area HR
{
	padding: 0;
	margin: 0;
	color: #FFF;
}
#menu_area P
{
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 10px;
	color: #FFF;
	/*[empty]color:;*/
}
#featured_text
{
	width: 167px;
	height: 229px;
	padding: 0px 0px 0px 6px;
}
#featured_shirt
{
	padding-top: 10px;
	width: 120px;
}
IMG#shirt
{
	width: 120px;
	height: 178px;
	margin-bottom: 3px;
        margin-left: 40px;
}
.cart_button
{
	margin-left: 60px;
	background-color: #ED0937;
	border: thin solid #E31B00;
	color: #FFF;
	width: 82px;
	height: 25px;
        font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#cart_button: hover
{
        cursor: hand;
        font-weight: bold;
}
#header IMG.alignleft
{
	margin: 0;
	padding: 0;
}
.menu_wrap
{
	height: 40px;
	background: url(images/menu_background.jpg) repeat-x;
	border-right: thin solid #2EA027;
	border-left: thin solid #2EA027;
	position: relative;
}
A.copy
{
	position: relative;
	top: -88px;
	left: 595px;
	text-decoration: none;
	color: #2C9F26;
	font-size: 12px;
}
.menu
{
	background: url(images/sidebar_bg.gif) no-repeat bottom right;
	overflow: hidden;
}
.menu UL
{
	list-style-type: none;
	padding-left: 0;
}
.menu LI
{
	float: left;
	background: url(images/menu_divider.jpg) no-repeat right;
}
.menu LI A
{
	display: block;
	color: #000;
	font-size: 12px;
	padding: 11px 15px 15px 14px;
	text-decoration: none;
}
.menu LI A:hover, A.copy:hover
{
	color: #FFF;
}
.menu .current_page_item
{
	background: url(images/menu_select.jpg) repeat-x;
}
.menu .current_page_item A
{
	color: #FFF;
	background: url(images/menu_pointer.jpg) no-repeat bottom center;
}
A.relative
{
	position: relative;
	top: -55px;
	left: 550px;
}
/*****************
Content Blocks
*****************/
#content
{
	background-color: #FFF;
	border-right: thin solid #2EA027;
	border-left: thin solid #2EA027;
	overflow: hidden;
}
#blog_posts
{
	width: 528px;
	float: left;
	padding: 11px;
}
.post
{
	padding: 20px 15px;
	border-bottom: 1px solid #2EA027;
}
.entry
{
	overflow: hidden;
	/*[disabled]line-height:17px;*/
}
.meta
{
	overflow: hidden;
	margin-bottom: 5px;
}
.navigation
{
}
#design_layout
{
	clear: both;
}
/************
Home Page
************/
.post H2 A
{
	text-decoration: none;
	color: #72AE22;

}
.post H2 A:hover
{
	text-decoration: underline;
}
.date_comment
{
	overflow: hidden;
}
.date_comment A
{
	color: #333333;
	text-decoration: none;
}
.date_comment A:hover
{
	text-decoration: underline;
}
.buffer
{
	width: 200px;
}
/**************
Single Page
**************/
H2.page_header
{
	font-size: 24px;
	padding: 20px 0 15px;
}
H2.single_post
{
	padding-bottom: 7px;
}
#blog_posts LI
{
	padding-bottom: 5px;
}
.submit_buttons
{
	width: 75px;
	float: left;
}
.post_related
{
	clear: both;
	background-color: #EEFBDC;
	border-top: thin solid #2EA027;
	border-bottom: thin solid #2EA027;
	margin-top: 100px;
	overflow: hidden;
}
.post_related UL
{
	list-style-type: none;
	padding: 10px;
	width: 229px;
	float: left;
}
#blog_posts .post_related LI
{
	padding-left: 22px;
	padding-bottom: 11px;
}
.mini_rss
{
	background: url(images/minirss.png) no-repeat left top;
}
.mini_delicious
{
	background: url(images/delicious.png) no-repeat left top;
}
.mini_stumbleupon
{
	background: url(images/su.gif) no-repeat left top;
}
#blog_posts .post_related LI.related
{
	padding-left: 0;
	padding-bottom: 7px;
}
#blog_posts .post_related LI.related_header
{
	padding: 0;
	margin: 0;
}
/***************
Comment Area
***************/
#comment_block
{
	clear: both;
	padding: 25px 15px 0;
}
.commentlist
{
	list-style-type: none;
	padding: 0;
	margin-bottom: 25px;
}
LI.thread-even
{
	background-color: #EEFBDC;
	border-top: thin solid #2EA027;
	border-bottom: thin solid #2EA027;
}
#blog_posts .comment
{
	padding: 0;
}
.comment-body
{
	padding: 10px;
}
.comment-author
{
	padding-bottom: 10px;
}
.children
{
	list-style-type: none;
	padding-left: 20px;
}
.children LI
{
	border-top: thin solid #CCC;
}
.cancel-comment-reply
{
	margin-bottom: 10px;
}
#commentform TEXTAREA
{
	padding: 2px;
	width: 100%;
}
/**********
Sidebar
**********/
#sidebar
{
	float: right;
	width: 325px;
	padding: 11px 11px 11px 0;
	border-left: thin solid #D6D6D6;
	background-color: #F0F9DA;
}
#sidebar UL
{
	list-style-type: none;
	padding-left: 15px;
}
#sidebar UL.children
{
	padding-left: 7px;
	padding-top: 3px;
}
#sidebar .children LI
{
	border-top: none;
}
#sidebar H2.widgettitle
{
	color: #006400;
	margin: 20px 0 12px;
}
#sidebar UL UL
{
	padding-left: 0px;
}
#sidebar UL UL LI
{
	padding: 3px 0;
}
LI.cat-item
{
	font-size: 10px;
}
/*************************************
Shirt Of The Month Sidebar Section
*************************************/
#shirt_of_month
{
	overflow: hidden;
}
IMG#month_shirt
{
	width: 142px;
	height: 211px;
	color: #8D1000;
	padding: 0;
}
#shirt_of_month_content
{
	width: 160px;
	margin-left: 149px;
	text-align: center;
}
#shirt_of_month H2, #shirt_of_month H3
{
	color: #8D1000;
}
#shirt_of_month H2
{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.hidden
{
	width: 160px;
	height: 33px;
	position: relative;
	font-size: 12px;
}
.hidden SPAN
{
	background: url(images/big_red_button.gif);
	position: absolute;
	width: 100%;
	height: 100%;
}
#shirt_of_month H3
{
	font-size: 30px;
	margin: 10px 0 25px;
	line-height: 30px;
}
#shirt_of_month P
{
	font-size: 14px;
	color: #8C0F00;
}
#shirt_of_month BUTTON
{
	margin-left: 30px;
}
/****************************
Tabbed navigation feature
****************************/
.tabbed-box UL
{
	list-style-type: none;
}
#sidebar .tabbed-box UL LI
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar UL.tabs
{
	padding: 0;
	margin: 0;
}
UL.tabs LI
{
	float: left;
}
UL.tabs A
{
	font-size: 10px;
	line-height: normal;
	display: block;
	text-decoration: none;
	background: #F1F1F1;
	color: #000;
	padding: 3px 4px;
	margin: 0 2px 0 0;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
UL.tabs A.active, UL.tabs A:hover, UL.tabs A:focus
{
	background: #2EA027;
	color: #FFF;
	border-left: 1px solid #2EA027;
	border-top: 1px solid #2EA027;
	border-right: 1px solid #2EA027;
}
.tabbed-content
{
	background: #FFF;
	border: 1px solid #2EA027;
	padding: 10px;
	clear: both;
	margin-top: 15px;
}
.tabbed-content P
{
	margin: 0;
	padding: 0;
}
#sidebar .tab_comment UL LI
{
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
#sidebar .tab_comment UL.tabone LI UL LI
{
	border-bottom: none;
}
/***********************
Countries and States
***********************/
.countries
{
	padding: 0 20px;
}
#country
{
	float: left;
	padding: 11px 0px;
}
H3.alignleft
{
	padding-right: 5px;
}
UL#country_list
{
	list-style-type: none;
	padding-left: 0px;
}
UL#country_list LI
{
	display: inline;
	line-height: 22px;
}
#stock_images
{
	float: right;
	margin-left: 10px;
}
#stock_images IMG
{
	margin-right: 40px;
}
#design_layout
{
	padding: 20px 35px 11px;
	overflow: hidden;
}
.single_pattern
{
	float: left;
	border: 1px solid #2EA027;
	margin: 20px;
	width: 155px;
	height: 200px;
}
.single_pattern IMG
{
	margin-top: 25px;
}
/********************
Product Selection
********************/
#product_selection, #product_selection FORM
{
	float: left;
}
#product_selection H3
{
	margin-bottom: 15px;
}
#products
{
	overflow: hidden;
	float: left;
	width: 192px;
	height: 650px;
}
#products H3
{
	font-weight: bold;
}
#product_items
{
	overflow: auto;
	border: 1px solid #2EA027;
	padding: 5px 0;
	float: left;
	height: 560px;
	width: 190px;
}
.prod_img
{
	margin-bottom: 20px;
	text-align: center;
}
.prod_img P
{
	padding-bottom: 5px;
}
.prod_img IMG
{
	height: 100px;
}
#product_preview
{
	float: left;
	width: 380px;
	margin: 0 10px;
	height: 560px;
}
#product_preview P
{
	padding: 0 15px;
	height: 70px;
}
#product_description DIV
{
	display: none;
}
#product_details
{
	float: left;
}
#image_presentation DIV
{
	display: none;
	border-top: 1px solid #2EA027;
	padding-top: 10px;
}
TD LI
{
	list-style-type: none;
}
.quantity
{
	display: none;
}
BUTTON#submit
{
	display: none;
}
/*********
Footer
*********/
#footer
{
	clear: both;
	border-top: thin solid #D6D6D6;
	border-right: thin solid #2EA027;
	border-left: thin solid #2EA027;
	border-bottom: thin solid #2EA027;
	background-color: #F0F9DA;
}
#footer P, #footer A
{
	color: #2D9F26;
	font-size: 10px;
}
#footer A
{
	text-decoration: none;
}
#footer P
{
	text-align: center;
	padding: 8px;
}

