/*  
Theme Name: Cubismo
Theme URI: http://colorlightstudio.com
Description: Free WP Theme by Igor Penjivrag
Version: 1.0
Author: Igor Penjivrag
Author URI: http://www.colorlightstudio.com/
*/

html, body {
	background: url(img/wallpaper3.jpg);
	font-family: Georgia;
	border: 0;
}

body, p, h1, h2, h3, h4, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #76ACE5;
}

a:hover {
	text-decoration: underline;
}


/* Header */

#header {
	width: 100%;
	height: 6.25em;
	padding-top: 10px;
}

#header h2 {
	font-size: 30px;
	color: #fff;
	padding-top: 25px;
	font-weight: normal;
}

#header h2 a {
	color: #000000;
}


#header h2 a:hover {
	color: #333333;
	text-decoration: none;
}

#header p {
	padding-top: 1px;
	color: #fff;
	font-size: 13px;
	color: #000000;
}

/* Wrap */

#wrap {
	width: 781px;
	margin: 0 auto;
	background-image:url(/img/header.png);
        background-repeat:no-repeat;

}

#menu {
	width: 100%;
	font-size: 14px;
	position: relative;
}

#menu ul {
	width: 100%;
}

#menu li {
	display: block;
	line-height: 2.5em;
	float: left;
	margin-right: 10px;
	background: url(img/menu_left_bg.gif) no-repeat left;
	font-weight: bolder;
}

#menu li a {
	line-height: 2.5em;
	display: block;
	background: url(img/menu_bg_right.jpg) repeat-x right;
	margin-left: 1px;
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
}

* html #menu li a {
	width: 1%;
}

#menu li.current_page_item, #menu li.current_page_item a {
	background: #fff;
	color: #559AD3;
}

#menu li.current_page_item a:hover {
	text-decoration: none;
}

/* Login (menu) */

#login {
	/* float: right; */
	position: absolute;
	right: 0px;
	top: 15px;
	font-size: 11px;
	color: #8F8F8F;
	/* padding-top: 15px; */
}

/* Page Description */

#page_desc {
	width: 100%;
	height: 3.1em;
	font-size: 14px;
	padding-bottom: 10px;
	background: #EEEEEE;
}

#page_desc #text {
	padding-left: 20px;
	height: 3.1em;
	float: left;
	width: 499px;
	background: #fff;
}

#page_desc p {
	padding: 12px 0px;
}

/* Search */

#search_top {
	float: right;
	width: 262px;
	height: 3.1em;
	background: #fff;
}

#search_top form {
	margin-top: 0.65em;
	position: relative;
}

#search_top input.sfield {
	background: #fff;
	border: #B8C7DA 1px solid;
	width: 159px;
	height: 21px;
	font-size: 13px;
	padding: 3px 2px 0 3px;
}

#search_top input.sbutton {
	position: absolute;
	top: 0;
	left: 180px;
}

/* Content */

#content_wrap {
	background: #EEEEEE url(img/content_wrap_bg.gif) repeat-y;
	padding: 0 16px;
	width: 749px;
}

#content {
	width: 486px;
	float: left;
}

#content h2 {
	font-size: 15px;
}

#content p {
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0;
}

#content ul, #content ol {
	padding: 0.5em 2.5em;
	font-size: 13px;
}

#content ul li {
	background: url(img/bullet.gif) no-repeat 0 0.6em;
	line-height: 20px;
	padding-left: 25px;
	list-style: none;
}

#content ol {
	margin-left: 1.4em;
}

#content ol li {
	background: none;
	padding-left: 7px;
	line-height: 20px;
}

#content blockquote {
	background: #F9F9F9;
	border-bottom: #EEEEEE 1px solid;
	border-left: 1px solid #EEEEEE;
	font-size: 13px;
	color: #737373;
	padding: 0 10px;
	width: 87%;
	margin: 10px auto;
	line-height: 20px;
}

/* Caption */

#caption {
	width: 100%;
	height: 1.9em;
	background: #fff;
}

#caption h2 {
	width: 250px;
	float: left;
	line-height: 1.9em;
	padding-left: 18px;
}

#m_post {
	width: 200px;
	float: right;
	height: 31px;
	position: relative;
	background: url(img/caption_m_posts.gif) no-repeat 130px 8px;
}

#m_post span {
	display: none;
}

#m_post .o_entries a {
	position: absolute;
	right: 53px;
	top: 8px;
	display: block;
	width: 17px;
	height: 15px;
	background: url(img/caption_o_entries.gif) no-repeat;
}

#m_post .r_entries a {
	position: absolute;
	right: 21px;
	top: 8px;
	display: block;
	width: 17px;
	height: 15px;
	background: url(img/caption_r_entries.gif) no-repeat;
}

#m_post a:hover {
	background-position: 0 -15px;
	text-decoration: none;
}

#m_post a:hover span {
	display: block;
	font-size: 11px;
	color: #2E2E2E;
	position: absolute;
	top: 0;
}

#m_post .o_entries a:hover span {
	left: -100px;
}

#m_post .r_entries a:hover span {
	left: -130px;
}

/* Post */

.post {
	background: #fff;
	margin-top: 15px;
	padding: 5px 15px 15px 15px;
}

#page_post {
	margin-top: 0px;
}

#page_post h2 {
	color: #A52A2A;
}

.post h2 {
	padding: 10px 0;
}

.post h2 a {
	color: #A52A2A;
}

.post p a {
	text-decoration: underline;
}

.post p a:hover {
	text-decoration: none;
}

.post_details {
	padding: 0 15px;
	background: #fff;
}

.post_details p {
	padding: 5px 0;
   margin-top: 1px;
	font-size: 12px !important;
}

.post_details p a {
	text-decoration: none;
}

.post_details p a:hover {
	text-decoration: underline;
}


/* More Posts */

#more_posts {
	background: #fff;
	padding: 10px 15px;
	margin-top: 15px;
	font-size: 12px;
}

/* Comments */

.comments_caption {
	width: 100%;
	background: #fff;
	margin-top: 15px;
}

.comments_caption h2 {
	padding-left: 15px;
	line-height: 2em;
}

.comment_wrap {
	background: #fff;
	margin-top: 15px;
}

.comment_wrap p {
	font-size: 13px !important;
}

.comment_wrap_head {
	padding: 0 15px;
}

.comment_wrap_head p {
	padding: 7px 0 !important;
}

.comment_wrap_head span {
	color: #898989;
	padding-left: 5px;
}

.comment_wrap_post {
	padding: 5px 0;
	border-top: #EEEEEE 1px solid;
}

.comment_wrap_post p {
	padding: 10px 15px !important;
}

#leave_a_comment_wrap {
	width: 100%;
	margin-top: 15px;
}

.leave_a_comment {
	background: #fff;
	width: 10em;
	text-align: center;
	float: left;
}

.leave_a_comment h2 {
	line-height: 30px;
}

.trackback_rss {
	float: right;
	padding-right: 15px;
	padding-top: 8px;
	width: 12.9em;
}

.trackback_rss p {
	padding: 0 !important;
	font-size: 11px !important;
}

#comment_form {
	background: #fff;
	padding: 11px 0;
	clear: both;
}

#content form {
	background: #FAFAFA;
	width: 100%;

	padding: 15px 0 15px 15px;
	margin: 0 auto;
}

#content form p {
	padding: 0px 0 5px 0;
	line-height: 20px;
}

#content input {
	border: #999999 1px solid;
	background: #FFFFFF;
	padding: 5px;
	font-size: 15px;
	font-family: Georgia;
	margin-top:15px;
}

#content input2 {
	border: #999999 1px solid;
	background: #679FDA;
	padding: 5px;
	font-size: 15px;
	font-family: Georgia;
	color:#FFF;
	margin-top:15px;
}


#content input.data {
	width: 184px;
}

#content textarea {
	border: #999999 1px solid;
	width: 270px;
	height: 170px;
	padding: 3px;
	font-size: 15px;
	font-family: Georgia;
}

#content input.sbutton {
	margin-top: 3px;
}

/* Sidebar */


#sidebar {
	width: 216px;
	float: right;
	padding: 15px;
}

#sidebar h2 {
	font-size: 13px;
	color: #75A546;
	padding: 10px 0;
	line-height: 18px;
}

#sidebar p, #sidebar li {
	font-size: 12px;
}

#sidebar p {
	padding: 10px 0;
	line-height: 20px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul ul {
	padding: 10px 0;
	list-style: none;
}

#sidebar ul ul ul {
	padding: 0;
}

#sidebar ul li ul li {

	padding-left: 23px;
	line-height: 23px;
}

/* Widgets */

.textwidget {
	line-height: 20px;
	padding: 10px 0;
}

#wp-calendar {
	padding: 10px 0 10px 10px;
}

#wp-calendar caption {
	margin: 10px 0px;
	border-bottom: 0;
}

#wp-calendar td {
   margin: 0;
   padding: 3px 5px;
}

#wp-calendar td#today {
   background: #EEEEEE;
}

/* Footer */

#footer {
	background: #fff;
	height: 2.7em;
	border-top: #EEEEEE 15px solid;
	border-bottom: #EEEEEE 15px solid;
	clear: both;
}

#footer ul {
	width: 490px;
	float: left;
	padding: 10px 0px 0 10px;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer li a {
	display: block;
	float: left;
	line-height: 24px;
	font-size: 12px;
	padding: 0 6px;
	margin-right: 19px;
	color: #2E2E2E;
}

#footer li.current_page_item a {
	color: #fff;
	background: #5EA3DB;
}

#footer p {
	width: 100px;
	float: right;
	font-size: 11px;
	line-height: 3.5em;
}

#footer p a {
	color: #A52A2A;
}

/* Copyright */

#copyright {
	width: 781px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	padding: 15px 0 25px 0;
	color: #8F8F8F;
}

#copyright p {
	line-height: 19px;
}




/* Fix */

#menu:after,
#menu ul:after,
#content_wrap:after,
#footer:after,
#leave_a_comment_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



#widgetshoppingcart p { text-align: center; }
#widgetshoppingcart h3 { font-size: 14px; text-align: center; }
#widgetshoppingcart p, #widgetshoppingcart th, .totalhead, .pricedisplay, .emptycart a, .gocheckout a, .items { font-size: 12px; }
#widgetshoppingcart p, .emptycart, .gocheckout { text-align: center; }

#content.products #page_post { width: 456px; }
#content.products #page_post .product_grid_display  { padding-left: 40px; width: 410px; }
.single_product_display .textcol { width: 446px; }
#content.products #page_post .product_grid_display .grid_more_info { display: none; }
#content.products #page_post .product_grid_display .product_grid_item .item_image, .product_grid_item .product_text { text-align: center; }
p.pricedisplay, p.details { padding: 0 !important; margin: 0 !important; float: left; text-align: center; clear: both; width: 120px; }
.grid_product_info { font-family: Georgia, arial, helvetica !important; }
.grid_product_info a { color: #5499E0; font-size: 12px; text-transform: lowercase; }
.grid_product_info strong a { color: #A52A2A; text-transform: none; text-decoration: none; }
.product_form input { border: 0 !important; background: none; }
.product_form, .textcol form { background: #fff !important; }
.products #page_post h2 { margin-bottom: 5px; }
#page_post h2, h3.subtitle { border-bottom: 1px solid #DED5C9; }
h2.prodtitles { border: 0 !important; padding: 0; }
.single_product_display p, .single_product_display ul, .single_product_display ul li  { color: #000; }
.single_product_display ul, .single_product_display ul li { padding: 0 !important; list-style: none !important; list-style-type: none !important; background: none !important;  }
#sidebar .shoppingcart th { font-famliy: Georgia, Arial, Verdana, Helvetica; }
#sidebar .shoppingcart tr td { font-size: 12px !important; }
#sidebar .shopping-cart-wrapper p span, #numberitems { font-size: 13px !important; }
#sidebar .shopping-cart-wrapper span.total, .shopping-cart-wrapper span.checkout-total { font-size: 13px !important; }
#numberitems { padding: 10px 0; }
.shopping-cart-wrapper a img { border: 0 !important; }
.gallerytitle { font-weight: normal; font-style: italic; color: #000; padding: 10px 0 0 0; font-size: 13px;}
.wpcart_gallery { margin-top: 15px; padding: 10px 0 3px 10px; border: 1px solid #ccc; background: #eee; width: 424px; }
.wpcart_gallery a.MagicZoom { margin-right: 10px !important; margin-bottom: 5px; }

h3.subtitle { font-size: 16px; padding-bottom: 10px; margin-bottom: 20px; }
#featprod { padding-left: 40px; }
#featprod .item_image { text-align: center; }
#featprod #products_page_container * { padding-bottom: 0 !important; margin-bottom: 0 !important; }
.prodlink { text-align: right; }
.prodlink a { font-size: 14px; color: #5499E0; text-decoration: underline; }
.prodlink a:hover { text-decoration: none; }
#hometable { padding: 10px 0 30px 0; }
#hometable tr td { font-size: 14px;  }
#hometable .td2 { padding: 0 10px 0 0px; }


.recentBlog {background: #fff; margin-top: 15px; padding: 10px 15px 15px 15px; float: left;}
#homepageposts { margin-top:0; background-color:FFF; width:453px;}
#homepageposts a.postHeaderLink { text-decoration: none; color: #A52A2A; font-size: 16px; }
#homepageposts a.postHeaderLink:hover { text-decoration: underline; }
#homepageposts a { text-decoration: underline; color: #000; font-size: 14px; }
#homepageposts a h1, #homepageposts a h2, #homepageposts a h3 { font-size: 16px; }
#homepageposts a:hover { text-decoration: none; }
#homepageposts a.link { font-size: 14px; color: #5499E0; text-decoration: underline; float:right; }
#homepageposts a.link:hover { text-decoration: none; }


.page-id-52 p+h2 { display: none; }
