/*  
Theme Name: ML Multimedia 2010
Theme URI: http://www.ml-multimedia.nl/
Description: Corporate design. Supports (optional), Widgets, RS Event, Jeromes Keywords, FAlbum and PloggerPress. 
Version: 1.0
Author: Maarten Leeuw
Author URI:  http://www.maartenleeuw.nl/
*/

/*  basics */
* {margin:0;padding:0}

/* structure */

body {
	font									: 12px/1.5em "Lucida Grande", Verdana, Arial, Helvetica, serif;
	color									: #555;
	text-align						: center;
	background-color			: #ffffff;
	margin								: 0 auto 0 auto;
	background-image			: url(images/bg_crunch.jpg);
	background-repeat			:	repeat;
	background-position		: left top;
	background-attachment	:	fixed;
}

div#container {
	text-align						: left;
	width									: 974px;
	height								: 100%;
	min-height						: 599px;
	margin								: 10px auto 0 auto;
	background-color			: #ffffff;
	border-top						: 1px solid #aeaeae;
	border-right					: 1px solid #aeaeae;
	border-bottom					: 1px solid #aeaeae;
	border-left						: 1px solid #aeaeae;
}

div#header {
	width									: 974px;
	height								: 40px;
	background-color			: #ffffff;
	vertical-align				: middle;
}

div#footer {
	clear									: both;
	width									: 974px;
	height								: 325px;
	text-align						: right;
	vertical-align				: bottom;
	background-image			: url(images/bg_footer.jpg);
	background-repeat			: no-repeat;
	background-position		:	center bottom;
}

/* menu-top */

.menu-top-container ul {
	float							: right;
	margin						: 0 0 0 0;
	padding						: 0px;
	list-style-type		: none;
	list-style-image	: none;
}

.menu-top-container li {
	display						: table-cell;
	padding						: 0 4px 0 4px;
	background				: #ffffff;
	margin						: 0 0 0 0;
	/* max-width			: 99px; */
	/* width					: 99px; */
	height						: 26px;
	text-align				: center;
	text-transform		: uppercase;
	font-weight				: bold;
}

.menu-top-container a {
	text-decoration		: none;
	color							: #6e716a;
	background				: #ffffff;
	padding						: 0 4px 0 4px;
}

.menu-top-container a:hover {
	color							: #6e716a;
	background				: #ffffff;
	padding						: 0 4px 0 4px;
}

/* menu-bottom */

.menu-bottom-container ul {
	float							: right;
	margin						: 0 5px 0 0;
	padding						: 330px 10px 0 0;
	list-style-type		: none;
	list-style-image	: none;
	color							: #6e716a;
	font 							: 9px Tahoma, Geneva, sans-serif;
}

.menu-bottom-container li {
	display						: table-cell;
	padding						: 0 0 0 0;
	margin						: 0 0 0 0;
}

.menu-bottom-container a {
	text-decoration		: none;
	color							: #6e716a;
	padding						: 0 2px 0 2px;
}

.menu-bottom-container a:hover {
	color							: #000000;
	padding						: 0 2px 0 2px;
}

/* SLIDER */

#slider {
	background-color			: #000000;
	position							: relative;
	padding								: 0px;
	margin								: 0px;
	top										: 0px;
	height								: 234px;
	overflow							: hidden;
	border-top						: 1px solid #a9a9a9;
	border-bottom					: 1px solid #a9a9a9;
	border-left						: 0px solid #a9a9a9;
	border-right					: 0px solid #a9a9a9;
}
.inslider {
	float									: left;
	height								: 234px;
	position							: relative;
}
.inslider a {
	text-decoration				:	none;
}
.imageholder {
	border								: 0px solid #a9a9a9;
	height								: 234px;
	width									: 974px;
	padding								: 0px;
	margin								: 0px;
	position							: relative;
}
.imgslider {
	position							: absolute;
	top										: 0;
	left									: 0;
	height								: 234px;
}
.imgslider img {
	float									: left;
}
.imagenav {
	position							: absolute;
	bottom								: 0px;
	right									: 10px;
	height								: 30px;
	z-index								: 100;
	text-align						: center;
	line-height						: 30px;
	border-top						: 1px solid #a9a9a9;
	border-left						: 1px solid #a9a9a9;
	border-right					: 1px solid #a9a9a9;
	border-bottom					: 0px solid #a9a9a9;
	background-color			: #ffffff;
}

.imagenav a {
	padding-left					: 5px;
	padding-top						: 8px;
	padding-bottom				: 8px;
	padding-right					: 5px;
	text-decoration				: none;
	color									: #333;
}

.imagenav a.active {
	font-weight						: bold;
	background						: #ffde15;
}

/* CONTENT */

#content {
	background-color			: #ffffff;
	position							: relative;
	padding								: 0px;
	margin								: 0px;
	top										: 0px;
	width									: 974px;
	border								: 0px solid #a9a9a9;
	text-align						: left;
}

.post{
	margin-left						: 50px;
	margin-right					: 50px;
	margin-top						: 0.5em;
	margin-bottom					: 1em;
}

.post h2{
	position							: relative;
	font-weight						: bold;
	text-align						: left;
	left									: 5px;
	margin								: 5px;
	font-size							: 3em;
	color									: #ffde15;
	z-index								: 100;
	text-transform				:lowercase;

}

.post ul li{
	list-style-type: square;
}

.post blockquote{
	padding: 5px;
	font-weight: normal;
	text-align: left;
	margin: 5px;
	font-size: 1em;
	border-left: 4px #f4c622 solid;
	font-style: italic;
	margin-left: 30px;
	margin-right: 20px;
}

.post blockquote em{
	float: right;
	font-weight: normal;
	font-size: 1em;
	font-style: normal;
}

.entry {
	border								: 0px #fcf0c5 dashed;
	padding								: 30px;
	margin								: -3px 5px 0px 5px;
	background-color			: #6e716a;
	position							: relative;
	color									: #ffffff;
	min-height						: 180px;
	/* filter							:alpha(opacity=70); */
}

.entry a, .entry a:link, .entry a:visited {
	position							: relative;
	top										: 5px;
	color									: #FFFFFF;
	text-decoration				: none;
	font-style						: italic;
}

.entry a:hover, .entry a:active {
	color									: #FFFFFF;
	text-decoration				: underline;
}


.entry img{
	border								: 1px #fcf0c5 solid;
	padding								: 5px;
	margin								: 5px;
}

.entry a:hover img{
	border								: 1px #f4c622 solid;
}

.post-edit-link {
	margin								: 5px;
	font-size							: 0.8em;
	color									: #cccccc;
}

#pagenav{
	margin-bottom					: 1em;
	padding-left					: 10px;
	height:25px;
}

ul#pagenav{
	float:left;
	margin:0;
	padding:10px;
	list-style-type:none;
	float:left;
}
	
#pagenav li{
	float:left;
	list-style-type:none;
}

#pagenav ul a{
	display:block;
	padding: 5px;
	float:left;
	line-height:25px;
	color: #fff;
	background: url(images/menuoff.jpg) repeat-x bottom;
	margin-left: 1px;
	text-transform: uppercase;
}

#pagenav li.current_page_item a{
	background: url(images/menuon.jpg) repeat-x bottom;
	color: #666;
}

#pagenav li a:hover{
	background-image: url(images/menuon.jpg) ; /* background image swap on hover */
}

/*

other pages 

span#wrapper {
	width							: 652px;
	height						: 100%;
	background-color	: #ffffff;
	border-top				: 3px solid ##1b1a54;
	float							: left;
	top								: 0px;
}



div#clear{
	clear							: both;
	height						: 1px;
	overflow					: hidden;		
}

div#extra{
	height						: 289px;
	background				: url(images/headerpicture.jpg) no-repeat left;
	margin						: 0 0 0 7px;
	clear							: both;
}
div#extra-sidebar{
	height						: 289px;
	width							: 758px;
	float							: left;
	text-align				: left;
	background				: url(images/extrabar.jpg) repeat-x;
	vertical-align		: middle;
	margin						: -1px 0 0 0;
}



sidebar

span#sidebar{
	float							: right;
	width							: 322px;
	height						: 610px;
	margin						: 0 0 0 0;
	padding						: 0 0 0 0;
	text-align				: center;
	background-color	:	#f4c622;
}

.sidebar{
	font							: 1em/1.2em "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	margin-left				: 5px;
	margin-top				: 5px;
	height						: 1.2em;
	border-top				: 1px #fef5d5 solid;
	border-bottom			: 1px #fef5d5 solid;
	background-color	:	#f4c622;
}

.sidebar a{
	color							: #ffffff;
	font-style				: normal;
}

.sidebar a:hover{
	color							: #c2bfb2;
}

.textwidget {
	font							: 1.5em "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	color							: #ffffff;	
}

navbar

#nav{
	position					: relative;
	float							: left;
	margin						: 0;
	padding						: 0;
	left							: 0px;
	top								: 0px;
	width							: 775px;
	height						: 175px;
}

#navbar{
	float							: left;
}

ul#navbar{
	margin						: 0;
	padding						: 0;
}

#navbar li{
	display						: inline;
}

#navbar li a{
	float							: left;
	width							: 180px;
	color							: #f4c622;
	text-decoration		: none;
	height						: 80px;
	text-transform		: uppercase;
	margin-left				: 1px;
	text-align				: left;
	font-size					: 1.8em;
	display						: block;
	line-height				: 120px;
	padding-left			: 10px;
	padding-right			: 10px;
}

#navbar li.current_page_item a{
	color							: #f4c315;
}

#navbar li a:hover{
	/* background-image: url(images/menuon.jpg) ; background image swap on hover
}

ul#navintro{
	margin						: 0;
	padding						: 0;
	clear							: both;
}

#navintro li{
	float							: left;
	width							: 180px;
	color							: #1c1554;
	text-decoration		: none;
	height						: 80px;
	text-transform		: uppercase;
	margin-left				: 1px;
	text-align				: left;
	font-size					: 1em;
	display						: block;
	line-height				: 20px;
	padding-left			: 10px;
	padding-right			: 10px;
	background-color	:	#f4c622;
}


links

a{
	
	color: #ffffff;
	text-decoration: none;

}

a:hover {
	color: #ffffff;
}

a img {
	border:0;
}	

images

img {
	border: 0;
}

typography
	


h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	padding: 0em 0em 0em 0px;	
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	color: #1c1654;
	text-transform: uppercase;
}


h1 {
	font-size: 2.6em;
	line-height: 1.3em;
	color: #666;
	font-family: Georgia, serif, Times, "Times New Roman";
	text-transform: capitalize;
	letter-spacing: -1px;
}

h1 a{
	color: #666;
	border-bottom: 0em none;
	display: block;
}

h2 {
	font-size: 200%;
	line-height: 1.3em;
	
}
h2 a, h3 a, h4 a{
	color: #f4c622;
}

h3 {
	font-size: 145%;
	line-height: 1.3em;
	padding: 0.5em 0em 0em 0px;
}

h4 {
	font-size: 118%;
	line-height: 1.3em;
}

p {
	padding: 0em 5px 10px 0px;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

div#footer p{
	margin-left: 5px;
	font-size: 0.8em;
	margin-right: 5px;
}

.post{
	padding-left: 5px;
	padding-right: 5px;
}

.dte{
	color: #a3a3a3;
	margin-top: -1em;
	margin-bottom: 1em;
}

.postmetadata{
	clear:both;
	font-size: 0.8em;
	color: #a3a3a3;
	background: url(images/documents.gif) no-repeat center left;
	padding-left: 14px;
	border-top: 5px #ffffff solid;
	padding-top: 2px;
}



special

span.amp {
	font-family: "Goudy Old Style", "Palatino",
	"Book Antiqua", serif;
	font-style: italic;
	font-size: 110%;
}


lists

#navigation ul, #navigation li{
	list-style-type: none;
	margin: 0;
	padding:0;
	text-indent: 0px;
}



events

#extra-sidebar ul, #extra-sidebar li{
	margin:0;
	padding:0;
	list-style-type: none;
}

#extra-sidebar ul{
	padding-left: 20px;
	padding-right: 20px;
}

#extra-sidebar li{
	display:block;
	border-bottom: 1px #f4c622 solid;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
}

#extra-sidebar li a{
	text-transform: capitalize;
	font-weight: bold;
	color: #ffffff;
}

#extra-sidebar li a:hover{
	color: #1c1554;
}

#extra-sidebar h2{margin:0;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	color: #f4c622;
}

comments	

#comments{
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 10px;
}

.commentlist{
	margin-left: 5px;
}

.commentlist li{
	background-color: #ffffff;
	padding: 2px;
	list-style-type: none;
}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1em;
	font-weight: bold;
}

.commentlist p{
	margin-top: 1em;
}

.commentlist .alt{
	border-top: 1px #c2bfb2 solid;
	border-bottom: 1px #c2bfb2 solid;
	background-color: #fffdf8;
}

.nocomments a{
	background-image: url(images/figure.gif);
	padding-left: 12px;
	background-repeat: no-repeat;
}

#respond{
	margin-top: 1em;
}

forms

input, textarea, select {
	font: 1em Verdana, sans-serif; 
	background: #f8f8f8;
	border:1px solid #999;
	border-color:#999 #eef #eef #999;
	padding:1px;
	color: #444;
}	

input#author, input#email{
	background-color: #fdffdd;
}

input:focus, textarea:focus{
	background: #ffffff;
}

input:hover, textarea:hover {
	background:#ffffff;
	cursor:text;
}
	
input#submit {
	border: 1px #0f0000 outset;
	background-color: #e9e9e9;
}

input#submit:hover {
	cursor: pointer;
	background-color: #fafafa;
}

#comment{
	width:420px;
	font: 1em Verdana, sans-serif;
	margin-bottom: 1em;
}

#commentform{
	margin-top: 1em;
}

#searchform{
	margin-top: 10px;
	margin-left: 10px;
}

input#searchsubmit{
	display: none;
}

input#s {
	width: 180px;
	font-size: 1.2em;
	border: 1px #aeab9f solid;
}



.alignleft{
	float:left;
}

.alignright{
	float:right;
}
	
.related{
	margin-bottom: 1em;
	margin-top: 1em;
}

.related ul{
	list-style-type: none;
	margin: 0;
}

.related ul li{
	list-style-type: none;
	text-indent: 0;
}

archives

.archivemonth{
	float:left;
	width:45%;
}

.archivesubject{
	float:right;
	width:45%;
}

.achiverecent{
	clear:both;
}

.archive ul, .archive ol{
	list-style-type: none;
	line-height:1.2em;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.clear{
	clear:both;
}

.archive ul li {
	margin:0;
	list-style-type: none;
}
					
.archive li a {
	padding: 0px;
	color: #f4c622;
	text-decoration: none;
}

.children li{
	margin:0;
	padding:0;
	border: none;
	padding-left: 1em;
}

.children li a {
	padding-left:0px;
}					

.archive li a:hover {
	color: #333;
}



.contactform {
	text-align: left;
}

*/
