/*
Theme Name: vq20
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/

/*CSS RESET*/
/* v1.0 | 20080212 */

html, body, span, applet, object, iframe,
h1, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:  Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background-color: #EEEEEE;
	}

#page {
	background-color: #FFFFFF;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background:  url('images/vq20_header_top.gif') no-repeat -1px top;
	}
	
#header #logo{
	float: left;
	padding: 0px 0 0px 0px;
	margin: 0px 0 0 0;
	width: 272px;
	bottom:0px;
	
	/*border: 1px solid black;*/
	
	}

#headerimg 	{
	margin-top: 1px;
	padding: 0;
	width: 445px;
	height:185px;
	}

#headerimgbg{
	margin-left: 278px;
	width: 445px;
	height:183px;

}

#content {
	font-size: 1.2em;
	color: #404348;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #FFFFFF url('images/vq20_footer.gif') no-repeat bottom;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	text-transform:uppercase;
	font-size: 1em;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	font-weight:normal;
	line-height: 1.3 em;
	text-align:left;
	}
.date{
	diplay:inline;
	color: #AFB4BE;
}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #82878F;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #1B4E81;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #FFFFFF;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

 h2 a:hover, h3 a:hover {
	color: #1C5A9B;
	text-decoration: none;
	}

a,a:hover, a:visited {
	color: #ECB31F;
}

a:link, a:visited{
	text-decoration:none;
}

a:hover {

	text-decoration: underline;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	margin: 0 0 0 1px;
	padding: 17px 0 0 17px;
	height: 182px;
	width: 740px;
	}

/*#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}*/

.narrowcolumn {
	padding: 7px 0 10px 8px;
	margin-left: 297px;
	width: 425px;
/*	border: solid 1px black;	
*/	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 20px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 0px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding-bottom: 15px;
	margin-top: 20px;
	width: 760px;
	clear: both;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	font-size:12px;

	}

#footer a:link, #footer a:hover, #footer a:visited{
	color:#FFFFFF;
}

#footer li{
	display:inline;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding:0;
	margin: 0 0 0 -8px;
	}

h2 {
	margin: 10px 0 3px;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 4px 4px 0;
	display: inline;
	border: 1px solid #CCCCCC;
	}

.alignright {
	float: right
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*
//vq--> This thing was a BITCH!!!
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry h1{
	margin-bottom: 6px;
}	

 .entry h2 {
 	margin-bottom: 10px;
 }

.entry a:visited{
	color: #efb353;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style:none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 6px;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 8px 3px 0px 8px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 155px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float: left;
	padding: 0px 0 10px 20px;
	margin: 0px 0 0;
	width: 272px;
	
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



#vq20_quick{
  background: url('images/vq20_quick_message_top.gif') no-repeat #D8E146 top;
  margin-top: 5px;
  padding-top:5px;
}

#vq20_quick_cont{
  background: url('images/vq20_quick_message_bottom.gif') no-repeat #D8E146 bottom;  
  padding: 0px 5px 5px 8px;
  font-size:11px;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;

}

#vq20_quick .quote{
/*	border: 1px solid black;
*/	padding: 0px 6px 0px 19px;
	background: url('images/quote_open.gif') no-repeat 0px 2px;
}

#vq20_quick .em{
	background: url('images/quote_close.gif') no-repeat;
	background-position: right bottom;
	padding-right: 18px;
	background-attachment:scroll;
	text-align:left
}


#vq20_quick .quote_by{
	text-align:right;
	font-size: 9px;
	padding-right: 2px;

}

#vq20_quick .quote_by a:link, #vq20_quick .quote_by a:visited{
	color: #666666;
}

#vq20_been{
  margin-top: 5px;
  font-family: Verdana, Arial, Sans-Serif;
  color: #1b4e81;
  background-color:#afb5bf;
}


#vq20_been_box_top{
	height: 35px;
	background: url('images/vq20_been_box_top.gif') no-repeat top right;
}

#vq20_been_cont{
  padding: 1px 12px 1px 8px;
  margin: 0px 12px 0px 0px;
  font-size:11px;
  font-family:Verdana, Arial, Sans-Serif;
  background: url('images/vq20_been_bg.gif') repeat-y right;

}


#vq20_been_box_bot{
	height: 8px;
	background: url('images/vq20_been_box_bot.gif') no-repeat bottom right;
}

#vq20_been_box_top h2.widgettitle, #vq20_search h2.widgettitle{
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size:15px;
  text-transform:uppercase;
  color:#1B4E81;
  padding: 4px 0px 0px 7px;
  margin: 0;
  font-weight:normal;
}

#vq20_been_cont h2{
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size:14px;
  color:#ECB31F;
  padding: 0;
  margin: 0;
  font-weight:normal;
}

#vq20_been_cont a:link, #vq20_been_cont a:visited{
	color:#FFFFFF;
}

#vq20_been_cont a:hover{
	color:#D8E146;
	text-decoration:underline;
}


a#been_more:link, a#been_more:visited, a#been_more:hover{
	color:#ECB31F;
}


/*
#vq20_been_cont{
  background: url('images/vq20_been_bottom.gif') no-repeat  bottom;  
}

#vq20_been_cont2{
  background: url('images/vq20_been_top2.gif') no-repeat  left top;  
  padding: 0px 5px 0px 0px;
  margin-top:2px;
}





#vq20_been_cont h2.widgettitle, #vq20_search h2.widgettitle{
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size:15px;
  text-transform:uppercase;
  color:#1B4E81;
  padding: 0px 0px 0px 8px;
  margin: 0px 0px 0px 0px;
  font-weight:normal;
}

#vq20_been_cont4{
  background: url('images/vq20_been_bottom2.gif') no-repeat  left bottom;  
  padding: 4px 8px 8px 9px;
  margin: 0px 10px 0px 0px;

  font-size:11px;
  font-family:Verdana, Arial, Sans-Serif;
}


*/
/*navbar*/

#navbar{
	margin-left: 297px;
	padding: 5px 0 5px 0;
	width: 449px;
}

#navbar table{
	width:100%;
}

#navbar a{
	text-align:center;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:16px;
	text-transform:uppercase;
	color:#FFFFFF;
}

.page_item_cont{
	background: url('images/vq20_navbar_left.gif') no-repeat top left #D8E146;  
	margin-right: 5px;
}

.page_item_cont2{
	height: 23px;
	background: url('images/vq20_navbar_right.gif') no-repeat top right;
	padding: 4px 4px 0px 8px;  
}

#vq20_been_cont  .current_page_item a:link, #vq20_been_cont .current_page_item a:{
	color: #d8e146;
}


.current_page_item_cont{
	background: url('images/vq20_navbar_current_left.gif') no-repeat top left #ECB31F;  
	margin-right: 5px;
}

.current_page_item_cont2{
	height: 23px;
	background: url('images/vq20_navbar_current_right.gif') no-repeat top right;
	padding: 4px 4px 0px 8px;  
}

#vq20_copywrong{
	background: url('images/vq20_copywrong_top.gif') no-repeat top right #1B4E81;
	float: left;
	padding: 12px 0px 0px 0px;
	margin: 0px 0 0 20px;
}

#vq20_copywrong_cont{
	background: url('images/vq20_copywrong_bottom.gif') no-repeat bottom right;
	width: 267px;
	padding: 2px 0px 8px 6px;
	margin: 0;
}


#vq20_navbar_footer{
	background: url('images/vq20_navbar_footer_top.gif') no-repeat top right #1C5A9B;
	padding: 12px 0px 0px 0px;
	margin-left: 297px;
	width: 444px;
}

#vq20_navbar_footer_cont{
	background: url('images/vq20_navbar_footer_bottom.gif') no-repeat bottom right;
	padding: 2px 0px 8px 6px;
	margin: 0;
	
}

div.excerpt p{
	font-size: 11px;
	padding-bottom:10px;
}

li.post {
	margin-left:15px;
	}
li.post a:link, li.post a:visited{
	color: #1C5A9B;
}

#vq20_search{
	margin-top:4px;
	height:60px;
	padding-top:4px;
	background: url('images/vq20_search_bg.gif') no-repeat top right;
}

.post_short h2{
	font-size: 1.3em;
}

/*-vq20_tabs-*/


#vq20_tabs{
	background: #9CB93C;
}

#vq20_tabs_cont{
	margin-top:5px;
	background: url('images/vq20_tabs_top.gif') no-repeat top center;
}

#vq20_tabs_cont2{
	padding-bottom:4px;
	background: url('images/vq20_tabs_bottom.gif') no-repeat bottom center;
}

#vq20_tabs_cont2 .idTabs li {
	display:inline;
	list-style: none;
	
	
	}

#vq20_tabs_cont2 .idTabs a{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:15px;
	margin-top:0px;
	padding: 0px 8px 0px 8px;
	margin-right: 6px;
	text-decoration:none;
	color:#1B4E81;
	text-transform:uppercase;


}

#vq20_tabs_cont2 .idTabs li a:link,
#vq20_tabs_cont2 .idTabs .selected{
	color:#1B4E81;
}



#vq20_tabs_cont2 .idTabs a.selected,
#spacer, .list1{
	background: #D8E146;
}

#vq20_tabs_cont2 .idTabs li a#archive_link:hover,
#vq20_tabs_cont2 .idTabs li a#archive_link.selected{
	background: url(images/tab_archive_selected.gif) no-repeat top left;

}

#vq20_tabs_cont2 .idTabs li a#links_link:hover,
#vq20_tabs_cont2 .idTabs li a#links_link.selected{
	background: url(images/tab_links_selected.gif) no-repeat top left;

}

.list1{
	height:60px;
	padding: 2px 8px 8px 8px;
}

.list1 h2{
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size:14px;
  color:#000000;
  padding: 0;
  margin: 0;
  font-weight:normal;
}

.list1 a{
	font-size: 11px;
	color: #666666;
}

li.post_what{
	margin-left:8px;
	line-height:16px;
}

li.post_what a:link, li.post_what a:visited{
	padding-right:15px;
	color: #404348;
}


li.post_what a:hover{
	color:#ECB31F;
}

li.post_what a.ext{
	background:url('images/icon-link.gif') no-repeat top right;

}



#vq20_webdev{
  background: url('images/vq20_webdev_top.gif') no-repeat #1d5b9a top;
  margin-top: 5px;
  padding-top:5px;
  font-size:16px;
  font-weight:400;
  font-family: Verdana, Arial, Sans-Serif;
  color: #1b4e81;

}

#vq20_webdev_cont{
  background: url('images/vq20_webdev_bottom.gif') no-repeat  bottom;  
  padding: 0px 5px 0px 0px;
}

#vq20_webdev_cont2{
  background: url('images/vq20_webdev_top2.gif') no-repeat  left top;  
  padding: 0px 5px 0px 0px;
  margin-top:2px;
}

#vq20_webdev_cont3{
  background: url('images/vq20_webdev_bg.gif') repeat-y  left;}



#vq20_webdev_cont h2.widgettitle{
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size:15px;
  text-transform:uppercase;
  color:#FFFFFF;
  padding: 0px 0px 0px 8px;
  margin: 0px 0px 0px 0px;
  font-weight:normal;
}

#vq20_webdev_cont4{
  background: url('images/vq20_webdev_bottom2.gif') no-repeat  left bottom;  
  padding: 4px 8px 8px 9px;
  margin: 0px 10px 0px 0px;

  font-size:11px;
  font-family:Verdana, Arial, Sans-Serif;
}

#vq20_webdev_cont4 h2{
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size:14px;
  color:#ECB31F;
  padding: 0;
  margin: 0;
  font-weight:normal;
}

#vq20_webdev_cont4 a:link, #vq20_webdev_cont4 a:visited{
	color:#FFFFFF;
}

#vq20_webdev_cont4 a:hover{
	color:#D8E146;
	text-decoration:underline;
}


a#webdev_more:link, a#webdev_more:visited, a#webdev_more:hover{
	color:#ECB31F;
}



