/*
Theme Name: Joe Low
Theme URI: http://joelow.com
Description: 
Version: 1.0
Author: Adira Limited
Author URI: http://adira.co.uk
*/


*{
	margin: 0px;
	padding: 0px;
}

body{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: small;
	font-weight: normal;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #898989;
	margin-top: 50px;
}

#logo{
	height: 50px;
}

#logo img{
	border: none;
	outline: none;
}

img{
	border: 1px solid #999999;
}

#image_wrapper{
	margin-bottom: 10px;
	text-align: center;
}

.text{
	color: #bcbbbb;
	background-color: #202020;
	padding: 20px;
	text-align: left;
	line-height: 130%;
	margin-bottom: 20px;
	width: 810px;
}

.text_dark{
	color: #bcbbbb;
	background-color: #333333;
	padding: 20px;
	text-align: left;
	line-height: 130%;
	margin-bottom: 20px;
	width: 810px;
}

.text_dark img{
	float: right;
	margin: 0px 0px 10px 10px;
}

.navcontainer {
   width:100%;
   overflow:hidden;
padding-bottom: 20px;
}
.navcontainer ul
{
padding: 0px;
margin: 0;
list-style-type: none;
color: #cccccc;
width: 100%;
text-align: center;
}

.navlist li { display: inline; }
.footer_navlist li { display: inline; color: #333333;}

.navlist li a, .navlist li a:link
{
text-decoration: none;
color: #cccccc;
padding: 0px 30px 0px 0px;
}

.navlist li a:hover
{
color: #ffffff;
}

.navlist li.current_page_item a {
text-decoration:none; color:#ffffff; font-weight: bold;
}

h2{
	font-size: 120%;
	padding-bottom: 10px;
	color: #ffffff;
}

h2 a, h2 a:link, h2 a:hover, h2 a:visited{
	text-decoration: underline;
    color: #ffffff;
}

a, a:link{
	color: #ffffff;
	text-decoration: underline;
}

a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.clear{
	clear: both;
}

ul, ol{
	color: #ffffff;
	margin-left: 20px;
	line-height: 130%;
	font-color: bold;
}


.slideshowlink {
	padding: 0px 0px 20px 0px;
}
