/*
	Theme Name: Blue Station
	Theme URL: http://newwpthemes.com/wordpress-theme/blue-station/
	Description: Blue Station is elegant design theme with 1 right sidebar suitable for daily blogging. Tested in major browsers..
	Author: NewWpThemes.com
	Author URI: http://newwpthemes.com/
	Version: 2.0 
	Tags: blue, orange, two-columns, right-sidebar, fixed-width, ads ready
*/

/* LAYOUT */

.image_box {
border:1px solid #5D5C5C;
float:left;
height:100px;
margin-bottom:4px;
margin-right:4px;
width:133px;
}

body {
	/*background: url(images/background.png);*/
	background-position: center;
	background-repeat: repeat-y;
	/*background-color: #16446c;*/
	}

#wrapper {
	border-top: 5px solid #1761a0;
	padding-bottom: 10px;
	}

#container {
	
	}

#contentwrap {
	background: #fff;
	}

a {
	color: #09599f;
	}
	a:hover {
		color: #164268;
		text-decoration: none;
	}

/* HEADER */

#header {
	height: 160px;
	}


#header h1 {
	margin-bottom: 8px !important;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Verdana;
	font-size: 50px;
	}

#header h1 a, #header h1 a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	}

#header h1 a:hover {
	color: #fff;
	text-decoration: underline;
	}
	

#header h2 {
	color: #eee;
	font-size: 14px;
	line-height: 14px; 
	font-family: Arial;
	font-style: italic;
	}

.logoimg {
	margin:60px 0 5px 10px;
	}
/* NAVIGATION MENUS */

/* Pagemenu */
#pagemenu {
	text-align: right;
	
	}
	
#pagemenu ul { 
	padding: 6px 0 10px 15px;
	margin: 0;
	float: right;
	background: url(images/pagenav-background.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	
#pagemenu li {
	list-style: none;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0px;
	}

#pagemenu a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	padding: 1px 5px;
	}
	
#pagemenu a:hover, #pagemenu .current_page_item, #pagemenu .current_page_item a{
	color: #a3d3fd;
	}
	
#nav {
	background: url(images/nav-backgr.png);
	background-repeat: repeat-x;
	padding:4px;
	height: 33px;
	}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a {
	color: #16446c;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 10px 12px;
	text-decoration: none;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
	}
	
#nav li a:hover {
	color: #0775d4;
	}

#nav li a:active, .current-cat {
	background: url(images/nav-backgr-hover.png);
	color: #FFFFFF;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 10px 12px;
	text-decoration: none;
	}

#nav .current-cat a {
	color:#fff;
	}
	
#nav li:hover, #nav li.sfhover { 
	position: static;
	}

/* CONTENT */

#content {
	background: #fff;
	margin: 15px 10px 15px 15px;
	}

#content ul li a{
color: #09599f;
font-size:14px;
text-decoration:none;
}

#content ul li a:hover{
text-decoration:underline;
}

.post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	}

.post p {
	margin-bottom: 10px;
	}

.title {
	margin-bottom: 8px;
	line-height: 22px;
	font-family: Arial;
	color: #16446c;
	}

.title a {
	text-decoration: none;
	color: #16446c;
	}

.title a:hover {
	text-decoration: underline;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-decoration: underline;
}

.postdate {
	font-size: 11px;
	padding: 1px 4px;
	background: #fff;
	font-family: Arial;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial;
	background: #e3e7ea;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial;
	font-size: 14px;
	}
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
	
/* SIDEBAR(S) */

.sidebar {
	margin-right: 15px;
	}
	
.sidebar ul li a {
	text-decoration: none;
	color: #333;
font-size:13px;
	}

.sidebar a:hover {
	color: #09599f;
	}
	
.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
	}
	
.ad125 {
	margin: 10px;
	}
	

#search input, #searchform input {
	border: 1px solid #16446c;
	}
	
#search label, #searchform label {
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 15px;
	background: url('images/sidebar-tab.png');
	background-repeat: repeat-y;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #16446c;
	text-transform: uppercase;
	display: block;
	}
	
#s {
	width: 220px;
	padding: 2px;
	}
	
#searchsubmit {
	border: 1px solid #16446c;
	background: #16446c;
	color: #fff;
	}

#topsearch {
	padding:20px 10px 25px 0;
	background: url(images/search-background.png);
	background-repeat: no-repeat;
	text-align: center;
	}
	
#topsearch input {
	border: 1px solid #16446c;
	}
	
#topsearch label {
	display: none;
	}
	
#topsearch #s {
	width: 180px;
	padding: 2px;
	}
	
.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 15px;
	background: url('images/sidebar-tab.png');
	background-repeat: repeat-y;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #16446c;
	text-transform: uppercase;
	}

.sidebar h3 {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 15px;
	background: url('images/sidebar-tab.png');
	background-repeat: repeat-y;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #16446c;
	text-transform: uppercase;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	background: url(images/bullet.gif) no-repeat top left;
	}
	
.sidebar ul li ul li {
	background: #FFFFFF url(images/bullet.gif) no-repeat top left;
	padding: 2px 0px 2px 15px;
	margin: 2px 0;
	}



#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #555;
	background: #fff;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: #e3e7ea;
	}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #e3e7ea;
	color: #555;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	background: #16446c;
	padding: 10px;
	border: 10px solid #fff;
	text-align: center;
	color: #eee;
height:22px;
	}

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

#footer ul li{
float:left;
line-height:1.5em;
list-style:none;
padding-right:10px;
}

#footer ul li a
{
color:#fff;
display:block;
float:left;
font-weight:bold;
line-height:1.5em;
text-transform:capitalize;
text-decoration:none;
}

#footer ul li a:hover
{
color:#F99401;
}

#footercontent
{
float:left;
width:400px;
}
#footer a {
	color: #fff;
text-decoration: none;
	} 

#footer a:hover {
	text-decoration: underline;
	} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    margin: 0 10px 10px 0;
}

#itembox_container



{



	height:auto;



	width:685px;



	float:left;



	border:#c5c3c3 solid 1px;



	margin-top:5px;



	margin-bottom:5px;



}
.price {

color:#000000;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
height:auto;
text-align:center;
text-decoration:none;
width:100%;

}


.image_box 

{

float:left;
height:auto;

}

.productdetail_text {

color:#0066CC;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
height:auto;
text-align:center;

}

.productdetail_text a, a:link {
color:#0066CC;
text-decoration:none;
}

.productdetail_text a:hover
{
text-decoration:underline;
}

.itembox_top {
background:#186DB5 none repeat scroll 0 0;
float:left;
height:28px;
padding-left:5px;
padding-top:5px;
width:680px;
}

.itemtop_left {
color:#FFFFFF;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
width:335px;
}
.item_box



{



	width:218px;



	height:auto;



	float:left;



	padding-top:10px;



	padding-bottom:10px;



	padding-left: 10px;



}
.itemtop_right {
color:#FFFFFF;
float:right;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
padding-right:5px;
text-align:right;
width:275px;
}


.itembox_bottom {
background:#186DB5 none repeat scroll 0 0;
color:#FFFFFF;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
height:26px;
padding-left:5px;
padding-top:5px;
text-align:center;
width:680px;
}

.pagenavi {
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
text-align:center;
}

.pagenavi a {
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
padding:3px;
text-align:center;
text-decoration:none;
}

.pagenavi a:hover {
background:#FFFFFF none repeat scroll 0 0;
color:#000000;
font-weight:bold;
text-decoration:none;
}

.srno_box {
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
height:auto;
width:30px;
}

.free {
color:#FF7022;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold;
text-align:left;
text-decoration:none;
}
.clear_deals {
border-top:1px dotted #999999;
clear:both;
padding-top:10px;
}

.red1
{
color:red;
}
#content h1 a
{
font-size:24px;
font-weight:normal;
text-decoration:none;
color:#0066CC;
}

#content h1 a:hover
{
color:#523808;
}

#content h1
{
	font-size:24px;
font-weight:normal;
text-decoration:none;
color:#0066CC;
}

#content h2
{
font-size:22px;
font-weight:normal;
text-decoration:none;
color:#523808;
}

#content h3 a
{
font-size:20px;
font-weight:normal;
text-decoration:none;
color:#0066CC;
}

#content h3 a:hover
{
color:#523808;
}

#headerbox

	{

	width:981px; 

	height:109px;

	float:left; 

	background-image: url(images/top-bg.gif); 

	background-repeat:no-repeat; 

	}

#site_name

{

	float:left;

	margin:0;

	height:109px;

	width:527px;

	background-image: url(images/site-name.gif);

	background-repeat:no-repeat

}

#headerright

	{

	width:445px; 

	background-image: url(images/right-header.gif); 

	background-repeat:no-repeat;

	height:109px; 

	float:left; 

	}

   

.logo 

   { 

	float:right;

	text-align:center;

	width:69px; 

    display:block;

    height:60px; 

	margin-top:28px; 

	margin-left:3px; 

   }

#nav_top

{

	float:left;

	height:47px;

	width:981px;

    padding-top:0px;

	margin:0px;

	background-image: url(images/nav-bg.gif);

	background-repeat:repeat-x; 

	color:#ffffff;

}

#nav_top ul

{

	margin:0px;

	padding:0px; 

	margin-left:10px;

}



#nav_top li

{

	font-family:Arial, Helvetica, sans-serif; 

	font-size:14px; 

	font-weight:bold; 

	text-decoration:none; 

	color: #FFFFFF; 

	display:inline;

	float:left; 

	margin-top:0px; 

	list-style-type:none; 

}

#nav_top li a

{

	font-family:Arial, Helvetica, sans-serif; 

	font-size:14px; 

	font-weight:bold;  

	text-decoration:none; 

	color:#000; 

	display:block; 

	padding:17px;

	padding-left:5px; 

	padding-right:4px;

}



#nav_top li a:hover

{ 	

	background-image: url(images/hoverimg.gif); 

	background-repeat:repeat-x;

	color:#000;

	text-decoration:none;

	

}





