/*   
Theme Name: Amiko 2010
Theme URI: http://www.amiko.be
Description: The 2010 theme for the company website of Amiko.
Author: Hans De Beuckelaer
Author URI: http://www.amiko.be
Version: v1.0
Tags: white-red-black, fixed width
*/

/* General */
/* ------------------------------------------------------- */
body {
	min-width: 990px;
	background: #fff;
}
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, input, textarea, select {
	font: 14px/24px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #444444;
	margin: 0;
	padding: 0;
}
a {color:#f60012;}
a:hover {color:#888;}
a img {border:none;}

h2 {
	color: #000000; 
	font-size: 48px; 
	margin: 55px 0px 0px 0px;
	letter-spacing: -1px;
	line-height: 60px;
}
h2 a {
    text-decoration: none;
    color:#f60012;
}
h2 a:hover {color:#888;}
h3 {
	color: #000;
	font-size: 30px; 
	letter-spacing: -.75px;
	line-height: 35px;
}
h4 {
	color: #f60012; 
	font-size: 24px; 
	font-style: italic;
	letter-spacing: -.75px;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
}
em {
    color: #f60012;
    text-decoration: none;
    font-style: normal;
}
p em {
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
}

img.alignleft {
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 5px;
    border: 1px solid #888;
}

img.alignright {
    float: right;
    margin: 0px 0px 10px 10px;
    padding: 5px;
    border: 1px solid #888;
}


/* Header */
/* ------------------------------------------------------- */
#header {
	background: #f60012;
	clear: both;
	height: 65px;
}
#header .content {
	width: 980px;
	margin: 0px auto;
}
#header h1 a {
	display: block;
	width: 140px;
	height: 92px;
	background: url(img/logo.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
}
#header ul {
	float: right;
	position: relative;
	top: 35px;
}
#header li {
	display: inline;
	float: left;
	text-align: right;
}
#header li a {
	float: left; 
	margin: 0 20px 0 0; 
	padding: 0 5px 5px 5px;
	font-size: 18px; 
	font-weight: normal; 
	font-style: normal;
	color: #000;
	text-decoration: none;
}
#header li a:hover,
#header li.selected a {
	color: #fff;
}

/* Body */
/* ------------------------------------------------------- */
#body {
	clear: both;
}
#body .content {
	width: 980px;
	margin: 0px auto;
    display: block;
}
#featured-section, #info-section, #blog-section, #blog-entries-section,
#services-section, #about-section, #contact-section, #single-post-section,
#work-entries-section {
	display: block;
	width: 100%;
	clear: both;
	float: left;
	margin: 25px 0px;
	padding: 0px;
}
#blog-entries-section, #services-section, #about-section,
#contact-section, #single-post-section, #work-entries-section {
	margin: 0px 0px 40px 0px;
}

#featured-section ul {
	float: left;
	position: relative;
    margin-top: 20px;
}
#featured-section ul li {
	display: block;
	float: left;
	margin-left: 60px;
}
#featured-section ul li.first {
	margin: 0px;
}
.thumb {
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
	font-weight: bold;
	font-size: 14px;
}
a.img-link {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
}
a.img-link:hover {
	z-index: -1;
}
a.txt-link {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 180px;
	height: 180px;
	color: #fff;
	padding: 10px;
	background-image: url(img/thumb-hover.png);
	background-repeat: repeat;
}
a.txt-link:hover {
	z-index: 1;
    color: #fff;
    text-decoration: underline;
}
a.txt-link p {
    color: #fff;
    text-decoration: none;
}
a.txt-link:hover p {
    color: #fff;
    text-decoration: underline;
}

#info-section ul {
	float: left;
	position: relative;
}
#info-section ul li {
	display: block;
	float: left;
	margin-left: 30px;
	width: 300px;
}
#info-section ul li.first {
	margin: 0px;
}
#info-section p {
	margin-bottom: 10px;
    color: #000;
}
#blog-section {
    position: relative;
    z-index: 10;
	height: 243px;
    background: #f60012 url(img/bg_footer_content.png) no-repeat;
    background-position: bottom;
	margin: 15px 0px 0px 0px;
}
#blog-section p {
	color: #fff;
	margin-bottom: 10px;
}
#blog, #blog-entry {
	float: left;
	display: block;
	margin: 20px 0px;
	width: 249px;
	border-right: 1px solid #fff;	
}
#blog {
	padding: 0px 30px 0px 20px;
}
#blog-entry {
	padding: 0px 20px 0px 40px;
	width: 600px;
	border: none;
}
#blog h3 {color: #fff;}
#blog h4 {color: #000;}
#blog a, #blog-entry a {color:#000;}
#blog a:hover, #blog-entry a:hover {color:#888;}

#blog-entries-section h2 {
    color: #f60012;
    margin-bottom: 20px;
}
#blog-entries-section h3 {
    color: #000;
}
#blog-entries-section h3 a {
    color: #000;
}
#blog-entries-section h3 a:hover {
    color: #f60012;
}
#blog-entries-section .post {
    float: left;
    display: block;
}
#blog-entries-section .entry-date {
    padding: 10px;
    float: left;
    display: block;
    width: 60px;
    background-color: #ddd;
}
#blog-entries-section .entry-day {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}
#blog-entries-section .entry-month {
    color: #000;
    font-size: 20px;
    text-align: center;
    margin-top: -3px;
}
#blog-entries-section .entry-year {
    color: #000;
    font-size: 12px;
    text-align: center;
    margin-top: -5px;
}
#blog-entries-section .entry, #blog-entries-section .entry-new-day {
    float: left;
    width: 880px;
    display: block;
    margin: 0px 0px 20px 100px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
#blog-entries-section .entry-new-day {
    margin-left: 20px;
}
#blog-entries-section .entry-tags {
    display: block;
    color: #888;
    font-size: 12px;
    float: left;
    margin-bottom: 10px;
}
#blog-entries-section .entry-tags a {
    color: #f60012;
}
#blog-entries-section .entry-tags a:hover {
    color: #000;
}
#blog-entries-section .entry-body {
    float: left;
    width: 100%;
    display: block;
}
#blog-entries-section .entry-comments {
    display: block;
    background-color: #f60012;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    margin-top: 10px;
    float: left;
}
#blog-entries-section .entry-comments a {
    color: #fff;
}
#blog-entries-section .entry-body p {
    margin-bottom: 15px;
}
#blog-entries-section .entry-body ul {
    margin: 10px 20px;
    width: 100%;
}
#blog-entries-section .entry-body li {
    line-height: 30px;
    list-style: none;
}

#work-entries-section h2 a {
    color: #ddd;
}
#work-entries-section h2 a:hover {
    color: #f60012;
}
#work-entries-section .post {
    float: left;
    width: 100%;
    height: 400px;
    margin: 10px 0px 50px 0px;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    position: relative;
}
#work-entries-section .post .entry-image {
    float: left;
    display: block;
    width: 620px;
    margin: 0 28px 0px 0px;
}
#work-entries-section .post .entry-header,
#work-entries-section .post .entry-body {
    float: left;
    display: block;
    width: 320px;
}
#work-entries-section .post .entry-header {
    border-bottom: 1px solid #ddd;
}
#work-entries-section .post .entry-header img {
    margin: 0px 0px 10px 0px;
}
#work-entries-section .post .entry-header h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    color: #000;
    margin: 0px 0px 10px 0px;
}
#work-entries-section .post .entry-body ul {
    margin: 10px 0px;
    width: 100%;
}
#work-entries-section .post .entry-body li {
    list-style: none;
    font-size: 12px;
    line-height: 18px;
}
#work-entries-section .post .entry-body a.more {
    color: #fff;
    background-color: #f60012;
    font-size: 18px;
    position: absolute;
    bottom: 10px;
    padding: 5px;
    text-decoration: none;
}
#work-entries-section .post .entry-body a.more:hover {
    background-color: #888;
}



#single-post-section h2 {
    color: #f60012;
    margin-bottom: 20px;
}
#single-post-section h3 {
    margin: 20px 0px 10px 0px;
}
#single-post-section p {
    margin-bottom: 15px;
}
#single-post-section ul {
    margin: 10px 20px;
    width: 100%;
}
#single-post-section li {
    line-height: 30px;
    list-style: none;
}
#single-post-section blockquote {
	background: url(img/quote.gif) no-repeat;
	width: 85%;
	padding: 0 0 30px 60px;
	margin: 0 auto;
}
#single-post-section blockquote p {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1.12em;
	font-style: italic;
	background: none;
}
#single-post-section blockquote p.by {
	font-size: 90%;
	width: auto;
	float: right;
	display: inline;
	text-align: right;
}






#services-section h2 {
    color: #f60012;
    margin-bottom: 20px;
}
#services-section h3 {
    width: 200px;
    height: 350px;
    display: block;
    float: left;
    text-indent: -9999px;
}
#services-section p,
#services-section div.service-featured {
    float: left;
    margin-bottom: 15px;
    width: 220px;
    margin-left: 40px;
}
#services-section div.service-featured p {
    width: 100%;
    margin: 0px
}
#services-section div.service-featured h4 {
    color: #000;
}

#services-section .service-design,
#services-section .service-develop {
    width: 100%;
    float: left;
    display: block;
    clear: both;
}
#services-section .service-design {
    margin-bottom: 30px;
}
#services-section .service-design h3 {
    background: url(img/service-design.png) no-repeat top left;
}
#services-section .service-develop h3 {
    background: url(img/service-develop.png) no-repeat top left;
}

#about-history {
    background: url(img/steven_hans.png) no-repeat top right;
}
#about-section h2 {
    color: #f60012;
}
#about-section h3 {
    color: #000;
    margin-bottom: 15px;
}
#about-history h2 { margin-right: 250px; }
#about-history h3 { margin-right: 250px; }
#about-history p {
    margin-bottom: 15px;
    margin-right: 250px;
}




#contact-section h2 {
    color: #f60012;
}
#contact-section h3 {
    color: #333;
    float: left;
    width: 250px;
    line-height: 1.3em;
    margin-top: 20px;
}

#contact-section h3 em {
    color: #000;
}
/* Footer */
/* ------------------------------------------------------- */
#footer {
    margin-top: -19px;
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	background: #000;
    z-index: 0;
}
#footer .content {
	width: 980px;
	margin: 0px auto;
}
#footer .contact, #footer .blog, #footer .work, #footer .copy {
    margin: 20px 0px 20px 20px;
    float: left;
    display: block;
    width: 230px;
}
#footer .contact {
    margin-left: 0px;
}
#footer h5 {
    float: left;
    display: block;
	color: #ddd;
	font-size: 18px;
	font-style: normal;
	letter-spacing: -.75px;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
}
#footer h5 a {
    color: #ddd;
    font-size: 14px;
    text-decoration: none;
}
#footer h5 a:hover {
    color: #fff;
    text-decoration: underline;
}
#footer ul {
    float: left;
    clear: left;
    display: block;
    list-style: none;
    width: 100%;
}
#footer .copy ul {
    margin-bottom: 20px;
}
#footer li {
    font-size: 12px;
    line-height: 18px;
    color: #777;
}
#footer .blog li, #footer .work li {
    border-bottom: 1px dotted #333;
    margin: 0px 0px 5px 0px;
}
#footer .blog li a, #footer .work li a {
    text-decoration: none;
    color: #777;
    display: block;
    width: 100%;
}
#footer .blog li a:hover, #footer .work li a:hover {
    background-color: #333;
    color: #fff;
}
#footer .copy li {
    text-align: right;
}
#footer .copy li a {
    text-decoration: none;
    color: #ddd;
}
#footer .copy li a:hover {
    color: #fff;
    text-decoration: underline;
}


/* Comments
/* ------------------------------------------------------- */
ul.commentlist {
    width: 100%;
    float: left;
    clear: both;
    display: block;
    margin: 0px 0px 10px 0px;
}
li.comment {
    list-style: none;
    width: 100%;
    display: block;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    margin: 10px 0px;
}
li.comment div.commentinfo {
    margin: 10px;
    display: block;
    float: left;
    width: 80px;
    height: 100%;
}
li.comment div.commentbody {
    margin: 10px 5px 10px 110px;
    display: block;
    height: 100%;
}

div.commentbody h4 {
    color: #333;
    margin: 0px;
}
div.commentbody h4 a {
    text-decoration: none;
}
div.commentbody p.commentdate {
    font-size: 12px;
    color: #888;
    margin: 0;
    line-height: 12px;
}
div.commentbody p {
    margin: 5px 0px;
}

/* Info messages */
/* ------------------------------------------------------- */
#infoBox {
	float: left;
	clear: both;
	line-height: 20px;
	font-size: 16px;
	padding: 10px 0;
    padding: 5px;
    margin: 0px 0px 20px 100px;
    width: 438px;
}
#infoBox.red {
	background-color: #fac9cd;
    color: #f60012;
}
#infoBox.blue {
    background-color: #b5d5ff;
    color: #3875d7;
}

/* Form */
/* ------------------------------------------------------- */
#frmContact {
	width: 730px;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
}
#frmContact fieldset {
	float: left;
	border: none;
	margin: 0;
	padding: 0 0 0 100px;

}
#frmContact fieldset legend {
	display: none;
}
#frmContact fieldset ol {
	padding: 0;
	list-style: none;
}
#frmContact fieldset li {
	padding-bottom: 20px;
	position: relative;
}
#frmContact fieldset li.screenreader {
	position: absolute;
    left: -9999px;
    top: -9999px;
}
#frmContact input {
	width:438px;
	height:27px;
	background: url(img/text.gif) left bottom no-repeat;
	padding:5px 6px 0;
	border: none;
	color: #000;
}
#frmContact input:focus {
	background: url(img/text.gif) left top no-repeat;
}
#frmContact textarea {
	width:438px;
	background: url(img/textarea.gif) left bottom no-repeat;
	height:138px;
	border: none;
	padding:6px;
	color: #333;
	line-height: 130%;
}
#frmContact textarea:focus {
	background: url(img/textarea.gif) left top no-repeat;
}
#frmContact label {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	margin-left: 5px;
	color: #000;
	position: absolute;
	left: 455px;
	top: -2px;
}
#frmContact em {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-left: 5px;
	color: #9b9a9a;
	position: relative;
	top: 9px;
}
#frmContact #submit {
	position: absolute;
	left: 460px;
	top: 122px;
	width: 77px;
	height: 28px;
	background: url(img/submit.gif) no-repeat;
	border: none;
	cursor: pointer;
	padding:3px;
	color:white;
	font-size: 16px;
}

