/*  
Theme Name: Very Simple
Theme URI: http://www.verycb.net/?p=88
Description: This theme is created by <a href="http://www.verycb.net" title="Created by">Calvin</a>
Version: 1.4 Build100111
Author: Calvin
Author URI: http://www.verycb.net
Tags:White,Simple,two-columns,variable-width,right-sidebar
*/

/**********BASIC**********/
* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	background:#ffffff;
	color:#333;
}
a:link,a:visited,a:hover {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
ol,ul,li {
	list-style-type:none;
}
ol,ul {
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
}
ul li,ol li {
	margin-bottom: 0.2em
}
img,a img {
	border:none;
}
em {
	font-style:italic; 
	color:#666666
}
p {
	line-height: 1.5em;
	margin: 1.2em 0;
}
blockquote {
	color:#333;
	font-style:italic;
	min-height:50px;
	margin:5px 10px 5px 0;
	padding:0 40px 0 60px;
	border-left:4px solid #DDD;
	background:url(images/quote.gif) no-repeat 15px top;
}
code {
	font-family: monospace; 
	font-size: 12px; 
	background-color: #eee;
}
pre code	{
	line-height: 1.3em;
}
.code {
	overflow:hidden;
	background:#fff;
	border-left:2px solid #020;
	padding: 0 0 0 5px;
	margin: 5px 2px;
	color: #000;
	font-size:12px;
	font-family:monospace;
	white-space: pre;
}
del, del * {
	text-decoration: line-through;
}
.clear {clear:both;}

/**********LAYOUT**********/
#wrapper {
	width:960px;
	text-align:left;
	margin:0 auto;
}
#header {
	width:100%;
	float:left;
	border-bottom:#666 1px solid;
}
#container {
	width:72%;
	float:left;
	overflow:hidden;
	border-right:#666 1px solid;
}
.sidebar {
	width:25%;
	float:left;
	display:inline;
}
#footer {
	clear:both;
	float:left;
	width:98%;
	border-top:#666 1px solid;
}

/**********HEADER**********/
#header ul {
	float:right;
}
#header ul li {
	float:left;
	margin-right:30px;
}
#header ul li a {
	font-size:14px;
	color:#000;
	text-decoration:none;
}
#header ul li a:hover {
	text-decoration:underline;
}
#header h1 {
	font-family:corbel;
	font-size:50px;
	height:50px;
	margin:30px 0 0 0;
}
#header a {
	text-decoration:none;
	color:#666;
}
#header p {
	color:#666;
	font-size:14px;
	font-weight:bold;
}

/**********CONTAINER**********/
#container {
	padding:20px 20px 0 0;
}
.post {
	margin-bottom:20px;
	border-bottom:1px solid #666;
}
.post h2 {
	font-size:18px;
	font-weight:bold;
}
.post h2 a:link,.post h2 a:visited {
	color:#000;
	text-decoration:none;
}
.post h2 a:hover {
	text-decoration:underline;
}
.post-date {
	margin:0;
	padding:0;
	color:#666;
	font-weight:bold;
}
.entry {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.entry a {
	text-decoration:none;
	border-bottom:1px dashed #666;
}
.entry a:hover {
	text-decoration:none;
	border-bottom:1px solid #333;
}
.entry p {
	padding:10px 0 0 0;
	line-height:1.8em;
}
.entry ol li {
	list-style-type:decimal;
}
.entry ul li {
	list-style-type:disc;
}
.entry img {
	border:1px solid #666;
}
p.postmetadata {
	font-size:12px;
}
.postnav {
	width:100%;
	height:30px;
	font-size:14px;
}
span.prepost {
	float:left;
}
span.nextpost {
	float:right;
}

/**********SIDEBAR**********/
.sidebar a:hover {
	text-decoration:none;
}
.sidebar ul {
	margin:0;
	padding:10px 0 5px 20px;
}
.sidebar ul li {
	padding:3px 0 3px 0;
	word-wrap:break-word; 
	overflow:hidden;
}
.sidebar ul li ul {
	padding:5px 0 10px 0;
}
.sidebar ul li ul li,.sidebar ul li#wp-links ul li ul li {
	border-bottom:1px solid #ccc;
	display:block;
	padding:0px;
}
.sidebar ul li#wp-links ul li ul li {
	margin:0 0 0 10px;
}
.sidebar ul li#wp-links ul li {
	border:none;
	margin:10px 0 0 0;
}
.sidebar ul li.recent_posts ul li a,.sidebar ul li.archives ul li a,.sidebar ul li.meta ul li a,.sidebar ul li#wp-links ul li ul li a {
	display:block;
}
.sidebar ul li.recent_posts ul li a:hover,.sidebar ul li.archives ul li a:hover,.sidebar ul li.meta ul li a:hover,.sidebar ul li#wp-links ul li ul li a:hover {
	background:#ccc;
	border-bottom:1px solid #666;
}
.sidebar ul li h2 {
	font-family:"Comic Sans MS";
	font-size:14px;
	border-bottom:1px #666 solid;
	padding-bottom:5px;
}
.sidebar ul ul li {
	padding:0;
}
table#wp-calendar {
	width:100%;
	background:#ccc;
	text-align:center;
}
#wp-calendar caption {
	font-size:14px;
	padding:0px 0 10px 0;
}
#wp-calendar th {
	font-size:14px;
}
.tag_cloud {
	padding:10px 0 0 10px;
}
.tag_cloud a {
	padding:3px;
	font-family:Arial,Helvetica,Georgia,Sans-serif;
}
.search form {
	margin-bottom:10px;
}
#search {
	margin-bottom:20px;
}
#search form div br {
	display:none;
}
.categories {
	margin-top:10px;
	clear:both;
}
input#s {
	width:120px;
	height:18px;
	padding:1px;
	border:1px solid #666;
	font-size:14px;
}
input#searchsubmit {
	width:70px;
	height:22px;
	border:1px solid #666;
	background:#ccc;
	margin-left:3px;
}
.textwidget {
	margin:10px 0 10px 20px;
}
#wp-links h1 {
	font-size:14px;
	font-family:"Comic Sans MS";
	border-bottom:1px #666 solid;
	padding-bottom:5px;
}
#wp-links h2 {
	font-size:12px;
	margin-left:10px;
	font-weight:normal;
}
#wp-links ul li ul {
	margin:0;
	padding:0;
}
#wp-links ul li ul li {
	margin:0 0 0 20px;
	padding:0;
}
.sidebar ul li.fav ul li,.sidebar ul li#wp-links ul li {
	background:none;
	padding:0;
}

/**********FOOTER**********/
#footer {
	text-align:left;
	margin:0;
	color:#666;
}
#footer p.copyright {
	padding:0;
	margin:0;
	float:left;
}

/**********COMMENTS**********/

.comments-template {
	border-top:1px #ccc dashed;
	margin-top:20px;
}
#commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:14px;
}
#commentlist li {
	border: 1px solid #DCE1E5;
	margin: 16px 0;
	padding: 0 10px;
	background: #EAF2FB;
}
#commentlist small {
	text-align: right;
	font-size: 8pt;
	font-family: Tahoma;
}
h2#comments, h2#postcomment {
	font-size:18px;
	padding-top:20px;
}
#postcomment {
	border-top:1px #ccc dashed;
}


/********Form********/

#commentform form textarea {
	border: 1px solid #DCE1E5;
	padding: 8px;
	font-size: 9pt;
	font-family: Verdana;
	color: #333;
	background: #fff;
	}

#commentform form input {
	border: 1px solid #DCE1E5;
	padding: 8px;
	font-size: 9pt;
	font-family: Verdana;
	color: #333;
	background: #fff;
	}
#commentform form input:focus {
	background: #fffeec;
	}
#commentform form textarea:focus {
	background: #fffeec;
	}


/********wordpress-thread-comment********/
.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	border: 1px solid #666;
	margin: 5px;
	padding: 5px;
	background-color:#D3E4F5;
}
.comment-childs p {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:10px;
}
.chalt{
	background-color: #C2DAF1;
}
.chalt img {
	display:none;
}
#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}
/* Posts Navigation */
.pagebar{
	margin: 10px 0;
	color: #666;
	list-style: none;
	font-size: 12px;
}

.pagebar {
	margin: 0 5px 0 0;
	display: inline;
}

.pagebar a {
	background-position: 50% bottom; 
	border-bottom: #ccdbe4 3px solid;
	padding: 2px 6px;
	color: #0061de; 
	margin-right: 4px;
	text-decoration: none;
}

span.this-page{
	padding: 2px 6px;
	font-weight: bold;
	color: #86942A;
	border-bottom: #86942A 3px solid;
	margin-right: 4px;
}

a.download , a:visited.download {
	color: #333;
	text-decoration: none;
	background: url(images/disk.png) no-repeat left center;
	padding: 2px 0 2px 20px;
	border: none;
}
/* @end */
