/*
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: Verdana, Tahoma, sans-serif;
	font-size: 8.5pt;
	letter-spacing:0.01em;
	text-align: center;
	color: #bbeff3;
	background-color: #74726d;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	height: 100%;
}

img {
	behavior:	url("js/pngbehavior.htc");
}

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: Verdana, georgia, helvetica, arial, sans-serif;
	font-weight: normal;
	margin: .5em 0;
	letter-spacing: .07em;
}

h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 90%; text-transform:uppercase; font-weight:bold}
.contact h3 {color:#4d502d;}

h4
{
	font-size: 105%;
	letter-spacing: .15em;
}

p, h3  { padding: 10px 10px 10px 10px; }

a, a:link
{
	text-decoration: none;
	color: #f5f5f5;
	border: 0px;
}

a:visited
{
	color: #f5f5f5;
}

a:hover
{
	color: #eb6400;
	text-decoration: none;
}

a:active
{
	color: #c33;
}

a img, img { border: 0px; }

ul
{
	list-style: none;
	margin: 0 0 20px 1em;
}

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


#page
{
	width: 950px;
	height: 500px;
	overflow: hidden;
	top: 25px;
	left: 0px;
	margin: 0;
	text-align: left;
	position: absolute;
	z-index: 3000;
	background-image: url(../images/bg-overlay.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: scroll;
	padding:50px 0 0 0;
}

#content
{
	width: 200px;
	height:400px;
	position:absolute;
	background-color: #78b7bc;
	background-repeat: repeat-y;
	line-height: 1.5em;
	z-index: 200;
	left:200px;
	overflow:hidden;
	margin: 0;
	padding: 0;
}

#gallery
{
	position: absolute;
	left:400px;
	height:400px;
	width:500px;
	overflow:hidden;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: transparent;
	z-index: 60000;
}


.contact #gallery{background-color: #969c57;}
.verkoop #gallery{background-color: #c59150;color:#6b4616;}

#subcontent {margin:12px 0 0 0;}

#gallerybutton
{
	position: absolute;
	left:800px;
	height:40px;
	top:220px;
	overflow:hidden;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: transparent;
	z-index: 70000;
}


#gallerybutton a,
#gallerybutton a:link,
#gallerybutton a:active
{

	width:100px;
	height:40px;
	display:block;
	overflow:hidden;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background: #333 url(../images/button-collectie.gif) no-repeat 0 0;
	z-index: 70000;
}

#gallerybutton a:hover
{
	background: #333 url(../images/button-collectie-hover.gif) no-repeat 0 0;
}

#gallerybutton a span
{
	display:none;
}


/* Special text formatting 
------------------------------------------------------------------------------- */


h4
{
	margin-top: 5px;
	padding-top: 5px;
	font-size: 90%;
	color: #fff;
	text-transform: uppercase;
}

strong { text-transform: uppercase;letter-spacing:0.07em;font-size:10px;}

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

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: none; }

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

.message { background-color: green; }

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

#header
{
	background: url(images/h1-header.png) no-repeat top left;
	position: relative;
	margin: 0;
	padding: 0;
	display:none;
}

#header h1
{
	margin: 0;
	background: url(images/h1-header.png) no-repeat top left;
	display:none;
}

#header h1 a
{
	text-decoration: none;
	border-bottom: none;
	display:none;
}

#header h1 a span { display: none; }

/* ----------------------------------------------------------------------------- 
NAVIGATION AND IMAGE
-----------------------------------	------------------------------------------*/

#navcontainer
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 400px;
	overflow:hidden;
	z-index: 100;
	left: 0px;
	/*color: #78b7bc;*/
	color:#939087;
	background-color: #575550;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 302px;
	
}

#nav
{
	position: absolute;
	overflow:hidden;
	margin: 0;
	padding: 0;
	width:200px;
	z-index:9999;
	padding:17px 0 0 0;
	margin-right:10px;
}

.topnav
{
	padding:20px 0 0 0;
	overflow:hidden;
}

#nav ul
{
	padding: 0;
	margin: 0;
	width:195px;
}

#nav ul li,
#nav ul li.here
{
	float: right;
	padding: 0;
	margin: 0;
	width: 188px;
}

#nav ul li a,
#nav ul li a:active,
#nav ul li a:visited,
#nav ul li a:link,
#nav ul li.here
{
	text-decoration: none;
	border: none;
	line-height: 21px;
	height: 22px;
	margin: 0;
	display: block;
	float: right;
	font-size: 8px;
	text-transform: uppercase;
	color: #8c9491;

}



#nav ul li a:hover
{
	color: #e4c490;
}

#nav ul li.here,
#nav ul li.here a
{
	color: #fff;
	border:0px;
	margin:0;
	padding:0;
}

#nav ul li.here a span,
#nav ul li.here span
{

}


#nav ul li a.home span,
#nav ul li a.collectie span,
#nav ul li a.inspiratie span,
#nav ul li a.verkooppunten span,
#nav ul li a.pers span,
#nav ul li a.contact span
{display:none;}


#nav ul li a.home { width:56px; background: transparent url(../images/buttons-navigation.gif) no-repeat  -350px 0px;}
#nav ul li a.collectie { width:81px; background: transparent url(../images/buttons-navigation.gif) no-repeat -484px 0;}
#nav ul li a.inspiratie { width:83px; background: transparent url(../images/buttons-navigation.gif) no-repeat -405px 0;}
#nav ul li a.verkooppunten { width:114px; background: transparent url(../images/buttons-navigation.gif) no-repeat -561px 0;}
#nav ul li a.pers { display:none; width:49px; background: transparent url(../images/buttons-navigation.gif) no-repeat -669px 0;}
#nav ul li a.contact { width:70px; background: transparent url(../images/buttons-navigation.gif) no-repeat -718px 0;}

#nav ul li a.home:hover { background: transparent url(../images/buttons-navigation.gif) no-repeat -350px -30px;}
#nav ul li a.collectie:hover { background: transparent url(../images/buttons-navigation.gif) no-repeat -484px -30px;}
#nav ul li a.inspiratie:hover { background: transparent url(../images/buttons-navigation.gif) no-repeat -405px -30px;}
#nav ul li a.verkooppunten:hover { background: transparent url(../images/buttons-navigation.gif) no-repeat -561px -30px;}
#nav ul li a.pers:hover { background: transparent url(../images/buttons-navigation.gif) no-repeat -669px -30px;}
#nav ul li a.contact:hover { background: transparent url(../images/buttons-navigation.gif) no-repeat -718px -30px;}

#nav ul li.here a.home { background: transparent url(../images/buttons-navigation.gif) no-repeat -350px -60px;}
#nav ul li.here a.collectie { background: transparent url(../images/buttons-navigation.gif) no-repeat -484px -60px;}
#nav ul li.here a.inspiratie { background: transparent url(../images/buttons-navigation.gif) no-repeat -405px -60px;}
#nav ul li.here a.verkooppunten { background: transparent url(../images/buttons-navigation.gif) no-repeat -561px -60px;}
#nav ul li.here a.pers { background: transparent url(../images/buttons-navigation.gif) no-repeat -669px -60px;}
#nav ul li.here a.contact { background: transparent url(../images/buttons-navigation.gif) no-repeat -718px -60px;}



/* 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: 9px 0 0 0;
	padding: 0;
}

.post h3
{
	margin-top: 15px;
	color: #eb6400;
}

.post ul li
{
	background: url(images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}

form
{
	width: 365px;
	overflow:hidden;
	text-align: left;
	clear: both;
	float:left;
	margin:0;
	padding:0;
	border: none;
	color:#4d502d;
	margin:0 0 0 10px;
}



form label,
form input, 
form textarea,
form button
{
	width: 125px;
	padding: 3px 0 0px 0px;
	display: block;
	margin: 0;
	float: left;
	height: 20px;
	line-height: 18px;
	border-top: 1px #b5b98d dotted;
	border-right: 0px;
	border-bottom: 0px #b5b98d dotted;
	border-left: 0px;
}

form input, 
form textarea
{
	height:20px;
	background: transparent url(../images/pat.gif) no-repeat 0 0;
	border:0px;
	padding-left:10px;
	line-height:22px;
	border-top:1px solid #b5b98d;
	font-family: Verdana, Tahoma, sans-serif;
	width: 225px;
	font-size:11px;
}

form button
{
	margin-top:15px;
	padding:0;
	float:left; 
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	color:#4d502d;
	letter-spacing: 0.1em;
	height:21px;
	text-align:left;
	line-height:12px;
	margin-left:125px;
	border-top: 1px #b5b98d dotted;
	background: transparent url(../images/80procent.png) 0 0;
	width: 225px;

}

form button:hover {
	border-color:#000;
	color:#000;
	cursor:pointer;
	}
	
form textarea 
{
	height:100px;
	}



.c1 { width:365px;}	

ul.subsection_tabs  {
		margin:0;
		padding:0;
}



ul.subsection_tabs li
{
	margin:0 0 5px 10px;
	padding: 0;
	text-align: left;
	float:left;
	clear:right;
}

ul.subsection_tabs li a,
ul.subsection_tabs li a:active,
ul.subsection_tabs li a:link,
ul.subsection_tabs li a:visited{
	height:15px;
	line-height:15px;
	border:1px dotted #dab485;
	font-family: Verdana, Tahoma, sans-serif;
	text-align:right;
	font-size:11px;
	float:left;
	padding:0 4px 0 4px;
	color:#6b4616;
}

ul.subsection_tabs li a:active {
	color:#e4c490;
	
}

	
.c2 { margin-left:10px;float:none;disply:block;float:left;}	
.c2 h3 { padding:10px 0 0 0;text-transform:none;}	
.street,
.shop,
.city {
	display:block;
	float:left;
	font-size:10px;
	width:129px;
	height:20px;
	line-height:20px;
	border-top:1px dotted #dab485;
	}
.shop {font-weight:normal;width:120px;}
address {
display:block;
	font-style:normal;
	height:20px;
	padding:0;
	margin:0;
}


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

