/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.jpg) repeat-x;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	min-width: 960px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #660000;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

img 
{
	border: none;
}

p, blockquote, ul, ol {
	line-height: 16px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(../images/img05.gif) repeat-y;
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 960px;
	height: 350px;
	margin: 0 auto;
	background: url(../images/masthead.jpg);
	background-repeat:no-repeat;
	background-position: top;
	position: relative;
}

#headerWrapper {
	height: 350px;
}

#headerSearch 
{
	position: absolute;
	bottom: 3px;
	right: 0;	
}

#headerHomeTarget 
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 40px;
	width: 320px;
}

#headerSubtitle 
{
	float: right;
	margin-right: 10px;
	margin-top:10px;
	text-align: right;
	color: #660000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 300px;
	position: relative;
	height: 100px;
}

#header a 
{
	text-decoration: none;
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(../images/img03.gif) no-repeat;
	text-transform: uppercase;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
	text-decoration: none;
}

#menu a {
	color: #D8D8D8;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 950px;
	margin: 0 auto 20px auto;
	padding: 20px;
}

/* Posts */

#posts {
	float: left;
	width: 715px;
}

/* Items */
.divItemTitle 
{
	font-size: 1.6em;
}

.divItemTitle a
{
	text-decoration: none;	
}

.divByLine 
{
	margin-top: 1em;
	color: #A2A2A2;
}

.divByLine a
{
	font-weight: bold;
	color: #A2A2A2;
	text-decoration: underline;
}

.divByLine a:hover, .divByLine a:visited
{
	color: #A2A2A2;
}

.divItemFooter 
{
	border: 1px solid #E9E9E9;
	margin-bottom: 15px;
	padding: 8px;
	color: #A2A2A2;
}

.divItemFooter a, .divItemFooter a:hover, a .divItemFooter a:visited
{
	color: #A2A2A2;
}

.divItemFooter a 
{
	text-decoration: none;
}

.divItemFooter a:hover
{
	text-decoration: underline;
}

/* Inter-item nav */
.divItemNavigation
{
	margin-bottom: 15px;
}

.divPreviousItem 
{
	
}

.divNextItem 
{
	float: right;
	text-align: right;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(../images/img05.gif) repeat-y;
}

#links .liParent
{
	margin-bottom: 18px;
}

.liParent h2 
{
	border-bottom: 1px dotted #660000;
}
	
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(../images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 16px;
	margin-bottom: 3px;
}

/* Footer */

#footer {
	min-height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #2D2D2D url(../images/img07.gif) repeat-x;
	color: #999999;
}

#footer a 
{
	text-decoration: none;
	color: white;
}

#footer a:visited 
{
	color: white;
}

#footer a:hover 
{
	text-decoration: underline;
}

#footerLiner 
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#footerLinerLeftColumn 
{
	float: left;
	width: 380px;
}

#footerLinerRightColumn 
{
	float: left;
	width: 300px;
	padding-left: 20px;
}

#footerCenter 
{
	text-align: center;
	width: 100%;
}

#footerCenter li
{
	display: inline;	
}

#footerCenter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.divCodeBlock 
{
	background-color: #EFEFEF;
	border: 1px solid #AFAFAF;
	padding: 1em;
	font-family: Courier New, Courier, Consolas, Serif;
	text-align: left;
}

/* CaretStick */
.caretStickWrapper 
{
	font-size: 9pt;
	background-color: White;
	border: 1px solid silver;
	height: 275px; 
	overflow:auto;
	overflow-x: hidden; 
	overflow-y: scroll; 
	text-align: left;
}

.caretStick 
{
	border-bottom: 1px dotted silver;
	margin-bottom: .5em;
}

.caretStickWrapper a 
{
}

.caretStickWrapper a:hover 
{
}

.caretStickWrapper a:visited 
{
}

.caretStickPubDate 
{
	display: inline;
	margin-top: 2px;
	font-style: italic;
	text-transform: uppercase;
	font-variant: small-caps;
}

/* fonts for tag cloud */
.tagCloud 
{
	line-height: 2em;
}

.smallestTag {
	font-size: 0.8em;
}
.smallerTag  {
	font-size: 1.0em;
}
.smallTag {
	font-size: 1.2em;
}
.mediumTag {
	font-size: 1.4em;
}
.largeTag {
	font-size: 1.6em;
}
.largerTag {
	font-size: 1.8em;
}
.largestTag {
	font-size: 2.0em;
}

/* Admin bar style */
.adminNavbarStyle {
	margin-top: 14px;
	font-weight: normal;
	text-align: center;
	display: block;
}

.adminNavbarStyle UL { 
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.adminNavbarStyle UL LI { 
	margin: 0px;
	padding: 3px;
	list-style: none;
	display: inline;
}

/* Post paging */
#divPostPaging 
{
	font-weight: bold;
	font-size: 1.2em;	
	clear: both;
}

#divPostPaging a 
{
	text-decoration: none;	
}

#divNextPostPage 
{
	float: right;
}

#divPreviousPostPage 
{
	float: left;
}

/* comment formatting */        
.commentBoxStyle
{
    margin-bottom: 2em;
    display: block;
    clear: both;
}

.commentDateStyle
{
}

.commentBodyStyle
{
	float: right;
	width: 85%;
	margin: 0.5em 0.5em auto auto;
}

.commentBoxFooterStyle
{
	margin: 0.5em 0.5em 0.5em auto;
}

.commentGravatarBlock
{
}

.commentGravatar
{
}

.commentPermalinkStyle
{
	display: block;
	clear: right;
}
