/*
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: Arial, Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 0;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .02em;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .07em }

p { padding: 0 0 0.7em; }

a, a:link { 
    text-decoration: underline;
    color: #0254CF;
	cursor: pointer;
}
a:visited { color: #669; }
a:hover { color: #B50058; }
a:active { color: #c33; }


a img, img {
    border: none;
}

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


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


#page {
    margin: 0 30px;
    text-align: left;
	max-width: 1280px;
}

#wrap {
    margin-right: -300px;
	float: left;
	width: 100%;
}

#content {
    text-align: left;
    margin-right: 300px;
    padding: 0;
    line-height: 1.5em;
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}

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 20px 0px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

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

hr { display: block; height: 1px; border: 0; border-top: 1px solid #000; margin: 0 0 10px 0; }


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


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

#header { 
    position: relative;
    margin-bottom: 20px;
}

	#navigation { width: 100%; background: #333; }
		#navigation td { padding: 10px; width: 11.11%; text-align: center; vertical-align: middle; white-space: nowrap; }
			#navigation td a { padding: 3px 5px; color: #fff; text-decoration: none; }
		#navigation td.active { }
			#navigation td.active a { background: #777; }

	#introblock { width: 100%; height: 180px; }
		#introblock td { padding: 0; height: 100%; }
		#introblock .logo { width: 130px; text-align: center; vertical-align: middle; }
		#introblock .title { text-align: left; vertical-align: middle; }
			#introblock .title .hackday { font-size: 45px; }
				#introblock .title .hackday span { color: #B60059; font-size: 60px; }
				#introblock .title .hackday img { position: absolute; top: 81px; }
			#introblock .title .spb { font-size: 16px; margin-bottom: 7px; }
			#introblock .title .slogan { font-size: 13px;  color: #777; }
		#introblock .regbutton { width: 200px; padding: 20px; vertical-align: middle; text-align: center; }
			#introblock .regbutton button { width: 100%; padding: 10px; font-size: 150%; }
		#introblock .auth { width: 250px; }
			#introblock .auth .container { padding: 20px 0; /*background: #eee;*/ }
			#introblock .auth td { padding: 2px; }
			#introblock .auth .userPanel { margin: 10px 0; padding: 10px 0; }
				#introblock .auth .userPanel .username { font-size: 130%; }

			




/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 60px;
    top: 40px;
    padding: 15px 15px 0;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}


/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
}

.post h3 {
    margin-top: 0;
    color: #59B500;
    font-size: 200%;
    font-weight: normal;
    margin-bottom: 20px;
}
.post h4 {
    margin-top: 20px;
    color: #59B500;
    font-size: 150%;
    font-weight: normal;
    margin-bottom: 10px;
}
.post h5 {
    margin-top: 10px;
    color: #0076CC;
    font-size: 105%;
    font-weight: normal;
    margin-bottom: 5px;
}
.post ul li {
	margin-left: 0em;
}



/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}


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

#sidebar {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	width: 250px;
	float: right;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
}

#sidebar h2 {
    padding: 25px 0 0 35px;
    color: #666;
    background: url(images/sidebar_icon.gif) no-repeat 5px 15px;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar p { margin: 20px 0; }

/* Footer 
------------------------------------------------------------------------- */
#footer {
    margin: 90px 0 0 0;
    padding: 0 0 9px 0;
    font-size: 85%;
    color: #ddd;
    border-top: 1px solid #DDDDDD;
}

#footer p {
	text-align: center;
	padding: 10px;
}

#footer a {border-bottom: none; color: #ABC1DA; }


/* Forms 
------------------------------------------------------------------------------- */
form {
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	margin-top: 3px;
}

form select {
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}

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

/* Misc
------------------------------------------------------------------------------- */
.errorLine { margin: 10px 0; color: Red; }
.successLine { margin: 10px 0; color: Green; }

table.partners {}
	table.partners td { vertical-align: top; padding-bottom: 20px; }
	table.partners td.pic { padding-right: 10px; }
	table.partners h5 { margin-top: 0; }

.indexGrayBlock { padding: 20px; background: #eee;}
	.indexGrayBlock p { line-height: 1.3em; margin: 5px 0; }

.newsElement { margin-bottom: 1.3em; }
	.newsElement .title { font-size: 120%; margin-bottom: 0.3em;  }
	.newsElement .intro {  }
	.newsElement p { margin: 5px 0; padding: 0; line-height: 1.2em; }

.program { border-collapse: collapse; }
	.program td { vertical-align: top; border-top: 4px solid #E8E8FF;  padding: 5px; }
	.program td.day { background: #E8E8FF; width: 160px; }

.member { margin: 10px 0; padding: 0; }
	.member .name { font-size: 130%; }
	.member .city { color: #777; }
	.member .prophecy {font-size: 90%; color: #777; }
	.member .company {font-size: 70%; color: #777; top: -5px; position: relative; }
	
form {}
	form td { vertical-align: top; padding: 4px 4px 4px 0; }
	form td.label { padding-top: 7px; vertical-align: top; }

.inputBox { padding: 3px;  }
.longInput { width: 450px; }
	
	
.projectElement {margin-bottom: 20px; border: 1px solid #A0A0A0; border-top: 8px solid #a0a0a0; padding: 20px; }
	.projectElement  .title { font-size: 22px; margin-bottom: 5px; line-height: 0.9em; color: #0052AB; }
		.projectElement  .title a { font-size:xx-small; vertical-align: super; color: #6AAA2E; }
		.projectElement  .title sup { font-size: 50%; }
	.projectElement  .author { margin-bottom: 20px; color: #777; }
	.projectElement  .description { line-height: 1em; margin-bottom: 20px; }
	.projectElement  .members { margin-top: 20px; margin-bottom: 20px; }
		.projectElement  .members  .header { font-size: 17px; color: #59B500; margin-bottom: 10px; }
		.projectElement  .members  .element { margin-top: 5px; padding-left: 10px; border-left: 4px solid #eee; line-height: 100%; }
		.projectElement  .members  .memberAuthor { border-left: 4px solid #59B500; }
			.projectElement  .members  .element  .me { font-weight: bold; color: #DF0000; }
			.projectElement  .members  .element  .name { font-weight: bold; color: #0052C8; }
			.projectElement  .members  .element  .city { color: #777; }
			.projectElement  .members  .element  .prophecy { color: #777; font-size: 85%; } 
			.projectElement  .members  .element  .email { color: #777; font-size: 85%; } 
				.projectElement  .members  .element  .email img { vertical-align: middle; }
			
	.projectElement  .edit {  }
		.projectElement  .edit a { padding: 5px 10px; background: #2274B9; color: #fff; text-decoration: none; }
	.projectElement  .delete { float: right; }
		.projectElement  .delete a { padding: 5px 10px; background: #D20000; color: #fff; text-decoration: none; }
	.projectElement  .join { }
		.projectElement  .join a { padding: 5px 10px; background: #6AAA2E; color: #fff; text-decoration: none; }
	.projectElement  .leave { }
		.projectElement  .leave a { padding: 5px 10px; background: #999; color: #fff; text-decoration: none; }
		
.addProjectButton { margin: 20px 0; }
	.addProjectButton a {  padding: 5px 10px; background: #6AAA2E; color: #fff; text-decoration: none; }
.needToAuth { margin: 20px 0; color: Green; }


.free_projects { background: #203749; padding: 10px 20px; margin-bottom: 10px; color: #fff; }
	.free_projects h5 { color: #fff; font-size: 16px; }
	.free_projects  a { color: #FBEB96; }
	.free_projects .element { margin: 5px 0; font-size: 11px; line-height: 1.2em; }
		.free_projects .element a { color: #FBEB96; }
	.free_projects .more { color: #fff; }
		.free_projects .more a { color: #FBEB96; }

		
.indexPhotos { background: #203749; padding: 10px 20px; margin-bottom: 10px; color: #fff; }
	.indexPhotos  a { color: #FBEB96; }
		
		
#timeleftHolder { background: #aaa; text-align: center; padding: 4px; color: #fff; margin-top: 20px; }


table.masterclass { border: 0; width: 100%; background: #ccc; }
    table.masterclass td { padding: 5px; background: #eaeaea; text-align: left; vertical-align: top; font-size: 90%; width: 33%; }
    table.masterclass th { padding: 5px; background: #eee;  }
    
.programCurrent { padding-left: 20px; color: Green; font-size: 120%; }
.programFinished { padding-left: 20px; color: #ccc; text-decoration: line-through; }
.on-air { padding-left: 20px; background: url('/assets/templates/default/images/on-air-icon.png') 0 2px no-repeat; }
p.program { padding-left: 20px; }

.addInterview { padding-left: 20px; background: url('/assets/templates/default/images/add.png') 0 2px no-repeat; }
.interviews { margin-left: 0; padding-left: 5px; }
.interviews li { padding-bottom: 0; margin-bottom: 0; }


.linkToReport { background: url('/assets/templates/default/images/arrow-right-big.png') 10px 10px no-repeat; padding: 30px 0 0 90px; font-size: 30px;  height: 60px; }
	.linkToReport a { color: #296494; }
	
.linkToAbout{ background: url('/assets/templates/default/images/about.png') 10px 10px no-repeat; padding: 30px 0 0 90px; font-size: 22px;  height: 60px; }
	.linkToAbout a { color: #296494; }
	
.announse { font-size: 130%; margin-top: 20px; padding: 20px 20px 10px 20px; background: #80C908; color: #fff; }
	.announse h4 { margin-bottom: 10px; margin-top: 0; font-size: 20px; color: #fff; }
	.announse p {}
	
	
#subscriber { margin-top: 20px; margin-bottom: 20px; border: 1px solid #777777; padding: 5px; font-size: 11px; }
	#subscriber form { margin: 0; padding: 0; }
	#subscriber h3 { margin: 0; font-size: 18px; }
	#subscriber p { margin: 5px 0; padding: 0;  }
	#subscriber td { padding: 3px 0; }
		#subscriber td input { margin: 0; }
		#subscriber td label { width: 50px; padding: 0; }

	
	
#voteProjects {}
	#voteProjects form { margin: 0; padding: 0; }
	#voteProjects input { margin: 0; padding: 0; }
	#voteProjects td { padding: 5px 5px; }
	#voteProjects td.title { font-size: 22px; }


































