/*
Theme Name: Horizontal Accordion
Theme URI: http://www.marrk.nl
Description: Horizontal Accordion for different categories.
Version: 0.1
Author: Mark Graus
Author URI: http://www.marrk.nl
Tags: Accordion
*/

body,html {
	font-size: 11pt; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background-color: white;
	color: #333;
	text-align: center;
	}

div#page, div#total
{
	background-color: white;
	float: center;
	width: 900px;
	margin: 0px auto;
	text-align: left;
}


div#content
{
	margin: 0px auto;
	float: left;
	width: 850px;
	background-color: white;
}

div.widecolumn div, ol
{
	width: 600px;
}

a
{
	color: #333;
}

a:hover
{
	text-decoration: none;
}

h2
{
	margin-bottom: 0px;
	margin: 0px auto;
	text-align: center;
}

span.data
{
	font-size: 9pt;
	display: block;
	float: center;
	text-align: center;
	margin: 0px auto;
}

h2 a
{
}

div.post .aligncenter
{
	margin: 0px auto;
	float: center;
}

div.post img
{
	display: block;
}

div.post object
{
	margin: 0px auto;
	float: center;
	display: block;
}

ul#everything
{
	width: 968px;
	padding: 0px;
}

ul#everything li
{
	padding: 0px;
	overflow: hidden;
}

li#photos
{
	background: url('images/photostab.png');
	display: block;
	float: left;
	height:100%;
	width: 50px;
	background-color: white;
	background-repeat:no-repeat;
	background-position: left top;
	z-index: -51;
}

li#academics
{
	background: url('images/academicstab.png');
	display: block;
	float: left;
	height:100%;
	width: 50px;
	background-color: white;
	background-repeat:no-repeat;
	background-position: left top;
	z-index: 4;
}

li#blog
{
	background: url('images/blogtab.png');
	display: block;
	float: left;
	height:100%;
	width: 50px;
	background-color: white;
	background-repeat:no-repeat;
	background-position: left top;
	z-index: 5;
}

li#pages
{
	background: url('images/pagestab.png');
	display: block;
	float: left;
	height:100%;
	width: 50px;
	background-color: white;
	background-repeat:no-repeat;
	background-position: left top;
}	

li#pages ul
{
	padding: 0px;
	width: 350px;
	list-style: none none none;
	overflow: hidden;
}

li#pages ul li
{
	margin-left: 50px;
	!margin-left: 50px;
	background: #ccc;
	width: 300px;
	list-style-type: none;
	background-color: #ccc;
	margin-bottom: 20px;
}


li#sidebar
{
	background: url('images/sidebartab.png');
	display: block;
	float: left;
	height:100%;
	width: 50px;
	background-color: white;
	background-repeat:no-repeat;
	background-position: left top;
	z-index: 6;
}

div.post
{
	background: #ccc;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	padding: 10px 0px;
	float: left;
	padding: 10px;
	text-align: justify;
	width: 800px;
}

ul#everything li div.post
{
	background: #ccc;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	padding: 0px;
	float: left;
	margin-left: 50px;
	!margin-left: 25px;
	padding: 10px;
	text-align: justify;
}


p.wp-caption-text
{
	font-variant: italic;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

ul#everything div.post
{
	width: 580px;
}

li#sidebar ul
{
	padding: 0px;
	width: 350px;
	list-style: none none none;
	overflow: hidden;
}

li#sidebar ul li
{
	margin-left: 50px;
	!margin-left: 50px;
	background: #ccc;
	width: 300px;
	list-style-type: none;
	background-color: #ccc;
	margin-bottom: 20px;
}

	
div.smoothgallery
{
	display: block;
	margin: 0px auto;
	z-index: 1;
}

a img
{
	border: none;
}

div.home
{
	float: left;
}

div.navigation
{
	background: #ccc;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	padding: 10px 0px;
	float: left;
	padding: 10px;
	text-align: justify;
	width: 800px;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

div#respond
{
	background: #ccc;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	padding: 10px 0px;
	float: left;
	padding: 10px;
	text-align: justify;
	width: 600px;
}

ol.commentlist
{
	background: #ccc;
	float: left;
	width: 600px;
	list-style-type: none;
	padding: 10px;
	margin: 0px auto;
}

li.comment
{
	display: block;
	padding: 10px;
}

li.comment p
{
	clear: both;
}

div.navigation
{
	margin: 0px auto;
	margin-bottom: 20px;
}

div.comment-top-navigation
{
	margin-top: 20px;
}

div.comment-bottom-navigation
{
	margin-bottom: 20px;
}

div.comment-author
{
	float: left;
	margin-bottom: 20px;
}

div.comment-meta
{
	float: right;
	margin-bottom: 20px;
}

li.thread-even
{
	background-color: #ddd;
}

li.thread-odd
{
	background-color: #eee;
}	


.smoothgallery{
	width: 568px !important; /*override default size*/
	height: 568px !important;
	border:none; !important; 
	background-color: black;
} 
.smoothgallery p, .smoothgallery h3{
	display:none;	/*show only images if jscript is off*/
}
