/*  
/*  
Theme Name: Young Webmaster Volunteer
Theme URI: http://www.ywvclub.net
Description: This theme design for project "Young Webmaster Volunteer" Design by Sira Satjinanon and convert to wordpress by Alex Sanguanlorsit
Version:
Author: Sira Satjinanon
Author URI: http://www.diaryis.com


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body, td, th, input, textarea { /* redundant rules for bad browsers  */
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Grande', Tahoma, sans-serif;
	font-size: 12px;
}

a:link, a:visited{
	color:#336699;
	border-bottom:1px dotted #336699;
	text-decoration:none;
}
a:hover{
	color:#FF9900;
	border-bottom:1px solid #FF9900;
	/*position: relative; left: -1px; top:1px;*/
}

.storytitle{
	font-size:14pt;
	font-weight:bold;
	/*padding-left:20px;
	background:url('<?php bloginfo('stylesheet_directory'); ?>/images/<?php echo $topic_bullet;?>.gif') left no-repeat;*/
}
#sidebar h2{
	color:#<?php echo $topic_color;?>;
}
#avatars{
	background:url('<?php echo $avatars; ?>') top center no-repeat;
	margin:0 auto 0 auto;
	<?php if($avatars !== ""){echo "width:85px; height:85px; margin-top:6px;";}else{echo "width:0px; height:0px; margin:0px;";}?>
}

#primary a {
	color: blue;
	/*text-decoration: underline;*/
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0 0.2em 0;
	/*border-bottom: 1px solid #ccc;*/
	/*font-family: tahoma, sans-serif;*/
}
li h1, li h2, li h3, li h4, li h5, li h6 {
	border: none;
}

#header h1 { border: 0; }

h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }

/* */

body {
	margin: 0 auto;
	text-align:center;
	height:100%;
	background: #73D1FA url(images/bg.gif);
	position: relative;
}

#wrapper{
	position: relative;
	background: #FFFFFF;
	text-align:left;
	width: 780px;
	margin:0 auto;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
}

#header {
	position: relative;
	background: url(images/top2.gif) no-repeat;
	width: 771px;
	height: 246px;
	margin:0 auto;
	margin-bottom:4px;
}

#content {
	margin:0 auto;
	position: relative;
	text-align:left;
	margin-left:0px;
}

#content2{
	margin:0 auto;
	position: relative;
	text-align:left;
	margin:15px;
}

#content2 {
	margin:10px;
}

#content .postmetadata{
	padding:5px;
	border:1px dotted #999;
	background:F9F9F9;
}

#content .postmetadata a{
	color:blue;
}

.navigation a {
	color:blue;
}

#primary {
	background: url(images/bg_01.gif) left top no-repeat;
	width:518px;
	float:left;
	margin-right:4px;
	padding:6px;
}

#secondary {
	background: url(images/bg_02.gif) right top no-repeat;
	width:237px;
	float:right;
}

#footer{
	clear:both;
	padding:6px;
	border-top: 1px solid #cccccc;
}

h4.menu{
	padding:3px;
	margin:0;
	font-size:11pt;
	font-weight:bold;
	padding-left:10px;
}

ul.menu {
	list-style: none;
	margin:0;
	padding:0;
}

ul.menu li{
	/*border-top: 1px solid #73D1FA;*/
	border-bottom: 1px solid #529CBD;
	padding: 5px;
	padding-left:18px;
}

ul.menu li:hover{
	background: #82DDFC;
}

.imagelink {
	border:0px;
	padding:3px;
}

.imagelink a {
	color:#333;
}

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

.data, .autor{
	font-size:8pt;
}
.alt{
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	padding:4px;
}
.altt {
	padding:5px;
}

#sidebar {
	width:190px;
	float:right;
	margin-left:15px;
	margin-bottom:20px;
	/*border-left:1px dotted #999;*/
	padding-bottom:20px;
	padding-left:5px;
}

#wp-calendar {border:1px solid #ccc; width:90%;}
#wp-calendar caption {font-weight:bold; font-size:8pt;}
#wp-calendar th{font-size:8pt; background-color:#D5D5D5}
#wp-calendar tr{ font-size:8pt;background-color:#F5F5F5;}

.cmd-avatar {padding:1px; border:1px solid #999999; background-color:#FFF;}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 9px;
	padding: 0px;
	text-align: left;
}
#sidebar h2{
	margin-left:-8px;
	margin-top:10px;
	border-bottom:1px dotted #CCCCCC;
	background-color:#EFEFEF;
	font-size:10pt;
	font-weight:#bold;
	padding:2px;
	padding-left:9px;
}
#recent-posts ul, #archives ul, #meta ul, .pagenav ul, {
	 /*list-style-image: url('images/arrow_right.gif');*/
	 margin-left:12px;
}
