/*  ======================================  */
/*       www.billysmalawiproject.org        */
/*      Site created by Image & Design      */
/*   Copyright 2009. All rights reserved.   */
/*  ======================================  */


/* ------------------------------ */
/*           standard             */
/* ------------------------------ */

html, body {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, ul, ol, p {
  margin: 0;
  padding: 0;
  }

/* -------------------------------------- */
/*           standard  classes            */
/* -------------------------------------- */

.center {
	text-align: center;
	}
	
.left {
	text-align: left;
	}
	
.right {
	text-align: right;
	}
	
.justify {
	text-align: justify;
	}
	
.float-right {
	float: right;
	}

.float-left {
	float: left;
	}

.clear-both {
	clear: both;
	}

.clear-left {
	clear: left;
	}	

.clear-right {
	clear: right;
	}
	
/* ------------------------------ */
/*            layout              */
/* ------------------------------ */


html, body {
	text-align: left;
	}

#container {
	width: 960px;
	height: 100%;
	margin: auto;
	}
	
#header {
	width: 960px;
	height: 180px;
	margin: auto;
	}
	
#content, #top_menu {
	width: 781px;
	margin: auto;	
	margin-top: 20px;
	}
	
#gallery_bottom {
	/*width: 781px;*/
	margin: auto;
	margin-top: 20px;
	clear: both;
	}
		
#footer {
	width: 781px;
	text-align: right;	
	margin: auto;	
	margin-top: 30px;
	font-size: x-small;
	clear: both;
	}
	
p {
	width: 660px;
	padding: 0 0 0 20px;
	text-align: justify;
	margin: 5px 0 5px 0;
	}
	

/*  ======================================  */
/*            FormBuilder CSS               */
/*  ======================================  */
	
form {
	margin-top:0;
	width: 450px;
	}	
	
form div {
	margin-bottom:0
	}
	
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
	}
	
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
	}

fieldset {
	padding:0.5em;	
	border: none;
	}
label	{
	width:auto;
	}
	

textarea {
	margin: 0.5em 0;
	width:400px;
	height: 60px;
	}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin-left:1.7em;
	}
	
.captcha img {
	margin: 0.5em 0 0.5em 0;
	}
	
.captcha input, .contactform input {
	width: 200px;
	}

.contactform {
	width:450px;
	}
	
.contactform input.checkbox {
	border: none;
	}
	
.contactform input.small_check {
	border: none;
	width: 20px;
	}
	
.contactform input.small_input {
	width: 40px;
	}	

.contactform label {
	display: block;
	float: left;
	width: 200px;
	}
	
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
	}
	
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}


/* Just a bit more room for the Submit button */
.submit input{
	width: 150px;
	margin-left:1.7em;
}
.submit input:hover {
	width: 150px;
	margin-left:1.7em;
	}

/*  ======================================  */
/*                  tags                    */
/*  ======================================  */

h3 {
	padding: 0 0 6px 20px;
	}
	
	

/*  ======================================  */
/*                  Classes                 */
/*  ======================================  */	

.paddingtop5px {	
	padding: 5px 0 0 0;
	}

.paddingbottom5px {
	padding: 0 0 5px 0;
	}