/*  
Theme Name: St. Jude
Version: 1
Author: Ian Dunn
Author URI: http://fightingforalostcause.net
Description: jesus loves lost causes
*/

/*			
  *	Layout
  ****************/

body
{
	margin: 0 0 0 0;
	background-color: white;
	color: black;
}

#banner
{
	margin: 5px 230px 10px 185px;
	text-align: center;
}

#leftNav
{
	position: absolute;
	left: 20px;
	top: 65px;
	
	background-image: url(/blog/wp-content/themes/jude1/images/leftNav.jpg);
	background-repeat: no-repeat;
	
	font-family: "Trebuchet MS", Helvetica, "Palatino Linotype", "Book Antiqua", Arial;
	text-align: right;
	
	width: 168px;
	height: 375px;	
	padding: 4px 10px 0 0;
}

#content
{
	background-color: white;
	color: black;

	margin: 5px 230px 0 205px;
	padding: 5px 5px 5px 5px;
	
	text-align: justify;
	font-family: "Palatino Linotype", Georgia, Tahoma, Geneva;
	font-size: 95%;
}

#rightNav
{
	position: absolute;
	right: 5px;
	top: 65px;

	background-color: white;
	color: #740000;
	font-weight: bold;
	
	width: 200px;
	border-left: 1px dashed #740000;
	padding: 0 0 15px 5px;
	
	font-family: "Trebuchet MS", Helvetica;
	font-size: 95%;
	text-align: left;
}

#search
{
	margin: 15px 0 0 0;
}

#comments
{
	border: 1px dashed black;
	margin: 0 0 0 16px;
	padding: 7px 10px 0 5px;
	
	text-align: justify;
}

#commentForm
{
	margin: 30px 0 0 16px;
}

#contact
{
	margin: 0 auto 0 auto;
	clear: none;
	text-align: center
}
/*			
  *	Links
  ****************/

.pointy:link, .pointy:active, .pointy:visited 
{
	border: none;
	font-weight: normal;
	text-decoration: none;
	background-color: white;
	color: #C48100;
}

.pointy:hover
{
	background-color: white;
	color: #740000;
	border: none;
}

a:link, a:active, a:visited
{
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #C48100;
	background-color: white;
	color: #C48100;
	line-height: 150%;
}

a:hover
{
	background-color: white;
	color: #740000;
	border-bottom: 1px dashed #740000;
	line-height: 150%;
}


.leftNavLink:link, .leftNavLink:active, .leftNavLink:visited
{
	border: none;
	background-color: transparent;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

.leftNavLink:hover
{
	background-color: transparent;
	color: black;
	text-decoration: none;
	border-left: 1px solid #740000;
	border-bottom: none;
	padding-left: 5px;
}

.rightNavLink:link, .rightNavLink:active, .rightNavLink:visited
{
	background-color: white;
	color: black;
	text-decoration: none;
	font-weight: normal;
	border: none;
}

.rightNavLink:hover
{
	background-color: white;
	color: #DC9101;
	font-weight: bold;
	border: none;
}

.postFooterLink:link, .postFooterLink:active, .postFooterLink:visited, .categoryLinks a:link, .categoryLinks a:active, .categoryLinks a:visited 
{
	border: none;
	font-weight: normal;
	text-decoration: none;
}

.postFooterLink:hover
{
	text-decoration: none;
	background-color: white;
	color: #740000;
}

.imageLink:link, .imageLink:active, .imageLink:visited
{
	border: none;
}

.imageLink:hover
{
	border: none;
}

/*			
  *	Text
  ****************/

.sectionLinks
{
	margin-top: 0;
}

.postDate
{
	font-weight: bold;
}

.postContent
{
	margin: 10px 0 10px 20px;
}

.postTitle
{
	margin-left: 10px;
	font-weight: bold;
}

.postFooter
{
	margin: 10px 0 20px 0;
	text-align: right;
}

/*			
  *	Misc
  ****************/
  
.image-border
{
	border: 1px solid black;
}

.inspirationCD
{
	border: 1px solid black;
	width: 55px;
	height: 55px;
}

.inspirationBook
{
	border: 1px solid black;
	width: 39px;
	height: 60px;
}

.archive
{
	float: left;
	width: 90px;
	margin: 0 30px 15px 0;

}

.archiveYear
{
	font-weight: bold;
}

.archiveMonths
{
	margin: 1px 0 0 7px;
}

.categoryLinks
{
	font-size: 90%;
	font-style: italic;
}