/*   
Theme Name: Societeit Phoenix
Theme URI: http://www.soflomo.com
Description: Theme developed for Phoenix by Soflomo 
Author: Soflomo
Author URI: http://soflomo.com
Version: 1.0
.
All rights reserved Soflomo.com 
.
*/

/* Reset styles
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}


/* Normal styles
----------------------------------------------- */
 
body {
	font: 0.88em/1.57em Georgia,"Times New Roman",serif;
	height: 100%;
	color: #333;
	font-weight: normal;
	background-image: url( 'img/header-bg.png' );
	background-repeat: repeat-x;
  }
    
/* Links
----------------------------------------------- */

A {color: #004675; font-weight: normal; border: none; text-decoration: none;}
A:link {color: #004675; }
A:visited {color: #004675; }
A:active {color: #004675; }
A:hover {color: #005E9E; text-decoration: underline; }

/* Headers
----------------------------------------------- */

h1	{
	font: 2.57em Georgia, "Times New Roman", serif;;
	/* padding-top: 20px; */
	padding-bottom: 20px;	
	background: transparent;
	color: #003366;
	font-weight: normal; 
	}
	
h2 {
	font: 1.5em Georgia, "Times New Roman", serif;;
	/* padding-top: 10px; */	
	padding-bottom: 20px;
	font-weight: normal; 
	}
	
h3	{
	font: 1em Georgia, "Times New Roman", serif;
	font-weight: normal; 
	margin: 0; 
	padding-top: 0px;
	padding-bottom: 10px;
	text-transform: uppercase;
	}

img {
	border: none;
	}
	
ul, li {
	list-style: none;
	}
	
object {
	z-index: -1;
	}

p {
	padding-bottom: 10px;
}

acronym
{
    border-bottom: 1px dotted #444;
}


/* Forms
----------------------------------------------- */

form {
	margin: 0px;
}

input, textarea, select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input {
	font-size: 1em;
	}

textarea {
	padding: 2px;
	}

label {
	cursor: pointer;
	cursor: hand; 
}

label:hover {
	color: #99CCCC;
}

form .special{
	display: none;
}

dl{
    overflow: hidden;
    }
dt{
    float: left;
    width: 120px;
    font: inherit;
    margin-bottom: 5px;
    }

dd{
	min-height: 35px;
	height: auto;
	_height: 35px;
	}

/* Classes
----------------------------------------------- */

.inactive {
	color: #AFAFAF;
	}

.inactive a {
	color: #AFAFAF;
	}

.hidden {
	display: none;
}

.clearboth {
	clear: both;
	display: block;
}

img.about {
	display: block;
	float: left;
	width: 270px;
	height: 270px;
	margin-right: 5px;
	margin-bottom: 5px;
}


.error {
	clear: both;
	margin-bottom: 20px;
	padding: 7px 7px;
	width: 600px;
	border: 1px solid #FFF7B5; 
	color: #4A4D4A;
	background-color: #FFFFD6; 
	}
	
.success {
	clear: both;
	margin-bottom: 20px;
	padding: 7px 7px;
	width: 600px;
	border: 1px solid #FFF7B5; 
	color: #4A4D4A;
	background-color: #99CC66; 
	}

.postmetadata, .postmetadata a {
	color: #999;	
	}


/* ID's
----------------------------------------------- */

#wrapper {

}

.center {
	width: 900px;
	margin: auto;
	text-align: left;
}

#header {
	background-image: url( 'img/header-watermark.png' );
	background-repeat: no-repeat;
	background-position: right;
	height:151px;
	cursor: pointer;
	cursor: hand;
	}
	
#header img{
	position: relative;
	top: 40px;
	left: 30px;
	float: left;
}

#header .title {
	position: relative;
	top: 63px;
	left: 60px;
	float; left;
	height:50px;
	width: auto;
	}
	
#header .title a{
	color: #004675;
	text-decoration: none;
	}
	
#header .title h1{
	font-size: 1.2em;
	padding-bottom: 0px;
	}

#header .search {
	position: relative;
	top:10px;
	right: 20px;
	float: right;
	}

#navigation {
	background-image: url( 'img/nav-bg.png' );
	background-repeat: repeat-x;
	height:40px;;
	}

#navcontainer-main {
	overflow: hidden;
	padding-top:0px;
	padding-bottom:0px;
	padding-left: 0px;
/* 	margin-left: -7px;*/	
	}
	
#navlist-main {
	list-style-type: none;
	float: left;
/*	margin: 0;
	padding: 0;*/
	margin-right: 30px;
	}

#navcontainer-main li {
	/* border-left: 1px solid #FFF; */
	list-style-type: none;
	float: left;
	line-height: 1em;
	margin: 0 20px 0 -20px;
	padding: 0;
	text-align: center;
	/*width: 150px;*/
	height: 40px;
	}

#navcontainer-main li a{
	display: block;
	padding: 15px 20px 11px 20px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.07em;
	letter-spacing: 0.05em;
	border-bottom: none;
	}
	
#navcontainer-main  li a:hover{
	color:  #EEE;
	text-decoration: none;
	background-color: transparent;
	}


#navcontainer-main  li.active a:hover{
	/* color:  #333; */
	text-decoration: none;
	background-color: transparent;
	}

#navcontainer-main li.current_page_item a, li.current_page_parent a{
	background-image: url( 'img/nav-current.png' );
	background-position: 50% bottom;
	background-repeat: no-repeat;
	}

#breadcrumb {
	background-image: url( 'img/breadcrumb-bg.png' );
	background-repeat: repeat-x;
	padding-top: 5px;
	height: 40px;
	color: #999;
	font-style: italic;
	margin-bottom: 30px;
	font-size: 0.86em;
	}
	
#breadcrumb a{
	color: #999;
	}	

#content {
	min-height: 390px;
	height: auto;
	_height: 390px;
	margin-bottom: 30px;
}

#content ul {
	/*background: #f8f8f8;*/
	padding-bottom: 10px;
	padding-left: 10px;
}

.col1 {
	float: left;
	width: 290px;
	padding-right: 10px;
	overflow: hidden;
	}
	
	
.col1.nieuws {
	float: left;
	width: 330px;
	padding-right: 10px;
	margin-top: 20px;
	}
	
.col1.agenda {
	margin-top: 20px;
	width: 270px;
	}
	
.col1.nieuws ul, .col1.agenda ul {
	margin-left: -10px;
	}

.block-home {
	height: 120px;
	}

.sidebar {
	float: left;
	width: 290px;
	}

.col2 {
	float: left;
	width: 500px;
	padding-right: 30px;
	}

.col2 img {
	float: left;
	display: block;
	padding: 0 10px 10px 0;
	}

.col2.home {
	width: 600px;
	float: right;
	text-align: right;
	padding-right: 0px;
	}
	
.col3 {
	width: 579px;
	}
	
.col4 {
	width: 762px;
	}

#agenda {
	float: right;
	width: 200px;
	}
	
#home_img  {
	margin-top: 10px;
	border: 5px solid #ccc;
	float: right;
	}

#home_img img {
	float: right;
	}


#subfooter {	
	clear: both;
	color: white;
	background-image: url( 'img/footer-bg.png' );
	background-repeat: repeat-x;
	background-color: #E5E5E5;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #999;
	font-size: 0.86em;
}

#subfooter a {
	color: #999;
	}

#subfooter h2 {
	color: #666;
}

#subfooter .col1 {
	float: left;
	width: 210px;
	background: transparent;
	margin-bottom: 10px;
	}

#subfooter .logo {
	background-image: url('img/logo-footer.png');
	background-position: right;
	background-repeat: no-repeat;
	}

	
#subfooter .adres {
	margin-bottom: 20px;
	}

#footer {	
	clear: both;
	color: white;
	background-color: #999999;
	height: 20px;
	padding-top: 10px;
	font: 0.71em verdana, sans-serif;
}

#footer .credits {	
	float: right;
	position: relative;
	top:-5px;
}

#footer .credits a{	
	color: #fff;
	text-decoration: none;
}

#footer .credits img{	
	position: relative;
	top:1px;
}
