/*
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 {
    font-size: 11px;
    text-align: center;
    color: #000000;
    background: url(../../images/bg.gif) repeat-x;
}
div, p, img, a, td, ul, ol {
}

ol {
}
ol li {
}
h1, h2, h3, h4 {
}
h1 {  }
h2 {  }
h3 { }
h4 {  }

p {  }

a, a:link { 

}
a:visited { }
a:hover {  }
a:active {  }


a img, img {
}

ul {
}
li {
}


.clear {

}


#page2 {
	width: 778px;
	text-align: left;
	background: white;
	padding: 0;
	margin: 0 auto;
	border: 0;
	clip:  rect(0px 500px auto 0px);
}

#content2 {
    text-align: left;
    margin: 0px 5px;
    padding: 0;
    line-height: 1.5em;
}


/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
}
h2 a:hover, h3 a:hover {
}

h2.pagetitle {
}

h4.date-header {
}

blockquote {
}

blockquote p {  }

blockquote cite {
}
code {
}
li code {  }

acronym, abbr, span.caps {
}

.center { }
.alignright {  }
.alignleft {  }

hr {  }


.error, .message {
}
.message {
}

/* Header2 
------------------------------------------------------------------------- */

#header2 { 
    position: relative;
}

#header2 h1 {
    margin: 0;
	padding: 0;
}

#header2 a {
	text-decoration: none;
	border: 0;
}


/* Search Form 
------------------------------------------------------------------------------- */
#search {
}
form.FSF_form {
}

input.FSF_input { 
}
input.FSF_submit { 
}


/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
	padding: 0;
	margin: 10px;
	padding-bottom: 40px;
	text-align: justify;
	float: left;
	display: block;
	width: 550px;
	border-left: 1px dotted #999999;
	padding-left: 20px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
}

.post h3 {
}
.post ul li {
	margin-left: 1em;
	padding-left: 20px;
}

.post img {
	border: 1px solid black;
	margin-right: 20px;
	margin-bottom: 20px;
}

.post input.long {
	width: 200px;
}

/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
}


/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
}
.commentAlt {
}
.commentAuthor {
}
.commentMe {
}
.commentNum {
}
.commentAlt .commentNum {
}
.commentMe .commentNum {
}
.commentAuthor .commentNum {
}
.commentTitle {
}
.commentTitle span {
}
.commentTitle strong {
}
.comment .content {
}


/* Footer2
------------------------------------------------------------------------- */
#footer2 {
    margin: 0px;
    padding: 0px;
}

#footer2 a {
	text-decoration: none;
	border: 0;
}



/* Forms 
------------------------------------------------------------------------------- */
form {
}
form.full { }


fieldset {
}

legend {
}
form h3 {
}

form label,
form p {
}

form input {
	display: inline;
}

form select {
}

form label.first,
form label.city {
}

form label.second,
form label.state {
}
form label.state {  }

form label.first input,
form label.city input,
form label.second input {
}

form label.state select {
}

form label.zip,
form label.zip input {
}
form label.zip {  }

form label {
}

form label input {
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
}

form label.radio,
form label.radioitem {
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
}

form label.checkbox {
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
}
form input.checkbox,
form select {
}
form textarea {
}

form label input.calc {
}
form input.button {
}

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

p img {
}

img.centered {
}
img.alignright {
}
img.alignleft {
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
}

.MODX_RichTextWidget a {
}

/* All Access Specific */
#mainnav {
	background: url(../../images/navbar.gif) repeat-x;
	height: 24px;
	color: white;
	line-height: 21px;
	text-align: center;
}
#mainnav ul {
	margin: 0;
	padding: 0;	
}
#mainnav li {
	display: inline;
	margin: 0px 9px;
}

#mainnav a {
	color: white;
	border: 0;
}
#mainnav a:hover {
    border-bottom: 1px dotted #ffffff;
}

#sidemenu {
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	display: block;
	width: 150px;
}
#sidemenu ul {
	margin: 0;
	padding: 0;
}
#sidemenu a, #sidemenu a:link { 
    text-decoration: none;
    color: #69c;
    border-bottom: 1px dotted #69c; 
}
#sidemenu a:hover {
	color: black;
}
#randomimage {
	float: right;
	display: block;
	margin-bottom: 20px;
	padding-left: 1px;
	border-left: 1px dotted #999999;
}
#breadcrumb {
	font-size: 10px;
}
#breadcrumb a, #breadcrumb a:link {
    text-decoration: none;
    color: #000099;
    border-bottom: 1px dotted #69c; 
}
#breadcrumb a:hover {
	color: black;
}