/*
Theme Name: Quadtek
Theme URI: http://quinestbishop.com
Description: A custom Theme based of of Scott Vandehey's Dojo theme.
Version: 1.0.1
Author: Quinest Bishop
Author URI: http://quinestbishop.com/
Tags: fixed-width, three-columns, right-sidebar, white, theme-options, threaded-comments

TO CUSTOMIZE -------------------------
Create a new stylesheet in this directory called custom.css, and put your 
rules in there. It will automatically be loaded after this stylesheet, so 
you can override any rules with your own. Same thing for customie6bugs.css 
and customie7bugs.css.

SUPPORTED PLUGINS --------------------
* Brian's Latest Comments
http://meidell.dk/archives/category/wordpress/latest-comments/

* flickrRSS
http://wordpress.org/extend/plugins/flickr-rss/

* Simple Tags (for related posts function)
http://wordpress.org/extend/plugins/simple-tags

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

*/



/* Universal Rules -------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #406000;
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	font: 80%/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.ahem, hr { display: none !important; }
img { border: none; }
form { margin: 0; }
.floatleft, .alignleft { float: left; margin: 0 1em 1em 0; }
.floatright, .alignright { float: right; margin: 0 0 1em 1em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.clearboth { clear: both; }

/* Layout -------------------------------------------------- */
#page {
	width: 900px;
	margin: 0 auto;
}
#header {
}
#wrapper {
	padding-top: 20px;
	float: left;
	width: 900px;
	background: transparent url("images/bg-sidebar.gif") repeat-y top right;
}

#wrapperqb {
	padding-top: 20px;
	float: left;
	width: 900px;
	background: transparent url("images/bg-sidebar-mini.gif") repeat-y top left;
}

#sidebar {
	width: 395px;
	float: right;
	margin-bottom: 20px;
	padding-bottom:10px;
	padding: 0 15px;
}

#qbsidebar {
	width: 190px;
	float: left;
	margin-bottom: 20px;
	padding-bottom:10px;
	padding: 0 15px;
}

#columncap {
	margin-bottom: 20px;
}
#column1 {
	width: 190px;
	float: left;
}
#column2 {
	width: 190px;
	float: right;
}
#content {
	width: 440px;
	float: left;
	margin-bottom: 20px;
}

#contentqb2 {
	width: 640px;
	float: right;
	margin-bottom: 20px;
}

#footer {
	clear: both;
}

/* Header -------------------------------------------------- */
#header {
	border-bottom: 1px solid #ccc;
	padding-top: 3em;
}
#header #blogname a {
	border-bottom: 1px solid #eee;
}
#blogname {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 3em;
	line-height: 1;
	margin: 0 0 .25em;
}

/* Content -------------------------------------------------- */
.entry {
	margin-bottom: 3em;
}
.alert,
.error {
	background: #ffc;
	border: 1px solid #ff0;
	border-width: 1px 0;
	margin: 1em 0;
	padding: 1em;
}
code, kbd, tt, pre {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	background: transparent url("images/bg-sidebar.gif") top right;
}
code {
}
pre {
	background: transparent url("images/bg-sidebar.gif") top right;
	padding: .5em;
}
a, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #406000;
}
sup { /* to prevent gaps in paragraph layouts, we'll switch back to regular v-align and shunt it up with pos:rel */
	vertical-align: baseline;
	position: relative;
	bottom: .33em;
}
acronym, abbr, .info {
	border-bottom: 1px dotted #333;
	cursor: help;
}
h1, h2 ,h3, h4 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.25;
	margin: 0 0 .25em;
}
h1 {
	font-size: 2em;
}
h1.archive {
	margin-bottom: .5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.5em;
}
h5, h6 {
	font-size: 1.25em;
}
.title h1 a,
.title h2 a {
	border-bottom: 0px solid #eee;
}
p, ul, ol, table, .navigation {
	margin: .25em 0 1em;
}
th, td {
	padding: 0em 0em;
	line-height: 1.1;
	vertical-align: top;
	border-bottom: 0px solid #ddd;
}
th {
	text-align: left;
	vertical-align: bottom;
}
.metadata .byline {
	margin-bottom: .75em;
}
ul, ol {
	margin-left: 0;
	padding-left: 0;
}
ul ul,
ol ol {
	margin: 0;
}
li {
	margin: .25em 0 .25em 1.25em;
	padding-left: 0;
}
ul li {
	list-style-type: square;
}
ol li {
	margin-left: 1.5em;
}
ul.rss li {
	list-style: none;
	margin-left: 0;
	padding-left: 17px;
	background: transparent url("images/feed.gif") no-repeat left .25em;
}
.wp-caption {
	margin: .25em auto 1em;
}
.entry img,
.entry object {
	display: block;
	background: #fff;
	padding: 4px;
	border: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: .25em auto 1em;
	max-width: 400px;
}
.wp-caption img {
	margin: 0 auto;
}
.wp-caption p.wp-caption-text {
	font-size: .9em;
	margin: .25em 0 0;
	text-align: center;
	color: #666;
}
.entry .thumbrow {
	text-align: center;
}
.entry .thumbrow img {
	display: inline;
	margin: 0 .5em;
}
.entry .thumbrow a {
	border: none;
}
.entry .floatright img,
.entry .floatleft img {
	margin: .25em 0 1em;
}
.entry img.floatright,
.entry img.alignright,
.entry img[align="right"],
.wp-caption.alignright {
	margin: .25em 0 1em 1em;
}
.entry img.floatleft,
.entry img.alignleft,
.entry img[align="left"],
.wp-caption.alignleft {
	margin: .25em 1em 1em 0;
}
.entry p,
.entry li,
#columncap p {
	text-align: justify;
}
#site-archives-monthly-archive {
	width: 60%;
	float: left;
}
#site-archives-monthly-archive.wide {
	width: auto;
	float: none;
}
#site-archives-monthly-archive li,
#site-links li {
	text-align: left;
}
#site-archives-category-archive {
	width: 37%;
	float: right;
}
#site-links img {
	margin-left: 0;
	margin-right: 0;
}
blockquote {
	margin: .25em 0 1em;
	padding: .75em 1em .25em;
	border-left: 2px solid #ccc;
	background: transparent url("images/bg-sidebar.gif") top right;
	font-style: italic;
}
blockquote i,
blockquote em,
blockquote cite {
	font-style: normal;
}
blockquote p {
	margin: 0 0 .5em;
}
.navigation {
	border-top: 1px solid #ccc;
	padding-top: .25em;
	width: 100%;
	float: left;
}
.navigation .prev {
	float: left;
	width: 50%;
}
.navigation .next {
	float: right;
	width: 50%;
	text-align: right;
}

/* Comments -------------------------------------------------- */
.comments,
.commentlist,
.nocomments,
.related {
	margin-bottom: 2em;
}
.related {
	clear: both;
}
.commentlist cite {
	font-style: normal;
}
.commentlist li {
	clear: both;
	margin: 0;
	padding: .75em 1em .25em;
	list-style: none;
	background: #fff;
}
.commentlist li li {
	border-left: 2px solid #ccc;
	margin: 0 -1em 0 .5em;
}
.commentlist .even {
	background: #eee;
}
.commentlist .bypostauthor {
	background: #ddd;
}
.commentlist .avatar {
	float: right;
	margin: 0 0 .5em .5em;
	background: #fff;
	padding: 4px;
	border: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#cancel-comment-reply-link {
	margin-left: 3em;
}
.trackback,
.pingback {
	font-size: .85em;
	color: #666;
}
.trackback .content,
.pingback .content {
	font-style: italic;
}

/* Sidebar -------------------------------------------------- */
#sidebar {
}
#sidebar .widget {
	clear: both;
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom: 1px solid #ddd;
}
#sidebar h4 {
	margin-top: 0;
}
#sidebar blockquote {
	margin: 0;
}
#sidebar img {
	display: block;
	background: #fff;
	padding: 4px;
	border: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#sidebar .rsswidget img {
	/* reset to default styles */
	display: inline;
	padding: 0;
	border: 0;
	margin: 0;
	/* hide because it's dumb */
	display: none;
}
/* search */
#searchform {
	margin: .25em 0 1em;
}
#sidebar #search h4 {
	display: none;
}
#sidebar #search input {
	width: 33%;
}
#sidebar #search input#s {
	width: 60%;
}
#sidebar #search br {
	display: none;
}
/* calendar */
#wp-calendar {
	background: transparent url("images/bg-sidebar.gif") top right;
	width: 100%;
}
#wp-calendar #today {
	font-weight: bold;
	background: transparent url("images/bg-sidebar.gif") top right;
}
#wp-calendar td,
#wp-calendar th {
	text-align: center;
	padding: .25em 0;
	color: #406000;
}
#wp-calendar td a {
	font-weight: bold;
}
#wp-calendar caption {
	text-align: left;
	font-weight: bold;
}
/* tag cloud */
.st-tag-cloud,
.wp-tag-cloud {
	background: transparent url("images/bg-sidebar.gif") top right;
	padding: .5em .5em .5em 1em;
}
#sidebar .st-tag-cloud,
#sidebar .wp-tag-cloud {
	background: transparent url("images/bg-sidebar.gif") top right;
}
.st-tag-cloud li,
.wp-tag-cloud li {
	display: inline;
	margin: 0 .5em 0 0;
}
.st-tag-cloud li a,
.wp-tag-cloud li a {
	color: #000;
}
.st-tag-cloud li a:hover,
.wp-tag-cloud li a:hover,
.st-tag-cloud li a:focus,
.wp-tag-cloud li a:focus {
	color: #406000;
}
/* subscribe */
#subscribe-dojo p {
	margin: .25em 0;
}
/* flickr */
#flickrrss,
#flickr-rss-dojo-version {
	float: left;
	width: 100%;
}
#flickrrss ul,
#flickrrss li,
#flickr-rss-dojo-version ul,
#flickr-rss-dojo-version li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#flickrrss li img,
#flickr-rss-dojo-version li img {
	float: left;
	margin: 0 10px 10px 0;
}
/* admin recent comments */
#sidebar blockquote {
	background: transparent url("images/bg-sidebar.gif") top right;
	border-color: #bbb;
}
#admin-recent-comments-dojo-version cite {
	font-style: normal;
	font-weight: bold;
}
#admin-recent-comments-dojo-version blockquote cite {
	font-style: italic;
}
#admin-recent-comments-dojo-version blockquote small {
	font-size: .9em;
}
/* twitter */
.twitter {
	margin: 0;
}
.twitter .twitter-item {
	list-style: none;
	background: transparent url("images/bg-sidebar.gif") top right;
	border-left: 2px solid #bbb;
	font-style: italic;
	margin: .25em 0 1em;
	padding: .75em 1em .75em;
}
.twitter .twitter-timestamp {
	display: block;
	font-size: .8em;
}

/* Footer -------------------------------------------------- */
#footer {
	border-top: 1px solid #ccc;
	padding-bottom: 1.5em;
	width: 100%;
	float: left;
}
#footer p {
	width: 50%;
	margin: 1em 0 0;
}
#footer .copyright {
	float: left;
}
#footer .poweredby {
	float: right;
	text-align: right;
}

/* Custom */
.qhome ul{
list-style-type:none;
list-style:none;
margin:0px;
padding:0px;
}
.qhome li{
background-image: url(images/bullet.gif);
background-repeat:no-repeat;
background-position:0px 3px;
margin-left:-30px;
padding-left:20px;
list-style-type:none;
list-style:none;
}

.whowhatwhy 
{float:left;
width:170px;
height:100px;
margin:5px;
border: 1px dotted;}

#qdate {
	position: relative;
	top: -40px;
	width: 300px;
	height:22px;
	left:240px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:9pt;
	font-weight: 800;
	color:#406000;
	overflow: hidden;
	z-index: 100;
}

.qslogan {display: block;width: 373px;height:100px;background: url(images/quotebox.gif) no-repeat 0 0; overflow: hidden;text-indent: -10000px; font-size: 0px;line-height: 0px;}

a img {border:0px; }

.qborder{
border-style:dotted;
border-width: 1px;
border-color: #5F9C14;
}

.qborderbottom{
border-right-style:dotted;
border-bottom-width: 1px;
border-bottom=color: #5F9C14;
}

#qcontent {
  width: 900px ;
  margin-left: auto ;
  margin-right: auto;
  overflow:hidden;
 }
 
#qcontent2 {
  position:relative;
  top: -32px;}
 
 #qcontent3 {
  position:relative;
  top: -35px;}
 
 .qlogo{
 clear:both;
 position:relative;
 top: 0px;
 left:0px;
 z-index:10;
 }
 
  .qheaderpic{
 clear:both;
 position:relative;
 top: -5px;
 left:270px;
 z-index:10;
 }
	

.qfootertext2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
}

.qfootertext2  a:active { font-size: 9pt; text-decoration:none;font-weight:bold;}
.qfootertext2  a:link { font-size: 9pt; text-decoration: none;font-weight:bold;}
.qfootertext2  a:visited { font-size: 9pt; text-decoration: none;font-weight:bold;}
.qfootertext2  a:hover { font-size: 9pt; text-decoration: none; color:#639300;font-weight:bold;}

.qwpress a:active { text-decoration:none}
.qwpress  a:link { text-decoration:none}
.qwpress  a:visited { text-decoration:none}
.qwpress  a:hover {text-decoration: none; color:#668033;}

.qtweet a:active { text-decoration:none; font-weight:bold; font-size:9pt}
.qtweet  a:link { text-decoration:none;font-weight:bold; font-size:9pt}
.qtweet  a:visited { text-decoration:none;font-weight:bold; font-size:9pt}
.qtweet  a:hover {text-decoration: none;font-weight:bold; font-size:9pt; color:#668033;}

.qfootertext3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	color:#96B06F;
	width:700px;
	margin:auto;
}

#qmenucontainer{
	position:relative;
	top:-35px;
	width: 900px;
	overflow:hidden;
	background:#232F76;
	z-index: 100;
}

.qtekmenu{
margin: 0;
padding: 0;
float: left;
font: 15pt "Trebuchet MS";
width: 100%;
border: 1px solid #FFFFFF;
border-width: 1px 0;
background: #395200 url(images/blockdefault.gif) center center repeat-x;
}

.qtekmenu li{
display: inline;
}

.qtekmenu li a{
float: left;
color: white;
padding: 2px 14px;
text-decoration: none;
border-right: 1px solid #395200;
}

.qtekmenu li a:visited{
color: white;
}

.qtekmenu li a:hover, .qtekmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.qtekmenu li .right{
color: white;
border-right: 0px solid #395200;
}

.qtekmenu li .currentright{
border-right: 0px solid #395200;
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.qbreadcrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #406000;
	font-weight:bold;
	border-top: 1px dotted #395200;
	border-bottom: 1px dotted #395200;
	padding-top:5px;
	padding-bottom:5px;
	text-transform:uppercase;
}

.qbreadcrumb  a:active { color: #406000; font-size: 9pt; text-decoration:underline; font-weight:bold}
.qbreadcrumb  a:link { color: #40600; font-size: 9pt; text-decoration: underline;font-weight:bold}
.qbreadcrumb  a:visited { color: #406000; font-size: 9pt; text-decoration:underline;font-weight:bold}
.qbreadcrumb  a:hover { color: #639300; font-size: 9pt; font-weight:normal; font-weight:bold; text-decoration:underline}

.quotetext{
position: inherit;
top: 180px;
overflow:hidden;
height:100px;
width:200px;
left: 49px;}

.qbutton {
    border: none;
    background: url(images/searchbutton.gif) no-repeat top left;
	width:20px;
	height:20px;
    padding: 2px 8px;
	text-indent: -10000px;
	text-transform: capitalize;  /* This is the IE hack :P  */
	color: transparent;
	cursor:pointer;
	overflow: hidden;}
	
#qsearch iframe{
width: 900px;
padding: 10px;
overflow:auto;
}
