/*
Theme Name: Window Blinds Archive Template
Theme URI: 
Description: SEO optimized multilingual theme for the top 10 languages on the internet with Google AdSense ad placements. Works with WordPress 2.5.
Version: 1.4
Author: Vincent Liaw
Author URI: 
*/

/* BODY */
body
{
	margin: 0px; 
	padding: 0px;	
	background-color: #EDEDED;
	text-align: center;
}

#wrapper
{
	width: 90%;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	position: relative;
	border-left: 1px solid #9C9C9C;
	border-right: 1px solid #9C9C9C;
	background-color: #FFFFFF;
}

/* FORMS */
form
{
	margin: 0px;
	padding: 0px;
}

form input
{
	margin: 1px;
	padding: 0px;
}

/* HEADER */
#header
{
	height: 95px;
	margin: 0px;
	padding: 0px;
}

#header #header_title p
{
	margin: 0px;
	padding: 25px 0px 0px 85px;
	font-family: Georgia, Times New Roman;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	color: #333333;
}

#header #header_description p
{
	margin: 0px;
	padding: 0px 0px 0px 85px;
	font-family: Georgia, Times New Roman;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
}

/* MENUS */

/* MENU PARENT DESIGN 1 - NO HEADER - FOR FIXING MENU AT THE BOTTOM OF SOURCE CODE */
#menu_parent1
{
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}

/* MENU PARENT DESIGN 2 - WITH HEADER - FOR FIXING MENU AT THE BOTTOM OF SOURCE CODE */
#menu_parent2
{
	width: 100%;
	top: 95px;
	left: 0px;
	position: absolute;	
}

/*  MENU DESIGN 2a - SIMPLE TEXT LINKS - | DIVIDER LINES */
#menu_design2a
{
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	background-color: #A4D7F0;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

#menu_design2a ul
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 4px;
	list-style-type: none;
}
		
#menu_design2a ul li
{
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 7px;
	border-left: 1px solid #AAAAAA;
}

#menu_design2a ul li.first
{
	margin-left: 0px;
	border-left: none;
	list-style: none;	
}

#menu_design2a ul li a
{
	float: left;
	color: #444444;
	text-decoration: none;
}

#menu_design2a ul li a:hover
{
	color: #FFCC00;
	text-decoration: none;
}

#menu_design2a ul li a.current
{
	color: #444444;
	text-decoration: underline;
}

/* CONTENTS */
#contents
{
	width: 76%;
	margin: 20px 0px 0px 0px;
	padding: 13px 0px 10px 5px;
	float: right;
	clear: both;
	/*background-color: #FFFF00;*/
}

#contents ul li, #contents ol li
{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

.right
{
	float: right;
	padding-top: 0px;
	padding-right: 10px;
}

.left
{
	float: left;
	padding-top: 0px;
	padding-left: 10px;
}

/* POSTS */
.post
{
	margin: 0px 10px 10px 0px;
}

.post-title
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

.post-body, .comment-body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.post-body select
{
	margin: 5px 0px 0px 0px;;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.post-footer
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.post-footer select
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.post-error
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
}

.post blockquote
{
	margin: 1em 20px;
	color: #666666;
	font-style: italic;
}

.post blockquote p
{
	margin: .75em 0;
}

/* COMMENTS */
.comments
{
	margin: 10px 0px 10px 0px;
}

.comment-title
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	display: block;
	border-bottom: 1px solid #CCCCCC;
}

#comments-block
{
	margin: 10px 0px 10px 0px;
}

#comments-block dt
{
	margin: 0px;
	padding: 0px;
}

#comments-block dd
{
	margin: 20px 10px 20px 20px;
	padding: 0px;
}

/* ADS */
.ad_rectangle_left
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.ad_rectangle_right
{
	margin: 0px;
	padding: 0px;
	float: right;
}

.ad_link_unit1
{
	margin: 0px 0px 0px -5px;
	padding: 0px;
}

.ad_link_unit2
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.ad_hidden
{
	display: none;
}

.ad_banner
{
	margin: 0px 0px 0px -2px;
	padding: 0px;
	clear: both;
}

/* SIDEBAR */
#sidebar
{
	width: 20%;
	margin: 20px 0px 0px 0px;
	padding: 15px 10px 10px 10px;
	float: left;
}

#sidebar h3
{
	margin: 0px 0px 8px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#sidebar ul
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
}

#sidebar li
{
	margin: 0px 0px 0px 6px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#sidebar li.languages
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#sidebar p
{
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#sidebar form
{
	margin: 0px;
	padding: 0px;
}

/* FOOTER */
#footer
{
	visibility: hidden;
	width: 100%;
	padding: 0px;
	margin: 0px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #555555;	
	background-color: #EEEEEE;
	border-top: 1px dashed #D5D5D5;
	border-bottom: 1px solid #9C9C9C;
}

#footer p
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

/* LINKS */
a:link { 	color: #5588AA; text-decoration: none; }
a:visited { color: #996699; text-decoration: none; }
a:hover { color: #BB555A; text-decoration: underline; }
a img { border-width: 0px; }

#header_title a:link { color: #333333; text-decoration: none;}
#header_title a:visited { color: #333333; text-decoration: none;}
#header_title a:hover { color: #333333; text-decoration: none;}

.post-title a:link, .post-title a:visited { color: #000000; display:block; text-decoration: none; }
.post-title a:hover { color: #5588AA; display:block; text-decoration: none; }

#footer a:link { color: #5588AA; text-decoration: underline;}
#footer a:visited { color: #996699; text-decoration: underline;}
#footer a:hover { color: #BB555A; text-decoration: underline; }