/*
Theme Name: Arb Design Theme V1.0
Theme URI: http://www.arbdesign.dk
Description: Theme for Arb Design's website
Version: Version 1.0 
Author: Michael C. Andersen
*/
/*Special Thanks to Miklb for the blank theme
http://www.miklb.com/blog/2005/my-site/blank-wordpress-theme/
*/

/*-----------Block Level Elements--------------*/

Body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

#container {
	width: 673px;
	margin: 0px auto;
}

#header {

}

#languages {
	float:right;
}

.description {

}

#wrapper {

}

#content {

}

#sidebar {

}

#moto {
float: right;
padding: 0 0px 20px 30px;
font-size: 4em;
color : #8582be;
}

#footer {
	background: #F5F5F5;
	padding: 0;
	text-align: center;	
	font-size: 0.7em;
}

#footer p, #footer a:link, #footer a:visited, #footer a:active {
	margin: 0;
        height: 15px;
	padding: 5px 0 5px 0;
	color: #A5A5A5;
}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		TOP BAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#topbar {
	background: #8582be;
	margin: 1px auto 30px auto;
}
	
	#topbar ul {
		height: 20px;
		list-style: none;
		margin: 0 0 0 5px;
		padding: 0;
	}
		
		#topbar ul li {
			display: block;
			list-style: none;			
			float: left;
			font-size: 0.8em;
			text-transform: lowercase;
		}

			
		#topbar ul li a, #topbar ul li a:visited {
			float: left;
			display: block;
			padding: 0px 12px 0px 12px;
			color: #fff;
			text-decoration: none;
		}
				
		#topbar ul li a:hover { 
			background: #fff; 
			color: #8582be;
			padding: 0px 12px 0px 12px;
			border-top: 1px solid #E5E5E5;
			border-bottom: 1px solid #E5E5E5;
		}

.current_page_item {
text-decoration: underline;
color: white;
}
			

/*-------------Headings-------------*/

h1 {

}

h2 {
		font-family: Georgia, "Times New Roman", serif;
		font-size: 1.9em;
		font-weight: normal;
		color: #8582be;
		margin: 30px 20px 15px 14px;
}
		
h2 a:hover { color: #0099CC; }


h3 {
font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
font-size: 1.3em;
font-weight: bold;
color : black;
}


h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {

}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {
		width: 575px;
		margin: 0 auto;
		font-size: 0.8em;
}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {
	border: 0px;
}

acronym, abbr {

}

/*--------------Bloglinks------------*/

.bloglinks{
		width: 575px;
		margin: 0 auto;
font-size : 0.8em;
line-height:1.2em;
}

.bloglinks ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;

margin:0em 0em 1em;
padding:0pt;
}

.bloglinks li {
padding-bottom : 10px;
}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Other------------------*/
.postit {
padding: 0px 10px 5px 5px;
margin: 0px 0px 40px 0px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-webkit-box-shadow: 3px 3px 3px #888;
border-right: 2px solid #888;
border-bottom: 2px solid #888;
}