/*
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 {
	font-family: Calibri, "Lucida Sans", sans;
    font-size: 14px;
	line-height:20px;
    text-align: center;
    color: #000;
    background-color: #fefef4;

	background-position: center;
	background-repeat: repeat-y;
}
h1, h2, h3, h4 {
	font-family: Calibri, "Lucida Sans", sans;
	font-weight: normal;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 24px; 	color: #10386f; }
.anwalt_head{
	float:left;
}
h2 { font-size: 18px; 	color: #10386f; }
.anwalt_subhead{
	margin-left:15px;
	color:#909090;
	clear:both;
	font-size:14px;
}
h3 { font-size: 120%; color: #f47806; }
h4 { font-size: 118%; letter-spacing: .15em }


p { padding: 0 0 1em; }
#content p{
	text-align:justify;
	}
a:link { 
    text-decoration: none;
    color: #666;
}

a, a:activelink { 
    text-decoration: none;
    color: #666;
}

a:visited { color: #777; text-decoration: none; }
a:hover { color: #333;  text-decoration: none; }
a:active { }


a img, img {
    border: 0px;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
    width: 950px;
    margin: 0px auto;
    text-align: left;
    background-color: #fefef4;
    border-left:1px solid #10386f;
    border-right:1px solid #10386f;    
}

#content {
    float: left;
    text-align: left;
    width: 730px;
//    max-width:600px;
//    margin: 0px 0px 40px 0px;
    padding: 10px 0px 15px 20px;
    background-color:#fff;
}
/* Special text formatting 
------------------------------------------------------------------------------- */


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

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

#header { 
	margin:0 auto;
    background-color: #fefef4;
	width:950px;
    height:88px;
    padding:0px;
//    border-bottom:2px solid #bfb6af;
    overflow:hidden;
}

#header h1 {
    margin: 0;
    color: #bfb5ac;
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #bfb5ac;
}
#header h1 a:hover { 
    color: #eee; 
    text-shadow: #bfb5ac 0 0 4px;
}
#menu{
position:relative;
    display:block;
    background-image:url(/assets/images/static/bg_menu.png);
    background-color:#10386f;
height:30px;
width:950px;
text-transform:uppercase;
font-size:14px;
overflow:hidden;
/*margin:0px;
margin-bottom:10px;*/

}

#menu a{
 display:block;
 height:30px;
 padding-left:15px;
 letter-spacing:0.5px;
 padding-right:15px;
 vertical-align:middle;
 padding-top:6px;
 text-decoration:none;
 color:#fff;
}
#menu a:hover{

 color: #fefef4;
// background-color:#101010;   
}
#menu li.active a{
 color:#bfb5ac;
// background-color:#101010;   

}

#menu li.active a:hover{
 color: #fefef4;
// background-color:#101010;   

}



#menu>ul{
    margin:0px 0px 0px 10px;
    padding:0px;
overflow:hidden;
}

#menu>ul>li{
 border-right:solid 1px #fff;  
    margin:0px;
    padding:0px;
    display:block;
    float:left;
/*padding-left:10px;
padding-right:10px;*/
}
#menu>ul>li .last{

float:left;
// border-left:solid 1px #fff;  

}

#sideimg{
	width:200px;
	float:left;
	bottom:0px;
	height:100%;
	
}

#boxarea{
	width:220px;
	float:left;
}

/* Post (main content entries)
------------------------------------------------------------------------- */

.column1{
    float:left;
    width:455px;
	margin-right:20px;
}
.column1_2{
	float:left;
    width:205px;
	margin-right:20px;

}

.column2{
	float:right;
	text-align:right;
    width:220px;
	margin:0;
padding:0;

    }
    
.content_box{
text-align:left;
   width:220px;
	border:1px solid #666;
    color:#666;
    background-color:#fefef4;

border-right:0;
padding-top:0;
margin-bottom:36px;
}
.content_box>*{
	padding-left:10px;
}
.content_box h3{
text-transform:uppercase;
font-size:14px;
margin-top:0px;
padding-top:0px;
letter-spacing:1px;
color:#fff;
	background-image:url(/assets/images/static/bg_box_head.png);
}
.content_box>ul>li.active{
	display:none;
}
.person_list_box{
	padding:0;
	margin:0;
	margin-right:40px;
	margin-bottom:40px;
	width:199px;
	height:217px;
	border:1px solid #000;
float:left;
	background-color:#fefef4;
}
.person_list_box a{
	color:#373737;
}
.pimg{
	height:147px;
	width:199px;
	overflow:hidden;
}
.person_list_name{
margin-top:10px;
margin-left:10px;

}
.pname{
	font-size:18px;
}
.pdesc{
	font-size:14px;
}
.vita_y{
	vertical-align:top;
	width:100px;
}
/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

/* Footer 
------------------------------------------------------------------------- */
#footer {
    background-image:url(/assets/images/static/bg_footer.png);
//	position: fixed;
//	bottom: 0px;
	width: 950px;
//	border-top: 2px solid #bfb6af;
	height: 18px;
    margin: 0px;
    padding: 2px 0;
    font-size: 12px;
    color: #fff;
//	background: #3b322b;
}

#footer p {
    text-align:center;
}

#footer a {border-bottom: none;}


/* Forms 
------------------------------------------------------------------------------- */

form {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	background-color:#fefef4;
}

legend{
	display:none;
	}
	
form h3{
	width:auto;
	text-transform:uppercase;
	font-size:14px;
	margin-top:-1px;
	margin-right:1px;
	padding-top:0px;
	letter-spacing:1px;
	color:#fff;
	background-image:url(/assets/images/static/bg_box_head.png);

}

form p {
vertical-align: top;
margin: 3px 0 3px 0;
}

form label {
width: 100px;
float:none;
clear:both;

}

form input {
position: top;
width: 357px;
background: #eee;
border: #10386f 1px solid;
color: #333;
clear:both;
font-size:13px;
margin-bottom:10px;
}

form textarea {
background: #eee;
border: #10386f 1px solid;
color: #333;
	width: 357px;;
}

.form_button {
display: block;
float:left;
width: auto;
cursor: pointer;
//background: none;
color: #666;
border: 0px;

}

.form_button:hover, .form_button:visited {
color:#bfb6af;
border: 0px;
}

.column2 input {
width: 220px;
}

.column2 form textarea {
width:320px;
}

.dlrow{
	border-bottom:1px solid #ccc;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}
