/*   
Theme Name: Graham Lowlanders
Theme URI: http://www.grahamlowlanders.com
Description: A theme designed for the Graham Lowlanders.
Author: Remco de Rooij
Author URI: http://www.triangle-studios.com
Version: 1.0
.
Do not use.
.
*/

a:link 		{text-decoration:none; color: black; font-weight: bold;}
a:visited 	{text-decoration:none; color: black; font-weight: bold;}
a:hover 		{text-decoration:underline; color: black; font-weight: bold;}
a:active 	{text-decoration:underline; color: black; font-weight: bold;}

body {
	margin: 0px;
	padding: 0px;
	background: url("images/bg_pattern_01.png") fixed;
	background-color: black;
}

ul {
	margin-left: -20px;
	text-align: left;
	font-family: Georgia;
}

li {
	margin-bottom: 10px;
	text-align: left;
	font-family: Georgia;
	font-size: 12px;
}

h3 {
	text-align: left;
	font-family: Georgia;
	font-size: 20px;
	line-height: 28px;
	margin: 0px;
}

h2 {
	text-align: justify;
	font-family: Georgia;
	font-size: 20px;
	line-height: 28px;
	padding: 20px 20px 0px 20px;
	margin: 0px;
}

.logo {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 800px;
}

.bg_image {
	background: url("images/bg_image.png") center no-repeat;
    position: fixed;
    bottom: 0px;
	width: 100%;
	height: 473px;
	z-index: -1;
}

.black_bar {
	background-color: black;
	position: fixed;
    bottom: 0px;
	width: 100%;
	height: 118px;
	z-index: -2;
}

.menu {
	background: url("images/bg_pattern_02.png") fixed;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 800px;
	background-color: black;
}

.content {
	background: url("images/bg_pattern_02.png") fixed;
	background-color: black;	
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	width: 800px;
	overflow: auto;
}

.content_left {
	width: 65%;
	float: left;
}

.content_right {
	width: 35%;
	float: right;
}

.content_both {
	width: 100%
}

.text {
	text-align: justify;
	font-family: Georgia;
	font-size: 14px;
	line-height: 18px;
	padding: 0px 20px 20px 20px;
}

.text_plain {
	text-align: justify;
	font-family: Georgia;
	font-size: 14px;
	line-height: 18px;
	margin-left: 20px;
}

.text_imglabel {
	font-size: 10px;
}

.footer {
	text-align: center;
	color: white;
	font-family: Georgia;
	font-size: 10px;
	padding: 0px;
}

.widgettitle {
	padding-left: 0;
}

/* Blog-roll */
#sidebar ul {
	list-style-type: none;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */