/*
ventera1000.css style for Tarski theme on Wordpress
This is based on the base style.css file, with modifications that 
affect more than just that file, as noted below.
*/

/*to make the current page display as black text in the sidebar, like it does in the navbar
code must be listed in this order so that listing of child pages are rendered as if not part 
of current_page_item
*/
body.ventera1000 .current_page_item ul li a { color: #006a80; }
body.ventera1000 .current_page_item a { color: #000000; }


	/* Headers
	--------------------------------------- */
	body.ventera1000 #blog-title { color: #000000; font-family: 'Perpetua Titling MT', Times, serif; font-size: 4.0em; font-weight: normal; font-variant: small-caps; border: none; padding-top: 20px; line-height: 100%; }

	body.ventera1000 #tagline { color: #555555; font-family: Tahoma, "sans-serif"; font-size: 2.0em; margin: 0; font-variant: small-caps; font-style: normal; padding-top: 20px; line-height: 100%; }


/* Main structure - to adjust settings in screen.css
makes page wider by 220 px
----------------------------------------------- */
body.ventera1000 { 
    min-width: 1000px; 
    padding:10px 0 10px 0;
    background-image: url('../cloudbg.jpg');
    background-color:#4f75b4;
    background-repeat: repeat-x;
     }
body.ventera1000 #wrapper { 
    width: 1000px; 
    background-color: #fff; 
    padding-top:5px;
    margin: 10px auto 10px auto;
    clear:both;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
   }


/* Positioning and width - to override the library/css/screen.css settings further
so as to widen the theme 
also a good idea to adjust the height and width settings found in 
app/launcher.php
----------------------------------------------- */

body.ventera1000 .primary { width: 730px; float: right; }
	body.janus .primary { float: left; }
body.ventera1000 .primary-span { padding-left: 220px; clear: both; }
	body.janus .primary-span { padding-left: 0; padding-right: 220px; }

body.ventera1000 .secondary { width: 200px; float: left; }
	body.janus .secondary { float: right; }
body.ventera1000 .secondary-span { padding-left: 750px; clear: both; }
	body.janus .secondary-span { padding-right: 520px; }

body.ventera1000 { text-align: left; }
body.centre { text-align: center; }
body.ventera1000 #wrapper { margin: 0 auto 0 0; }
body.centre #wrapper { margin: 0 auto; }


	/* Comment form  - added by conrad wasmer - 
	to override same section in screen.css which became de rigeur by Tarski 2.1.3
	- adding 220 to text area to make it 714 instead of 494px
	--------------------------------------- */
	body.ventera1000 #author, body #email, body #url { width: 194px; }
	body.ventera1000 #comment-input textarea { width: 714px; }


/* Body Color 
----------------------------------------------- */
body.ventera1000 #title { background: #B7DBB9; }	
	
/* Header - changed the overflow to visible because when hidden, 
any text I get to appear there ends up behind the image.
changed bottom margin to -180 to TRY to allow for the #title to appear at the top of the image. 
This will likely need some further adjustment
3-6-10: added clear:both to create space at top for topbar-login
----------------------------------------------- */
body.ventera1000 #header-image { 
    clear:both;
    margin: 10px 0 10px 0; 
    padding:10px 0 10px 0;
    background: #B7DBB9;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    }
body.ventera1000 #title { margin: 0; text-align: center; border-bottom: none; }

body.ventera1000 #navigation { 
	padding: 0px; 
	margin-top: 10px; 
	border-top: 1px solid #888888; 
	border-bottom: 1px solid #888888; 
	}



/* Navigation
----------------------------------------------- */
body.ventera1000 #navigation ul.primary li { margin: 0; padding-left: 5px; padding-right: 5px; }
//body.ventera1000 #navigation ul.primary li:hover { color: #a8001c; }
body.ventera1000 #wrapper .nav-current:link, body.ventera1000 #wrapper .nav-current:visited, body.ventera1000 #wrapper .nav-current:active, body.ventera1000 #wrapper .nav-current:hover { color: #000000; background: none; }



/* Text
----------------------------------------------- */
body.ventera1000 h3 { font-size: 12px; font-weight: normal; text-transform: none; font-variant: small-caps; color: #336600; margin: 5px 0 2px 0; border-bottom: 1px solid #555555; padding: 0 0 1px 0; }

	/* Search form
	--------------------------------------- */
//	This was to change the color of the search box when you click on it. Decided against this.
//	body.ventera1000 #s:focus { background: #C9C9C9; border: 1px solid #fafafa; }




/* Links
----------------------------------------------- */
// change these to change all links colors on the blog
// body.ventera1000 a:link, body.ventera1000 a:active, body.ventera1000 a:visited { color: #3689b3; }
// body.ventera1000 a:hover { color: #a6212c; }

/*
body.ventera1000 .content a:link, body.ventera1000 .content a:active, body.ventera1000 .content a:visited, body.ventera1000 .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body.ventera1000 .tagdata a:active, body.ventera1000 .tagdata a:visited, body.ventera1000 .widget_tag_cloud a:link, body.ventera1000 .widget_tag_cloud a:active, body.ventera1000 .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdee5; }
body.ventera1000 .content a:hover, body.ventera1000 .link-pages a:hover, body.ventera1000 .tagdata a:hover, body.ventera1000 .widget_tag_cloud a:hover { border-bottom: 1px solid #a6212c; }
*/