/*  
Theme Name: Crimson
Theme URI: http://crimsonskysoftware.com/
Description: The wordpress blog theme for Crimson Sky Software.
Version: 1.0
Author: Tom Hancocks
Author URI: http://tomhancocks.com/
*/

body {
	background: rgb(170, 0, 0) url(images/bg-tile.png) repeat;
	
	color: rgb(255, 255, 255);
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	margin: 0px;
}

/* LINKS */
a:link, a:visited {
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: rgb(255, 100, 0);
	font-weight: bold;
}

h2 a:link, h2 a:visited {
	font-size: 18px;
	color: rgb(255, 50, 0);
}

h2 a:hover {
	font-size: 18px;
	color: rgb(255, 255, 200);
}

/* TABLE */
table#page {
	
}

table#page tr td {
	background: url(images/page-spacer.png) repeat-y scroll center center;
	padding: 20px 40px;
}

table#page tr td#page-header {
	padding: 0px;
	background: url(images/page-header.png) no-repeat scroll center center;
	height: 100px;
}

table#page tr td#nav-bar {
	padding: 0px;
	background: url(images/nav-bar.png) no-repeat scroll center center;
	height: 25px;
	
	padding: 0px 40px;
	
	color: rgb(255, 255, 255);
	font-size: 11px;
	font-family: Verdana, Arial, Sans-serif;
}

table#page tr td#page-footer {
	padding: 0px;
	background: url(images/page-footer.png) no-repeat scroll center center;
	height: 50px;
	
	text-align: center;
	font-size: 10px;
	color: rgb(180, 180, 180);
}

table#form {
	margin: 10px;
}

table#form tr td {
	padding: 5px 5px;
}

table#content tr td {
	padding: 0px 0px;
}

/* MISC */

.success-text {
	color: rgb(100, 255, 150);
	font-weight: bold;
	text-align: center;
	margin: 10px;
}

span.subHeading {
	font-size: 12px;
	font-weight: bold;
	color: rgb(255, 100, 0);
}

h2 {
	font-size: 18px;
	color: rgb(255, 100, 0);
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: rgb(255, 100, 0);
	border-bottom: 1px solid rgb(100, 10, 0);
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: rgb(255, 100, 0);
	border-bottom: 1px solid rgb(100, 10, 0);
}

.postDate {
	float: right;
	border: 1px solid rgb(150, 20, 0);
	background: rgb(25, 10, 0);
	text-align: center;
	padding: 4px;
	margin-right: 4px;
	color: rgb(150, 150, 150);
	font-size: 15px;
	
	width: 40px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* SIDEBAR */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
	
#sidebar ul li h2 {
	font-size: 13px;
	font-weight: none;
	font-family: 'HelveticaNeue-Light';
	color: rgb(255, 100, 0);
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}