/*  
Theme Name: Insight 
Theme URI: http://www.flickr.com/photos/kkseema
Description: Insight Theme.
Version: 1.0
Author: Seema 
Author URI: http://flickr.com/photos/kkseema
Tags: earhern, two columns, widgets, fixed header, fixed width

*/


body
{
	background: #123;
	border-top: 5px solid #000;
	color: #111;
	padding: 20px 0 40px;
}

a
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2
{
	padding: 0;
	text-align: left;
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
}
h3
{
	padding: 0;
	text-align: left;
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: bold;
	border-bottom:2px dotted #FFDA8B;
}

h4
{
	padding: 0;
	text-align: left;
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: bold;
}

p
{
	overflow: hidden;
	padding: 0;
	text-align: left;
}

form
{
	margin-bottom: 20px;
}

.container_12
{
	background: #fff repeat-y;
	margin-bottom: 20px;
}

.insight_red
{
 color: #990000; 
}

.pullquote {
padding: 10px;
float: right;
width: 200px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 20px;
border-top-width: 2px;
border-bottom-width: 2px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #694e1c;
border-bottom-color: #694e1c;
font-size: 16px;
text-align: center;
line-height: 36px;
font-style: italic;
font-weight: normal;
}
blockquote {
  font: 14px italic Times, serif;
  padding: 8px;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 5px;
  background-image: url(img/openquote.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  blockquote div {
     display: block;
     background-image: url(img/closequote.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Hidden Nav Menu */

ul.offset, .offset {
left:-9000px;
position:absolute;
top:-9000px;
z-index:9;
}

ul.offset a:focus, ul.offset a:active {
background-color:#339999;
border:2px solid #000000;
color:#FFFFFF;
font-weight:bold;
left:9010px;
padding:5px;
position:absolute;
top:9010px;
width:6em;
z-index:9;
}

/* Header Style */

#header_rule
{
 background-color: #ffcc00; 
 border: 0; 
 height: 10px;
 margin: 0;
}


#header_menu
{
	position: relative;
	margin-top: -25px;
	height: 23px;

}

#header_menu a 
{
	color: black;
	font-family: Georgia, Century Schoolbook L, Times,Times New Roman,Serif;
	font-size: 19px;
	border-right:1px solid #fe8308;
	padding-left:10px;
	padding-right:10px;
}

#header_menu a.first
{
	border-left: 1px solid #fe8308;
}

#header_menu a:hover
{
	background-color: #f0f0B3;
	text-decoration: none;
}



ul#header_menulist
{
display:block;
float: right;
margin:5px 1px 5px 0px;
white-space: nowrap;
}

#header_menu li
{
display: block;
float:left;
margin: 0px;
}


/* Main navigation menu style */
#main_nav 
{
background: white; 
font-size: 17px;
border-top: 1px solid #990000;
border-bottom: 1px solid #990000;
padding: 3px 0px;
}



#main_nav ul
{
/*white-space: nowrap;*/
float:left;
margin-bottom: 0px;
background: #990000; 
padding: 7px 0px;
}

#main_nav li
{
display:block;
list-style-type: none;
float: left;
margin-left: 0px;
width: 230px;
background: transparent url(img/seperator.png) center right no-repeat;
}

#main_nav li.last
{
width: 250px;
background: transparent;
}

#main_navlist a
{
display:block;
background-color: #999;
width: 42%;
margin: auto;
padding-left:30px;
background: transparent url(img/arrow-trans.png) top left no-repeat;
font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}

#main_navlist a:link, #main_navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#main_navlist a:hover
{
/*background-color: #FF6600;
color: #333;*/
color: white;
background: transparent url(img/white-arrow-trans.png) top left no-repeat;
}

#main_nav a em
{
  color: #ffcc00;
  font-weight: bold;
  font-style: normal;
}

#main_nav a:hover em
{
  color: #fff;
}


#teaser
{
  margin-top: 2px;
  padding: 10px 0px;
  background: #fafae6;
  height: 150px;
  overflow: hidden;
}

#contentarea{
 padding-top: 10px;
 border-bottom: 4px solid #F0F0B3;
}

div.post small {
font-size: 11px;

}


.front
{
 border-top: 4px solid #F0F0B3;
}

#footer
{
background: #fafae6;
text-align: center;
}

/* Side bar */
ul.sidebar_list, ul.front_sidebar_list { list-style: none; }

ul.front_sidebar_list li { margin-bottom:20px }

/* Search */
#searchform {
}

#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
	border:2px solid #D38D82;
}

#sidebar a.message {
	border: none;
	display: block;
	height:55px;
	text-indent: -8000px;
	width: 175px;
	margin-top: 10px;
}
#sidebar a#cm{
	background: transparent url(img/messages.png) no-repeat scroll -175px -55px;
}
#sidebar a#cm:hover{
	background: transparent url(img/messages.png) no-repeat scroll 0px -55px;
}
#sidebar a#secy{
	background: transparent url(img/messages.png) no-repeat scroll -174px 0px;
}
#sidebar a#secy:hover{
	background: transparent url(img/messages.png) no-repeat scroll 0px 0px;
}

#searchsubmit {
	line-height: 0px;
	border: none;
	vertical-align: bottom;
}


/*Calendar*/

#wp-calendar {empty-cells: show; color: #E44E31; padding: 5px; width: 90%;}
#wp-calendar caption{
 width: 95%;
 color: #000000;
 font-size: 14px;
 letter-spacing: 4px;
 padding: 5px;
 list-style: none;
 margin:0;
 text-align:center;}
#wp-calendar {padding:10px 0 10px 0;}
#wp-calendar td{color: #000000; padding: 1px 0;text-align: center;}
#wp-calendar td.pad:hover{color: #000000;text-decoration: none;border: none;}
#wp-calendar #today{background: #E44E31; color: #000000; border-bottom: 1px solid #000000;}
#wp-calendar th{font-style: normal;text-transform: capitalize; color:#000000; font-weight:bold; text-align:center;}

