/*
	mariusroosendaal.com default theme CSS
	=========================================================
	(c)2007 Marius Roosendaal
	=========================================================
*/

	
* {
	padding:				0;
	margin:					0;
	border:					0px none;
}

body {
	font-family:			Tahoma, Arial, Helvetica, sans-serif;
	font-size:				11px;
}

ul, ol {
	list-style-type:		none;
}

a {
	font-weight:			bold;
	text-decoration:		none;
	outline:				none;
}


p {
	line-height:			20px;
	padding:				0 0	20px;
}

h2, h3, h4, h5 {
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-weight:			normal;
	padding-bottom:			10px;
	margin-bottom:			15px;	
}

h2 {
	font-size:				21px;
}

h3 {
	font-size:				18px;
}

h5 {
	font-size:				11px;
	margin-bottom:			13px;	
	text-transform:			uppercase;
	letter-spacing:			2px;
}

div.clear {
	clear:					both;
	font-size:				0px;
	line-height:			0;
	height:					0px;
}

.hide {
	display:				none;
}

div.wrapper_bg {
}

div.wrapper {
	margin:					0 auto;
	width:					755px;
}


/** header **/
div.header {
	height:					205px;
	position:				relative;
}

	div.header h1 {
		height:					42px;
		width:					259px;
		position:				absolute;
		top:					95px;
		left:					0;
	}
	
	div.header h1 span, div.header h2 {
		display:				none;
	}
	

/** content **/
div.main {
	margin-top:				30px;
}

div.content {
	float:					left;
	padding-right:			60px;
	width: 					470px;
}

ul#webprojects {
}

	ul#webprojects li {
		margin-bottom:			1px;
	}

/** webnav **/
ul#webprojects li ul.webnav {
	height:					35px;
	width:					470px;
	cursor:					pointer;
}
	
	ul#webprojects li ul.webnav li {
		float:					left;
		height:					15px;
		padding:				11px 0 9px;
		margin-bottom:			0;
	}
	
	ul#webprojects li ul.webnav li.left {
		font-weight:			bold;
		width:					32px;
		text-align:				center;
		padding-right:			2px;
	}
	
	ul#webprojects li ul.webnav li.name {
		padding-left:			8px;
		width:					194px;
	}
	
	ul#webprojects li ul.webnav li.name h4 {
		font:					11px Tahoma, Arial, Helvetica, sans-serif;
		font-weight:			bold;
		padding-bottom:			0;
		margin-bottom:			0;	
		background:				none;
	}
	
	ul#webprojects li ul.webnav li.date {
		text-align:				right;
		width:					202px;
	}
	
	ul#webprojects li ul.webnav li.right {
		width:					32px;
	}
	
	
/** webnav active **/
ul#webprojects li ul.webnav_active {
	cursor:					auto;
}
	
div.web_content {
	position:				relative;
}

	p.web_header {
		font-weight:			bold;
		height:					26px;
		padding:				16px 0 0 23px;
		position:				relative;
		width:					447px;
		line-height:			14px;
	}
	
	p.web_header img {
		padding-right:			5px;
		position:				absolute;
		top:					20px;
		left:					10px;
	}
	
	p.web_comment {
		padding:				18px;
		line-height:			19px;
		position:				absolute;
		bottom:					18px;
		width:					434px;
		z-index:				1000;
	}
	
	p.web_comment span {
	}

div.web_imgs {
	height:					270px;
	position:				relative;
}

	div.web_imgs ul {
		position:				absolute;
		top:					-30px;
		right:					10px;
	}
	
	div.web_imgs ul li {
		float:					left;
		text-align:				center;	
	}
	
	div.web_imgs ul li.nav_nr {
		padding:				0 7px;	
	}
	
	div.web_imgs ul li.last {
		background:				none;
	}
	
	div.web_imgs ul li a {
		cursor:					pointer;
		line-height:			18px;
		border:					none;
	}
	
	div.web_imgs ul li a:hover {
	}
	
	div.web_imgs ul li a.active {
		cursor:					auto;
		border:					none;
	}
	
	div.web_imgs ul li a.prev {
		display:				block;
		border:					none;
		height:					19px;
		width:					18px;
		padding:				0;
	}
	
	div.web_imgs ul li a.next {
		display:				block;
		height:					19px;
		width:					18px;
		border:					none;
		padding:				0
	}
		
div.web_footer {
	height:					19px;
	position:				relative;
}
	
	div.web_footer a.btn_comment {
		display:				block;			
		height:					16px;
		width:					17px;
		position:				absolute;
		left:					10px;
		top:					0;
		cursor:					pointer;
		border:					none;
	}


/** right bar **/
div.rightbar {
	width:					225px;
	float:					left;
}

	div.themeselector {
		margin-bottom:			20px;
		position:				relative;
	}
	
	div.themeselector p {
		padding:				0 0 10px;	
		line-height:			16px;
	}
	
	div.themeselector p strong {
	}
	
	div.themeselector ul {
		width:					201px;
		height:					16px;
		padding:				12px;
	}
	
	div.themeselector ul li {
		float:					left;
	}
	
	div.themeselector ul li.time {
		padding-right:			6px;
		margin-right:			6px;
	}
	div.themeselector a {
		border:					none;
		position:				absolute;
		top:					51px;
		display:				block;
		width:					19px;
		height:					19px;
		cursor:					pointer;
		background-position:	0 0;
	}
		
	div.themeselector a.style_light {
		right:					54px;
	}
	
	div.themeselector a.style_dark {
		right:					32px;
	}
	
	div.themeselector a.style_sunrise {
		right:					10px;
	}

	div.themeselector a:hover {
		border:					none;
	}
	
ul.contact_form {
	font-weight:			bold;
}
	
	ul.contact_form input, textarea {
		font:					normal 11px Tahoma, Arial, Helvetica, sans-serif;
	}
	
	ul.contact_form input.txt {
		height:					13px;
		width:					213px;
		margin:					5px 0 10px;
		padding:				5px;
	}
	
	ul.contact_form textarea {
		width:					218px;
		height:					84px;
		line-height:			22px;
		margin:					5px 0 2px;
		padding:				2px 0 5px 5px;
	}
	
	ul.contact_form span {
		font-weight:			normal;
		font-size:				10px;
	}
	
	ul.contact_form input.btn {
		background:				none;
		outline: 				none;
		cursor:					pointer;
		margin-top:				15px;
		display:				block;
		height:					26px;
		width:					77px;
	}

	ul.contact_form a.btn:hover {
		border:					none;
	}
	
	div#contact_log {
		height:				17px;
		line-height:		12px;
		margin-top:			20px;
		padding-top:		2px;
	}
	
	div#contact_log img {
		vertical-align:		bottom;
	}
	
	div#contact_log span {
		color:				#f00;
	}


/** footer **/
div.footer {
	height:					231px;
	padding:				25px 0 0 0;
	margin-top:				30px;
}

	div.footer div.inner {
		width:					755px;
		margin:					0 auto;
	}
	
	div.footer div.inner div.links {
		float:					left;
		padding-right:			60px;
		width: 					470px;
	}
	
	div.footer div.inner ul {
		float:					left;
		width:					156px;
	}
	
	div.footer div.inner ul li {
		padding:				6px 0 6px 15px;
	}
	
	div.footer div.inner ul li a {
		border-bottom:			none;
	}
	
	div.footer div.inner ul li a:hover {
	}
	
	* html div.footer div.inner ul li a:hover {
	}
	
	div.footer div.inner div.aboutsite {
		width:					225px;
		float:					left;
	}	
	
	div.footer div.inner div.aboutsite p {
		line-height:			21px;
	}

	div.footnotes {
		width:					755px;
		margin:					0 auto;
		position:				relative;
	}
	div.footnotes ul.notes {
		line-height:			20px;
		padding-bottom:			25px;
	}

/*featured dropdown */
div.feat_dd {
	position:				absolute;
	bottom:					35px;
	right:					51px;

}
	div#feat_select {
		height:					19px;
		width:					164px;
		font-weight:			bold;
		padding:				5px 0 0 10px;
		cursor:					pointer;
	}
	
	#feat_options {
		overflow:				hidden;
		position:				relative;
		width:					174px;
	}
	
	#feat_options ul {
	}
	
	#feat_options ul li a {
		display:				block;
		height:					14px;
		padding:				5px 6px;
		width:					156px;
		margin:					0 3px;
	}
	#feat_options ul li a:hover {
		color:					#fff;
	}
	
	#feat_options ul li.first {
	}
	
	#feat_options ul li.first a { 
		padding:				7px 6px 4px;
		border-top:				none;
		height:					16px;
	}

	#feat_options ul li.last a { 
		border-bottom:			none;
		height:					16px;
	}

.tt_night-tip {
	width:					40px;
	height:					22px;
}

.tt_day-tip {
	width:					40px;
	height:					22px;
}

.tt_sunrise-tip {
	width:					82px;
	height:					22px;
}

.tt_desc-tip {
	width:					73px;
	height:					22px;
	z-index:				1001;
}


/* slimbox */
#lbOverlay {
	background-color: 		#000;
	position: 				absolute;
	left: 					0;
	width: 					100%;
	cursor: 				pointer;

}

#lbCenter {
	position: 				absolute;
	left: 					50%;
	overflow: 				hidden;
	background-color: 		#fff;
	z-index:				1002;
}

#lbBottomContainer {	
	position: 				absolute;
	left: 					50%;
	overflow: 				hidden;
}

.lbLoading {
}

#lbImage {
	position: 				absolute;
	left: 					0;
	top: 					0;
	background-repeat: 		no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: 				block;
	position: 				absolute;
	top: 					0;
	width: 					50%;
	outline: 				none;
}

#lbPrevLink {
	left: 					0;
}

#lbPrevLink:hover {
}

#lbNextLink {
	right: 					0;
}

#lbNextLink:hover {
}

#lbBottom {
	font-family: 			Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 				10px;
	line-height: 			1.4em;
	text-align: 			left;
	border-top-style: 		none;
}

#lbBottom a {
	border:					0;
}

#lbCloseLink {
	display: 				block;
	float: 					right;
	width: 					83px;
	height: 				29px;
	margin: 				5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 			71px;
}

#lbCaption {
	font-weight: 			bold;
}