/*
#
#       SNELSITE DEFAULT STYLING
#       version : v.2 (28-06-2007)
#       author  : Media Design (http://www.mediadesign.nl)
#		
*/

/* ############## GENERAL ############# */
button {
	cursor: pointer;
}
.structural {
	position: absolute;
	left: -9999px;
}

/* ############## DEFAULT CONTENT STYLING ############# */
.content h3 {
	font-size: 1.1em; 
}
.content .centeralign {
	text-align: center;
}
.content .rightalign {
	text-align: right;
}
.content .justify {
	text-align: justify;
}
.content ul {
	margin-left: 15px;
	list-style-type: disc;
}
.content ol {
	list-style-type: decimal;
}
.content .underline {
	border-bottom: 1px solid;
}
.content .strikethrough {
	text-decoration: line-through;
}
.content img.imgleft { 
	float: left;
	margin: 6px;
}
.content img.imgright { 
	float: right;
	margin: 6px;
}
.content table.tborder {
	border: 1px solid;
	border-width: 0 0 1px 1px;
}
.content table.tborder th, .content table.tborder td {
	border: 1px solid;
	border-width: 1px 1px 0 0;
	padding: 4px;
}
.content table.tborder th {
	font-weight: bold;
}
.content blockquote {
	padding: 0 5px 0 20px;
}
#cat_description {
	overflow: auto;
}
.itembox {
	overflow: hidden;
}

/* ############## PLUGIN -- AGENDA ############# */
#calendar {
	margin-bottom: 10px;
}
#calendar .content h2 {
	font-size: 1.2em;
}
#calendar table {
	clear: both;
}
#calendar dl {
	margin-bottom: 10px;
}
.calendar_month_table h3 {
	margin: 15px 0 7px 0;
}
#prev_month, #prev_day { 
	float: left;
}
#curr_month, #curr_day {
	text-align: center;
}
#next_month, #next_day { 
	float: right; 
}

/* ############## PLUGIN -- LINKS ############# */
.linkgroup {
	margin-top: 10px;
}

/* ############## PLUGIN -- SITEMAP ############# */
#sitemap ul {
	list-style-type: square;
}
#sitemap ul li ul {
	padding-top: 4px;
}
#sitemap li {
	margin-bottom: 4px;
}

/* ############## PLUGIN -- FORMS ############# */
form label span, form label.leading {
	float: left;
	display: block;
	width: 200px;
}
p#p_send_cc label span {
	width: auto;
	padding-right: 4px;
}
form span.single-column {
	float: none;
}
form p {
	clear: left;
}
form strong.required {
	color: red;
}
form fieldset.fieldgroup {
	padding-top: 8px;
}
form fieldset.fieldgroup legend {
	font-weight: bold;
}

/* ############## PLUGIN -- GALLERIES ############# */
.gallery {
	clear: both;
}
.thumb {
	float: left;
	margin: 0 5px 5px 0;
}

/* ############## PLUGIN -- FEEDS ############# */
.feedbutton img {
	margin-right: 0.5ex;
}
.feedbutton {
	text-decoration: none;
}
