/*reset rules */
html, iframe, body, div, span,h1, h2, h3, h4, h5, h6, p, a, em, font, img, small, strike, strong, sub, sup, dl, dt, dd, ol, ul, li,fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

body {
	line-height: 1;
	font-size: .9em;
	color:#999999;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height:20px;
	background-color:#000;
}
h2 {
	font-size:1.5em;
	margin-bottom:10px;
}
#sidebar h3 {
	margin-bottom:45px;
}
p {
	line-height:22px;
	padding-bottom:20px;
}
.clear {
	clear: both;
}
.error {
	color:#f00;
}
.imgRight {
	float:right;
	margin: 0px 0px 10px 10px;
}
.imgLeft {
	float:left;
	margin: 0px 10px 10px 0px;
}
#page_wrapper{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}
#header {
	width:940px;
	height:40px;
	padding-top:20px;
	padding-left:20px;
	background-image: url('../images/header.png');
	background-repeat:no-repeat;
}

#header li {
	display:inline;
}
#header li a {
	text-decoration:none;
	color:#ffffcc;
	padding:0 20px;
	border-right:1px solid #ffffcc;
}
#header li.last a {
	border-right: none;
}
#header li a:hover {
	color:#ffffff;
}
/** Content **/

#content_wrapper{
	width:960px;
	overflow:hidden;
	/*background-image: url('../images/content_background.jpg');*/
	background-repeat: repeat-y;
}
#leftCol {
	float:left;
	width:440px;
	margin:10px;
	padding:10px;
}
#rightCol {
	float:left;
	width:440px;
	margin:10px;
	padding:10px;
}
#rightCol .centreImg{
	margin:10px;
}
.div_box {
	float:left;
	margin-bottom:20px;
	width:440px;
	overflow:hidden;

}
.div_box li a {
	color:#00ff00;
	text-decoration:none;
}
.div_box li a:hover {
	color:#ffffff;
}
h1.chatfield  {
	margin-top:60px;
	margin-bottom:100px;
	letter-spacing:5px;
	font-size:5em;
	text-align:center;
	color:#00cc00;
}
h1.photography  {
	margin-top:40px;
	margin-bottom:53px;
	letter-spacing:3px;
	font-size:4em;
	text-align:center;
	color:#00cc00;
}
/** Front Page **/
.frontpage .div_box h1 {
	font-size:2em;
	text-align:right;
	margin-top:5px;
	margin-bottom:20px;
	color:#00cc00;
	letter-spacing:2px;
}
.frontpage .div_box h2 {
	font-size:1.5em;
	text-align:right;
	margin-top:40px;
	margin-bottom:20px;
	letter-spacing:1px;
}
.frontpage ul {
	font-size:2em;
	margin-bottom:55px;
}
.frontpage li {
	padding-top:20px;
}
.frontpage .div_box h1.chatfield  {
	margin-top:60px;
	margin-bottom:100px;
	letter-spacing:5px;
	font-size:5em;
	text-align:center;
	color:#00cc00;
}
.frontpage .div_box h1.photography  {
	margin-top:40px;
	margin-bottom:53px;
	letter-spacing:3px;
	font-size:4em;
	text-align:center;
	color:#00cc00;
}
/* jQuery lightBox plugin - Gallery style */
#gallery,#album{
	padding: 10px;
	width: 100%;
	min-height:480px;
}

#gallery ul, #album ul { list-style: none; }

#gallery ul li, #album ul li {
	/*float: left;
	margin: 3px;
	position: relative;
	*/
    float: left;
    padding: 5px;
    position: relative;
   /* width: 120px; */
}
#gallery ul li a, #album ul li a {
	text-decoration:none;
	line-height: 35px;
	color:#00cc00;
}
#gallery ul img, #album ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px; 
	height:70px;
}
#gallery ul a:hover img, #album ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover, #album ul a:hover { color: #fff; }
/** contact page **/
#emailme a{
	text-decoration:none;
	color:#000;
	padding:5px 10px;
	background-color:#aeaeae;
	border:1px solid #fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
/**  Footer  **/
#footer {
	width:960px;
	height:60px;
	background-image: url('../images/footer.png');
	background-repeat:no-repeat;
	text-align:center;
}
#footer ul, #footer p {
	width:960px;
	color:#ffffcc;
	font-size:0.8em;
	padding-top:10px;
}
#footer li, #footer p {
	display:inline;
	line-height:20px;
}
#footer li a {
	text-decoration:none;
	color:#ffffcc;
	padding:0 20px;	
}
#footer p a {
	text-decoration:none;
	color:#ffffcc;
}
#footer li.last a {
	border-right: none;
}
#footer li a:hover, #footer p a:hover{
	color:#efefbc;
}
/*****   ADMIN SECTION  *******/
#adminpage {
	width:920px;
	padding:10px;
	margin:10px;
	overflow:hidden;
	min-height:450px;
}
#adminpage h1 {
	font-size:2em;
	margin-bottom:20px;
}

#adminpage p {
	line-height:22px;
	padding-bottom:10px;
}
#adminpage form {
	width:330px;
	height:350px;
	margin: 30px auto;
	padding:30px;
}
#adminpage form.editimage{
	width:600px;
	height:auto;
	margin: 20px auto;
	padding:20px;
}
#adminpage .editimage input[type=text] {
	width:400px
}
#adminpage form fieldset {
	padding:30px;
	border:1px solid #aeaeae;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
}
#adminpage form fieldset legend {
	padding:0 10px;
	font-size:2em;
}
#adminpage form label{
	display:block;
	margin:10px;
	float:left;
	width:100px;
}
#adminpage form input {
	display:block;
	clear:left;
	margin:10px;
}

#adminpage form select {
	display:block;
	clear:left;
	margin:10px;
}

#adminpage .adminedit {
	float:left;
	width: 150px;
	height:150px;
}
#adminpage .adminedit img {
	float:left;
}
#adminpage .adminedit span{
	clear:left;
	float:left;
}
#adminpage .adminedit a {
	text-decoration:none;
	color:#555;
}

#adminuser form {
	width:920px;
	height:auto;
	margin: 10px auto;
	padding:10px;
}

#adminuser form fieldset {
	padding:10px;
	border:1px solid #aeaeae;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	float:left;
	margin-left:10px;
}

#adminuser div{
	float:left;
	border:1px solid #aeaeae;
	padding:2px 5px;
}

#adminuser div a {
	text-decoration:none;
	color:#fff;
}
#adminuser li a:hover {
	color:#880000;
	text-decoration:underline;
}

.w100{
	width:100px;
}

.w200{
	width:200px;
}

.w300{
	width:300px;
}

.w400{
	width:400px;
}

.w650{
	width:650px;
}


.p10{
	padding:10px;
}

.txtCtr{
	text-align:center;
}

.txtRight{
	text-align:right;
}

.fl{
	float:left;
}

.fr{
	float:right;
}
.logos{
	background-color:#FFF;
	font-size:70%;
	color:#000;
	padding:7px;
}
.logos img{
	margin-left:15px;
}
.album li a {
	color:#ffffcc;
}
.album li a:hover {
	color:#ffffff;
}
#sidebar{
	width:30%;
	float:right;
	padding:12px 30px;
	border-left:1px solid #092307;
}
#sidebar li{
	margin-left:30px;
	list-style:disc;
}
#sidebar ul{
	margin-bottom:15px;
	}
.button{
	width:100px;
	border-radius:5px 5px 5px 5px;
	background-color:00c800;
	color:#ffffcc;
	padding:10px;
	border:1px solid #ffffcc;
	background: #00c800; /* Old browsers */
	background: -moz-linear-gradient(top,  #00c800 0%, #005200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c800), color-stop(100%,#005200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00c800 0%,#005200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00c800 0%,#005200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00c800 0%,#005200 100%); /* IE10+ */
	background: linear-gradient(top,  #00c800 0%,#005200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c800', endColorstr='#005200',GradientType=0 ); /* IE6-9 */
	margin:20px 0px;
	text-decoration:none;
	
}
a.button:hover{
	background: #00c800; /* Old browsers */
	background: -moz-linear-gradient(top,  #005200 0%, #00c800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c800), color-stop(100%,#005200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #005200  0%,#00c800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #005200  0%,#00c800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #005200  0%,#00c800 100%); /* IE10+ */
	background: linear-gradient(top, #005200  0%,#00c800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005200', endColorstr='#00c800',GradientType=0 ); /* IE6-9 */

	
}

