/*
	Theme Name: SpotLight
	Description: Light theme created by <a href="http://vaguedream.com" target="_blank">Stephen Reinhardt</a> Modified by <a href="http://themecorp.com/themes/spotlight/" title="SpotLight" target="_blank">Sadish Bala</a>.
	Version: 1.3	
	Author: Sadish Bala
	Author URI: http://themecorp.com
*/
* {
margin:0;
padding:0;
}

body 
{
	background-color:#fff;
	color:#333;
	font-family: Verdana,'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	font-size:small;
	margin:0;
	padding:0;
	font-size:1em;
}
p 
{
	line-height:1.8em;
	margin:0.5em 0;
}
a:link, a:visited 
{
	color:#333399;
	/*text-decoration:none;
	border-bottom:none;*/
}
a:hover, a:active 
{
/*	text-decoration:none;*/
/*	border-bottom: 1px solid;*/
}

a:active{ 
/*	text-decoration:none;*/
border-bottom: 1px solid;
color:#3333CC;
}
fieldset 
{
	border:none;
}
code 
{
	background-color:#eee;
	border:1px solid #ccc;
	padding:5px;
}
h1,h2,h3,h4,h5,h6 
{
	font-family:Georgia, Tahoma, Arial, Serif;
	font-weight:normal;
	line-height:1.6em;
}
h2, h3 {
font-size:1.6em;
margin:10px 0;
}

h4 {
font-size:1.3em;
}
ul 
{
	list-style-image:url(/wp-content/themes/spotlight-13/images/bullet.gif);
	margin:5px 10px;
	padding:1em;
}
li 
{
	line-height:1.6em;
	margin-bottom:0.5em;
}
img 
{
	background:url(/wp-content/themes/spotlight-13/images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:none;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
a img {
	border:none;
	background:none;
	padding:none;
	background:url(/wp-content/themes/spotlight-13/images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
img.wp-smiley 
{
	border:none;
	padding:0;
	background:none;
}
img.right 
{
	float: right;
	margin:10px 0 0 10px;	
}
img.left 
{
	float: left; 
	margin:0 10px 10px 0;
}

#wrap 
{
	/*overflow:hidden;*/
	padding-left:10px;
	padding-right:10px;
	/*position:relative;*/
	width:900px;
	margin:0 auto;
}

#header {
background:url(/wp-content/themes/spotlight-13/images/bg4.jpg) top repeat-x;
height:100px;
margin:0;
padding:0;
width:100%;
}


#logo {
/*background:url(/images/header2.jpg);*/
height:100px;
width:900px;
margin:0 auto;
}

#blogname {
height:30px;
padding-left:12px;
padding-top:28px;
text-align:center;
}

h1#blogname a {
color:#fff;
font-size:1.5em;
}

.description {
color:#C5A025;
font-size:1.2em;
text-align:center;
margin:8px 0 0;
font-family:Georgia, Tahoma, Arial, Serif;
}

#content 
{
	display:inline;
	/*float:left;*/
	text-align:left;
	width:100%;
	margin:2%;
	padding:0;
}
#sidebar 
{
	display:none;
	float:right;
	padding-top:10px;
	width:25%;
	margin: 5px 0px 10px 0;
	padding-left:10px;
	border-left:#ddd 1px dashed;
	font-size:90%;
}


#sidebar ul#feed + li 
{
	list-style:none;
	margin:0;
	padding:5px 20px;
	background:url(/wp-content/themes/spotlight-13/images/feed-icon.png) no-repeat left  ;
}

#sidebar h2 
{
	border-bottom:#eed 3px double;
	font-size:14px;
	color:#003366;
	font-weight:bold;
	letter-spacing:0;
	margin:0;	
	padding:5px 0;
	margin-left:-7px;
}
#sidebar p 
{
	margin:10px 0;
}

#sidebar ul, #sidebar form 
{
	margin:2px 0;
	padding:5px 10px;
}
#sidebar ul ul ul 
{
	margin:2px 0;
	padding:0 0 0 10px;
}
#sidebar li.sidebox 
{
	margin:0 0 2em 0;
	padding:0;
}
#sidebar li{
margin:1px 0;
line-height:1.8em;
list-style:none;
}

#sidebar a{
text-decoration:none;
}

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

#sidebar ul li a {
color:#516F86;
}

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

#sidebar ul ul li{
list-style-image: url(/wp-content/themes/spotlight-13/images/bullet_purple.gif);
}

#sidebar ul ul ul li{
list-style-image: url(/wp-content/themes/spotlight-13/images/bullet.gif);
}

#footer {
background:#223344 url(blog/wp-content/themes/spotlight-13/images/top.gif) bottom repeat-x;
clear:both;
height:60px;
padding:10px;
text-align:center;
margin:0 auto;
color:#ccc;
}

ol#commentlist {
list-style:none;
margin:5px 0;
padding:0;
}

.commentname {
color:#4b5ba2;
}

.commentname a {
color:#333;
font:bold 110% "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
text-decoration:underline;
}

.commenttext 
{
	margin:5px 0 0 0;
	background:#ffe;
	border-left:#ccc 3px double;
}
.alt .commenttext 
{
	background:#f0f0ee;
	border-left:#ccc 3px double;
}

* html .commenttext {
height:90px;
overflow:visible;
}
input.textbox
{
	border:#ccc 1px solid;
	background:#fff url(/wp-content/themes/spotlight-13/images/postbg.jpg) repeat-y top left;
	font:1em Verdana, Arial, Serif;
	padding:2px 5px;
	width:150px;
}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#fff url(/wp-content/themes/spotlight-13/images/postbg.jpg) repeat-y top left;
	font:1em Verdana, Arial, Serif;
}
input.textbox:focus, textarea:focus
{
	border:#999 1px solid;
}

.commentp {
padding:20px 12px 10px 10px;
}

.commenttext p {
margin:0 0 10px;
padding:0;
}

#commentblock ol li {
margin-bottom:30px;
}

#commentblock {
margin-left:4px;
}

.gravatar {
background:url(/wp-content/themes/spotlight-13/images/grav.png) no-repeat;
display:inline;
float:left;
height:32px;
width:32px;
margin:20px 0 0 10px;
padding:8px;
}

#commentsform p {
margin-bottom:5px;
margin-top:5px;
}
h1.entrytitle,h1 {
color:#1e2546;
display:block;
font-size:1.5em;
margin:0;
}

h1 a:link,h1 a:visited,h1 a:hover,h1 a:active {
color:#1e2546;
text-decoration:none;
}
.entry {
margin:10px 0;
padding:15px 0;
border-bottom:#eed 3px double;
}

.doc{
margin:10px 0;
padding:15px 0;
border-bottom:#eed 3px double;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
}

.doc p{
padding-bottom:10px;
}


.entrybody 
{
	margin:1em 0;
	padding:0;
}

.entrybody p{
	text-indent:25px;
}

.entrybody img{
	background:#00CCFF;
	padding:0px 0px 0px 0px;	
	border:none;
	border-top:0;
	border-left:0;
	margin-left:auto;
	margin-right:auto;
}

.entrybody a:link,.entrybody a:visited {
	/*border-bottom:1px;*/
}

.entrybody a:active,.entrybody a:hover {
	color:#3399CC;
}
.entrymeta {
color:#999;
margin:0;
padding:0;
font-size:90%;
}
.entrymeta .comments 
{
	background:url(/wp-content/themes/spotlight-13/images/comments.gif) no-repeat left center;
	padding-left:15px;
}
h2.archives {
background-color:#FFC;
color:#999;
font-style:italic;
margin-bottom:25px;
text-align:center;
}

.entrymeta-single {
color:#333;
margin-bottom:20px;
margin-top:3px;
}
.entrybody ul,.entrybody ol 
{
	margin:10px 0 10px 30px;
}
.entry li
{
	line-height:1.6em;
}
table {
margin:10px;
}
td,th {
padding:3px;
}
blockquote
{
	color:#666;
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(/wp-content/themes/spotlight-13/images/blockquote.gif) no-repeat left top;	
}
#navigation 
{
	clear:both;
	height:24px;
	margin:0 auto;
	padding:0 10px;
	text-align:center;
	width:880px;
	font-size:1.1em;
}

#navigation a:link,
#navigation a:visited 
{
	background:#FFF url(/wp-content/themes/spotlight-13/images/active1.gif) left bottom no-repeat;
	color:#787878;
	height:24px;
	margin-right:2px;
	padding-left:12px;
	text-decoration:none;
	border:none;
}

#navigation a:link,
#navigation a:link span,
#navigation a:visited,
#navigation a:visited span 
{
	cursor:hand;
	display:block;
	float:left;
	border:none;
}

#navigation li 
{
	line-height:23px;
	float:left;
	list-style:none;
	margin:0;
}

#navigation a:hover 
{
	background:url(/wp-content/themes/spotlight-13/images/active1.gif) left bottom no-repeat;
	color:#040;
	height:24px;
	padding-left:12px;
	text-decoration:none;
	border:none;
}

#navigation .current_page_item a:link,
#navigation .current_page_item a:visited 
{
	background:#FFF url(/wp-content/themes/spotlight-13/images/current1.gif) left bottom no-repeat;
	color:#AAC8E0;
	height:27px;
	line-height:24px;
	margin-right:2px;
	padding-left:15px;
	text-decoration:none;
	border:none;
}

#navigation .current_page_item a:hover 
{
	background:#FFF url(/wp-content/themes/spotlight-13/images/current1.gif) left bottom no-repeat;
	color:#AAC8E0;
	height:27px;
	margin-right:2px;
	padding-left:15px;
	text-decoration:none;
	border:none;
}

#navigation ul 
{
	list-style:none;
	margin:0;
	padding:0;
}

h3,#commentblock h2 {
font-size:140%;
}
#navigation a:link span,
#navigation a:visited span,
#navigation a:hover span 
{
	background:url(/wp-content/themes/spotlight-13/images/active2.gif) right bottom no-repeat;
	height:24px;
	padding-right:12px;
	border:none;
}

#navigation .current_page_item a:link span,
#navigation .current_page_item a:visited span,
#navigation .current_page_item a:hover span 
{
	background:url(/wp-content/themes/spotlight-13/images/current2.gif) right bottom no-repeat;
	height:27px;
	padding-right:15px;
	border:none;
}

.questionNavPanel{
		background-image:url(/wp-content/themes/spotlight-13/images/hr3.jpg);
		background-position:center center;
		background-repeat:no-repeat;
		border:#dddddd solid 1px;
		width:520px;
		margin-right:auto;
		margin-left:auto;
}

.questionNavPanel a:hover{
		color:#000033;
		text-decoration:underline;
}

.previousQuestion{
		float:left;
		margin:2px;
		width:230px;
		height: 15px;
		display: inline;
		text-align:center;
		border:#dddddd solid 1px;
		background:#F2F5E9;	
		padding:5px;
		color:#477485;
		text-decoration:none;
}
.nextQuestion{
		float:right;
		margin:2px;
		width:230px;
		height: 15px;
		display: inline;
		text-align:center;
		border:#dddddd solid 1px;
		background:#F2F5E9;	
		padding:5px;
		color:#477485;
		text-decoration:none;
}


.photoleft{
	padding:3px;
	margin-top:5px;
	float:left;
	margin-right:8px;
}

.photocenter{
	padding:3px;
	margin-top:5px;
	margin-right:auto;
	margin-left:auto;
}

.photoright{
	padding:3px;
	margin-top:5px;
	float:right;
	margin-left:8px;
}

.photoleft img {
	border:#aaaaaa solid 1px;
	padding:3px;
	background-color:#FFFFFF;
}
.photoright img{
	border:#aaaaaa solid 1px;
	padding:3px;
	background-color:#FFFFFF;
}
.photocenter img{
	border:#aaaaaa solid 1px;
	padding:3px;
	background-color:#FFFFFF;
}

.photocaption{
		text-align:left;
		color:#828035;
		font-size:.75em;
		width:290px;
		padding:5px;
		line-height:10px;
		text-indent:0px;
}

.audiobox{
	width:500px;
	padding:10px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	color:#666666;
	font-style:italic;
	font-size:12px;
}
.audiobox p{
	padding: 5px 0px 5px 0px;
}

.download{
width:100%;
height:24px;
padding:0px;
margin:5px;
float:right;
}
.download img{
margin-right:auto;
margin-left:auto;
}
.download a{
text-decoration:none;
}

.clear{
clear:both;
}

.paranum{
margin-left:-25px;
width:10px;
float:left;
padding:2px;
}

#introtext{
color:#333333;
font-size:12px;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
padding:10px;
border:solid 1px #999999;
background-color:#EEEEEE;
}

#upcoming_questions{
padding:7px 7px 10px 10px;
border:solid 1px #BBBBBB;
background-color:#EEEEEE;
margin-top:-15px;
margin-bottom:5px;
margin-left:-10px;
}
#upcoming_questions a{
text-decoration:underline;
}
