/*
Template: TriColumn
Theme Name: TriColumn
Theme URI: http://www.blogiseverything.com/wordpress/tricolumn-three-columns-wordpress-theme/
Description: Yet another 3 column theme for Wordpress with simple layout.
Version: 1.1
Author: Matthew Phiong
Author URI: http://www.blogiseverything.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	PLEASE refer README.txt for more documentations!
*/

html, body { 
	margin: 0; 
	padding: 0; 
	text-align: center;
	background: #e7e7e7;
} 

a:link, a:visited {
	color: #337788;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	background-color: #337788;
	color: #ffffff;
}

blockquote {
	color: #444444;
	border-left: 2px solid #999999;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: normal;
	}

img {
	border: none;
}

txt {
	color: #444444;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, 'Lucida Sans';
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
}

h2 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, Arial, 'Lucida Sans';
	margin: 20px 0 6px 0;
	padding: 0;
	border-bottom: 1px solid #666666;
}

h3 {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, 'Lucida Sans';
	margin: 15px 0 15px 0;
	padding: 0;
}

h5 {
	color: #666666;
	border-bottom: 1px solid #999999;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, 'Lucida Sans';
	margin-left: 25px;
	margin-top: -18px;
	padding-bottom: 5px;
}

h6 {
	color: #999999;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, Arial, 'Lucida Sans';
	text-decoration: underline;
	margin-left: 0px;
	margin-top: -15px;
	padding: 0;
}



form {
	background: #ffffff;
	margin: 0px;
	padding: 2px;
}

input, textarea, select {
	margin: 1px 0;
	font-size: 100%;
}
input.text, textarea.text {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	background: #f5f5f5;
	border: 1px solid #999999;
	color: #444444;
}

input.text:focus, textarea.text:focus {
	background: #ffffff;
}

input.text:hover, textarea.text:hover {
	background: #ffffff;
}

tr, td {
	vertical-align: top;
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
}

#content {  
	margin-left: 15px; 
	padding-right: 0px;
} 

#blog { 
	background: #ffffff;
	width: 868px; 
	text-align: left;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: auto; 
	margin-right: auto;
	border: 2px solid #999999;
	padding: 0px;
} 

#submit {
	width: auto;
	background: #f5f5f5;
	border: 1px solid #999999;
	color: #666666;
	font-size: 11px;
	margin: 0;
	padding: 1px;
}

#submit:hover {
	background: #ffffff;
	border: 1px solid #999999;
}

#topbar {
	text-align: center;
	margin: 0;
	padding: 6px;
	font: 12px/16px Verdana;
	color: #000000;
	background-color: #f5f5f5;
	border-bottom: 2px solid #999999;
}

#wrapper {
	background: #ffffff
	padding: 0px;
	margin: 0px;
}

#wrapperleft {
	width: 665px;
	float: right;
	position: relative;
	padding: 0px;
	margin: 0px;
} 

#main {
	width: 475px;
	float: left;
	background-color: #ffffff;
	font-size: 11px;
	color: #444444;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, 'Lucida Sans';
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}
#content {
	width: 850px;
	float: left;
	background-color: #ffffff;
	font-size: 12px;
	color: #444444;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, 'Lucida Sans';
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}
#main ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#main li {
	padding: 0px 0px 4px 12px;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

#main h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, 'Lucida Sans';
	font-weight: none;
	font-size: 12px;
	color: #666666;
	padding: 0px 4px 4px 30px;
	background: url(images/date.png) no-repeat 8px 0px;
}

#main #menu {
	clear: both;
	width: 848px;
	height: 23px;
	margin: 0px 4px 10px 4px;
	padding: 0px;
	border-bottom: 1px solid #337788;
	background: #ffffff;
}

#main #menu ul {
	list-style-type: none;
	margin-left: 5px;
	margin-bottom: 0px;
}

#main #menu li {
	float: left;
	margin-left: 5px;
	margin-bottom: -5px;
	padding: 0px;
	width: auto;
	display: block;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

#main #menu li a, #main #menu li a:link {
	background: #337788;
	color: #ffffff;
	border: 1px solid #337788;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: block;
}

#main #menu li a:hover {
	color: #337788;
	cursor: pointer;
	background: #ffffff;
}

#main #menu li:hover {
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
}

#main #menu li a#current:hover {
	border: 1px solid #ffffff;
	background: #ffffff;
}

#main .entry h1, #main .entry h1 a {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, 'Lucida Sans';
	font-weight: none;
	text-decoration: none;
	font-size: 14px;
	background: none;
	margin-bottom: -13px;
	padding: 0px;
	color: #337788;
}

#main .entry h1 a:hover {
	text-decoration: none;
	background-color: #337788;
	color: #ffffff;
}

#main #comments h1, #main #commentform h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, 'Lucida Sans';
	font-weight: bold;
	font-size: 14px;
	background: none;
	padding: 0px;
	color: #999999;
}

#main .entry, #main #comments, #main #commentform {
	padding: 0px 10px 30px 10px;
	margin: 0px;
}

#main .entrycontent {
	padding-bottom: 12px;
	margin: 0px;
	border-bottom: 1px solid #999999;
	
}

#main .entryfooter {
	background-color: #f5f5f5;
	color: #666666;
	text-align: center;
	font-weight: thin;
	padding: 7px 0px 7px 0px;
	margin-top: 5px;
	font-size: 10px;
}

#main .asides {
	padding: 0px 10px 10px 10px;
}

.title {
	color: #000000;
	font-size: 24px;
	font-weight: none;
	font-family: 'Trebuchet MS', Verdana, Arial, 'Lucida Sans';
	text-align: center;
	padding-top: 30px;
}

.tagline {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, 'Lucida Sans';
	text-align: center;
	padding-top: 15px;
}

#archives {
	margin-left: 15px;
	padding: 10px 0 20px 0;
	width: 460px;
	}
	
.archive {
		margin: 0;
		padding: 0;
		}

#comments {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}

/* Main Div */
#comment_quicktags {
	text-align: left;
	margin-left: 1%;
}
/* Main Quicktags Toolbar Div */
#comment_quicktags #ed_comment_toolbar {
	display: inline;
}
/* Button Style */
#comment_quicktags input.ed_button {
	background: #f5f5f5;
	border: 1px solid #666666;
	color: #666666;
	margin: 1px;
	width: auto;
}

#comment_quicktags input.ed_button:hover {
	background: #ffffff;
}

/* Button Style on focus/click */
#comment_quicktags input:focus.ed_button {
	background: #FFFFFF;
	border: 1px solid #686868;
}
/* Button Lable style */
#comment_quicktags #ed_strong {
	font-weight: bold;
}
/* Button Lable style */
#comment_quicktags #ed_em {
	font-style: italic;
}

#main #comments .comment {
	background-color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 4px 20px 4px 20px;
}

#main #comments .comment:hover {
	background: #f5f5f5;
}

#main #comments .officialuser {
	background-color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	border-top: 1px solid #999999;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 4px 20px 4px 20px;
}

#main #comments .comment h4, #main #comments .officialuser h4 {
	font-size: 11px;
	font-weight: normal;
}

#main #comments .comment .commentnumber, #main #comments .officialuser .commentnumber {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	margin-right: 8px;
}

#categories { 
font-family: 'Trebuchet MS', Verdana, Arial, 'Lucida Sans';
font-weight: bold;
border: 1px solid #666666; 
background-color: #f5f5f5;
padding: 10px; 
width: 405px; 
text-align: justify; 
}

#categories a {
text-decoration: none; 
}

#main #commentform form {
	background-color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	border-top: 1px solid #999999;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 4px;
}

#main #commentform label {
	font-size: 11px;
	font-weight: bold;
}
#main #commentform .commentforminfo {
	font-size: 11px;
	font-family: Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

#header {
	height: auto;
	width: 475px;
	background-color: #ffffff;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#headerimg {
	height: 125px;
	width: 475px;
	padding: 0px;
	margin: 0px;
	background: transparent url(headerimg.gif) no-repeat top center;
	}

#right {
	width: 186px;
	float: right;
	position: relative;
	background-color: #ffffff;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #00cc33;
	border-right: 4px solid #ffffff;
}


#right h2 {
	width: 176px;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 1.4em;
	background-color: #f5f5f5;
	color: #999999;
	border: 1px solid #999999;
}

#right ul {
	list-style-type: none;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 5px;
	margin: 0px;
	border: 1px solid #999999;
}

#right li {
	padding: 0px 0px 4px 12px;
	background: url(images/bullet-doc.gif) no-repeat 0 4px;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

#left {
	width: 186px;
	float: left;
	position: relative;
	background-color: #ffffff;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #444444;
	border-left: 4px solid #ffffff;
}
 
 #subheader {
	width: 186px;
	float: left;
	position: relative;
	background-color: #ffffff;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #444444;
	border-left: 4px solid #ffffff;
}

#subheader h2 {
	width: 836px;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #f5f5f5;
	border: 1px solid #999999;
	color: #999999;
}

#left h2 {
	width: 176px;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 1.4em;
	background-color: #f5f5f5;
	border: 1px solid #999999;
	color: #999999;
}
 
#left ul {
	list-style-type: none;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 5px;
	margin: 0px;
	border: 1px solid #999999;
}

#left li {
	padding: 0px 0px 4px 12px;
	background: url(images/bullet-doc.gif) no-repeat 0 4px;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	background-color: #f5f5f5; 
	border: 4px solid #ffffff;
	text-align: center;
	padding: 5px;
	font-weight: thin;
	font-family: Verdana, Arial, 'Lucida Sans';
	font-size: 8px;
	color: #666666;
}


.relatedposts {
	margin-left: 15px;
	padding: 10px 0 20px 0;
	font-size: 12px;
	color: #666666;
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, 'Lucida Sans';
	font-weight: normal;
	}

.navigation {
	border-top: 1px solid #999999;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
	padding: 10px 0 0 0;
}

.alignleft {
	text-align: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

.alignright {
	text-align: left;
	margin-left: 10px;;
	margin-bottom: 20px;
}

/* a.annotation { position: absolute; border: 1px solid white; padding: 0; display: none; }
a.annotation span { display: block; width: 100%; height: 100%; background: white; opacity: 0.2; -moz-opacity: 0.2; filter:alpha(opacity=20); }
a.annotation:hover { border-color: yellow; opacity: 0.2; -moz-opacity: 0.2; filter:alpha(opacity=20); } */

/* GRAVATAR styling */

.gravatar {
	float: right;
	padding: 0px;
	border: 4px solid #999999;
	background: #ffffff;
	margin: 4px;
	width: 50px;
	height: 50px;
}

.postgrav {
	float: right;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #999999;
	background: #ffffff;
}

/* Float containers fix: http://www.csscreator.com/attributes/containedfloat.php */ 
#wrapperleft:after, #wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
#wrapperleft, #wrapper { display: inline-table; }

/* Hides from IE-mac */
* html #wrapperleft, * html #wrapper { height: 1%; }
#wrapperleft, #wrapper { display: block; }
/* End hide from IE-mac */  

