/* - www.taichi.gr CSS - */
/*  --HB designs 2008--	*/


/* basic elements */
/* Font stuff */

html {
	margin: 0;
	padding: 0;
	}

html>body { font-size: 10px; } /* Targets Other Browsers */

body {
	font-size: 62.5%;
	line-height: 1.88889em;
	margin: 0;
	padding: 0;
	background-color: #BBF785;
	background-repeat: repeat-y;
	background-position: right top;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	background-image: url(../../images/bg_hor_green.jpg);
	}
p { 
	margin-top: 0; 
	text-align: justify;
	color: #333333;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #336666;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #336666;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #990000;
	}
/* Used for pre-load images.. */
.hidepic {
	display: none;
}
/* not used 
.hidechar {
	color: #E5FFFE;
}
*/

/* specific divs */
#imagehld {
	width: 586px;
	position: relative;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
	border: thin solid #999999;
	text-align: center;
	
	
	overflow: hidden;
}
#gallery-album
{
	border: thin solid #999999;
	margin: 3px;
	padding: 7px;
	float: left;
	background-color: #ffffff;
}
#gallery-images IMG
{
	border: thin solid #999999;
	margin: 3px;
	padding: 7px;
	max-height: 87px;
	width: auto;
	background-color: #ffffff;
}
#container {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../../images/taijiquan_ch.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	padding: 0px;
	}
#container2 {
	position: relative;
	width: 901px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	clear: both;
	padding: 0px;
}
#topimg {
	width: 901px;
	background-image: url(../../images/logo_en.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: 244px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	width: 630px;
	z-index: 0;
	min-height: 600px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 1em;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.conte h2 { 
	font-size:1.4em;
}

#newscol {
	margin-top: 1em;
	width: 201px;
	margin-bottom: 2em;
	clear: both;
	float: right;
	z-index: 30;
	margin-right: 1em;
	margin-left: 1em;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666600;
	font-family: verdana, sans-serif;
	font-size: 1.1em;
	}

#menu_cont {
	width: 901px;
	z-index: 20;
	min-height: 40px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding-top: 0.2em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 0px;
	clear: both;
	background-color: #62724e;
	height: 3em;
	text-align: center;
	vertical-align: middle;
}
#menu {
	text-align: center;
	width: 800px;
	padding: 0px;
	margin-top: 0.2px;
	margin-right: auto;
	margin-bottom: 0.2px;
	margin-left: auto;
	height: 3em;
	vertical-align: middle;
	clear: both;
}

/* Main content <p> and <dl> shit.. */

.conte {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.3em;
	text-align: justify;
	color: #333333;
}

.conte-long {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.3em;
	text-align: justify;
	text-indent: 2em;
	color: #333333;
}
#content h2 {
	display: block;
	font-size: 1.6em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bolder;
	text-decoration:underline;
	color: #333333;
}
#content dl {
	line-height: 1.2em;
	font-variant: small-caps;
	font-size: 1.4em;
}
#content ul {
	line-height: 1.2em;
	list-style-type:circle;
}
#content ol {
	line-height: 1.2em;
	list-style-type:decimal;
}
/* menu stuff */
#menu p {
	font-family: Tahoma, Verdana, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 1.5em;
	text-align: center;
	word-spacing: 8px;
	letter-spacing: 0.2em;
	vertical-align: middle;
	margin-top: 0.2em;
	margin-right: auto;
	margin-bottom: 0.2em;
	margin-left: auto;
}

#menu a:link {
	color: #99CC33;
	text-decoration: none;
}
#menu a:visited {
	color: #99CC33;
	text-decoration: none;
	}
#menu a:hover {
	color: #62724E;
	text-decoration: underline;
	background-color: #99CC33;
	}
#menu a:active {
	color: #000066;
	text-decoration:none;
	}
/* Language (and sound) Options */
#options {
	margin-right: auto;
	height: 1em;
	width: 901px;
	letter-spacing: 0.2em;
	margin-top: 0em;
	margin-bottom: 2em;
	margin-left: auto;
	position: relative;
	vertical-align: middle;
	padding-top: 1em;
	}
#options a:link {
	color: #99FF00;
	text-decoration: none;
}
#options a:hover {
	color: #336600;
	text-decoration: underline;
}
#options a:active {
	color: #000066;
	text-decoration:none;
}
#options a:visited {
	color: #99FF00;
	text-decoration: none;
}

.setlang {
	font-variant: small-caps;
	text-align: right;
	font-size: 1.1em;
}
/* ---- For Future Use ----
.setsound {
	font-variant: small-caps;
	text-align: right;

}
*/

/* Left (news) column stuff */
#newscol h2.news {
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0em;
	background-color: transparent;
	width: 80px;
	color: #724E50;
	font-size: 3em;
	font-weight: normal;
	}
#newscol p {
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 3em;
	margin-left: auto;
	color: #003300;
	text-align: left;
	font-weight: lighter;
	font-size: 1.2em;
}
#newscol h2 {
	font-size: 1.223em;
	line-height: 1.35em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	color: #003333;
}
/* yin yang seperator.. */
.seperate {
	width: 32px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/yinyang_sm.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0em;
}
/* newsletter holder and stuff*/
#newsltr {
	margin-top: 0.1em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	margin-left: 1em;
	clear: both;
	float: left;
	width: 100px;
	z-index: 20;
	padding: 0.1em;
}
#newsltr p {
	margin: 0em;
	padding: 0em;

}	
.newsltr a:link {
	color: #003366;
}
.newsltr a:hover {
	color: #003399;
	text-decoration:none;
}
.newsltr a:active {
	color: #003366;
}
.newsltr a:visited {
	color: #003366;
}
/* our little footer... */
#footer {
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666600;
	width: 900px;
	}
#footer p {
	text-align: center;
	letter-spacing: 0.2em;
	word-spacing: 0.4em;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	color: #666633;
}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}


/* Contact page stuff */ 	/* --* Some are also used on other pages... *-- */

.small {
	font-size: 1.4em;
	color: #333333;
}
.big {

	font-size: 1.5em;
	color: #003333;
}
#contact {
	float: left;
	width: 60%;
	border: 1px dashed #666600;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
}
.smallbold {
	color: #333333;
	font-weight: bold;
}
