/*
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 
------------------------------------------------------------------------- */

body{
	background-color:#ccccff;
}

#content {
    float: left;
    text-align: left;
    width: 745px;
    padding: 0;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 20px;
    line-height: 1.5em;
    background-color: white;
}


#contact_form{
    width: 420px;
    margin: auto;
}
#contact_form div{
    width:199px;
    float:left;
    margin: 5px;
}

#contact_form h4{
	text-align: center;
}

#contact_form label{
    width:199px;
    text-align: left;
    display:block;
    float:left;
    padding-bottom: 1px;
}

#contact_form input{
	clear:both;
    width:150px;
}
#submit_button{
	margin-top: 10px;
    width:100px;
}

#extrainfo label{
	width: 300px;
}
#contactform{
	margin-top: 20px;
}
#contact_form textarea{
	clear:both;
	width:400px;
}

#contact_form .service_check{
    width: 250px;
    text-align: left;
    margin-left: 149px;
}

#contact_form .service_check label{
    display: inline;
    text-align: left;
    margin-left: 40px;
    margin-top: -2px;
    
}
#contact_form .service_check input{
    width: 40px;
}


/* Header 
------------------------------------------------------------------------- */

#header { 
    width:100%;
    margin-bottom: -4px;
    height:160px;
}
#header img{
	margin-left: 0;
}


#menu {
	width: 180px;
	margin:0;
}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #3333ff;
	display: block;
	background-image: url(images/button.gif);
	background-position: -12px 0;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #3333cc;
	background: url(images/button.gif) -12px -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #3333cc;
	background: url(images/button.gif) -12px -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
}

#phone-number{
	text-align: center;
	display: block;
	width: 188px;
	margin: 0 auto;
	color: white;
}
#phone-number p{
    font-weight: bolder;
    font-size: 20px;
    margin-bottom: -10px;
}

#nachilogo{
	background-color: white;
	margin:0 auto;
	margin-top: 5px;
	width: 97px;
	display: block;
}

#header h1 {
    margin: 0;
    padding: 45px 60px 45px 75px;
    color: #fff;
    text-shadow: #81A75B 2px 2px 2px;
    //background: url(images/top_h1.gif) no-repeat bottom left;
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}
#header h1 a:hover { 
    color: #eee; 
    text-shadow: #fff 0 0 4px;
}
#header a{
	color: white;
}
#header a:visited{
	color: white;
}



/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* Sidebar 
------------------------------------------------------------------------- */


.sidebar {
    font-size: 85%;
    line-height: 1.4em;
    height: 100%;
	background-color: #0000ff;
    text-align: center;
}

.sidebar input{
	width: 80%;
}

.sidebar a{
	color: white;
}
.sidebar a:visited{
	color:white;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	padding-top: 25px;
}
.sidebar ul li{
	width: 90%;
	margin: 0;
	padding: 0;
	padding-left: 5%;
}

.sidebar h2{
	color: white;
}

#left_sidebar{
	width:188px;
	float:left;
	background: none;
}

#content img{
	margin-left: 15px;
	margin-right: 15px;
	border-color: #3333cc;
	border-style: solid;
	border-width: 1px;
}

#page{
	background:#ccccff url(images/side_bg.gif) repeat-y bottom left;
}

#stoopdev{
	display:block;
	float: right;
}

/* Footer 
------------------------------------------------------------------------- */
#footer {
	padding-top: 15px;
    font-size: 85%;
    width: 100%;
    background-color:#3333cc;
    min-height: 70px;
}

#footer p{
	width: 550px;
	margin: auto;
	text-align: center;
}

.col3{
	float:left;
	width: 33%;
}
