/*
Theme Name: CMS 2
Theme URI: http://www.bos89.nl/
Description: CMS theme for Wordpress
Version: 0.3
Author: Martijn Stegink
Datum: September 11, 2008
*/

/* accent orange is ff9933 */
/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

p { 
  margin-bottom: 21px; 
}

h1 { 
  font-size: 1.3em; 
  line-height: 42px;
}

h2 {
  font-size: 1.2em; 
  line-height: 21px; 
}

h3 { 
  font-size: 1.1em; 
  line-height: 21px; 
}

h1, h2, h3 {
	color: #0084B4;
	margin-bottom: 10px;
}

ul, 
ol { 
	margin: 20px 0 30px 18px; 
}
li {
	margin: 20px 0 30px 18px;
}

ul ul li {
	margin: 11px 0 12px 22px;
}

/* TYPEWRITER HEADINGS */

#words-matter {
	margin-bottom: 30px; 
	padding:0;
	position:relative;
	width:597px;
	height:51px;
	overflow:hidden;
}

#words-matter span {
    display:block;
    position:absolute; 
    left:0; 
    top:0; 
    z-index:1;
    width:597px; 
    height:51px;
    margin:0; 
    padding:0;
    background:url(img/words-matter.jpg) top left no-repeat;
}

#about {
	margin-bottom: 30px; 
	padding:0;
	position:relative;
	width:251px;
	height:51px;
	overflow:hidden;
}

#about span {
    display:block;
    position:absolute; 
    left:0; 
    top:0; 
    z-index:1;
    width:251px; 
    height:51px;
    margin:0; 
    padding:0;
    background:url(img/about.jpg) top left no-repeat;
}

#portfolio {
	margin-bottom: 30px; 
	padding:0;
	position:relative;
	width:451px;
	height:51px;
	overflow:hidden;
}

#portfolio span {
    display:block;
    position:absolute; 
    left:0; 
    top:0; 
    z-index:1;
    width:451px; 
    height:51px;
    margin:0; 
    padding:0;
    background:url(img/portfolio.jpg) top left no-repeat;
}
      
#awards {
	margin-bottom: 30px; 
	padding:0;
	position:relative;
	width:298px;
	height:51px;
	overflow:hidden;
}

#awards span {
    display:block;
    position:absolute; 
    left:0; 
    top:0; 
    z-index:1;
    width:298px; 
    height:51px;
    margin:0; 
    padding:0;
    background:url(img/awards.jpg) top left no-repeat;
}
      
#client-list {
	margin-bottom: 30px; 
	padding:0;
	position:relative;
	width:551px;
	height:51px;
	overflow:hidden;
}

#client-list span {
    display:block;
    position:absolute; 
    left:0; 
    top:0; 
    z-index:1;
    width:551px; 
    height:51px;
    margin:0; 
    padding:0;
    background:url(img/client-list.jpg) top left no-repeat;
}

#contact {
	margin-bottom: 30px; 
	padding:0;
	position:relative;
	width:351px;
	height:51px;
	overflow:hidden;
}

#contact span {
    display:block;
    position:absolute; 
    left:0; 
    top:0; 
    z-index:1;
    width:351px; 
    height:51px;
    margin:0; 
    padding:0;
    background:url(img/contact.jpg) top left no-repeat;
}

#articles {
	margin-bottom: 30px; 
	padding:0;
	position:relative;
	width:401px;
	height:51px;
	overflow:hidden;
}

#articles span {
    display:block;
    position:absolute; 
    left:0; 
    top:0; 
    z-index:1;
    width:401px; 
    height:51px;
    margin:0; 
    padding:0;
    background:url(img/articles.jpg) top left no-repeat;
}
      
/* GENERAL */

body {
 /* url(img/bg.png) */
 	background: white;
	font: 1em Times, "Times New Roman", Georgia, serif;
	color: #333;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 0px;
	background: #fff;
	/* border: 13px solid #3c3c3c; */
}

#main {
	/* background: url(img/wrap.png) repeat-y top right; */
	background: url(img/main.png) bottom right repeat-y;
	padding-left: 6px;
}

#content {
	border-width: 0 12px 0 12px;
	border-color: #ff9933; 
	border-style: solid;
	width: 616px;
	padding: 0 20px 0 20px;
	margin-bottom: 20px;
	float: right;
}

a { 
	color: #bf7b00;
	text-decoration: none;
}

a img {
	border: none;
}
a:visited {
	text-decoration: none;
	color: #006184
}

a:hover {
	text-decoration: underline;
	color: #ff9933;
}

br.clear {
	clear: both;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}

/* HEADER */

#head {
	/*background: url(img/header.png) bottom right no-repeat;*/
	height: 186px;
	padding-top: 5px;
}
/*
#head h1 {
	background:  url(img/logo.gif) no-repeat;
	position: relative;
	top: 5px;
	left: 30px;
}
*/
#head h1 a {
	display: block;
	text-indent: -9000px;
	height: 133px;
	width:  217px;
}


/* Slogan */
/*
#slogan {
	background: #ff9933 url(img/slogan.jpg) no-repeat;
	padding: 45px 30px 0;
	color: #fff;
	font: 300% Futura, Times, "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-weight: normal;
	clear: both;
	height: 100px;
}
*/
#slogan {
	display: none;
}

/* MENU */

#menutop {
	background: url(img/menu-top.png) bottom right no-repeat;
	height: 75px;
	width: 205px;
	}
	
#menutop h1 {
	display: block;
	text-indent: -9000px;
	}
#menu {
	/* background: url(img/sidebar-edge.png) repeat-y left top; */
	/* background: #f8f8f8; */
	float: left; 
	width: 180px; 
	margin: 0; 
	_margin-right: 10px; 
	padding: 10px 0 0 25px; 
	border-width: 0 0 0 6px;
	border-color: #ff9933; 
	border-style: solid; 
}

#menu ul{
	margin: 0; 
}

#menu li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	font: bold 120% Futura, Times, serif;
	margin: 0;
}

#menu ul ul li {
	font-size: 70%;
	border-top: 1px solid #ccc;	
	_padding-left: 10px;
}

#menu ul ul li a:before {
	content: "» ";
	color: #ff9933;
}

#menu li a {
	padding: 0 10px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: black;
}

#menu li a:hover {
	background: #00B0F1;
	color: #fff;
}

#logo {
	background: url(img/menu-bottom.png) no-repeat bottom left;
	height: 542px;
	float: left; 
	width: 214px; 
	margin: 0px 0px 21px 0; 
	_margin-right: 10px; 
	padding: 0; 
}
.page_item ul {
	display: none;
}

.current_page_item ul, .current_page_parent ul {
	display: block;
}

#menu .current_page_item li, #menu .current_page_parent ul li {
	border: 1px solid #f8f8f8;
	border-top: 1px solid #ccc;
}



/* WEBLOG */

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}



/* FOOTER */

#footer {
	background: url(img/footer.png) top right no-repeat;
	height: 52px;
	padding: 0 30px;
	/*border-top:  2px solid #00B0F1; */
	clear: both;
}

#footer p {
	font-size: 90%;
	text-indent: 250px;
	text-align: center;
	margin-bottom: 5px;
}
