/* - 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_gr.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;
	}

/* Main */
/* 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 */
/*----- main menu*/

nav {
	text-align: center;
	
  }	

#menu{
	/*width: 100%;*/
	margin: 0;
	padding: 10px 0 30px 0;
	list-style: none;  
	/* border: 1px solid rgba(0,0,0,.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: rgba(173, 190, 146,.1); 
    -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,.1);
    box-shadow: 0 0 13px 3px rgba(173, 190, 146, 0.1);

}

#menu li{
	display:inline-block;
	padding: 0 0 10px 0;
	position: relative;
/*min-width: 14%; /*helps centering/spreading the menu items*/
}

#menu a{
	float: left;
	height: 25px;
	padding: 0 15px;
	color: #5E8511;
	text-transform: lowercase;
	font: bold 17px/20px Tahoma, Verdana, Helvetica, sans-serif, "Trebuchet MS";;
	text-decoration: none;
	text-shadow: 0 1px 0 #333;
}

#menu li:hover > a{
	color: #BAE664;
	  -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: rgba(0, 0, 0, 0.2); 
    -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
    border-radius: 5px;
	/*text-shadow: 0 4px 0 #344A19;*/
}

*html #menu li a:hover{ /* IE6 */
	color: #BAE664;
}

#menu li:hover > ul{
	display: block;
}

/*----- Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 99999;    
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: rgba(0, 0, 0, 0.2); 
    -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #62724e;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #62724e;
    box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 0 rgba(0,0,0,.2);
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a{    
    padding: 5px 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu ul a:hover{
        background: rgba(0,0,0,.3);
	/*background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);*/
} 

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid rgba(0,0,0,.2);
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: rgba(0,0,0,.4); 
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */


/* 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: 1em;
	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: 10px;
	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: 70%;
	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;
}
#container #container2 #content .small {
	color: #000;
	font-size: medium;
}
/*yinyang Css shape*/
#yin-yang {
	width: 48px;
	height: 96px;
	background: #eee;
	border-color: black;
	border-style: solid;
	border-width: 2px 2px 2px 50px;
	border-radius: 100%;
	position: relative;
}

#yin-yang:before {
	content: "";
	position: absolute;
	top: 0%;
	left: -50%;
	background: #eee;
	border: 18px solid black;
	border-radius: 100%;
	width: 12px;
	height: 12px;
}

#yin-yang:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -50%;
	background: black;
	border: 18px solid #eee;
	border-radius:100%;
	width: 12px;
	height: 12px;
}

