
/*

Site created by and maintained by Jamie Mulholland.
created: June 2011

Based on original Template Design by Free CSS Templates

http://www.freecsstemplates.org

Released for free under a Creative Commons Attribution 2.5 License

*/



/* Colours in use  

black = 100A0E   (background)
dark grey = 2E2E2E   (main text colour)
light grey = ADADAD  (border line in sidebar)
dark blue = 204359   (header text colour)
light blue = 0078C9  (link text colour)
lighter blue = ACEFFS (logo subtitle link text colour)
dark red = 961A06    (comments text colour)
white = FFFFFF


*/




body {
	margin: 0;
	padding: 0;
	background: #100A0E;      
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2E2E;        /* text colour for main body */
}



h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #204359;
}


h1 { 
	font-size: 44px; 
}

h2 {
	font-size: 18px; 
}


h3 {
}

h4{
	color: #204359;
}



p, ul, ol {
	margin-top: 0;
	line-height: 160%;
	text-align: justify;
}


ul, ol { }


blockquote { }


a { 
	color: #0078C9; 
}


a:hover { 
	text-decoration: none; 
	color: #961A06;
}



a img {
	border: none;
}



img.left {
	float: left;
	margin: 7px 30px 0 0;
}



img.right {
	float: right;
	margin: 7px 0 0 30px;
}



hr { 
display: none; 
}



.list1 {
}



.list1 li {
	float: left;
	line-height: normal;
}



.list1 li img {
	margin: 0 30px 30px 0;
}



.list1 li.alt img {
	margin-right: 0;
}



#wrapper {
	background: url(images/background-middle.jpg) repeat-y center top;
}



#wrapper-bgtop {
	background: url(images/background-top.jpg) no-repeat center top;
}



/* Header */
/*------------------------------------------*/
#header-wrapper {

}



#header {
	width: 960px;
	height: 150px;
	margin: 0 auto;	
	/*background: #000000; */    /* added BLACK box so could see where it is located on page */
}



/* Menu */
/*------------------------------------------*/
#menu {
	float: right;
	width: 440px;      /* original 680 */
	padding-top: 80px;
	/*background: #000000; */   /* added BLACK box so could see where it is located on page */
}



#menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}



#menu li {
	display: block;
	float: left;
}



#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 10px 20px 0px 20px;
	border-right: 1px solid #204359;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #204359;
}



#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}



#menu .current_page_item a {
	color: #FFFFFF;
}



#menu .first {

}

#menu .last{
	border-right: none; */    /* right border on last menu item */ 
}


/* Page */
/*------------------------------------------*/
#page {
	width: 960px;      /* original 940 */
	margin: 0 auto;
	padding: 40px 0px 0px 0px;       /* main page padding */
	/*background: #000000; */    /* added BLACK box so could see where it is located on page */
} 





/* Logo */
/*------------------------------------------*/
#logo {
	float: left;
	width: 440px;   /* original 260 */
	height: 94px;
	margin: 0 auto;
	padding-top: 50px;      /* padding for text  */
	/*background: #000000;    /* added BLACK box so could see where it is located on page */
}



#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}



#logo p {
	margin-top: -2px;          /* original -2px  */
	text-transform: lowercase;
	font-size: 13px;
	color: #ACCFE5;
}



#logo h1 {
	padding-top: 20px;     /* original 15px  */
	font-size: 40px;       /* original 48px  */
}



#logo a {
	text-decoration: none;
	color: #ACCFE5;              /* ACCFE5=light blue */
}



#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}





#banner {
	padding-bottom: 20px;
}



/* Content */
/*------------------------------------------*/
#content {
	float: right;          /* controls where content sits relative to sidebar (left or right side) */
	width: 600px;
	padding-right: 60px;
	/*background: #000000; */    /* added BLACK box so could see where it is located on page */
}



/* Post */
/*------------------------------------------*/


.post {
	margin-bottom: 45px;
}



.post .title {
	height: 44px;
	padding-left: 15px;
	text-decoration: none;
	text-transform: capitalize;	
	font-size: 20px;
	color: #204359;	
}



.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 20px;
	color: #204359;  
}



.post .date {
}



.post .meta {
	height: 16px;
	margin-left: 2px;
	padding: 0px 10px 0px 15px;
	background: url(images/img05.gif) repeat-x left top; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}



.post .meta span {
	display: block;
	margin-top: -10px;
}



.post .meta a {
}



.post .entry {
	padding: 10px 15px;
}



.post .links {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px; 
	padding: 3px 0px 0px 40px;
	background: #204359;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}



.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px; 
	padding: 3px 0px 0px 40px;
	background: url(images/img07.gif) no-repeat left top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #961A06;
}


.post ul {
	margin: 0;
	padding: 0;
	list-style: decimal;
	line-height: normal;
}

.post li {
	margin-bottom: 30px;
	padding: 0 0 0px 0px;
}



/* Sidebar */
/*------------------------------------------*/


#sidebar {
	float: left;
	width: 220px;    /* original 280 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background: #000000; */  /* added BLACK box so could see where it is located on page */
}



#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}



#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}



#sidebar li ul {
	margin: 0px 14px;
}



#sidebar li li {
	margin: 0;
	padding: 12px 0px;
	border-bottom: 1px solid #ADADAD;
}



#sidebar li li a {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}



#sidebar li li a:hover {
	color: #FFFFFF;          /* overrides the "a" colour for just the side bar */
}



#sidebar p {
	margin: 0;
	padding: 0px 14px;
}



#sidebar h2 {
	height: 30px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 14px;
	background: url(images/img05.gif) repeat-x left top;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
}





#sidebar p {
	line-height: 160%;
}



#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}


#sidebar .current_page_item a {
	color: #FFFFFF;
}



/* Footer */
/*------------------------------------------*/


#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: url(images/background-middle.gif) repeat-x left top;
}



#footer-bgcontent {
	height: 220px;
	background: url(images/background-bottom.jpg) no-repeat center top;
}



#footer p {
	margin: 0;
	padding: 80px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}



#footer a {
	color: #FFFFFF;
}

