/*
Theme Name: I Shine Light
Theme URI: http://www.ishinelight.com
Description: This is the theme for Aaron Reimann's personal site.
Version: 0.1
Author: Aaron Reimann
Author URI: http://www.aaronreimann.com/
Tags: yellow, fixed width, three columns, 5 widgets, 960, based on 960

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
margin: 0;
padding: 0;
background: #000 url('images/site_bg.png') repeat-x;
font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #abbecf;
}

#header {
height: 79px;
background: #000 url('images/logo_bg.png') top left no-repeat;
}
#header a {
	color: #fff;
}
#header h2{
	font-size:28px;
	margin: .8em 0.5em 0 2em;
	padding:0 0.5em 0.25em 0;
	border-right:1px solid #808080;
	float:left;
}
#header h2 a{ text-decoration:none; }

#header p{
	padding:1em 0;
	margin:0;
	line-height:1em;
}


#header p.description {
	line-height: 60px;
}

.home-main-content-top {
	background:url('images/home_main_content_bg_top-trans.png') top left no-repeat;
	height: 17px;
	padding: 0;
}
.home-main-content {
	background:url('images/home_main_content_bg_repeat-trans.png') top left repeat-y;
	padding: 0px 10px 1px 10px;
}
.home-main-content-bottom {
	background:url('images/home_main_content_bg_bottom-trans.png') top left no-repeat;
	height: 16px;
	padding: 0 0 15px 0;
}

#excerpts {
	clear: both;
	margin: 0 auto;
	padding: 0px 0 0px 0;
}
.excerpt-left {
float: left;
background: url('images/excerpt_bg-trans.png') top left no-repeat;
width: 200px;
height: 229px;
padding: 10px 20px 5px 10px;

}
.excerpt-right {
float: right;
background: url('images/excerpt_bg-trans.png') top left no-repeat;
width: 200px;
height: 229px;
padding: 10px 10px 5px 10px;

}

.recent-posts {
background:url('images/recent_headlines-trans.png') top left no-repeat;
height: 42px;
padding: 0 0 6px 0;
}



form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }

p, ul, ol, blockquote {
	margin-top: 0;
	padding-top: 0;
	text-align: justify;
	line-height: 18px;
}
li {
	list-style: none;
}
a {
	color: #F8D404;
}

a:hover {
	text-decoration: none;
}

/* Post */

.post {

}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #FFFFFF;
}

.post .date {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
}

.post .date strong {
	font-weight: bold;
	color: #AAAAAA;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* MENU */

#menu {
	height: 27px;
	margin: 0 0 0 40px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 4px 12px 0 12px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#menu a:hover {
	background: #EF8F18 url(images/img2.gif) repeat-x;
	color: #fff;
}

/* Search */

#search {
	float: right;
	width: 234px;
	padding: 63px 0 0 0;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 175px;
	background: #FFFFFF;
	border: none;
}

#ss {
	height: 19px;
	background: #6F9303;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 904px;
	margin: 0 auto;
}

/* Sidebar */

#sidebar {
	float: left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	background: url(images/img4.gif) repeat-x left bottom;
}

#sidebar li ul {
	list-style: none;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0 0 0;
	background: none;
	border-top: 1px solid #3B495A;
}

#sidebar li.first {
	border: none;
}

#sidebar h2 {
	font-size: 15px;
}


/* Calendar */

#calendar table {
	width: 100%;
}

#calendar thead th {
	text-align: center;
}

#calendar tbody td {
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

#calendar a {
	font-weight: bold;
}

/* Content */

#content {

}

#comment {
	width: 460px;
}

.pagetitle {
	margin-bottom: 20px;
	padding-bottom: 20px;
}



/* footer box */
.footer-bg {
	background: url(images/footer_bg-trans.png) top left no-repeat;
	padding: 14px 0 0 0;
	min-height: 200px;
	margin-top: 40px;
}
.bottom-box {
	background: url('images/bottom_box_bg-trans.png') top left no-repeat;
	min-height: 200px;
	width: 220px;
	text-align: left;
}
.bottom-box-content{
	padding: 10px 10px 0 10px;
}
.bottom-box h2 {
	font-size: 14px;
	text-align: center;
	padding: 0;
	padding: 0 0 10px 0;
}
.bottom-box ul {
padding: 0;
}
.bottom-box li {
	padding: 0 0 5px 0;
}
.credit {
	text-align: right;
	font-size: 10px;
}


/* TWITTER */
.twitter_title_link {
	color: #fff;
	text-decoration: none;
}
.twitter-item li {
	padding: 8px 0 8px 0;
}
.twitter-item {
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #333;
	text-align: left;
	line-height: 14px;
	font-size: 11px;
}


/* TABS */
#tabbed_box li {
	margin: 0 0 20px 0;
	padding: 0px;
	background: url(images/img4.gif) repeat-x left bottom;
}
.tabbed_area {  
    border:1px solid #494e52;  
    background-color:#636d76;  
    padding:8px;      
}
#tabbed_box {  
    margin: 0px auto 0px auto;  
    width:300px;  
}

.tabbed_box h4 {  
    font-family:Arial, Helvetica, sans-serif;  
    font-size:23px;  
    color:#ffffff;  
    letter-spacing:-1px;  
    margin-bottom:10px;  
}
.tabbed_box h4 small {  
    color:#e3e9ec;  
    font-weight:normal;  
    font-size:9px;  
    font-family:Verdana, Arial, Helvetica, sans-serif;  
    text-transform:uppercase;  
    position:relative;  
    top:-4px;  
    left:6px;  
    letter-spacing:0px;  
}
ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}
ul.tabs li {  
    list-style:none;  
    display:inline;  
}
ul.tabs li a {  
    background-color:#464c54;  
    color:#ffebb5;  
    padding:8px 8px 8px 8px;  
    text-decoration:none;  
    font-size:9px;  
    font-family:Verdana, Arial, Helvetica, sans-serif;  
    font-weight:bold;  
    border:1px solid #464c54;   
}  
ul.tabs li a:hover {  
    background-color:#2f343a;  
    border-color:#2f343a;  
}  
ul.tabs li a.active {  
    background-color:#ffffff;  
    color:#282e32;  
    border:1px solid #464c54;   
    border-bottom: 1px solid #ffffff;  
}
.content {  
    background-color:#ffffff;  
    padding:10px;  
    border:1px solid #464c54;     
}
.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.content ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:11px;
}
.content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.content ul li:last-child {
	border-bottom:none;
}
ul.tabs li a {
	background-image:url(images/tab_off.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;
}
ul.tabs li a.active {
	background-image:url(images/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top; 
}
.content {
	background-image:url(images/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	
}
#content_2, #content_3 { display:none; }

