/*  
Theme Name: M-ARC
Theme URI: 
Description: The WordPress theme for M-ARC
Version: 1.0
Author: Yoeri Conickx for INXCO
Author URI: http://www.inxco.be/

*/

@charset "UTF-8";
/* CSS Document */

html {
}
body {
	font-family: Verdana;
	font-size: 11px;
	color : #444;						
	margin: 0;
	padding:0;
	background-color: #FFFFFF;
	overflow: -moz-scrollbars-vertical;
	text-align:center;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#CC3300;
	font-weight:normal;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#663300;
	font-weight:normal;
}
h3 {
	font-family:"Times New Roman", Times, serif;					
	font-size:16px;
	color:#CC3300;
	font-weight:normal;
}
a {
	text-decoration:underline;
	color:#CC3300;
}
a:hover {
	text-decoration:none;
	color:#444;
}
img {
	border: none;
}
ul {
	list-style:square;
}

#wrapper {
	width: 920px;
	background-color:#FFF;
	height:auto;
	position:relative;
	margin:0 auto;
	text-align:left;
}
#top {
	width:920px;
	height: 114px;
	background-image:url(images/top_spacer.gif);
	background-repeat:repeat-x;
}
#topleft {
	width:625px;
	height: 114px;
	padding:0;
	margin:0;
	float: left;
	position:absolute;
	top:0px;
	left:0px;
}

#topright {
	width:295px;
	height: 114px;
	text-align:right;
	font-size: 11px;
	color: #FFF;
	float:right;
}
.whitetext {
	padding-right: 10px;
	padding-top: 25px;
	font-size:10px;
	font-weight:normal;
}

.whitetext a {
	color:#FFFFFF;
	text-decoration:none;
}

.whitetext a:hover {
	color:#FF9900;
	text-decoration:none;
}

#topmenu {
	text-align:left;
	font-size:11px;
	color:#C30;
	border-bottom: solid 1px #F90;
	height: 23px;
	padding-left:0px;
}

#topmenu ul {
	list-style: none;
	margin: 4px 0;
	padding: 0;
}

#topmenu a {
	text-decoration:none;
	color:#630;
}

#topmenu a:hover {
	text-decoration:none;
	color:#C30;
}
				
#topmenu li {
	border-right:1px solid #630;
	float:left;
	/*text-align:right;*/
	line-height: 11px;
	margin-top:5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topmenu li.lastitem {	
	border-right:0;
}

#topmenu li.firstitem {
	margin-left:0px;
}
#topmenu li.firstitemRed {
	margin-left:0px;
	color:#CC3300;
}

#topmenu li.lastitemRed {
	color:#C30;
	border-right-width: 0;
	border-right-style: solid;
	border-right-color: #333333;
}				

.redText, a.redText {
	color:#C30;
}

#middleLeft		{
	width:470px;
	min-height:400px;
	background-color:#FFFFFF;
	float:left;
	overflow:visible;
}

#right			{
	width:440px;
	height:175px;
	background-color:#FFF;
	position:relative;
	margin-top:9px;
	margin-bottom:10px;
	float:right;
	background-image:url(images/img_home.gif);					
}

#middleRight	{
	width:440px;
	height:175px;
	background-image:url(visuals_int/img_home.gif);
	float:right;
	margin-top:4px;
}

#middleLeftMenu ul		{
	list-style: none;
	margin: 8px 0;
	padding: 0px;
	font-size:11px;
	color:#C30;
}


#middleLeftMenu li	{
	border-right:1px solid #630;
	display:inline;
	/*text-align:right;*/
	line-height: 11px;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#middleLeftMenu li.lastitem		{	
	border-right:0;
}

#middleLeftMenu li.firstitem	{	
	margin-left: 0px;
}
#middleLeftMenu li.firstitemRed	{	
	margin: 0px;
	color:#CC3300;
}


#middleLeftMenu a		{
	text-decoration:none;
	color:#630;
}

#middleLeftMenu a:hover {
	text-decoration:none;
	color:#C30;
}

#content		{
	width:470px;
	text-align:left;
	float:left;
	background-color:#FFF;
	padding-left:0px;
	padding-right:10px;
}

#contentBottom	{
	width:470px;
	border-top:solid 1px #999;
	padding-top:5px;
}

#contentBottomLeft			{
	width:235px;
	padding-left:0px;
	float:left;
	text-align:left;
}

#contentBottomRight			{
	width:235px;
	padding-left:0px;
	float:right;
	text-align:right;
}
#contentBottomRight	ul		{

	list-style:none;
	color:#CC3300;
	padding:0px;
	margin:0;
	text-align:right;
	float:right;
}

#contentBottomRight li		{
	border-right:1px solid #999;
	float:left;
	padding-right:5px;
	padding-left:5px;
}
#contentBottomRight li.next{
	border-right:0px;
	padding-right:0px;
}


#contentBottomLeft	ul		{

	list-style:none;
	color:#CC3300;
	padding:0px;
	margin:0;
	text-align:left;
	float:left;
}

#contentBottomLeft li		{
	border-right:1px solid #999;
	float:left;
	padding-right:5px;
	padding-left:5px;
}
#contentBottomLeft li.next{
	border-right:0px;
}
#contentBottomLeft li.first{
	padding-left:0px;
}

.imgContent {
	padding-top: 10px;
}				

#mainRight		{
	width:440px;
	float:right;
	background-color:#FFF;
}

#mainRightLeft	{
	width:220px;
	float:left;
}

#mainRightRight	{
	width:220px;
	float:right;
}


#kijkje			{
	width:210px;
	height:160px;
	margin-left:10px;
	text-align:left;
}

#lezen			{
	width:210px;
	height:160px;
	margin-left:10px;
	text-align:left;
}
#good		{
	width:210px;
	margin-left:10px;
	text-align:left;
	margin-top:10px;
}

#helden			{
	width:210px;
	margin-left:10px;
	text-align:left;
	margin-top:10px;
}

.kijkjeTitel	{
	width:210px;
	border-bottom:1px solid #CC3300;
	padding-bottom:2px;
}

.postsTitel	{
	width:470px;
	border-bottom:1px solid #CC3300;
	padding-bottom:2px;
}

.heldenlinks	{
	font-size:11px;
	color:#663300;
}

.heldenlinks a	{
	color:#663300;
	text-decoration:none;
}
.heldenlinks a:hover {
	color:#666666;
}

#footer			{
	width:920px;
	height:10px;
	background-color:#FF9900;
	float:left;
	margin-top:15px;
}

#posts			{
	width:470px;
	margin-bottom:7px;
}

.post			{
	width:470px;
	height:15px;
	border-bottom:1px solid #999999;
	border-bottom-style:dashed;
	padding-right:0px;
}

.lastpost			{
	width:470px;
	height:15px;
	border-bottom:0px;
	padding-right:0px;
}


.postleft 		{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#663300;
	float:left;
	text-align:left;
}
.postleftRed 	{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#C30;
	float:left;
	text-align:left;
}

.postright		{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#663300;
	float:right;
	text-align:right;
	padding-top:2px;
	text-transform: uppercase;
}

.postrightRed	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#C30;
	float:right;
	text-align:right;
	padding-top:2px;
}


.postleft a		{
	text-decoration:none;
	color:#663300;
}

.postleft a:hover{
	text-decoration:none;
	color:#CC3300;
}
ul.archive {
	list-style: none;
	text-transform:uppercase;
	margin: 4px 0;
	padding: 0;	
}
ul.archive li {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#663300;
	text-align:left;
	width:470px;
	height:15px;
	border-bottom:1px solid #999999;
	border-bottom-style:dashed;
}
ul.archive a		{
	text-decoration:none;
	color:#663300;
}

ul.archive a:hover{
	text-decoration:none;
	color:#CC3300;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

a.redText {
	color:#C30;
}