/*
| Cascading Style Sheet for Wordpress E-shop Template
+------------------------------------------------------------
| Theme Name: Wordpress E-shop Template
| Description: This is a Wordpress theme for online shopping
| Author: robas
| Copyright (c) 2008 robas
| Author URI: http://robas.info
+------------------------------------------------------------
USED COLORS
+------------------------------------------------------------
| #f4f7fa - light blue (background);
| #336699 - dark blue (top);
| #003366 - dark blue (menu);
| #a8bfdb - blue (search);
| #0099ff - main blue (dark);
| #5cd6ff - main blue (light);
| #d2ebfc - light blue (border)
| #33cc00 - main green (dark);
| #83de86 - main green (light);
| #e9f9e3 - light green (border);
| #006600 – dark green (links hover);
| #666666 - grey (text);
+------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #f0f4f9;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 11px;
	color:#666666;
	margin:0 auto;
	padding:0; 
}

p {
	margin: 0;
	line-height: 1.3;
}


/* BEGIN HYPERLINKS
---------------------------- */
a {
	color: #5cd6ff;
	outline: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#336699;
	text-decoration: underline;
}
a:active, a:focus {
	text-decoration: underline;
	outline: none;
} 

/* -- entry links --*/
.entry a, .entry a:link,
.entry a:active {
	color:#33cc00;
	text-decoration: underline;
}
.entry a:hover {
	color: #006600;
	text-decoration: underline;
}


/* BEGIN STRUCTURE 
---------------------------- */
/*#wrapper {
	position: relative;
	background: url(images/bg.jpg) repeat-y;
	width:100%;
	height: auto;
	margin: 0px auto 0 auto;
	text-align: left;
} 
#pagewidth{ 
	background: transparent;
	position: relative;
	width:940px; 
	height: 100%;
	text-align:left;  
	margin: 0px auto 0 auto;
} */

#wrapper {
	position: relative;
	background: #f0f4f9;
	width:100%;
	height: auto;
	margin: 0 auto;
} 
#pagewidth{ 
	position: relative;
	background: url(images/bg.jpg) #f0f4f9 repeat-y;
	width:1000px;
	height: 100%;
	text-align:left;  
	margin: 0 auto;
}  
#header {
	background: url(images/header.jpg) top no-repeat;
	width: 930px;
	height: 301px;
	margin: 5px auto 0 auto;	
	
}

#top {	
	background: #336699;
	position: relative;
	width:940px; 
	height: 55px;
	text-align:left;  
	margin: 0 auto;
	clear: both;
}

#logo {
	background: transparent;
	width:550px;
	height: auto;
	padding: 0;
	margin:	10px 0 0 50px;
	float: left;
	display: inline;
}

#nav {
	background: url(images/navbg.jpg) repeat-x;
	width: 940px;
	height: 26px;
	display: block;
	margin: 0 auto;		
	clear: both;
}

#feed {
	background: transparent;
	width:100px;
	height: 26px;
	float: right;
	margin: 0 20px 0 0;
	text-align:right;
	display: inline;
}

#feed a {
	color: #edf1f8;
	font-size: 12px;
}

#feed a:hover {
	color: #5cd6ff;
	text-decoration: none;
}

#feed img {
	position: relative;
	top: 4px;
}

#nav #feed a {
	padding: 4px 0;
}	


/* BEGIN TYPHOGRAPHY
---------------------------- */
h1, h1 a {
	font: normal 26px "Century Gothic","Trebuchet MS",Arial,sans-serif;
	color: #5cd6ff;
	text-decoration: none;
}
h1 a:link {
	text-decoration: none;
} 
h1 a:visited, h1 a:hover, 
h1 a:active, h1 a:focus {
	text-decoration: none;
	color: #5cd6ff;
}

h2 {
	font: normal 18px "Trebuchet MS",Arial,sans-serif;	
	color: #003366;
	text-decoration: none;
	text-transform: uppercase;
}

#sidebar h2 {
	font: normal 18px "Trebuchet MS",Arial,sans-serif;	
	color: #003366;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 10px 3px 20px;
	margin: 0;
	display: block;
	height: 28px;
}

#rightbar h2 {
	font: normal 18px "Trebuchet MS",Arial,sans-serif;	
	color: #003366;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 7px;
	margin: 0;
	display: block;
}

h3 {
	font: normal 26px "Century Gothic","Trebuchet MS",Arial,sans-serif;
	color: #0099ff;
	text-decoration: none;
	position: relative;
	top: -18px;
}

h4 {
	font: normal 24px "Century Gothic","Trebuchet MS",Arial,sans-serif;
	color: #33cc00;
	text-decoration: none;
	position: relative;
	top: -17px;
	/*left: 10px;*/
}

.h_blue {
	font: normal 15px Arial,sans-serif;	
	font-style: italic;
	color: #5cd6ff;
	text-decoration: none;
}
.h_green {
	font: normal 15px Arial,sans-serif;	
	font-style: italic;
	color: #83de86;
	text-decoration: none;
}

h5, h5 a {
	font: normal 18px "Trebuchet MS",Arial,sans-serif;	
	color: #003366;
	text-decoration: none;
}
h5 a:link, h5 a:active, h5 a:visited {
	text-decoration: none;
} 
h5 a:hover, h5 a:focus {
	text-decoration:none;
	background:#edf1f8;
	color: #003366;
	padding-right:5px;
}

/* BEGIN NAVIGATION
---------------------------- */
#top_nav {
	background: transparent;
	width:640px;
	height: 26px;
	padding: 0;
	margin-left:10px;
	float: left;
	display: inline;
}

#top_nav a {
	background: transparent;
	margin:0;
	padding: 4px 20px;
}

#nav #top_nav {
	padding: 4px 20px;
}	

#top_nav a:link, #top_nav a:visited {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

#top_nav a:active, #top_nav a:hover {
	background: #003366;
	border-left: 1px dotted #5cd6ff;
	border-right: 1px dotted #5cd6ff;
	color: #5cd6ff;
	margin-left: -1px;
	margin-right: -1px;
}


/* BEGIN SEARCH
---------------------------- */
#search {
	background: transparent;
	width:300px;
	float: right;
	margin:0;
	padding-right: 15px;
	text-align:left;
	display: inline;
}

#stext {
	background: transparent;
	width: 120px;
   float: left;
	text-align: right;
	position: relative;
	top: 13px;
}
#stext .stext {
	background: transparent;
	font: 11px "Trebuchet MS",Arial,sans-serif;
	color: #edf1f8;
	padding-top: 10px;
	padding-right: 5px;
}

#sbox {
	background: transparent;
	width: 180px;
	float: right;
	position: relative;
	top: 13px;
}
#sbox form#sbox_form {
	margin-top: 8px;
}
#sbox form#sbox_form #sbox_s {
	background-color: #a8bfdb;
	border: 1px solid #edf1f8;
	float: left;
	width: 145px;
	height: 16px;
	font: 11px "Trebuchet MS",Arial,sans-serif;
	padding-left: 5px;
	color:#003366;
	text-align: left;
}
#sbox form button#sbox_submit {
	background: url(images/icon_magnifier.jpg);
	float: right;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	margin-left: 3px;
}


/* BEGIN CONTENT
---------------------------- */
#content {
	position: relative;
	background: transparent;
	float: none;
	width: 940px;
	height:100%;
	margin: 0 auto;
	padding: 0;
}

#sidebar {	
	position: relative;
	float: left;
	clear: left;
	width: 180px;
	height: 100%;
	text-align: left;
	top: 40px;	
}

#content-box {
	position: relative;
	float: left;
	width:450px;
	height: 100%;
	top: 45px;
	margin: 0;
}

#rightbar {
	position: relative;
	float:right;
	clear: right;
	width: 290px;	
	height: 100%;
	top: 45px;	
	right: 5px;
	margin: 0;
}


/* BEGIN SIDEBAR
---------------------------- */
.sidebar {
	 color: #336699;
	 background: transparent;
}
.sidebar-content {
	text-align: left;	
	display: block;
	line-height: 18px;
}

#sidebar ul {
	margin-bottom:10px;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
} 

#sidebar li {
	padding-left:20px;
}

#sidebar li a, #sidebar li a:visited {
	background: url(images/icon_arR.jpg) no-repeat 1px;
	font: bold 13px "Trebuchet MS",Arial,sans-serif;
	color: #336699;
	text-decoration: none;
	display: block;
	width:80%;
	height: 18px;
	padding: 2px 10px 2px 20px;
}
#sidebar li a:hover,
#sidebar ul#small_r a:hover,
#sidebar ul#small_s a:hover {
	color:#0099ff;  
	text-decoration: none;
}

#sidebar img {
	padding: 0 0 5px 20px;
}

#sidebar select {
	font: normal 12px "Trebuchet MS",Arial,sans-serif;
	color: #336699;
	margin: 0 0 5px 20px;
	width: 130px;
	height: 20px;
	border: 1px solid #003366;
	padding: 1px;
} 

#sidebar ul#small_r a,
#sidebar ul#small_s a {
	background: white;
	display: block;
	height: 1%;
	font: normal 13px "Trebuchet MS",Arial,sans-serif;
	color: #336699;
	text-align: left;	
	padding: 2px 10px 2px 0;
	margin: 0; 
} 


/* BEGIN CONTENT-BOX
---------------------------- */
.content {
	font: normal 11px "Trebuchet MS",Arial,sans-serif;
	color: #666666;
	text-align: left;
	padding-left: 5px;
} 

.content-top {
	background: url(images/blue_big.jpg) top left no-repeat;
	position: relative;
	float: left;
	width:440px;
	height:181px;
	margin: 0;
} 
	
.content-bottom {
	background: url(images/blueline_long.jpg) bottom left no-repeat;
	width: 420px;
	height: 1px;
	float: left;
}

.content-bottom div {
	font-size: 1px;
}

#post {
	position: relative;
	top: -130px;
	float: left;
}

.post {
	background: transparent;
	font: 11px "Trebuchet MS",Arial,sans-serif;
	color: #666666;
	line-height: 1.5;
	width:438px;
	padding-left: 15px;
	padding-bottom: 20px;
}

#content-box p.date {
	background: url("images/icon_arR.jpg") no-repeat left;
	padding-left: 15px;
	margin-bottom: 5px;
	font: normal 11px "Georgia","Times New Roman", Times, serif;
	color:#336699;
}

#content-box .entry {
	background: url("images/blue_line.jpg") no-repeat 0 100%;
	margin: 0 20px 5px 0;
	padding-bottom: 25px;
	padding-top: 15px;
	text-decoration: none;
}

#content-box .post .comments {
	margin: 5px 0 0 0;
	display: block;
	text-align: left;
}
	
#postnav {
	position: relative;
	float: none;
	width:420px;
	margin-left: 16px;
}
.postnav {
	font: normal 14px "Trebuchet MS",Arial,sans-serif;
	color:#006600;
	line-height: 1.5;
	text-transform: uppercase;
}
.postnav a {
	font: bold 12px "Trebuchet MS",Arial,sans-serif;
	color:#006600;
	line-height: 1.5;
	text-transform: uppercase;
	text-decoration: underline;
}
.postnav a:link, 
.postnav a:active,
.postnav a:visited {
	text-decoration: underline;
}
.postnav a:hover {
   color: #33cc00;
	text-decoration: underline;
}
	
	
/* -- post images -- */
#content-box .post img {
	display: inline;
	padding:0;
}

#content .post img.left {
	float: left;
	margin-right:5px;

}
#content .post img.right {
	float: right;
	margin-left:5px;
}


/* BEGIN RIGHTBAR 
---------------------------- */
#rightbar .rightbar-content img {
	padding-bottom: 50px;
}
.rightbar-content {
	font: bold 13px "Trebuchet MS",Arial,sans-serif;
	color: #336699;
	text-decoration: none;
	display: block;
	line-height: 1.5;
	width: 290px;
}

.rightbar-content a {
	font: bold 13px "Trebuchet MS",Arial,sans-serif;
	color: #336699;
	text-decoration: none;
	display: block;
	height: 1%;
	padding: 2px 0 2px 0;
}
.rightbar-content a:hover {
	color:#0099ff;  
	text-decoration: none;
}

#rightbar ul {
	list-style: none;
	padding-bottom: 30px;
}

.rightbar-content img {
	float: left;
	height: 100%;
	display: block;
} 

/* -- green box -- */
.box {
	position: relative;
	float:right;
	width: 290px;	
	height: 100%;
	right: 5px;
	padding-bottom:30px;
}
.rightbar-top {
	background: url(images/green_big.jpg) top right no-repeat;
	width:290px;
	height: 50px;
	float: right;
}
.rightbar-bottom {
	background: url(images/greenline_sh.jpg) bottom right no-repeat;
	width: 275px;
	height: 1px;
	float: left;
}
.rightbar-bottom div {
	font-size: 1px;
}

#offers,
#featured {
	background: transparent;
	border-left: 1px solid #e9f9e3;
	border-right: 1px solid #e9f9e3;
	position: relative;
	width: 279px;
	height: auto;
	float:left;
	/*padding-bottom: 10px;	*/
}

#featured {
	display: inline;
}


/* --- */
#offers ul {
	list-style: none;
	margin:0;
	padding-left: 5px;
}

#offers li {
	float: left; 	
	width: 68px;
	height: 100%; 
}

#offers a { 
	text-decoration: none; 
	color: #666666;
	margin: -1px;
}

#offers a:hover {
	text-decoration: underline; 
	color: #33cc00;
}

.offersimg,
.offersimg a img {
	float: left; 
	height: 100%;
	margin: 0;
	padding-bottom: 2px;
}
.offerstext { 
	text-align: center;
	padding-bottom: 10px;
	margin: 0;
}

.offerstext a {
	color:#33cc00;
}


/* --- */
#featured ul {
	list-style: none;
	margin:0;
}

#featured li {
	float: left; 	
	width: 279px;
	height: auto; 
}

#featured a { 
	text-decoration: none; 
	margin: 0;
	color: #666666;
}

#featured a:hover {
	text-decoration: underline; 
	color: #33cc00;
}

.featimg,
.featimg a img {
	float: left;
	height: 100%;
	margin: 0;
	padding: 0 5px 5px 5px;
}

.feattext {
	float:none; 
	text-align: left;
	padding: 0 10px 0 10px;
}

.feattext a {
	color:#33cc00;
	text-align: left;
}


/* BEGIN FOOTER
---------------------------- */
#footerbg {
	position: absolute;
	background:#ADEAFF;
	width: 100%;
	height: 70px;
	margin: 0 auto;
} 

#footer {
	position: relative;
	background: url(images/ftr.jpg) bottom #ADEAFF no-repeat;
	width:1000px;
	height: 50px;
	margin: 0 auto;
	text-align: left;
} 

.footer_content {
	position: relative;
	font: 11px "Trebuchet MS",Arial,sans-serif;
	color: #003366;
	line-height: 1.5;	
	margin:0 30px;
	padding: 15px 15px;
}

.footer_content a {
	color:#336699;
	text-decoration: underline;
}

.footer_content a:link,
.footer_content a:active {
	color:#336699;
	text-decoration: underline;
}
.footer_content a:hover {
	color:#0099ff;
	text-decoration: underline;
}

#footer .footer_line {
	padding-left: 45px;
} 

.footer_line {
	background: url(images/blueline_long.jpg) top left no-repeat;
	width: 420px;
	height: 1px;
}

.footer_line div {
	font-size: 1px;
}

#pagewidth .footer_line {
	margin-left: 32px;
	margin-top: 2px;
} 


/* BEGIN MISC
---------------------------- */
.comments {
	font: normal 12px "Trebuchet MS",Arial,sans-serif;
	color:#0099ff;
	text-decoration: none;
}

.comments a, .comments a:link {
	font: normal 11px "Trebuchet MS",Arial,sans-serif;
	color:#5cd6ff;
	text-decoration: none;
}

.comments a:hover {
	color: #003366; 
	text-decoration: underline;
} 

.left {
	float: left;
}

.right {
	float: right;
}


 /* -- Float containers fix: -- */ 
.clearfix:after {
 content: "."; 
 display:block; 
 height: 0; 
 clear: both;
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
