/*
Theme Name: Vinance Default
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

*/


/* Amends made by Andy to implement fadein/out background image */

#slideshow 
{
	z-index:-10;
	position:relative;
	text-align:center;
	margin:0 auto;
	_height:1%;
}

	#slideshow img {
		position:absolute;
		top:0;
		left:0;
		z-index:8;
		opacity:0.0;
	}

	#slideshow img.active {
		z-index:10;
		opacity:1.0;
	}

	#slideshow img.last-active {
		z-index:9;
	}

#logo
{
	position:relative;
	top:0px;
	left:50px;
	width:218px;
	height:104px;
}

#header-title
{
	//background-image:url("images/title-header-bg.gif");
	//background-repeat:no-repeat;
	//background-position:top left;
	background-color:transparent;
	float:right;
	text-align:center;
	/* bit fudgy, makes top edge at top of browser for all browsers */
	margin-top:-104px !important;
	margin-top:-106px;
	margin-right:50px !important;
	margin-right:25px;
	width:260px;
	font-size:1.2em;
	font-weight:bold;
	height:22px;
	overflow:hidden;
}

#header-title #header-title-text {
	/*background-color:#95a718; */
	margin-top:2px;
	height:18px;
	color:#fff;
}

	#header-title a 
	{
		color:#FFFFFF;
	}
	
	#header-title a:hover 
	{
		color:#000000;
		text-decoration:none;
	}

/* End of amends */

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

p {
    margin:0px 0px 8px 0px;
    line-height:1.5em;
}

#page {
	text-align: left;
}

#authors, #recentPosts, #categories {
    margin-top:30px;
    color:#775831;
}
#recentPosts ul, #authors ul, #categories ul {
    list-style-type: none;
    padding:5px 0px 0px 0px;
    margin:0px;
}

#recentPosts ul li, #authors ul li, #categories ul li {
    padding-bottom:5px;
}

#header.homepageHeader {
	/*background: #000 url('images/topFlashImage.jpg') no-repeat top center; */
}

#breadcrumbs {
    font-size:0.9em;
}

#header.newspageHeader {
	/*background: #000 url('images/topNewsFlashImage.jpg') no-repeat top center; */
}

#parentTitle {
    color:#fff;
}

#content {
	font-size: 1.2em;
    width:960px;
    min-height:200px;
    padding:0px;
    margin:0px;
    margin-top:220px;
    padding-top:1px;
}

#innerContent {
     margin: 0px 0px 0px 50px;
     min-height:200px;
}

#leftNavigationOutter {
    width:220px;
    float:left;
}


/* start contact us form */
#contactForm {
    /* border:1px solid red; */
}

#contactForm .left-column 
{
	float:left;
	width:300px;
}

#contactForm .right-column
{
	float:right;
	width:300px;
}

#contactForm .spacer
{
	display:block;
	clear:both;
	border-bottom:1px solid #9f7642;
	margin-bottom:10px;
}

#contactForm label {
    display:block;
    color:#9f7642;
    margin: 5px 0px 3px 0px;
}

#contactForm input.standard, #contactForm textarea,#contactForm select {
    background-color:#3b341b;
    border:0px solid #bfd91c;
    color:#fff;
}

#contactForm select {
    width:300px;
    padding:2px 5px 5px 5px;
    margin-bottom:15px;
}

#contactForm input.standard {
    height:15px;
    width:290px;
    padding:2px 5px 5px 5px;
    margin-bottom:15px;
}

#contactForm textarea {
    height:150px;
    width:290px;
    margin-bottom:15px;
    padding:2px 5px 5px 5px;
}

#contactForm input.btnContactUs {
    background-color: #95a718;
    border:0px;
    padding:5px;
    float:right;
}

#contactForm label.parent 
{
	font-weight:bold;
}

ul#warnings {
    list-style-type:none;
    background-color:#3b101c;
    margin:0px 0px 15px 0px;
    color: #95a718;
    padding:5px;
}

ul#warnings li {
    margin-bottom:3px;
    font-size:0.8em;
}

#success {
    background-color:#3b101c;
    margin:0px 0px 15px 0px;
    color: #95a718;
    padding:5px;
}


/* end contact us form */

/*#leftNavigation {
    width:220px;
    float:left;
} */

#rightColumn {
    float:left;
    width:620px;
    overflow:hidden;
    margin-left:30px;
    text-align:left;
}

/* root level */
#leftNavigation ul {
    list-style-type:none;
    padding:0px;
    margin:0px;
    border: 1px solid #261f0f;
}

#leftNavigation ul li {
    border-bottom: 1px solid #261f0f;
    border-right: 1px solid #0f0d07; 
    border-top: 1px solid #0f0d07;
}

#leftNavigation ul li a {
    padding:10px 10px 10px 10px;
    display:block;
}
#leftNavigation ul li.page_item:hover {
    background-color:#1e1b10;
}

#leftNavigation ul li.page_item {
    background-color:#18140b;
}

#leftNavigation ul li.current_page_item {
    background-color:#3d111c;
}

#leftNavigation ul li.current_page_parent {
    background-color:#380d1b;
}

/* end root level */


/* level 1 */
#leftNavigation ul ul li {
    border-right: 0px solid #0f0d07
}
#leftNavigation ul ul {
    border-right:0px;
    border-top: 1px solid #0f0d07;
}
ul#sitemap {
    list-style-type:none;
    margin:0px;
    padding:0px;
}

ul#sitemap ul {
    display:block;
}

/* START open/close navigation */
ul li.page_item ul {
   display:none; 
}

ul li.current_page_item ul {
   display:block; 
}

ul li.current_page_parent ul, ul li.current_page_ancestor ul{
    display:block; 
}

ul ul li.page_item ul {
   display:none; 
}

ul ul li.current_page_item ul {
   display:block; 
}

#leftNavigation ul ul li.current_page_parent ul, ul ul li.current_page_ancestor ul{
    display:block; 
}

/* START open/close navigation */

#leftNavigation ul ul li a {
    display:block;
    padding:6px 14px 6px 14px;
}

#leftNavigation ul ul li.page_item {
    background-color:#14030a; 
}

#leftNavigation ul ul li a {
    color:#93506c;
    font-size:0.9em;
}


#leftNavigation ul ul li.current_page_item a {
    color:#f1bfcd;
}

#leftNavigation ul ul li.page_item:hover {
    background-color:#3d111c;
}

/* end level 1 */

/* start level 2 */


#leftNavigation ul ul ul {
    list-style-type:circle;
    background-color:#14030a;
    padding:0px 0px 5px 30px;
    border-bottom: 1px solid #261f0f;
    border-left:0px;
    border-top: 1px solid #0f0d07;
}

#leftNavigation ul ul ul a {
    padding: 2px 5px 2px 5px;
}

#leftNavigation ul ul ul li.page_item a {
    color:#f1bfcd;
    font-size:0.8em;
}

#leftNavigation ul ul ul li.page_item  {
      padding:2px 16px 0px 0px;
      color:#f1bfcd;
}

#leftNavigation ul ul ul li.page_item:hover {
    background-color:#14030a;
}

#leftNavigation ul ul ul li {
    border:0px solid #261f0f;
}

/* end level 2 */

#column1 {
    width:370px;
    overflow:hidden;
    float:left;
    min-height:660px;
}

#column2 {
    float:left;
    border-left: 1px solid #a69c9b;
    margin-left:10px;
    margin-top:60px;
    padding-left:10px;
    min-height:660px;
    width:220px;
   /* border:1px solid red; */
}

#column2 a.twitter {
    display:block;
    height:23px;
    display:block;
    background-image: url(images/twitter.jpg);
    background-repeat: no-repeat;
    border:0px;
    /*text-indent:-9999px; */
    text-indent:25px;
    line-height:20px;
}

#column2 #twitterTitle {
    color:#fff;
    margin:0px 0px 10px 0px;
    font-weight:bold;
}

#column2 .twitterSubTitle {
    color:#fff;
    margin:10px 0px 0px 0px;
}

#column2 .twitterList {
    list-style-type:none;
    padding:0px 0px 0px 0px;
    margin:0px 0px 10px 0px;
}

    #column2 .twitterList li {
         padding:10px 0px 10px 0px;
         border-bottom:1px solid #a69c9b;
    }

    #column2 .twitterList li.lastTwitter {
        border-bottom:0px;
    }

    #column2 .doubleLine {
        margin-top:10px;
        height:5px;
        border-top:1px solid #a69c9b;
        border-bottom:1px solid #a69c9b;
    }

    #column2 #livex {
        color:#fff;
        margin-top:10px;
        margin-bottom:0px;
    }


/* sample documents page */
#sampleDocuments {
    height:322px;
    width: 484px;
    background-image: url(images/paperTrail.jpg);
    background-repeat:no-repeat;
    position:relative;
}

    #sampleDocuments #viewSampleDocuments {
        position:absolute;
        height:29px;
        width: 185px;
        background-image: url(images/viewSampleDocuments.jpg);
        background-repeat:no-repeat;
        text-indent: -2000px;
        bottom:10px;
        right:5px;
    }
/* end sample documents page */


.latestHeadlines {
    border-top:1px solid #999999;
    padding: 0px 0px 10px 0px; 
    margin:10px 0px 0px 0px;
}

.latestHeadlines h2 {
    color:#fff;
    margin-top:10px;
    font-weight:bold;
}

.latestHeadlines ul {
    list-style-type:none;
    padding:0px;
    margin:0px;
}

#content.homePage {
   /*background: #000 url('images/bottomFlashImage.jpg') no-repeat top center; */
}

#content.newsPage {
   /*background: #000 url('images/bottomNewsFlashImage.jpg') no-repeat top center; */
}

.entry {
    line-height:1.8em;
    font-size:1em;
    margin-top:5px;
}

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

	.entry p#questions
	{
		padding-bottom:25px;
	}
	
	.entry h4
	{
		font-size: 1.3em;
		line-height:1.4em;
		margin:0px;
		padding-top:2px;
		padding-bottom:2px;
		font-weight:normal;
		color: #9a7f5d;
		font-family: Georgia, 'Lucida Grande', 'Lucia Sans', Verdana, Arial, Sans-Serif;
	}
	

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

.widecolumn {
	line-height: 1.6em;
	}

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

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	/* border-left: 1px solid #ddd; */
}

#footer {
	background-image: url('images/footerGradient.jpg');
    background-repeat: repeat-x;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 1.9em;
    font-weight:normal;
    margin-bottom:15px;
}

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

h2 {
	font-size: 1.2em;
	}

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

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #9a7f5d;
    font-family: Georgia, 'Lucida Grande', 'Lucia Sans', Verdana, Arial, Sans-Serif;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #9f7642;
	}

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: #8fa315;
	}

#comment {
    background-color:#3b341b;
    border:0px solid #bfd91c;
    color:#fff;
    margin-top:5px;
}

.pipeSpacer {
    color:#444; 
    font-weight:bold;
    /*font-size:20px; */
}

.commentlist {
    margin:0px;
    padding:0px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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;
	}
.even {
    border: 1px solid #8fa315;
    background-color:#888;
} 

.odd {
    border: 1px solid #8fa315;
    background-color:#555;
} 

#commentform p {
	}

.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: #777;
	}

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

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

a, h2 a:hover, h3 a:hover {
	color:#9db218;
	text-decoration: none;
	}

a:hover {
	color:#9db218;
	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 {
	margin: 0px auto;
	padding: 0;
	width: 960px;
}

#header {
	padding: 0;
	height: 280px;
	width: 960px;
    /* border:1px solid red; */
}

#headerimg {
	margin: 0;
	height: 237px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

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

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

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

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

.widecolumn .postmetadata {
	margin: 30px 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: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	width: 100%;
    height:132px;
	clear: both;
    text-align:center;
    margin-top:50px;
}

#footer a {
    color:#9db218;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#footer ul {
    list-style-type:none;
    padding:0px;
    margin:20px 0px 0px 247px;
    float:left;
}

#footerInner {
    color:#fff;
    width:860px;
    margin: 0 auto;
}

#footer ul li {
    float:left;
}

#footer ul li .footerEndLink {
    color:#9db218;
}

/* End Structure */



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

h2 {
    margin:15px 0px 5px 0px;
    padding:0px;
}

h2.pagetitle {
	margin-top: 30px;
	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 7px 2px 0;
	display: inline;
	}

.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;
	}

.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;
	}

.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: decimal outside;
	}

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

div.entry ul 
{
	list-style:none;
	padding-left:0px;
	margin-left:0px;
}

div.entry ul li 
{
	margin-left:0px;
	list-style:none;
	padding-left:23px;
	background-image:url("images/bullet.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
/* End Entry Lists */



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

#sidebar #searchform #s {
	width: 108px;
	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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond {
  /*  display:none; */
}

#respond form #author, #respond form #email, #respond form #url {
    background-color:#3b341b;
    border:0px solid #bfd91c;
    color:#fff;
    padding: 5px;
}

#respond:after {
		/*content: "."; */
	    display: block;
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#submit {
    background-color: #95a718;
    border:0px;
    padding:5px;
}

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



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

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

div.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color:#333333;
}
/* End captions */

