/* Setup */

html {
	margin: 0em;
	padding: 3em 0em;
	background: url(library/media/images/bkg.jpg) #fff top left repeat-x fixed;
}

body {
	margin:0;
	padding:0;
	color:#000;
}

#wrap {
	width:750px;
	margin:0 auto;
	background: url(library/media/images/content-bkg.jpg) #fff bottom left repeat-x;
	text-align: left;
	padding: 10px 20px;
}


/* Header */

#header {
	padding:10px 10px 0px 10px;
	background: url(library/media/images/header-bkg-01.jpg) #fff top center no-repeat;
	z-index: 100;
}

.hidelogo {
	text-indent: -9000px;
	background: url(library/media/images/litherland-moss.png) top right no-repeat;
	height: 145px;
	margin: 10px;
}


/* Navigation */

#navtabs { 
    list-style: none; 
    padding: 0;
	margin: 0; 
    height: 32px;
	z-index: 100;
} 

#navtabs ul {
	padding: 0;
	margin: 0;	
}

#navtabs li {
	list-style-type: none; 
    float: left;
	padding: 0;
	margin: 0; 
    background: #db111b; 
    padding: 8px 0 8px 10px; 
    margin-right: 5px;
}

#navtabs li a { 
    padding: 8px 10px 8px 0;
	text-decoration: none; 
}

#navtabs li a:link, #navtabs li a:visited {
	color: #fff;
}

#navtabs li:hover {
	background: #6da9c6;
}

#navtabs li a:hover {
	color: #fff;
	text-decoration: underline;
}

#navtabs li.current_page_item {
	background: #6da9c6; 
}

#navtabs li.right { 
    float: right; 
    padding-right: 0px;
	margin-right: 0px;
	background: #49494a; 
}


/* Content */

#main {
	float:left;
	width:555px;
	margin:10px 0px;
	z-index: 10;
}

#content {
	padding: 0px 10px 10px 10px;
	background:#6da9c6;
	color: #fff;
	margin-bottom: 10px;
	z-index: 10;
}

#content p {
	margin-bottom: 10px;
}

p.meta {
	color: #333;
	padding-bottom: 30px;
	font-size: 0.9em;
}

.column {
	width: 45%;
}

.related {
	font-size: 1.3em;
}

.gallery-row {
	padding-bottom: 15px;
}

/* Headers */

h1, h2, h3 {
	font-size: 2em;
	margin: 0.25em 0em;
}

h3.comment-title {
	font-size: 1.5em;
	margin: 0.25em 0em;
}

h3#leave-a-reply {
	font-size: 1.5em;
	margin: 0.25em 0em;
	margin-top: 1em;
}

h4, h5, h6 {
	font-size: 1.5em;
	margin: 0.25em 0em;
}

h1.pagetitle {
	margin-top: 0em;
	padding-top: 0.5em;
}

.column h4, .column h5, .column h6 {
	font-size: 1.1em;
	margin: 0.35em 0em;
	color: #f6d5a3;
}


/* Sidebar */

#sidebar h1, #sidebar h2, #sidebar h3 {
	font-size: 1.4em;
	color: #6da9c6;
}

#sidebar h4, #sidebar h5, #sidebar h6 {
	font-size: 1.1em;
	color: #6da9c6;
}

#sidebar {
	float:right;
	width:185px;
	margin: 10px 0px;
	padding: 0px;
	background:transparent;
}

/* Buttons */

ul#buttons {
	margin:0px;
	padding:0px;
}

ul#buttons h5 {
	font-size: 1.4em;
	color: #db111b;
}

li.button {
	padding: 10px;
	color: #fff;
	margin:0px;
	margin-bottom:10px;
	display: block;	
	width: 165px;
	text-align: left;
}

li.button a {
	width: 100%;
	display: block;
}

#sidebar>ul#buttons li a { width: auto; }

.button h5 a:link, .button h5 a:hover, .button h5 a:visited {
	color: #fff;
	text-decoration: none;
}

.button p a:link, .button p a:hover, .button p a:visited {
	color: #fff;
	text-decoration: none;
	padding-right: 30px;
}

.button1 {
	background: #49494a url(library/media/images/button1.jpg) no-repeat top right;
}

.button2 {
	background: #49494a url(library/media/images/button2.jpg) no-repeat top right;
}

.button3 {
	background: #49494a url(library/media/images/button3.jpg) no-repeat top right;
}

.widget {
	background: #49494a;
	padding: 10px;
	padding-bottom: 50px;
	color: #fff;
	margin-bottom:10px;
}

.widget h4 a:link, .widget h4 a:hover, .widget h4 a:visited {
	color: #a2c8da;
}

.date {
	margin-bottom: 10px;
}

.excerpt p {
	margin-bottom: 2em;
}


/* Horizontal Buttons */

.horizontalbuttons {
	text-align: center;
}

.horizontalbuttons li {
	float: left;
	width: 158px;
	margin: 0px;
	padding: 10px;
	margin-right: 10px;
	text-align: left;
}

.horizontalbuttons li.button1 {
	margin-right: 0px;
}


/* Footer */

#footer {
	clear:both;
	padding:5px 10px;
	background: transparent url(library/media/images/footer-bkg.png) no-repeat top center;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
}

#footer p {
	margin:0;
	margin-top: 20px;
}

* html #footer {
	height:1px;
}


/* Floats */

.left {
	float: left;
}

.right {
	float: right;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

/* Links */

a:link {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #49494a;
	text-decoration: underline;
}

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