/**
 * Stylesheet for crsolutions.be
 *
 * @media		screen
 * @copyright	CR Solutions <http://www.crsolutions.be>
 * @author		Tijs Verkoyen <tijs@crsolutions.be>
 */

/**
 * Typography and text styles 
 */
body {
	font: 300 13px Helvetica, Arial, sans-serif;
	line-height: 1.48; /* Safari 2.0.4 */
	padding: 0 0 20px;
	color: #333;
}

/**
 * Headings 
 */
h1, h2, h3, h4 {
	font-weight: 700;
	line-height: 1.1;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0 0 7px 0;
	font-size: 16px;
	color: #333333;
}

h3 {
	font-size: 16px;
	padding: 0 0 7px 0;
	color: #999999;
}

h4 {
	font-size: 13px;
	padding: 7px 0 7px 0;
	font-weight: 700;
}

p {
	padding: 0 0 7px 0;
}

ul, ol {
	padding: 0 0 7px 14px;
}

ul {
	list-style: disc;
}

ol {
	list-style-type: decimal;
	padding: 0 0 12px 24px;
}

	ul ul, ol ul {
		padding-bottom: 0;
	}
	
	ol ol {
		padding-bottom: 0;
	}
	
	ul ol {
		padding: 0 0 0 28px;
	}

small, span.mute {
	color: #808080;
	font-size: 11px;
}

code {
	font-family: Monaco, "Courier New", monospace;
	font-size: 12px;
	line-height: 1.15;
}

pre {
	padding: 7px 14px;
	background: #F5F5F5;
	margin: 0 0 14px;
}

blockquote, q {
	font-style: italic;
	color: #666;
}

blockquote {
	padding: 0 0 0 14px;
}

cite {
	font-size: 11px;
	text-align: right;
	display: block;
	position: relative;
	top: -14px;
	height: 0;
	/* Dismisses height to correctly align next element */
}

/**
 * Default styling for data tables 
 */
table {
	font-family: Arial, sans-serif;
	margin: 0 0 14px;
	border-top: 1px solid #D6E0EC;
	border-left: 1px solid #D6E0EC;
}

td, th {
	padding: 7px;
	border-right: 1px solid #D6E0EC;
	border-bottom: 1px solid #D6E0EC;
	font-size: 11px;
}

th {
	font-weight: 700;
	background: #F5F7F9;
	color: black;
	line-height: 1.2;
	text-align: left;
}

tr.rowOdd { background: white; }
tr.rowEven { background: #FCFCFC; }

form table {
	border: none;
}

form table td {
	border: none;
	font-size: 13px;
	vertical-align: top;
	padding: 0 5px 10px 0;
}

abbr, acronym {
	cursor: help;
}

/**
 * Links 
 */
a:link {
	color: #EA5F14;
}

a:visited {
	color: #EA5F14;
}

a:hover,
a:active {
	color: #333333;
}


/**
 * Page structure and layout
 */
#container {
}

	#header {
		width: 540px;
		margin: 30px auto 7px auto;
	}
	
		#header h1 {
			float: left;
		}
	
		#header h1 a {
			display: block;
			width: 210px;
			height: 50px;
			background-image: url(../images/logo_bg.gif);
			background-position: top left;
			background-repeat: no-repeat;
		}
		
		#header h1 a span {
			display: none;
		}
		
		#header #navigation {
			float: right;
		}
		
			#navigation ul {
				display: inline;
			}
			
			#navigation li {
				float: left;
				margin: 0 0 0 7px;
				list-style: none;
			}
			
			#navigation a {
				text-decoration: none;
				color: #333333;
			}
			
			#navigation li.selected a {
				color: #EA5F14;
			}

	#content {
	}
	
		#intro {
			width: 540px;
			margin: 0 auto;
		}
		
		.box {
			margin: 7px 0;
			padding: 15px;
			border: 1px solid #CCCCCC;
			background-color: #ECECEC;
		}
		
		.inner-box {
			width: 540px;
			margin: 0 auto;
		}
	

	#footer {
		width: 540px;
		margin: 15px auto;
		font-size: 11px;
	}
	
		#footer h5 {
			height: 20px;
			width: 121px;
			background-image: url(../images/footer_logo_bg.gif);
			background-position: top left;
			background-repeat: no-repeat;
		}
		
		#footer h5 span {
			display: none;
		}
		
		#footer p.address {
			margin: 0 0 0 26px;
		}
		
		#footer .pages {
			text-align: right;
		}

/**
 * MODULE: Products
 */
#products .product {
	float: left;
	width: 155px;
	margin: 0 0 10px 0;
	padding: 0 10px;
	border-left: 1px solid #CCCCCC;
}

#products .first-product {
	border: none;
}

#products .price-info {
	margin: 14px 0 0 0;
	text-align: center;
}

#products .price {
	font-size: 30px;
	line-height: 12px;
}

.order-button {
	display: block;
	width: 91px;
	height: 42px;
	margin: 0 auto;
	background-image: url(../images/order_button_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}

	.order-button span {
		display: none;
	}

/**
 * Portfolio
 */
#portfolio-overview .item {
	border-top: 1px solid #CCCCCC;
	padding: 10px 0;
}

#portfolio-overview .first {
	border-top: none;
	padding: 0 0 10px 0;
}


/**
 * MODULE: Blog
 */
#blog {

}
	.blog-article {
		width: 540px;
		margin: 0 auto;
	}
	
	.blog-article h2 a {
		color: #333333;
		text-decoration: none;
	}
	
	.blog-article h2 .author {
		font-size: 12px;
		font-weight: normal;
	}
	
	.blog-article .blog-meta {
		border-top: 1px solid #CCCCCC;
		font-size: 11px;
	}
	
	#blog-overview .blog-article {
		padding: 0 0 15px 0;
	}
	
	
	.blog-comments
	{
		border-bottom: 1px solid #CCCCCC;
		margin: 15px auto 0 auto;
	}
	
	.blog-form
	{
		margin: 15px auto 0 auto;
	}

/**
 * MODULE: Order
 */
div.overlay {
	z-index: 1;
	position: absolute;
	width: 540px;
	top: 10%;
	left: 34%;
	height: 40px;
}
	div.overlay-top {
		height: 40px;
		background-image: url(../images/overlay_top_bg.png);
		background-position: top left;
		background-repeat: no-repeat;
	}

	div.overlay form {
		padding: 0 30px 30px 30px;
		background-image: url(../images/overlay_bg.png);
		background-position: bottom left;
		background-repeat: no-repeat;
	}

div.overlay a.close {
	display: block;
	margin: 25px 25px 0 0;
	width: 16px;
	height: 16px;
	background-image: url(../images/close.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div.overlay a.close span {
	display: none;
}


/**
 * MODULE: Contact
 */

input, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

textarea.textarea {
	padding: 3px 2px;
}

span.form-error {
	color: red;
	display: block;
	padding: 0 0 2px 0;
}

span.form-success {
	color: green;
	display: block;
	background: #CFC;
	padding: 8px;
	border: 1px solid green;
	margin: 0 0 10px;
}

input.input-text-error,
input.input-password-error,
textarea.textarea-error {
	border: 1px solid red;
	padding: 3px 2px;
}

input#nr, input#zip {
	width: 60px;
}


form dl.padding-left {
	margin-left: 14px;
}

form dl dd {
	padding: 0 0 8px 0;
}

#name, #email, #website, #subject {
	width: 210px;
}

#message {
	width: 350px;
	height: 10em;
}

/* Fork defaults: image classes */
img.alignleft {
	float: left;
	padding: 0 7px 7px 0;
}

img.alignright {
	float: right;
	padding: 0 0 10px 10px;
}

/* Fork defaults: linkbutton */
a.linkbutton {
	border: 1px solid #E5EAF7;
	background: #FFF;
	padding: 3px 8px;
	display: block;
	float: left;
	font-weight: 700;
	margin: 0 10px 0 0;
}

/* Fork defaults: backlinks*/
p.backlink {
	clear: both;
}

p.backlink a {
	background: #FFF;
	padding: 3px 6px;
	border: 1px solid #AAA;
	text-decoration: none;
	font-size: 12px;
}

p.backlink a:hover {
	background: #FFD;
}

/* Fork defaults: pagination */
.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 15px 0 0 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #333333;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: #333333;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: #333333;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	background: #EEE;
	border: 1px solid #BBB;
	color: black;
}

.nextpage, .previouspage { font-size: 11px !important; }
.pagination li.nextpage { margin-left: 10px; }
.pagination li.previouspage { margin-right: 15px; }

/* Fork defaults: general purposes classes */
.hidden { display: none; }
.block { display: block; }
.nopadding { padding: 0 !important; }
.floatleft { float: left; }
.floatright { float: right; }

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
