/* Reset */
	body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
		margin: 0;
		padding: 0;
		}
	h1, h2, h3, h4, h5, h6 {
		margin: 0;
		padding: 0;
		font-size: 100%;
		font-weight: normal;
		}
	address, caption, cite, code, dfn, var {
		font-style: normal;
		font-weight: normal;
		}
	ol, ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
	table {
		border-collapse: collapse;
		border-spacing: 0;	
		}
	caption, th {
		text-align: left;
		font-weight: normal;
		font-style: normal;
		}
	acronym, abbr, fieldset, img {
		border: 0;
		}
	:focus {
		outline: 0;
		}
	object {
		display: block;
		outline: none;
		}


/* Generic Styles */
	* {
		cursor: default;
		}
	body {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
		font-size: 16px;
		line-height: 1.125em;
		background: #5E851D url(../img2/bg.png) no-repeat top left;
		}
		body.screen {
			background: #5E851D url(../img2/bg.png) fixed no-repeat top left;
			}
	a {
		cursor: pointer;
		color: #444;
		text-decoration: underline;
		}
		a:hover {
			color: #000;
			text-decoration: none;
			}
		a img {
			border: 0;
			}
	.hidden {
		position: absolute;
		left: 0;
		top: -5000px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}


/* Container */
	#container {
		width: 850px;
		margin: 0 auto;
		}
		#container.screen {
			padding-bottom: 20px;
			}


/* Lang Switch */
	#lang_switch {
		float: right;
		background: #2679AD;
		padding: 5px 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		font-size: .75em;
		color: #000;
		font-weight: bold;
		}
		#lang_switch li {
			display: inline;
			}
		#lang_switch a {
			text-decoration: none;
			padding: 0 5px;
			color: #FFF;
			}
			#lang_switch a:hover, 
			#lang_switch a:focus {
				text-decoration: underline;
				}
		#lang_switch span {
			padding: 0 5px;
			color: #7CAEC5;
			}


/* Header */
	#header {
		padding-top: 30px;
		height: 81px;
		margin-bottom: 30px;
		}
		#header a {
			text-decoration: none;
			}
		#header h1 {
			width: 290px;
			height: 71px;
			float: left;
			}
			#container.screen h1 {
				width: 100%;
				}
			#container.cy #header h1 {
				background: transparent url(../img2/logo_cy.png) no-repeat left top;
				}
			#container.en #header h1 {
				background: transparent url(../img2/logo_en.png) no-repeat left top;
				}
			#container.screen #header h1 {
				background: transparent url(../img2/logo_screen.png) no-repeat center top;
				}
			#header h1 a {
				display: block;
				height: 71px;
				outline: none;
				}
				#header h1 span {
					text-indent: -9999em;
					display: block;
					}
		#header ul {
			float: right;
			clear: right;
			margin-top: 30px;
			}
		#header li {
			float: left;
			margin-left: 10px;
			}
			#header li a {
				display: block;
				text-decoration: none;
				padding: 5px 10px;
				color: #FFF;
				}
				body.twitter #header li.twitter a, 
				body.blogs #header li.blogs a, 
				body.photos #header li.photos a, 
				body.videos #header li.videos a, 
				#header li a:hover, 
				#header li a:focus {
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					background: #FFF;
					color: #2679AD;
					}
	
	
	/* Content */
		#content_border {
			background: transparent url(../img2/border.png) repeat top left;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			padding: 20px;
			}
		#content {
			background: #FFF;
			}
			#content h2 {
				font-size: 2.5em;
				line-height: 1em;
				letter-spacing: -0.05em;
				font-weight: bold;
				padding: 10px 20px;
				color: #2679AD;
				}
			#content ul {
				overflow: hidden;
				padding: 10px 0;
				}
			#content li {
				overflow: hidden;
				clear: both;
				margin: 0 10px 10px;
				padding: 0 0 10px;
				}
				#content li.highlight {
					background: #F2FFE5;
					}
				#content li.screen_hidden {
					display: none;
					}
				#content li+li {
					border-top: 1px dotted #AEC28E;
					padding-top: 10px;
					}
				#content li br {
					display: none;
					}
			#content div.content {
				font-size: 1.4em;
				line-height: 1.4em;
				color: #888;
				margin-bottom: 20px;
				padding: 0 10px;
				}
				#content div.content a {
					color: #555;
					text-decoration: none;
					}
					#content div.content a:hover {
						text-decoration: underline;
						}
					#content li.blogs div.content a {
						color: #888;
						}
				#content div.content a.preview {
					color: #888;
					text-decoration: none;
					}
					#content div.content a.preview:hover {
						border-bottom: 1px dotted #CCC;
						}
			#content div.thumb {
				float: left;
				width: 85px;
				}
				#content div.thumb img {
					display: block;
					margin-left: 25px;
					border: 2px solid #EAEAEA;
					}
			#content div.meta {
				margin-top: 30px;
				font-size: .9em;
				color: #BBB;
				}
				#container.screen #content div.meta {
					color: #999;
					}
				#content div.meta span.type {
					}
				#content div.meta a {
					text-decoration: none;
					color: #BBB;
					}
					#content div.meta span.author a {
						border-bottom: 1px dotted #BBB;
						}
						#content div.meta span.author a:hover, 
						#content div.meta span.author a:focus {
							border-bottom: 1px dotted #444;
							}
					#content div.meta a:hover {
						color: #444;
						}
					#container.screen #content div.meta a {
						border-bottom: none;
						color: #999;
						}
				#content div.meta span.datestamp {
					}
				#content div.meta span.permalink {
					float: right;
					font-size: 1.2em;
					}
					#content div.meta span.permalink a {
						padding: 5px;
						}
					#content div.meta span.permalink {
						visibility: hidden;
						}





#get_involved {
	background: #7C9C48;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 20px;
	}
	#get_involved div {
		padding: 20px;
		}
	#get_involved h3 {
		color: #FFF;
		text-shadow: 1px 1px #4F7119;
		font-size: 1.8em;
		margin-bottom: 20px;
		}
	#get_involved p {
		color: #FFF;
		line-height: 1.5;
		}
		#get_involved p+p {
			margin-top: 15px;
			}
	#get_involved a {
		color: #FFF;
		text-decoration: underline;
		}
		#get_involved a:hover, 
		#get_involved a:focus {
			color: #4F7119;
			}


	/* Footer */
		#footer {
			color: #AEC28E;
			margin-top: 10px;
			}
			#footer p {
				font-size: .75em;
				}
				#footer p.copyright {
					margin-top: 7px;
					padding-bottom: 10px;
					}
			#footer a {
				color: #AEC28E;
				text-decoration: underline;
				}
				#footer a:hover, 
				#footer a:focus {
					color: #FFF;
					}
