/*
THEME NAME: Make
THEME URI: Http://webaholic.co.za
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 1.5.2
AUTHOR: <a href="http://www.webaholic.co.za/">Paul Weingartz</a>
AUTHOR URI:
*/

/*----------------------------------------------------------------- MASTER CLASSES ---*/
* {font-size: 100.01%; margin: 0; padding: 0; }
html {font-size: 62.5%;}
body {
/*	font:12px Arial, Helvetica, sans-serif;*/
	font:120% Arial, Helvetica, sans-serif;
	color: #808080;
}
.clearfix {clear: both; display: block;}
.right {float: right;}
.left {float: left;}
#blog-description, #access, #nav-below, #nav-above {display: none;}
/*----------------------------------------------------------------- MASTER CLASSES END ---*/

/*----------------------------------------------------------------- LAYOUT CLASSES ---*/
div#wrapper {
	margin: 0 auto;
	width: 880px;
}
div.grey-box {
	border: 1px solid #808080;
	padding: 30px;
	min-height: 350px;
	line-height: 140%;
}
div#container {
	/*float: right;*/
	/*margin: 0 0 0 -200px;*/
	/*width: 100%;*/
	width: 330px;
	padding-right: 30px;
	float: right;
}
div#content {
	margin: 0 0 0 0;
}
div.sidebar {
	/*float: left;*/
	/*width: 180px;*/
	/*overflow: hidden;*/
	width: 370px;
	float: left;
}
div#secondary {
	clear: left;
}
div#footer {
	clear: both;
	width: 100%;
}
/*----------------------------------------------------------------- LAYOUT CLASSES END ---*/

/*----------------------------------------------------------------- GENERAL CLASSES ---*/
#structure {
	border-collapse: collapse;
	border: none;
	border-color: #969696;
}
#structure td {
	width: 50%;
}
#structure td.gallery-container {
	text-align: center;
}
#structure td.gallery-container img {
	border: 1px solid #969696;
}
td.gallery-container, td.sidebar-content {
	border-right: 1px solid #969696;
}
ul.inline-nav ul {
	display: none;
}
span.make {
	text-transform: uppercase;
	font-weight: 700;
	color: #9C0;
}
div#footer p {
	padding-top: 15px;
	width: 400px;
	float: left;
}
.breadcrumb {
	padding: 0 0 40px 0;
	clear: both;
	font-size: 15px;
	text-transform: lowercase;
	color: #9C0;
}
.breadcrumb img {
	border: none;
	margin: 0 -16px -6px 0;
	position: relative;
}
.breadcrumb strong {
	font-weight: normal;
	color: #808080;
}
div.entry-content {
	padding: 15px 0px 0px 0px;
}
div.entry-content p {
	margin: 0 0 10px 0;
}
div.entry-content ul, div.entry-content ol {
	margin: 0 0 10px 20px;
}
div.entry-content ul {
	list-style-image: url(img/bullet.gif);
}
div.hentry {
	padding: 10px 0;
}
div.entry-meta, div.entry-meta a {
	color: #ccc;
}
/*----------------------------------------------------------------- GENERAL CLASSES END ---*/

/*----------------------------------------------------------------- TYPOGRAPHY CLASSES ---*/
h1#blog-title {
	width: 350px;
	height: 156px;
	float: left;
	background: #fff url(img/logo.gif) no-repeat left top;
	text-indent: -9999px;
}
.entry-title{
	clear:both;
	font-size: 1.2em;
	color: #9C0;
}
.entry-title a{
	text-decoration: none;
}
/*----------------------------------------------------------------- TYPOGRAPHY CLASSES END ---*/

/*----------------------------------------------------------------- LINK CLASSES ---*/
a:link {color: #9C0;}
a:active {color: #9C0;}
a:visited {color: #9C0;}
a:hover {color: #333; text-decoration: none;}

div.entry-content ul a:link {color: #808080; text-decoration: none;}
div.entry-content ul a:active {color: #808080;}
div.entry-content ul a:visited {color: #808080;}
div.entry-content ul a:hover {color: #9C0; text-decoration: underline;}

.breadcrumb a:link {text-decoration: none;}
.breadcrumb a:active {text-decoration: none;}
.breadcrumb a:visited {text-decoration: none;}
.breadcrumb a:hover {text-decoration: none;}

.wwc-footer-link, .uni-footer-link {
	display: block;
	float: right;
	height: 45px;
	text-indent: -9999px;
}
.wwc-footer-link {
	background: transparent url(img/footer_wwc.gif) no-repeat;
	width: 188px;
}
.uni-footer-link {
	background: transparent url(img/footer_university.gif) no-repeat;
	width: 139px;
}
/*----------------------------------------------------------------- LINK CLASSES END ---*/

/*----------------------------------------------------------------- DROPDOWNS START ---*/
div#menu {
	font-size: 0.9em;
	text-transform: lowercase;
	width:60%;
	float: right;
	margin-top: 125px;
}
div#menu li.page-item-11 {
	text-transform: uppercase;
}
div#menu li.current_page_ancestor a,
div#menu li.current_page_parent a,
div#menu li.current_page_item a {
	color: #9C0;
}
div#menu li.current_page_ancestor ul a,
div#menu li.current_page_parent ul a,
div#menu li.current_page_item ul a {
	color: #808080;
}
div#menu ul a {
	color: #808080;
	font-weight:700;
	text-decoration:none;
}
div#menu ul a:hover {
	color: #333;
}
div#menu ul,div#menu ul ul,div#menu ul li{
	list-style:none;
}
div#menu ul li{
	float:right;
}
div#menu ul li a{
	padding: 0em 0.9em;
}
div#menu ul ul{
	display:none;
}
div#menu ul ul li{
	float:none;
	background: #fff;
	border-left: 3px solid #9C0;
	margin: 0 0 2px 0;
	padding: 2px 0 2px 5px;
	font-weight: normal;
}
div#menu ul ul li:hover, div#menu ul ul li.sfhover {
	background: #F3F3F3;
}
div#menu ul ul li:hover a, div#menu ul ul li.sfhover a {
	color: #000;
}
div#menu ul ul li a {
	margin:0;
	padding:0;
}
div#menu ul li:hover ul, div#menu ul li.sfhover ul {
	/*display:block;*/
	font-size:0.9em;
	padding-top:0.5em;
	position:absolute;
}
div#menu ul li:hover ul li a, div#menu ul li.sfhover ul li a {
	border:none;
	display:block;
	padding:0.1em;
	width:10em;
}
div#menu ul ul ul {left: -9999px; display: none;}
/*----------------------------------------------------------------- DROPDOWNS START ---*/
/* Just some example content */
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
div.comments ol li{margin:0 0 1.5em; list-style: none; padding:5px; background: #f8f8f8;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:100%; font: 12px Arial, Helvetica, sans-serif; color: #555;}

div.sidebar h3{font-size:1.2em;}
div.sidebar input#s{width:7em;}
div.sidebar li{list-style:none;margin:0 0 1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin:0 0 0 1.2em;}
div.sidebar ul ul li{list-style-image: url(img/bullet.gif);margin:0 0 0 3px;}
div.sidebar ul ul ul{margin:0 0 0 0.5em;}
div.sidebar ul ul ul li{list-style:circle;}


/* New gallery feature styles; Can't use div.attachment because shortcodes can link to galleries in other posts */
div.gallery{clear:both;float:left;width:100%;}
div.gallery dl{float:left;text-align:center;}
div.gallery dl dt{margin:0;}
div.gallery dl dd{margin-left:0;}
div.entry-attachment,div.entry-caption{text-align:center;}
div.entry-attachment img,div#nav-images div img{overflow:hidden;}
body.attachment div#nav-images{clear:both;width:100%;}
body.attachment div#nav-images div{padding:1em 0;width:50%;}
body.attachment div#nav-images div.nav-previous{text-align:left;}
body.attachment div#nav-images div.nav-next{text-align:right;}
body.attachment div.entry-meta,body.attachment div#comments{clear:both;}