/* 
Theme Name: John Viljoen Custom Theme
Theme URL: http://www.johnviljoen.com/
Description: Custom Theme for John Viljoen
Author: Hilary Gillespie
Author URI: http://codebloo.com
Version: 2.0.1

*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, images, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{
	margin: 0;
	padding:0;
	position: relative;
	width: 1000px;
	}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{
	display: block;
	float: right;
	width:160px;}
	#sidebar ul{list-style-type:none;}
	
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_reply textarea,
.comments_reply input.text {width: 95%;}
.comments_text{}
.comments_meta{}

/** JV **/



body {
background: #000000;
color: #fff;
font-family: trebuchet ms, verdana, arial, sans-serif; 
font-size: 13px; 
height: 102%;
margin:0 0 1px 0;
overflow-y:scroll;}


h1, h2, h3, h4, #header strong {
	font: 22px Georgia, "Times New Roman", serif;
	margin: 0 0 20px 0;
	padding: 0;
}
h2 {
	color: #777;
	font-size: 20px;
}
h3 {
	color: #555;
	font-size: 18px;
}
h4 {
	color: #333;
	font-size: 16px;
}
p, li, td {
	line-height: 150%;
}
ul, ol, dl, p {
	margin: 0 0 10px 0;
	padding: 0;
}
li {
	margin: 0 0 5px 30px;
}
input, textarea, select {
	background:none repeat scroll 0 0 #444444;
	border:medium none #666666;
	color:#FFFFFF;
	font-family:"Lucida Grande",Calibri,Helvetica,Arial,sans-serif;
	font-size:13px;
	padding:4px;
}
form div {margin: 0 0 10px 0;}
input {height: 25px;}

a, a:visited {
	color: #00CCFF;
}
.clear {
	clear: both;
	display: block;
	float: none;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
	margin: 20px 40px;
}
hr.divider {
	clear: both;
	float: none;
	padding: 0 20px;
	visibility: hidden;
}
.loading {
	background: url(images/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.under {
	margin-top: 20px;
}
.close {
	margin-bottom: 40px;
}
.close a, .close a:visited {
	color: #333;
	font-size: 11px;
}

images {border: none;}

/****/


#container {
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
	width:850px;
}


#header { 
border-bottom:1px solid #00CCFF;
border-left:1px solid #00CCFF;
border-right:1px solid #00CCFF;
height:150px;
position:relative;
}

#topTitle {
	height:88px;}
	#topTitle h1 {margin:0;
	padding:0;}

#topTitle a, #topTitle a:visited {
	background: #000000 url(images/header/logo.gif) no-repeat;
	display: block;
	height:68px;
	left:20px;
	position:absolute;
	top: 20px;
	width:594px;
	
}
#topTitle span,
#blog-description {display: none;}

/* General horizontal navigation lists with dropdown magic */
#navigation {
	bottom: 0;
	left: 20px;
	position: absolute;}

.menu,
.menu ul,
.menu li {
	background:transparent;
	list-style:none;
	margin:0;
	padding:0;
}

.menu li {
	float:left;
	margin-right:12px;
}
.menu li a {
	display:block;
	text-decoration:none;
}
.menu li li a {
	color: #a00004 !important; /* These need to retain a contrasting color with dropdown background */
	padding:6px 9px;
}
.menu li ul,
.menu li li {
	margin-right:0;
	width: 200px;
}
.menu li li ul {
	margin:-31px 0 0 200px;
}
.menu li.secondary {
	float:right;
	margin-left:12px;
	margin-right:0;
}
/* dropdown action */
.menu li ul,
.menu li:hover li ul,
.menu li li:hover li ul,
.menu li.hover li ul,
.menu li li.hover li ul {
	left: -32697px;
	position: absolute;
}
.menu li:hover ul,
.menu li li:hover ul,
.menu li li li:hover ul,
.menu li.hover ul,
.menu li li.hover ul,
.menu li li li.hover ul {
	left: auto;
}

.pagination,
.pagination-single {
	background-color:#e9eaea;
	margin-top: 20px;
	overflow:hidden;
}
.pagination .previous a,
.pagination-single .previous {
	float:left;
	padding:18px;
}
.pagination .next a,
.pagination-single .next {
	float:right;
	padding:18px;
}





#content {
	border-left: 1px solid #00CCFF;
	border-right: 1px solid #00CCFF;
	border-bottom: 1px solid #00CCFF;
	margin:0 0 15px;
	padding:15px 25px;
	position: relative;
	width:798px;
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	
}

#content, p {
	padding-bottom: 15px;
}

#content .page .by-line {display: none;}


#footer {
	clear: both;
	font-family: trebuchet ms, verdana, arial, sans-serif; font-size: 10px; color: #666666;
	height:30px;
	margin: 0 auto;
	position:relative;
	}

#footer .padding { padding:10px 0 10px 0;}

#footer .wrapper {
background:none repeat scroll 0 0 transparent;
margin-top:10px;
padding-bottom:10px;
}

#footer, #footer a, #footer a:visited {
	color: #999;
	font-size: 12px;
}
#footer p {
	margin: 0;
	padding: 0;
}
#generator-link {
	line-height: 30px;
}
#developer-link a, #footer p#developer-link a:visited {
	background:url(images/footer/codeblooekg.gif) no-repeat;
	display: block;
	float:right;
	height:48px;
	overflow: hidden;
	width:150px;
}
#developer-link a span{display: none;}

#followLinks {
	clear:both;
	list-style-type:none;
	margin:0;
	padding:0;}
#followLinks li {margin: 0 10px 0 0;}
#siteAdmin {
	float:left;
left:380px;
list-style-type:none;
margin:0;
padding:0;
position:absolute;
top:7px;}
#siteAdmin li {
	margin:0;}
.bold {
	font-weight: bold;
}
form {padding:0;}

.image {float:right; padding:0 0 10px 10px; text-align:right;

}
#navlist {
background:none repeat scroll 0 0 #000000;
bottom:0;
list-style-type:none;
margin:0;
padding:0;
position:absolute;}

  #navlist li{
	background-repeat: no-repeat; 
display: block;
float: left;
 height: 39px;
list-style-type: none;
padding: 0;
margin:0 15px 0 0;
text-indent:0;
}

	
#navlist li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	height: 39px;
	background-repeat: no-repeat;
}
#navlist li a span {display: none;}

.page-item-2 a:hover{background-image: url(images/menu/menu-on_06.gif); }
.page-item-2 a {background-image: url(images/menu/menu-off_06.gif); width: 117px;}

.page-item-15 a:hover {background-image: url(images/menu/menu-on_08.gif); }
.page-item-15 a {background-image: url(images/menu/menu-off_08.gif);width: 77px;}

.page-item-17 a:hover{background-image: url(images/menu/menu-on_10.gif);}
.page-item-17 a {background-image: url(images/menu/menu-off_10.gif);  width: 125px;}

.page-item-20 a:hover{background-image: url(images/menu/menu-on_12.gif); }
.page-item-20 a {background-image: url(images/menu/menu-off_12.gif); width: 78px;}

.page-item-22 a:hover{background-image: url(images/menu/menu-on_14.gif); }
.page-item-22 a {background-image: url(images/menu/menu-off_14.gif); width: 52px;}

.page-item-24 a:hover {background-image: url(images/menu/menu-on_16.gif); }
.page-item-24 a {background-image: url(images/menu/menu-off_16.gif); width: 57px;}

.page-item-26 a:hover{background-image: url(images/menu/menu-on_18.gif);}
.page-item-26 a {background-image: url(images/menu/menu-off_18.gif);  width: 82px;}

#links a:hover, #about a:hover, #gallery a:hover, #contact a:hover,#classes a:hover,#commissions a:hover,#news a:hover {background: none;}


#navlist:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}



#flashcontent {height:600px;
vertical-align:top;
}



#attachment p.top {
	padding: 5px 10px;
	text-align: left;
}
#attachment p.top a, #attachment p.top a:visited {
	color: #666;
}
#attachment h1 {
	margin: 10px 0;
}
#attachment a images {
	border: 0;
}
#attachment .menu, #attachment #footer {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	width: 900px;
}
#attachment .menu .next {
	float: right;
}

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	background-color: #eee;
	padding: 11px 6px 6px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption.alignleft {
	margin-left: 0;
}
.wp-caption.alignright {
	margin-right: 0;
}
.wp-caption images {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	color: #444;
	font-size: 11px;
	line-height: 17px;
	padding: 4px 0 0;
	margin: 0;
}

a img {border: none;}

/* Links page */
.pagename-links #content ul{
	list-style-type: none;
margin: 0 0 20px 0;
padding:0;}
.pagename-links #content  ul li {margin: 0;
padding:0;}

.pagename-links #content h3 {
	margin: 0 0 5px 0;
	padding:0;}
/** ADMIN **/

#wphead_custom a,
#user_info a, #adminmenu a, #user_info a:link, #user_info a:visited,
#favorite-toggle a {color:#0099cc!important;}

.piclenselink {
	
	position: absolute;
	 right: 0;
	top :35px;
	width:150px;}
.piclenselink a {display: block;}	
	
	
/** Splash Page **/

.pagename-index #header,
.pagename-index #breadcrumbs,
.pagename-index #content h2{ display: none;}
.pagename-home #breadcrumbs strong {display: none;}
