/*
 * jtp.css
 *
 * CSS for juara turtle project
 *
 * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 * TO REMEMBER: MAXIMUM PICTURE WIDTH IS 600px
 * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 */

/* ************************ */
/* general declarations */
/* ************************ */

* {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

body {
	text-align: left;
	background-color: #ccdde3;
	color: #101010;
	font-family: verdana, tahoma, sans-serif;
	line-height: 1.2em;
}

a, a.link, a.visited, a.hover {
	color: #0c6364;
	text-decoration: none;
}

ul {
	padding-left: 20px;
}

p {
	padding-bottom: 10px;
}

input, textarea, select {
	border: 0px solid black;
}

h1 {
	visibility: hidden;
	display: none;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 6px;
}

hr {
	border: 1px solid black;
}

.cleaner {
	float: none;
	clear: both;
}

.big, .big * {
	font-size: 14px;
	line-height: 2em;
}

.right_image {
	float: right;
	margin: 8px 0 20px 20px;
}

.left_image {
	float: left;
	margin: 8px 20px 20px 0;
}

/* ************************ */
/* main container: contain the whole site */
/* ************************ */

#main_container {
	width: 980px;
	margin: 0 auto;
}

/* ************************ */
/* header stuff */
/* ************************ */

#page_header {
	background-color: #5dde4c;
	width: 100%;
}

#header_pictures {
	float: left;
}

#header_info {
	float: right;
	width: 400px;
	margin: 10px 5px 0 0;
}

/* ************************ */
/* language bar stuff */
/* ************************ */

#page_language_bar {
	font-size: 10px;
	text-align: right;
	width: 100%;
	background: #5dde4c url('./images/layout/header_bg.png') repeat-x bottom left;
}
#page_language_bar_container {
	padding: 8px 10px;
}


/* ************************ */
/* menu stuff */
/* ************************ */

#main_menu {
	font-size: 13px;
	width: 150px;
	background-color: #b1e3d9;
	float: left;
}
#main_menu_container {
	padding: 13px 8px;
}

#main_menu ul {
	padding: 0;
	margin-bottom: 20px;
}

#main_menu li {
	list-style: none;
	margin-bottom: 12px;
	line-height: 1em;
	font-weight: bold;
}

#main_menu img {
	margin: 5px 0;
}

/* ************************ */
/* main content stuff */
/* ************************ */

#main_content {
	float: left;
	width: 830px;
	line-height: 1.8em;
}
#main_content_container {
	padding: 10px 0 30px 20px;
}
#main_content a, #main_content a.link, #main_content a.visited, #main_content a.hover {
	color: #0c6364;
	text-decoration: underline;
}

/* ************************ */
/* footer stuff */
/* ************************ */

#page_footer {
	font-size: 10px;
	text-align: center;
	background: #5dde4c url('./images/layout/footer_bg.png') repeat-x top left;
	width: 100%;
	padding: 8px;
}

#page_footer * {
	font-size: 10px;
}
/* ************************ */
/* news stuff */
/* ************************ */

/*
.news_separator {
	margin: 30px 30px 30px 30px;
}

.news_block {
	margin: 5px 5px 5px 5px;
	text-align: center;
}

.news_title {
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}

.news_picture {
	border: 0px;
}

.news_text {
	text-align: justify;
	text-indent: 5em;
	font-size: 14px;
}
*/
/* ************************ */
/* sublink stuff */
/* ************************ */
/* sublink are list of links which appear in the content of a page */
/*
#sublink_header {
	display: block;
	text-align: left;
	margin: 10px 30px 10px 30px;
	padding: 10px 20px 10px 20px;
	border: 0px dotted black;
}

.sublink_header_link {
	margin: 10px 10px 10px 10px;
	font-size: 14px;
	display: list-item; 
	list-style-type: circle;
	list-style-position: inside;
}
*/

