/*
	Fairtrade
	12 May 2008

	main styles
	floated fixed width (960px)
*/

/*------------------------------------------------------------{   COMMON PAGE ELEMENTS   }------------------*/

body {
	margin:0;
	padding:0;
	text-align:center;
	background:url(../images/layout/page_bg.gif) repeat-x top #fff;
	font-size:80%;
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#333;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:Arial, helvetica, sans-serif;
}

h1 {
	width:446px;
	background:url(../images/layout/h1_bg.gif) repeat-y right;
	border-right:2px solid #7ca4ab;
	font-size:200%;
	color:#5a8f88;
}

h2 {
	padding:10px 0 0 7px;
	border-left:5px solid #dfecb0;
	font-size:160%;
	font-weight:normal;
	color:#9fb167;
}

h3 {
	font-size:140%;
}

h4 {
	font-size:130%;
}

h5 {
	font-size:120%;
}

h6 {
	font-size:100%;
}

p {
	margin:0;
	padding:10px 0;
	line-height:150%;
}

a {
	padding:1px 3px;
	background:none;
	border-bottom:1px dashed #a2b8ce;
	text-decoration:none;
	color:#3078a3;
}

a:hover {
	background:#edf4d2;
	border-bottom:1px solid #a2b8ce;
	color:#3078a3;
}

/*------------------------------------------------------------{   CONTAINER BLOCKS   }------------------*/

#text_only {
	position:absolute;
	top:0;
	left:0;
}

#text_only a {
	font-size:1px;
	line-height:1px;
	color:#fff;
}

#container {
	width:980px;
	margin:0px auto;
	text-align:left;
}

#content_shadow_container {
	float:left;
	width:980px;
	margin:0 0 30px;
	background:url(../images/layout/content_bg.gif) repeat-y top;
}

#content_topshadow_left {
	float:left;
	width:980px;
	background:url(../images/layout/content_shadow_left.gif) no-repeat top left;
}

#content_topshadow_right {
	float:left;
	width:950px;
	padding:0 15px;
	background:url(../images/layout/content_shadow_right.gif) no-repeat top right;
}

#content_top_stripes {
	float:left;
	width:950px;
	background:url(../images/layout/header_stripe_bg.gif) repeat-x top;
}

#content_bottom_stripes {
	float:left;
	width:928px;
	padding:0 10px;
	background:url(../images/layout/footer_stripe_bg.gif) repeat-x 5px bottom;
	border-left:1px solid #bfd2d6;
	border-right:1px solid #bfd2d6;
}

#header {
	float:left;
	position:relative;
	width:100%;
	height:100px;
}

#site_title {
	position:absolute;
	top:12px;
	left:2px;
	width:483px;
	height:74px;
	background:url(../images/layout/site_title.gif) no-repeat;
}

#fairtrade_logo {
	position:absolute;
	top:20px;
	right:5px;
	width:217px;
	height:116px;
	background:url(../images/layout/fairtrade_logo.gif) no-repeat;
}

#content_container {
	float:left;
	width:908px;
	padding:10px;
	background:#fff;
	border-bottom:2px solid #bfd2d6;
	border-top:1px solid #c3db6c;
}

#content {
	float:left;
	width:438px;
	padding:40px 20px 0;
}

#right_column {
	float:left;
	width:240px;
	padding:40px 0 0;
	text-align:center;
}

#footer {
	float:left;
	width:100%;
	padding:10px 0;
	text-align:right;
	font-size:x-small;
	color:#7d9264;
}

#footer p {
	padding:0;
	margin:0;
}

#footer_shadow {
	float:left;
	width:980px;
	height:21px;
	background:url(../images/layout/footer_shadow.gif) no-repeat top center;
}

/*------------------------------------------------------------{   MAIN MENU   }------------------*/

#menu {
	float:left;
	width:180px;
	padding:0 0 10px;
	background:url(../images/layout/menu_shadow.gif) no-repeat bottom center #d6e2e5;
	font-family:Arial, helvetica, sans-serif;
}

#menu ul,
#menu ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu ul li {
	padding:1px 0;
}

#menu ul a {
	display:block;
	width:171px;
	padding:4px 0 4px 7px;
	background:url(../images/layout/menu_button_bg.gif) repeat-x center #f8ffcb;
	border:none;
	border-left:2px solid #d1e38f;
	text-decoration:none;
	font-size:120%;
	color:#213c1f;
}

#menu ul a:hover,
#menu ul a.active,
#menu ul a.active:hover {
	width:171px;
	background:url(../images/layout/menu_button_bg_hi.gif) repeat-x center #f8ffcb;
	border:none;
	border-left:2px solid #374e82;
	color:#111;
}

/*---{   submenus   }----*/

#menu ul ul li {
	padding:0;
}

#menu ul ul a {
	display:block;
	width:169px;
	padding:4px 0 4px 10px;
	background:#e7eef0;
	border-left:1px solid #bfd2d6;
	border-top:1px solid #fff;
	border-bottom:1px solid #c7d8dc;
	text-decoration:none;
	font-size:90%;
	color:#213c1f;
}

#menu ul ul a:hover,
#menu ul ul a.active,
#menu ul ul a.active:hover {
	width:169px;
	background:#f8ffcb;
	border-left:1px solid #f8ffcb;
	border-top:1px solid #fff;
	border-bottom:1px solid #c7d8dc;
	color:#111;
}

/*------------------------------------------------------------{   CLASS STYLES   }------------------*/

.small {
	font-size:70%;
}

.photae {
	margin:0;
	padding:3px;
	border:1px solid #aaa;
}

.hidden {
	display:none;
}

.quote {
	padding:10px;
	text-align:left;
	font-size:small;
	font-style:italic;
}

.quoter {
	text-align:right;
	font-size:x-small;
}

table.styled {
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
}

table.styled th{
	border-bottom:1px solid #bebebe;
	border-right:1px solid #bebebe;
}

table.styled td{
	border-bottom:1px solid #bebebe;
	border-right:1px solid #bebebe;
}

/*
	SimplePics
	13 August 2008

	application styles
*/

/*-----------------------------------------------{   SimplePics styles   }-------------*/

#simplepics_container {
	float:left;
	width:100%;
	text-align:left;
}

#simplepics_container a,
#simplepics_imagecontainer a{
	padding:0;
	background:none;
	border:none;
}

#simplepics_image {
	float:left;
	width:100%;
}
#simplepics_description {
	background:#fbf7ea;
	border:1px solid #f3e7c3;
}
#simplepics_description p {
	padding:7px;
	line-height:150%;
}
#simplepics_pagenav {
	float:right;
	padding:5px 0;
	text-align:right;
}
#simplepics_pagenav a {
	padding:3px 5px;
	background:#e8e4e0;
	border:1px solid #b3c1cb;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	color:#748da0;
}
#simplepics_pagenav a:hover {
	border:1px solid #748da0;
	color:#5f7789;
}
#simplepics_pagenav a.sp_current,
#simplepics_pagenav a.sp_current:hover {
	background:#efefef;
	border:1px solid #cecece;
	color:#cecece;
}

img.simplepics_photae {
	padding:5px;
	border:1px solid #bbb;
}

/*-----------------------------------------------{   SimplePics admin styles   }-------------*/

.picnav {
	font-family:"Times New Roman", Times, serif;
	font-size:400%;
	font-weight:normal;
	text-decoration:none;
}
.picnav:hover {
	text-decoration:none;
}
.drag_me {
	border:1px solid #888;
	cursor:pointer;
}
.drop_target {
	height:60px;
	width:20px;
	padding:5px 0;
	background-color:#ddd;
	border:1px solid #aaa;
	color:#aaa;
	cursor:pointer;
}
.drop_target:hover {
	border:1px solid red;
}
#drag_ghost {
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:1px;
	z-index:1000;
	text-align:left;
}
#drag_ghost img {
	padding:3px;
	background:#fff;
	border:1px solid #888;
}

/*-----------------------------------------------{   Highslide styles   }-------------*/

.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
}
.highslide:hover img {
}
.highslide-wrapper {
	background: #909090;
}

/*-----------------------------------------------{   the zoomed image   }-----*/

.highslide-image {
	padding:5px;
	border:1px solid #706547;
	background:#fff;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-bottom: 1px solid white;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: silver;
}
.highslide-loading {
	display: block;
	padding:2px 2px 2px 22px;
	border: 1px solid black;
	background:url(../highslide/graphics/loader.white.gif) white no-repeat 3px 1px;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
a.highslide-credits, a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
a.highslide-full-expand:hover {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
}

/*-----------------------------------------------{   These must always be last   }----------*/

.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
