/*
Theme Name: Rosslyn Templars
Theme URI: http://wordpress.org/
Description: A theme for the Rosslyn Templars
Version: 1.0
Author: Brian Horisk
Author URI: http://www.horisk.com/
Tags: blue, custom header, fixed width, two columns, widgets

Dark Red: #7F0101

*/

/* Navigation */




#sidebar h1 { font-weight: bold;
	font-size: .7em;
	padding: 0;
	line-height: 25px;
	 }
#sidebar ul {padding: 0; margin: 0;}
#sidebar li {  margin: 0px;
	padding: 0px;
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	background: url(images/templar_bullet.gif) no-repeat 0px;
	list-style: none;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
	
#sidebar li a {

	
	color: #553;
	display: block;
	margin: 0px 0 0 30px;
	font-size: .9em;
	
	padding: 0px;
	text-align: left;
	text-decoration: none;
}
#sidebar a:hover {
	color: #7F0101;
}
#sidebar .current_page_item a {color: #7F0101;}


/* Images */

#content img {
	border: 5px solid #ccc;
	margin: 10px;
}

.gallery-icon a img {
	border: 3px solid #ccc;
}


.gallery-item a, .gallery-caption {
	font-size: .7em;
	line-height: normal;
}

.gallery-item img.thumbnail {
	padding: 0;
}


/* Structure */
html, body { margin: 0; padding: 0; }
		body {
		 	padding-bottom: 20px;
			text-align: center;
			background-color: #7F0101;
			font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
			 }
		#container {
			text-align: left;
			margin: 0 auto;
			width: 966px;
			background: #FFF url(images/main_bg.gif) repeat-y;
			
		}		
		#header {
			
			margin: 0 6px 0px 14px;
			
			padding: 20px;
			background: #FFF url(images/rosslyntemplars.gif) repeat-y;
			height: 100px;
		
		}
		#sidebar {
			
			width: 200px;
			margin-left: 14px;
			float: left;
			display: inline; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
			border-top: 5px solid #7F0101;
			
		}
		#content {
			margin-left: 242px;
			margin-right: 20px;
			
			padding: 20px;
			font-family: Helvetica, Arial, sans-serif;
			
			
		}
		#footer {
			margin: 20px 20px 0 20px;
			padding: 20px;
			
			clear: left;
		}
		
/* Styling etc */
.entry, .post  {
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 10px;

}

.entry h1, .post h1 {
	color: #7F0101;
	font-size: 1.15em;
	padding-left: 10px;


}

a {
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration:underline;
}

.entry h2 a, .post h2 a {
	color: #7F0101;
	text-decoration:none;
}

.entry h2 a:hover, .post h2 a:hover {
	color: #7F0101;
	text-decoration:underline;
}


.entry h2, .post h2 {
	color: #7F0101;
	font-size: 1em;
	padding-left: 20px;


}

.entry h3, .post h3 {
	color: #7F0101;
	font-size: .9em;
	padding-left: 20px;
}

.entry h4, .post h4, h4 {
	color: #7F0101;
	font-size: .7em;
	padding-left: 20px;
}


.entry p, .post p, .commentlist, #commentform p, p, li, .contactform, td, th {
	color: #2F343E;
	font-size: .8em;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.4em;

}

th {
	font-weight: bold;

}


#comments, #respond  {
	color: #233F71;
	font-size: .9em;
	padding-left: 20px;
}

small {
	color: #2F343E;
	font-size: .7em;
	padding-left:20px;
	padding-right: 15px;


}

.description {
	float: right;
	margin-right: 190px;
	align-text:right;
}

.description h1 {
	font-size:.75em;
	margin-top:95px;
	color: #FFF;
	font-weight: normal;

}

#contentleft img, #contentright img {
  margin: 10px 0px;
padding: 0px;
	border: 5px solid rgb(233, 238, 245);
}


.alignleft { float: left;}
.alignright { float: right; }

.alignleft img { margin-right: 20px;}
.alignright img { margin-left: 10px; }

.textleft { text-align: left; }
.textright { text-align: right; }

.clear { clear: both; height: 2px; }

.wp-caption { text-align: center; font-size: .8em; margin-left: 10px; margin-right: 10px;}

/* .size-medium { width: 50%; height: 50% } */


.attachment-thumbnail {
	margin: 0px;
	padding: 0px;
}

.attachment {
	text-align:center;
}

#footer {
		text-align: left;
		border-bottom: 1px transparent;
		margin: 0px 20px 10px 200px;
		padding: 20px;
		height: 30px;
	}
	
	#footer_address {
		float: left;
		padding-bottom: 10px;
	}
	#footer_address p {
		font-size: .65em;
		color: #7F0101;
		
	}
	
	#footer_credit {
		
		color: #ccc;
		float: right;
		padding-bottom: 10px;
	}
	
	#footer_credit p {
		color: #888888;
		font-weight: normal;
		font-size: .65em;
	}
	
	#footer_credit a {
		color: #888888;
		font-weight: normal;
}

.iframe-wrapper {
	text-align: center;
	align: center;
}
