/*
Theme Name: TicTac - Wuhan
Theme URI: http://wuhan.authenticasian.com/

Description: My lousy attempt to reproduce a masterpiece by <a href="http://www.simplebits.com">Dan Cederholm</a>.

Version: 0.2
Author: Meng Gao
Author URI: http://wuhan.authenticasian.com/

	TicTac is a template created by Dan Cederholm for Blogger and it's one of my
	favorite designs. Therefore, I've created a WordPress theme in which I tried
	my best to make it look like Dan's original design. As much as I want to use the
	original graphics, I had to make slight changes to them so as not to run into
	copyright problems.

	Since this theme is an obvious attempt to reproduce TicTac, I take absolutely
	no credit in it. If you like this theme, write an email to Dan and let him
	know.
																	-- Meng Gao
*/

/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body{
background-image:url(images/bg.gif);
background-repeat: repeat-x;
background-color:#000000;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: small;
color:#FFFFFF;
margin: 0;
padding: 0;



    scrollbar-arrow-color:#ffffff;
    scrollbar-face-color:#ac0000;
    scrollbar-track-color:#000000;
    scrollbar-darkshadow-color:#000000;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#000000;


}

#header{
width: 1024px;
margin-top:150px;

}

#container {
	height: 320px;
	width: 1320px;
	margin: 210px 0px 0px 0px;
	background-image: url(images/bgflorian.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#containerleer {
	height: 320px;
	width: 1320px;
	margin: 210px 0px 0px 0px;
}


#menu {
font-size: 90%;
color:#CC0000;
height: 220px;
width: 155px;
padding: 40px 0 10px 10px;
background-image:url(images/bgleft.gif) ;
background-position: top left;
background-repeat: no-repeat;
float:left;	
line-height:150%; 
}

P
{


}


a {
font-size: 90%px;
color: red;
text-decoration: none; 
}

a:hover {
font-size: 90%px;
color: black;
letter-spacing: 1pt;
text-decoration: none; 
}
	
	
#content {
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 90%;
height: 270px;
width: 640px;
float:left;
padding-top:10px;
padding-right:200px;
padding-left:10px;
overflow:auto;

}

h1 {
font-size: 110%;
border-bottom: 2px dotted; 
padding-bottom: 20px 0;

}

h4 {
font-size: 110%;
direction: ltr;
font-weight:bold;
}

#footer {
width:100%;
height:30px;
color: #333333;
border-top: 1px solid;
border-color: #333333;
position:absolute; bottom:5px; left:5px; width:100%;
}
