/* 

STYLE SHEET FOR [x] WEB SITE
Created by Name Surname
www.domain.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
	margin: 0;
	padding: 0;
}
body {
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background-color: #73A512;
	background-image: url(../imgs/body_bg.jpg);
}
/*  --------- 2. structure  --------- */

#wrapper {
	background-image: url(../imgs/waves.jpg);
	background-repeat: no-repeat;
	background-position: center 140px;
}
#centre {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/top2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#masthead {
	width: 780px;
	margin-left: 68px;
	height: 182px;
}
#logo {
	padding-top: 71px;
	height: 113px;
	width: 214px;
	float: right;
	margin-right: 35px;
}
* html #logo {
	margin:19px;
}
#soon {
	height: 39px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
#navContainer {
	float: none;
	margin-left: 45px;
	width: 455px;
	padding-top: 97px;
}
* html #navContainer {
	margin-left:45px;
	padding-top:113px;
}
#content {
	background-image: url(../imgs/page_bg.gif);
	background-repeat: repeat-y;
	width: 782px;
	padding-top: 5px;
	margin-left: 68px;
}
* html #content {
	margin-top:-22px;
}
#main_col {
	width: 452px;
	float: left;
	padding-bottom: 25px;
	margin-left: 50px;
}
* html #main_col {
	margin-left:25px;
}
#main_col p {
	padding-bottom: 15px;
}
#main_col a,
#footer a,
#sub_col p a {
	color: #527809;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #57800A;
}
#main_col a:hover,
#footer a:hover,
#sub_col p a:hover {
	background-color: #EDEDED;
	color: #58810B;
}
#footer {
	background-image: url(../imgs/footer.jpg);
	background-repeat: no-repeat;
	height: 88px;
	width: 782px;
	margin-left: 68px;
	margin-bottom:50px;
}
#footer p {
	padding-top: 15px;
	font-size: 11px;
	color: #999999;
	text-align: center;
	width: 690px;
	margin-left: 50px;
	background-image: url(../imgs/dots.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#sub_col {
	width: 200px;
	float: right;
	margin-right: 40px;
	margin-top: 45px;
}
#sub_col #flickrslides {
	float: right;
	width: 200px;
	background-image: url(../imgs/myphotos.gif);
	background-repeat: no-repeat;
	background-position: 40px center;
}
.zg_div {
	float: right;
}
#sub_col .casestudies li {
	display: block;
	background-image: url(../imgs/dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 13px;
	margin-bottom: 8px;
	height: 48px;
}
#sub_col .casestudies img {
	float: left;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#sub_col .casestudies img:hover {
	background-color: #CDE024;
}
#sub_col .casestudies li a {
	color: #527809;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #57800A;
}
#sub_col .casestudies li a:hover {
	background-color: #EDEDED;
	color: #58810B;
}
#sub_col .casestudies li a em {
	color: #333333;
}
*:first-child+ html #sub_col {
	margin-top:46px;
}
* html #sub_col {
	margin: 46px 20px 0 0;

}
#sub_col a img{
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#sub_col a img:hover {
	background-color: #CDE024;
}
#sub_col p a.more {
	float: right;
	display: block;
	color: #F7941D;
	text-decoration: none;
	background-image: url(../imgs/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	border:none;
}
.separator {
	clear: both;
	height: 0;
}
.warning {
	color:#F00;
}
#folio {
	width: 451px;
	background-image: url(../imgs/folio_mid.gif);
	background-repeat: repeat-y;
}
.top {
	padding-bottom: 5px;
}
#folio_bottom {
	background-image: url(../imgs/folio_bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 451px;
}
#folio a img {
	margin-left: 26px;
	float: left;
	margin-bottom: 26px;
}
label {
	font-size: 14px;
}
.formFieldSubmit {
	width: 117px;
	color: #000000;
	font-size: 14px;
	background-image: url(../imgs/submit.gif);
	background-repeat: no-repeat;
	height: 33px;
	border:none;
}
*:first-child+ html .formFieldSubmit {
	background-color:#ff8000;
	width: 117px;
	height: 33px;
	color: #000000;
	font-size: 14px;
}
* html .formFieldSubmit {
	background-color:#ff8000;
	width: 117px;
	height: 33px;
	color: #000000;
	font-size: 14px;
}
.formField {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width:300px;
	padding:4px 0 4px 0;
}
#message {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
/* ---------- 4. fonts ---------- */
h2 {
	color: #F7941D;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	clear: both;
	background-image: url(../imgs/dots.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px 0 15px 0;
	margin-top: 10px;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-top: 15px;
}
p {
	line-height: 22px;
	padding-bottom: 16px;
	/*text-align: justify;*/
}
ul {
	list-style-type: none;
}
/* ---------- 5. images ---------- */

a img {
	border: 0;
}
.img_right {
	float: right;
	margin-left: 10px;
}
#main_col .img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* ---------- 6. hacks ---------- */

body { /* IE 5 centring bug fix */
	text-align: center;
}
#wrapper {
	text-align: left;
}

/* ---------- 7. flickr badge ---------- */

.zg_div {margin:0px 5px 5px 0px; width:117px;}
.zg_div_inner { color:#666666; text-align:center; font-family:arial, helvetica; font-size:11px;}
.zg_div a, .zg_div a:hover, .zg_div a:visited {color:#666666; background:inherit !important; text-decoration:none !important;}
