/*
Theme Name: Shyama
Theme URI: http://www.free-wordpress-theme.net/
Description: A free magazine style WP theme---See the readme file for theme setup---Need help? Ask for support at <a href="http://www.free-wordpress-theme.net/">Free Wordpress Themes</a>
Version: 1.1
Author: V
Author URI: http://www.wordpress-solutions.net/
Tags: 2 columns layout, widget ready, fixed width, ads ready.	
*/


/*============================================================
	General Specifications
==============================================================*/

* :focus { outline: 0; }

body {
  	font-size: 12px;
	font-family: Georgia, Arial, Verdana, Sans-Serif;
	background: #001a27;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	overflow: hidden;
	color: #000;
	}

.depth-1 {
	border: 1px solid #ddd;
    	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Palatino Linotype', Arial, Georgia, Verdana, Sans-Serif;
	}

h1.main, h1.main a, h1.main a:hover, h1.main a:visited {
	font-family: georgia;
	font-size: 36px;
	font-weight: normal;
	margin: 10px 0 0 0;
	text-decoration: none;
	color: #fff;
	text-align:left;
	}

h2.title, h2.title a, h2.title a:hover, h2.title a:visited{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color:#001a27;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h5, h5 a, h5 a:hover, h5 a:visited {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h6, h6 a, h6 a:hover, h6 a:visited {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

a, a:visited{
	color: #25a1fb;
	text-decoration: none;
	}

a:hover {
	color: #105483;
	text-decoration: none;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 10px;
    	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 20px 0 10px;
	padding: 1px 15px;
	border-left: 3px solid #2089e4;
	font-style: oblique;
	background: #f9fafe;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	width: 530px;
	float: right;
  	display: block;
	text-align: center;
	margin: 10px;
    	font-weight: bold;
    	}

#search{
	width: 200px;
	height: 50px;
	float: left;
	}

#searchform {
    	width:200px;
	background: #efefef;
	color: #000;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 20px 5px 10px 0;
	padding: 2px 2px 1px 2px;
	}

#submit {
	width: 32px;
	height: 32px;
	background: url(images/go.png) left no-repeat;
	margin: 12px 20px 0 5px;
	padding: 0;
	border: none;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/*==========================================================
	Header
============================================================*/

#header {
	background: url(images/header.jpg) top no-repeat;
	width: 1000px;
	height: 151px;
	margin: 0px;
	padding: 0px;
	float: left;
	}

#description {
	float: left;
	width: 400px;
	height: 105px;
	margin: 50px 0 0 40px;
	padding: 0px;
	}

#had{
	width: 468px;
	height: 60px;
	float: right;
	margin: 65px 40px 0 0;
	}

/*=======================================================================
	Pages Menu
=======================================================================*/

#menu{
	background: url(images/menu.jpg) top no-repeat;
	float: left;
height: 50px;
	width: 1000px;
	margin: 0;
	}

#dropmenu, #dropmenu ul {
	margin:0; 
	padding:0 40px; 
	list-style-type:none; 	
	list-style-position:outside; 
	position:relative; 
	line-height:1.5em; 
	z-index:300; 
	width:920px;
	font-weight:bold;
	font-size: 12px;
	text-transform: uppercase;
	}

#dropmenu a {
	display:block; 
	border-right:1px solid #063757;
	padding:9px 5px;
	color:#27a2ff; 
	text-decoration:none; 
	background:#001a27;
	}

#dropmenu a:hover {
	background:#125b8e; 
	color: #001a27;
	}

#dropmenu li {
	float:left; 
	position:relative;
	}

#dropmenu ul {
	position:absolute; 
	display:none; 
	width:12em; 
	top:36px; 
	left:-41px;
	text-transform: lowercase;
	}

#dropmenu li ul {
	width:14.1em;
	}

#dropmenu li ul a {
	width:12em; 
	height:auto; 
	float:left;  
	}

#dropmenu ul ul {
	top:auto;
	}

#dropmenu li ul ul {
	left:12em; 
	margin:0px 0 0 -30px;
	}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
	}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
	}


/*=====================================================================
	Blog page
=======================================================================*/

#pbody {
	background: url(images/pbody.jpg) top repeat-y;
	width:900px;
	padding: 0 50px;
	margin:0;
	float: left;
	}

#content {
	position: relative;
	width:560px;
	margin:-40px 0 0 10px;
	float:left;
	overflow: hidden;
	}

/*=================================================================
	Home
===================================================================*/

#featured{
	width: 538px;
	float: left;
	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
	overflow: hidden;
	border: 1px solid #cbe2f0;
	}


/*==========================================================================
	The actual Blog post look
============================================================================*/

.post {
	width: 538px;
	float: left;
	background: #fff;
	border: 1px solid #cbe2f0;
	padding: 10px;
	margin: 0 0 10px 0;
	overflow: hidden;
	text-align: justify;
	font-size:14px;
	}

.ptitle{
	padding: 10px 0px 2px 0px;
	}

.entry {
	padding: 0px;
	margin: 0;
	}

.postmeta{
	background: #f6fafd;
	width: 530px;
	float: left;
	padding: 0 3px;
	font-size: 12px;
	margin: 5px 0 7px 0;
	border: 1px dashed #cbe2f0;
	}

.com {
	min-width: 20px;
	margin: 0;
	float: right;
	font-size: 12px;
	}

.thumb img{
	float: left;
	margin: 5px 10px 0 0;
	}

.post hr {
	display: block;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.attachment {
	text-align: center;
	margin: 15px 0px;
	}

.clear {
	clear: both;
	}

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style-type: disc;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
	text-indent: 5px;
	}

.entry li {
	margin: 5px 0 5px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


/*===================================================
	Sidebar
=====================================================*/

#sidebar{
	position: relative;
	width: 305px;
	float:right;
	padding: 0;
	margin: -40px 12px 0 0;
	font-family: georgia;
	font-size: 14px;
	color: #ccc;
	overflow: hidden;
	}

.stitle{
	width:305px;
	height: 40px;
	float: left;
	background: #001a27;
	margin: 0 0 10px 0;
	}

#searchh {
    	width:210px;
	background: url(images/src.png) left no-repeat;
	border: none;
	color: #c8dfef;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-style: oblique;
    	margin: 0 0 0 10px;
	padding: 13px 2px 5px 80px;
	}

#rss, #twitter {
	width:210px;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-style: oblique;
    	margin: 0 0 0 10px;
	padding: 13px 2px 5px 80px;
	}

#rss{
	background: url(images/rss.png) left no-repeat;
	}

#twitter{
	background: url(images/twitter.png) left no-repeat;
	}

#rss a:link, #rss a:visited, #twitter a:link, #twitter a:visited{
	color: #c8dfef !important;
	}

#rss a:hover{
	color: #ff7f00 !important;
	}

#twitter a:hover{
	color: #00d4ff !important;
	}	

#ad300{
	margin: 1px;
	}

#sidebar h2 {
	width:283px;
	height: 30px;
	background: #d6e8f4;
	border-bottom: 8px double #001a27;
	margin: 0;
	color: #001a27;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	padding: 10px 10px 0 10px;
	text-align: left;
	font-variant: small-caps;
	}


.widget {
	background: #001a27;
	border-top: none;
	border: 1px solid #cbe2f0;
	width: 303px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0px;
	}

#sidebar a, #sidebar a:visited{
	color: #c3c3c3;
	}

#sidebar a:hover{
	color: #d6e8f4;
	}

#sidebar li{
	list-style-type: none;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

#sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
#sidebar ul li {
	height:100%;
	line-height:14px;
	}

#sidebar p {
	padding: 7px 10px;
	margin:0 5px;
	text-align: justify;
	}

#sidebar table {
	width:100%;
	text-align:center;
	}	

#sidebar ul li {
	list-style-type: none;
	}

.widget ul li a:link, .widget ul li a:visited {
	background: url(images/bullet.png) left no-repeat;
	color: #c3c3c3;
	text-decoration: none;
	padding: 5px 0px 5px 23px;
	display:block;
	border-bottom: 1px dashed #2a404b;
	margin: 0 5px;
	}

.widget ul li a:hover {	
	color: #d6e8f4;
	}

/* Calendar */

#wp-calendar {
	width: 90%;
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	width: 90%;
	margin-left: 0px;
	padding-top: 10px;
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}


/*================================================================
    Begin Comments
==================================================================*/

#replies, #respond {
	float: left;
	padding: 0;
	margin: 0;
	}

h3.comments{
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	margin: 0 10px;
	padding: 15px 15px 0 15px;
	color: #000;
	}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	width: 540px;
	list-style:none;
	margin-bottom:14px;
	float: left;
	}

.commentlist cite {
	float: left;
	width: 520px;
	padding: 10px;
	display:block;
	font-style:normal;
	margin: 0;
	}	

.commentlist cite img {
	border: 3px solid #fff;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	}

.commenttext {
	background: #fff;
	float: left;
	width: 520px;
	padding: 10px;
	display:block;
	font-style:normal;
	margin: 0px;
	}

#commentform input {
    	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 15px;
	}

#commentform {
    	margin: 5px 10px 0 0;
	}

#commentform textarea {
    	width: 500px;
	height: 200px;
	margin: 5px 0 10px 5px;
	}

#commentform input, #commentform textarea {
	border: 1px solid #001a27;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	}

#commentform input:focus, #commentform textarea:focus { 
	background-color: #fff; 
	border-color: #134793; 
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#commentform #submit {
	margin: -5px 0 10px 5px;
	width: 115px;
	height: 25px;
	background: #001a27;
	color: #c4deed;
	font-weight: bold;
	border: 1px solid #134793;
	}

#commentform p {
	margin: 5px 10px;
    	font-weight: normal;
	line-height: 14px;
	text-transform: none;
    	font-family: Georgia,'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*=======================================================================
	WP Navi
=======================================================================*/

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #c4deed;
	color: #c4deed;
	background-color: #1557a5;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #c4deed;
	color: #c4deed;
	background-color: #1557a5;
}
.wp-pagenavi a:hover {	
	border: 1px solid #1557a5;
	color: #1557a5;
	background-color: #c4deed;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #1557a5;
	color: #1557a5;
	background-color: #c4deed;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #c4deed;
	border: 1px solid #c4deed;
	background-color: #1557a5;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #1557a5;
	color: #1557a5;
	background-color: #c4deed;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #c4deed;
	color: #c4deed;
	background-color: #1557a5;
}


/*=======================================================================
	Footer
=========================================================================*/

#footer {
	background: url(images/footer.jpg) top no-repeat;
	width:940px;
	float:left;
   	padding: 35px 30px 7px 30px;
	text-align: center;
	margin: 0;
	}

#footer a, #footer a:visited{
	color: #000;
	}

/*===============================================================
    Begin Images
=================================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
  display: block;
   	float: right;
   	}

.alignleft {
    display: block;
   	float: left;
	}

a img {
	border: none;
	}


/*=================================================================
    Captions
===================================================================*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

.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;
	}

.ad_lnk{
	position: absolute;
	left: -550px;
	top: -650px;
}

#hads {
	width:940px;
	height: 351px;
	float:center;
   	padding: 0px 30px 0px 30px;
	text-align: center;
	margin: 0;
	background: url(images/pbody.jpg) top repeat-y;
}


#hads3 {
	height: 100px;
   	padding: 30px;
	border: 10px solid #ddd;
}

#menu2{
	background: #001a27 url(images/pbody.jpg) top repeat-y;
height: 10px;
	float:right;
	text-align: center;
	width: 1000px;
	margin: 0;
}