/*  
Theme Name: Arbelt Services
Theme URI: http://www.arbelt.nl/
Description: A theme custommade for Arbelt Services.
Version: 0.5
Author: Jasper Kusters
Author URI: http://www.jasperkusters.nl

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #dbe2f2 url('images/arbeltbgcolor.gif');
	color: #333;
	text-align: left;
}
#page {
	background-color:#FF0000;
	border: 0px solid #959596;
	text-align: left;
}
#header {
	background: #73a0c5 url('images/arbeltheader.jpg') no-repeat top center;
}

#content {
	font-size: 1.2em
}
.widecolumn .entry p {
	font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: left;
}

.alt {
	background-color: #f8f8f8;
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
}
#footer {
	background: #eee url('images/arbeltfooter.png') no-repeat top;
	border: none;
}
small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h1 {
	font-size: 4em;
	text-align: left;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h2 {
	font-size: 1.6em;
}
h2.pagetitle {
	font-size: 1.6em;
}
#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.entry p a:visited {
	color: #b85b5a;
}

#sidebar {
	font: 12px Verdana, Arial, Sans-Serif;
	font-weight:bold;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
       

}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
}
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 756px;
}
#header {
	background-color: #73a0c5;
	margin: 0 0 0 0px;
	padding: 0;
	height: 177px;
	width: 760px;
}
#headerimg {
	margin: 0;
	height: 200px;
}
.narrowcolumn {
	float:right;
	padding-right:50px;
	width: 500px;
	margin-right:10px;
}

.post {
	margin: 0 0 0px;
	text-align:left;
}
.post hr {
	display: block;
}
.postmetadata {
	clear: left;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	height: 97px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align:left;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}
h2 {
	margin: 30px 0 0;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#sidebar h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */



/* Begin Images */
p img {
	border:solid;
	border-color:#000000;
	border-width:1px;
	padding:1px;
}
/*	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;
	border:solid;
	border-color:#000000;
	border-width:1px;
	padding:1px;
}
img.alignright {
	border:solid;
	border-color:#000000;
	border-width:1px;
	padding:1px;
	display: inline;
}
img.alignleft {
	border:solid;
	border-color:#000000;
	border-width:1px;
	padding:1px;
	margin: 0 7px 0px 0;
	display: inline;
}
.alignright {
	
	float: right;
}
.alignleft {
	float: left
}
/* End Images */



/* Begin Lists
*/

html>body .entry ul {
	margin-left: 15px;
	padding: 0 0 0 30px;
	list-style: square;
	padding-left: 10px;
	text-indent: 0px;
}
html>body .entry li {
	margin: 10px 0 0 0;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}

#sidebar ul, #sidebar ul ol {
	list-style-type:none;
	margin: 5px 10px 0;
	padding: 0 0 0 0;
}
#sidebar ul li {
	list-style-image: none;
	margin-bottom: 3px;
	margin-top: 3px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 5px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
}
#sidebar ul ul ul, #sidebar ul ol {
	list-style-type:square;
	font-size: 0.85em;
	margin: 5px 0 5px 12px;
	text-indent: -2px;
}
ol li, #sidebar ul ol li {
	list-style: none;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Sidebar */
#sidebar {
	background-image:url(images/arbeltsidebarbg2.jpg);
	background-color: #d8e4fe;
	padding: 0 0 0 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	padding-top:10px;
	width: 190px;
}
/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/
