/*
Theme Name: SGAG
Theme URI: 
Description: 
Author: 
Author URI: 


/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #999999;
	margin: 0px;
	padding: 0px;
	color: #444748;
}

body a, body a:visited {
	color: #5C82EF;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body p {
	padding: 5px 0px;
	margin: 5px 0px;
}

#page {
	width: 950px;
	margin: 0px auto;
	background: #FFF url('images/page_background.jpg') top center repeat-y;
	padding: 0 10px 0 10px;
}

#header {
	width: 100%;
	background: #000;

	height: 100%;
	background: #FFF url('images/header_footer_img.jpg') top center repeat-y;
}


#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	
}

#header h1 a {
	color: #fff;
}

.description {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#header #header_right {
	float:right;
	width: 390px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 20px 20px 20px 0;
}

#header #header_left {
	float:left;
	width: 500px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 30px 0px 20px 20px;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 500px;
	line-height: 1.6em;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 410px;
	margin-left: 0px;
	padding-top: 20px;
}

#footer {
	color: #fff;
	width: 100%;
	clear: both;
	background: #FFF url('images/header_footer_img.jpg') top center repeat-y;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}



/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
	font-size: 3.0em;
	line-height: 1.0em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}


/*-------------The Post-------------*/



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.4em;
	text-decoration: none;
	color: #2E393B;
	margin-bottom: 10px;
	line-height: 1.0em;
}

.post {
	font-size: 1.2em;
	margin-bottom: 30px;
	text-align: justify;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
	margin-top: 20px;
	text-align: justify;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	display:block;
	margin-bottom: 20px;
}

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: right; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}
 
.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}

a img {
	border: 0;
}


/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}

#sidebar a {
	color: #5C82EF;
}

#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #CFCFCF;
	font-size: 1.5em;
}

#sidebar .sidebar_right ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #CFCFCF;
	font-size: 1.5em;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
}

#sidebar ul ul {

}

#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #CFCFCF;
}

#sidebar .sidebar_right ul ul li {
	border-bottom: dashed 1px #CFCFCF;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar_left {
	width: 185px;
	float: left;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_right {
	width: 185px;
	float: right;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_left ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
}

#sidebar .sidebar_left ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
}

/*--------------Comments--------------*/

#comments {
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.2em;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 20px;
}

#searchform input {
	width: 180px;
	background: #fff;
}

/*-------------Calendar-----------------*/

#wp-calendar {
	width: 180px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 5px;
}

/*-------------Other------------------*/

hr {
	display: none;
}

#adsense_singlepost_top_square {
	float: left;
	margin-right: 10px;
}

#adsense_singlepost_bottom_square {
	margin-bottom: 30px;
}

#adsense_singlepost_top_banner {
	margin-bottom: 5px;
}

#adsense_singlepost_bottom_banner {
	margin-bottom: 30px;
}

#adsense_homepage_linkunit {
	margin-bottom: 30px;
}

#adsense_homepage_banner {
	margin-bottom: 30px;
}

.on body {
background: #fff url(images/top.jpg) repeat-x top; 
color: #000;
font-family: verdana, geneva, sans-serif;
font-size: 75%;
line-height: 125%;
margin: 0;
padding: 0;
}

.on h2 { font-size: 1.3em; margin: 5px 0; padding: 5px 0; }
.on h3 { font-size: 1.2em; margin: 5px 0; padding: 5px 0; }
.on h4 { font-size: 1.1em; margin: 5px 0; padding: 5px 0; }
.on input, .on textarea { border: 1px solid #dcdcdc; }
.on form { margin: 0; padding: 0; }
.on p {	margin:0 0 1em 0; padding:0; }
.on a { color: #888; text-decoration: none; }
.on a:hover { color: #006699; }
.on img { border: 0; }

.on.content { margin: 0px auto; width: 950px; }


/* Top part */
.on  #top { height: 70px; padding-bottom:40px; }
.on 	#top #logo { padding-top: 20px; margin: 0; color: #000; }
.on 	#top #logo h3 { padding: 0; margin: 0; font-size:2.4em; font-weight:bold; }
.on 	#top #logo p { padding:8px 0 0 0; margin:0; font-size:0.9em; font-weight: bold; }
.on 	#top #logo a { color: #aaa; }
.on 	#top #logo a:hover { color: #333; text-decoration:none; }


/* News Blocks */
.newsblock {
width:316px; float:left; padding:0; margin:0 0 40px;
}

.newsblockfull {
width:950px; float:left; padding:0; margin:0 0 40px;
}

.news-entry h2 {
font-size: 1.5em;
margin: 0;
padding: 5px 0 15px 5px;
height: 15px;
}

.news-entry h2 a, .news-entry h2 a:active, .news-entry h2 a:link, .news-entry h2 a:visited {
color: #3f3f3f;
}

.news-entry h2 a:hover {
color: #000;
}

.news-entry a, .news-entry a:active, .news-entry a:link, .news-entry a:visited {
color: #326ea1;
text-decoration: none;
}

.news-entry ul{
list-style-type: none;
padding: 0;
margin: 0;
font-size: 0.9em;
width: 300px;
}

.news-entry li  {
border-top: 1px solid #dcdcdc;
line-height: 16px;
margin: 5px 0 5px 5px;
}

.news-entry li a:hover {
color: #333;
text-decoration: none;
background-color: #fafafa;
display:inline-block;
}

.news-entry img{
background-color: #fafafa;
}

img.youtubeimage {
border:1px solid #CCCCCC;
margin:3px 3px 8px 5px;
padding:9px;
}

.news-separatoradd {
display: block;
margin-left: 111px;
margin-right: auto;
margin-bottom: 35px;
}
 
.on.clearer { clear: both; height: 30px; }


/* Footer */
.on#footer {
border-top: 1px solid #efefef;
clear: both;
color: #999;
font-size: 0.8em;
margin: 0 15px 1em 0;
padding: 2em 0 1em 0;
text-align: center;
}

/* Misc */
.on.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.on.alignleft {
float: left;
}

.on.alignright {
float: right;
}

#botsl{
	width: 950px;
	margin: 0 auto;
	clear: both;
    font-size:120%;
}

.box-left, .box-center, .box-right {
	float: left;
	overflow: hidden;
    padding: 0 0 0 5px;
}

.box-full {
	float: none;
	overflow: hidden;
}

#botsl div.moduletable {
	padding: 15px 10px;
}

#botsl div.bot-right {
	background: none;
}

div.box-leftcol {
	float: left;
    padding: 0 0 0 5px;
}

#botsl {
	background: url(images/botsl-bg.gif) no-repeat;
	color: #333333;
}

#botsl h3 {
	margin: 0 0 5px;
	padding: 5px 5px 5px 24px;
	background: url(images/h3span-bg.gif) no-repeat 0px 6px;
	font-size: 110%;
	font-weight: bold;
	color: #333333;
}

/* Common Style for Spotlight */
#botsl a {
	
}

#botsl a:hover,
#botsl a:active,
#botsl a:focus {
	color: #763b02;
}



#botsl td {
	padding: 0;
}

#botsl .article_seperator {
	display: none;
}

#botsl table {
	border-collapse: collapse;
	border-spacing: 0;
}

.linkstop {
background:#F7F7F7 none repeat scroll 0 0;
list-style-type:none;
margin:0;
padding:0;
width:100%;
}
