/*  
Theme Name: vBlue
Description: A simple, clean and fresh personal blog design.
Date: 11th August 2009
Author: Ahmad Syafiq Juaini
Author URI: http://www.vontdeux.com
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	background: #ebebeb url(images/bg.png) repeat-x top left;
	font: 80%/170% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

/*--formatting--*/
a {
	color: #3b5998;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	padding: 0 0 1.8em;
}	

h2 {
	font: 900 30px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

h2 em {
	font: 400 30px "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0;
}

h2.pagetitle {
	font: 400 24px "Times New Roman", Times, serif;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 0;
	background-color: #ebebeb;
	border-bottom: 1px solid #c0c0c0;
	margin-top:10px;
}

h2.pagetitle strong {
	font-size: 30px;
	font-style: italic;
}

h2 a {
	color: #3b5998;
	text-decoration: none;
}

h2 a:hover {
	color: #627aac;
	text-decoration:none;
}

h3 {
	font: 900 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h4 {
	font: 900 16px "Times New Roman", Times, serif;	
	font-style: italic;
}

h5 {
	font: 400 14px Arial, Helvetica, sans-serif;	
}

h6 {
	
}

blockquote {
	width: 400px;
	font-style: italic;
	background-color: #627aac;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 70px;
	_margin: 0 0 10px 50px;
	border-bottom: 1px solid #A6A371;
	border-top: 1px solid #A6A371;
	font: 400 16px "Times New Roman", Times, serif;		
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 18px;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

/*--container--*/
#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 100px;
	float: left;
}

#content {
	width: 960px;
	float: left;
}

#content #left-col {
	width: 600px;
	float: left;
	position: relative;
	padding-right: 30px;
}

#content #right-col {
	width: 330px;
	margin-top: 20px;
	float: left;
	position: relative;
}

#content #right-col #sidebar {
	width: 330px;
	float: left;
	position: relative;
}

/*--header--*/

#header #logo {
	width: 460px;
	height: 62px;
	float: left;
}

#header #logo h1 a {
	background: url(images/logo.png) no-repeat top left;
	width: 275px;
	height: 88px;
	float: left;
	text-indent: -9999em;
}

/*--page-menu--*/
#header #menu {
	margin-top:75px;
    float:left;
    width:399px;
    background:#575757;
    font-size:93%;
    line-height:normal;
    }

#header #menu ul {
    margin:0;
    padding:0;
    list-style:none;
    }

#header #menu li {
    float:left;
	background:url("images/norm_right.png") no-repeat right top;
    margin:0;
    padding:0;
	border:1px solid #575757;
	border-width:1px 0px 1px 1px;
    }

#header #menu a {
    display:block;
	background:url("images/norm_left.gif") no-repeat left top;
    padding:5px 15px;
	border:1px solid #fff;
	border-width:0px 0px 0px 1px;
	font-weight:900;
	color:#666;
    }

#header #menu a:hover {
	text-decoration:none;
	background:#fff;
}

#header #menu .current {
	color:#3b5998;
}

/*--featured-post--*/

#featured-post {
	width: 600px;
}

#featured-post h3 {
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: -1px;
	padding-bottom: 5px;
}

#featured-post .featured {
	width: 578px;
	border: 1px solid #575757;
	float: left;
	padding: 0 10px;
	background: #efefef url(images/featured-bg.gif) no-repeat top left;
}

#featured-post .featured h2 a {
	display: block;
	padding: 5px 0 0 0;
	letter-spacing: -1px;
}



#featured-post .featured span#f-date {
	padding: 3px 4px;
	background-color: #dce2ee;
	color: #3b5998;
	font-size: 10px;
}

#featured-post .featured span#f-date a {
	color: #3b5998;
	text-decoration:none;
}

#featured-post .featured span#f-date a:hover {
	text-decoration:underline;
}

#featured-post .featured p {
	padding-top: 5px;
}

#featured-post .featured p img, #featured-post .featured p a img {
	padding: 5px;
	border: 1px solid #c0c0c0;
	background-color: #fff;
	float: right;
	margin: 0 0 5px 5px;
}

#featured-post .featured small {
	float: left;
	padding: 4px 0;
	border-top: 1px solid #c0c0c0;
	width: 558px;
	background: url(images/tag.png) no-repeat center left;
	padding: 4px 0 4px 20px;
}

#featured-post .featured small a{
	text-decoration: none;
	font-weight: 900;
}

#featured-post div.readmore-wrap {
	background:#627aac;
	border:1px solid #152f5f;
	float: right;
	display: block;
	width: 83px;
	height: 22px;
	margin: -12px 10px 0 0;
	display: inline;
}

#featured-post div.readmore-wrap a.readmore{
	border-top:1px solid #8a9cc2;
	width: 77px;
	height: 22px;
	padding:1px 4px 0px 4px;
	margin-top:1px;
	color:#fff;
	font-weight:bold;
}

#featured-post div.readmore-wrap a.readmore:hover{
	text-decoration:none;
}
/*--post--*/

.post {
	width: 600px;
	float: left;
	margin-top: 20px;
}

.post .post-info {
	float: left;
	width: 100px;	
	padding-right: 10px;
}

.post .post-info a img, .post .post-info img {
	padding: 5px;
	background-color: #f2f2f2;
	border: 1px solid #c0c0c0;
}

.post .post-info em {
	display: block;
	font-size: 9px;
}

.post .post-info span.post-tag {
	display: block;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	font-size: 9px;
	padding: 3px 0;
}

.post .post-info span.post-tag a {
	text-decoration: none;
	font-weight: 900;
}

.entry {
	float: left;
	width: 490px;	
}

p.metadata {
	padding: 2px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background-color: #dce2ee;
	clear: left;
	text-align: right;
	margin-top: 25px;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background-color: #dce2ee;
	clear: left;
	text-align: right;
	width: 600px;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

/*--right-col--*/

/*--feed--*/
#feed {
	width: 330px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
}

#feed a.rss {
	width: 32px;
	height: 27px;
	background: url(images/rss.gif) no-repeat top left;
	float: right;
	text-indent: -9999em;
	text-align: left;
}

/*--feed--*/
#searchform {
	width: 206px;
	float: right;
	background: url(images/searchform.png) no-repeat top left;
	height: 24px;
	margin-top: -150px;
	margin-right:11px;
}

#searchform form {
	float: left;
	width: 310px;
	display: inline;
}

#searchform form input#s {
	width: 174px;
	background: url(images/form.png) no-repeat top left;
	height: 20px;
	border: 0;
	float: left;
	margin-right: 10px;
	padding: 4px 0 0 7px;
	color: #666;
}

#searchform form input#searchsubmit {
	width: 20px;
	background: url(images/search.png) no-repeat center left;
	height: 24px;
	border: 0;
}

/*--about--*/
#about {
	clear: left;
	width: 330px;
	margin-bottom: 20px;
}

#about h3 {
	font: 400 18px Arial, Helvetica, sans-serif;
	background: url(images/about.png) no-repeat top right;
	width: 260px;
	margin-bottom: 10px;
	color:#3b5998;
}

#about a img {
	padding: 5px;
	float: left;
	background-color: #f2f2f2;
	border: 1px solid #c0c0c0;
	margin: 5px 5px 5px 0;
}

#about a {
	font-weight:900;
	font-size:10px;
}

/*--sidebar1--*/

#sidebar h3 {
	text-align: center;
	/*border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background-color: #dce2ee;*/
	margin-bottom: 15px;
}

#sidebar ul {
	list-style: none;
}

#sidebar1 {
	float: left;
	width: 160px;
	padding-right: 10px;
}

#sidebar2 {
	float: left;
	width: 160px;
}

#sidebar ul {

}

#sidebar ul li {
	float: left;
	width: 158px;
	background-color: #ebebeb;
	/*border: 1px solid #c0c0c0;*/
	margin-bottom: 10px;
}

#sidebar ul li h2 {
	padding: 3px 4px 6px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #3b5998;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	float: left;
	width: 158px;
	border: 0;
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	border-top: 1px solid #c0c0c0;
	float: left;
	width: 150px;
	text-decoration: none;
	color: #666666;
	padding: 2px 4px;
}

#sidebar ul li ul li a:hover {
	background-color: #e6e6e6;
}

/*--comments--*/

#comments {
	margin-top: 15px;
	float: left;
	width: 600px;
}

h3#comment-title {
	background: url(images/comments.png) no-repeat top left;
	width: 600px;
	float: left;
	text-indent: -9999em;
	padding-top: 5px;
}

#comments ol, #comments ol li {
	float: left;
	width: 600px;
	list-style: none;
	padding: 0;
}

#comments ol li .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #fcfcfc;
	padding: 5px 10px;
	min-height: 120px;
	_height: 120px;
	overflow: auto;
	border: 1px solid #c0c0c0;

}

#comments ol li.alt .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #f3f3f3;
	padding: 5px 10px;
	min-height: 120px;
	border: 1px solid #c0c0c0;
	_height: 120px;
	overflow: visible;
	margin-top: -1px;
	margin-bottom: -2px;
}

#comments ol li .comment-info {
	width: 90px;
	float: left;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}

#comments ol li .comment-info a img {
	padding: 5px;
	float: left;
	background-color: #f2f2f2;
	border: 1px solid #c0c0c0;
	margin: 5px 5px 5px 0;
	margin-bottom: 5px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

/*--respond--*/
#respond {
	background: url(images/respond.png) no-repeat top left;
	padding-top: 30px;
	margin-top: 15px;
	float: left;
	float: left;
	width: 600px;
}

#respond p {
	padding: 2px 0;
}

#respond input {
	padding: 2px;
	border: 1px solid #c1bd85;
}

/*--footer--*/
#footer {
	width: 960px;
	float: left;
	background: url(images/footer-bg.png) no-repeat top;
	border:1px solid #575757;
	height: 28px;
	color: #666;
	padding:5px 0 0 15px;
	margin:20px 0 10px 0;
}

#footer .footer-text {
	width: 960px;
	margin: 0 auto;
}

#footer .footer-text a {
	color: #3b5998;
}

#footer .footer-text span {
	float: left;
	width: 600px;
}

#footer .footer-text em {
	float: left;
	width: 360px;
	text-align: right;
}

/*--widget-formatting*/
.textwidget {
	padding: 5px;
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: left;
	border-bottom: 1px solid #c0c0c0;
}

#tag_cloud {
	text-align: center;
}

ul#recentcomments li.recentcomments {
	width: 150px;
	font-weight: 900;
	border-top: 1px solid #c0c0c0;
	padding: 2px 4px;
}

ul#recentcomments li.recentcomments a {
	border:0 ;
	width: 150px;
	font-weight: 400;
}

ul#recentcomments li.recentcomments a:hover {
	background-color: #627aac;
}

#calendar_wrap {

}

#wp-calendar {
	width: 150px;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #627aac;
	color: #fff;
}

#prev {
	text-align: left;
}

#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #627aac;
	color: #fff;
}

#next {
	text-align: right;
}

#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #627aac;
	color: #fff;
}

/*--navigation--*/

.navigation {
	float: left;
	width: 600px;
	margin: 20px 0;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/*--gallery--*/

p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #dedcb6;
	border: 1px solid #c5c39b;
}
p.attachment a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.navigation a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a:hover img {
	border: 1px solid red;
}

.v-table{
	margin:auto 0;
	width:450px;
	margin-bottom:5px;
}

.v-table td,th{
	padding:6px 3px;
	border:1px solid #ccc;
	text-align:center;
}

/* addition for tab */
.widget {
	width: 95%;
	margin: 20px;
	padding: 10px;
	background: #f3f1eb;
	/* border: 1px solid #dedbd1; */
	margin-bottom: 15px;
}

.widget a {
	color: #222;
	text-decoration: none;
}
	
.widget a:hover {
	color: #009;
	text-decoration: underline;
}

.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
}
	
.tabnav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #222;
	font-weight: bold;
	padding: 4px 6px;
	outline: none;
}
		
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	background: #dedbd1;
	color: #222;
	text-decoration: none;
}
		
.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #dedbd1;
	padding: 5px;
}
	
.tabdiv li {
	list-style-image: url("star.png");
	margin-left: 20px;
}

.ui-tabs-hide {
	display: none;
}

#featuredvid {
	text-align: center;
}
		
.fvid {
	margin-bottom: 5px;
}
		
.vidselector li {
	text-align: left;
	list-style: none;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #dedbd1;
	text-transform: uppercase;
	margin-bottom: 5px;
}


