/*  
Theme Name: Sweet dreams are made of...
Theme URI: http://beccary.com
Description: I like trees. 
Version: 1.0
Author: Becca Wei
Author URI: http://beccary.com
*/

/***** BASICS AND TYPOGRAPHY *****/

body {
	margin: 0;
	padding: 0;
	background: #1C3A46 url(imagesV2css/bg.jpg) repeat-x;
	color: #212121;
	text-align: center;
	font-size: x-small;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: 15px;
}
html>body {
	font-size: small;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0 0;
	padding: 0;
	color: #1C3A46;
/*	font-family: Georgia, serif; */
	line-height: 1.2em;
}
h1, h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul {
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}
p {
	margin: 1.2em 0;
}
ol, ul {
	margin: 1.2em 0 1.2em 2em;
}
code {
	color: #333;
	font-size: 1.1em;
	font-family: monospace;
}
small {
	color: #656565;
	font-size: 0.92em;
}


/* Links */

a {
	color: #46889F;
	text-decoration: none;
}
a:visited, a:active {
	color: #375F6D;
}
a:hover {
	color: #1C3A46;
}

#content a {
	border-bottom: 1px dotted #9AC2D4;
	background: #99bbdd url(imagesV2css/contentBG.gif) repeat-y;
}
#content a:hover {
	border-bottom: 1px dotted #1C3A46;
}

#footer a,
.reg a, .regadmin a {
	color: #ADD56A;
	border-bottom: 1px dotted #6B9CAC;	
}
#footer a:visited, #footer a:active, 
.regadmin a:visited, .regadmin a:active {
	color: #75B0BF;
}
#footer a:hover,
.reg a:hover, .regadmin a:hover {
	color: #B7D6E6;
	border-bottom: 1px dotted #B7D6E6;
}

/* Forms and inputs */

form {
	margin: 0; 
	padding: 0;
	border: 0; 
}

input, textarea, select {
	border: 1px solid #989898;
	background: #FFF;
	font: 1em "Trebuchet MS", Arial, sans-serif;
}
.submit {
	border: 1px solid #3E6776;
	background: #3E6776 url(imagesV2css/submit.gif) repeat-x;
	color: #FFF;
	font-weight: bold;
}
	
/* Misc */

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.listout {
	width: 98%;
}
.listout:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .listout {
	height: 1%;
}
.listin {
	float: left; 
	width: 50%;
}
.listright {
	float: right; 
	width: 50%;
	text-align: right;
}
.fontstrong {
	font-weight: bold;
}
.fontstrike {
	text-decoration: line-through;
}
.fontred {
	color: #FF0000;
}
.fontblue {
	color: #0000FF;
}
a img {
	border: 0; 
}



/***** THE LAYOUT *****/


#leftTab {
	background: url(imagesV2css/aanmelden.gif) no-repeat;
	background-position: -30px 0px;
	float:left;
	display:block;
	width: 30px;
	height: 100px;
	text-indent:-9999px;
	margin: 152px 0px 0px 0px;
}

/*werkt nog niet*/
#leftTab a:hover {
	background-position: 20px 20px;
}

/* WRAPPER */

#wrapper {
	margin: 0 auto;
	width: 680px;
	background: url(imagesV2css/wrapper.gif) repeat-y 20px 0;
	text-align: left;
}

/* HEADER */

#header {
	height: 152px;
	background: url(imagesV2css/header.jpg) no-repeat;
	margin: 0 0 0 -3px;
}

#header h1 { 
	margin: 0;
	padding: 24px 0 0 40px;
	height: 114px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 90px;
}
html>body #header h1 {
	height: 90px;
}
#header h1 a {
	display: block;
	padding: 90px 0 0 0;
	width: 250px;
	height: 90px;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
}
html>body #header h1 a {
	height: 0;
}

#header img {
	position:relative;
	left:532px;
	}

#menu {
	margin: -4pt 0pt;
	padding: 6px 0 0 50px;
	list-style: none;
}
#menu li a:hover, #menu li.current a {
	background: url(imagesV2css/header.jpg) no-repeat;
}
#menu li {
	float: left;
	margin: 0 5px 0 0;
	height: 30px;
}
#menu li a {
	display: block;
	padding: 30px 0 0 0;
	height: 30px;
	font-size: 0.1em;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 0;
}
#menu li#menu-home, #menu li#menu-home a {width: 94px;}
#menu li#menu-nieuws, #menu li#menu-nieuws a {width: 94px;}
#menu li#menu-galerij, #menu li#menu-galerij a {width: 94px;}
#menu li#menu-prijzen, #menu li#menu-prijzen a {width: 90px;}
#menu li#menu-extra, #menu li#menu-extra a {width: 94px;}
#menu li#menu-contact, #menu li#menu-contact a {width: 94px;}

#menu li#menu-home a:hover, #menu li#menu-home.current a {
	background-position: -50px -153px;
}
#menu li#menu-nieuws a:hover, #menu li#menu-nieuws.current a {
	background-position: -149px -153px;
}
#menu li#menu-galerij a:hover, #menu li#menu-galerij.current a {
	background-position: -248px -153px;
}
#menu li#menu-prijzen a:hover, #menu li#menu-prijzen.current a {
	background-position: -347px -153px;
}
#menu li#menu-extra a:hover, #menu li#menu-extra.current a {
	background-position: -442px -153px;
}
#menu li#menu-contact a:hover, #menu li#menu-contact.current a {
	background-position: -540px -153px;
}


/* CONTENT */

#content {
	float: left;
	padding: 10 30px 0 50px;
	width: 680px;
/*	background: url(imagesV2css/content.jpg) no-repeat;*/
	background: url(imagesV2css/postBG.gif)  repeat-y 20px ;
	voice-family: "\"}\""; 
	voice-family: inherit;
/*	width: 580px;*/
}
html>body #content {
	width: 680px;
}
* html #content {
	overflow: hidden;
}


/* Special sections */

/* Search */

#sidebar li#sb-search {
	padding: 30px 0 0 0;
	height: 55px;
	background: none;
	font-size: 0.92em;
	text-align: right;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 25px;
}
html>body #sidebar li#sb-search {
	height: 25px;
}
#sidebar li#sb-search input {
	border: 1px solid #4F8090;
	background: #2A4D5A;
	color: #FFF;
}
#s {
	width: 7.4em;
}
#sidebar li#sb-search input#searchsubmit {
	width: 4.2em;
	background: #2A4D5A url(imagesV2css/searchsubmit.gif) repeat-x;
	font-weight: normal;
}

/* FOOTER */

#footer {
	clear: both;
	margin-left: 20px;
	padding: 0 30px;
	border-top: 5px solid #ADD46B;
	width: 640px;
	background: #1C3A46 url(imagesV2css/footer.jpg) no-repeat;
	color: #989898;
	font-size: 0.92em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 580px;
}
html>body #footer {
	width: 580px;
}
* html #footer {
	overflow: hidden;
}

#footer p {
	margin: 0;
	padding: 2.4em 0 1.8em 90px;
}


/***** TABLE (van V1) *****/


table {
/* width: 100%; */
border-top: 1px solid #999;
border-left: 1px solid #999;
border-bottom: 1px solid #FFF;
border-right: 1px solid #FFF;
color:#333;
/*background-color: #D5DFEF;*/
clear:both;
padding: 0;
margin: 0 0 2em 0;
white-space: normal;
}
th {
/*background-color: #BBCAE1;*/
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
table tr td {
padding:4px 4px;
vertical-align:top;
text-align: center;
border-right: 1px solid #AAA;
}
table tr.altRow td {
background: #f4f4f4;
}





/***** BLOG *****/

/* rand boven en onder post*/
.post {
	margin: 15px 45px;
	padding: 5px 20px;
	padding-bottom: 0.2em;
	/*border-bottom: 1px dotted #989898;*/
	background: #99bbdd url(imagesV2css/wrapper.gif) repeat-y;
}
h2.posttitle {
	margin: 0;
	font-size: 2em;
	font-weight: normal;
}
h2.posttitle a {
	border: 0 !important;
	color: #1C3A46;	
	text-decoration: none;
}
h2.posttitle a:hover {
	color: #46889F;
}
.postdate {
	margin: 0.2em 0 0 0;
	color: #656565;
	font-size: 0.92em;
	text-align: right;
}
.postdate span {
	margin-left: 0.2em;
	padding: 0 0.2em;
	background: #E8FFBD;
}
.postbody {
	clear: both;
}
.postmeta {
	clear: both;
	margin: 1.2em 0;
	color: #656565;
	font-size: 0.92em;
}
.postmeta a {
}
.commentlink {
	padding: 0 0 0 20px;
	background: url(imagesV2css/comment.gif) no-repeat 0 0.32em;
	font-weight: bold;
}

.asides {
	margin: 0 -30px;
	padding: 0 30px;
	border-bottom: 1px dotted #989898;
	background: #FFF url(imagesV2css/wrapper.gif) repeat-y;
	list-style: none;
}
.asides li {
	margin: 1.6em 0;
	padding-left: 20px;
	background: url(imagesV2css/star.gif) no-repeat 0 0.46em;
}
.asides p {
	display: inline;
}
.asidesmeta {
	display: inline;
	padding-left: 5px;
	color: #656565;
	font-size: 0.92em;
}

.navigation {
	margin-top: 1.2em;
	padding-bottom: 1em;
	width: 580px;
	overflow: auto;
}
.previous {
	float: left;
}
.next {
	float: right;
	text-align: right;
}

.post h3 {
	margin: 0.8em 0 0 0;
	font-size: 1.8em;
	font-weight: normal;
}
h4.posttitle {
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
}


/***** PAGES *****/

/* WP Themes */

.wptheme {
	margin: 0;
	border-top: 1px dotted #989898;
	list-style: none;
}
.wptheme li {
	clear: both;
	padding: 1.2em 15px 0 15px;
	width: 580px;
	border-bottom: 1px dotted #989898;
	overflow: auto;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 550px;
}
html>body .wptheme li {
	width: 550px;
}
.wptheme li.alt {
}
.wptheme li div {
	float: left; 
	margin: 0 15px 1.2em 0;
}
.wptheme li h3 {
	margin: 0;
	font-size: 1.4em;
}
.wpthemeversion {
	margin: 0.1em 0 1.2em 0;
	color: #656565;
	font-size: 0.92em;
}
.wptheme div a {	
	border: 0 !important;
}
.wptheme div a img {	
	padding: 1px;
	border: 5px solid #CFCFCF;	
}
.wptheme div a:hover img {
	border: 5px solid #AFAFAF;	
}

/* Archives */

#archives-date, #archives-category, #archives-post {
	padding: 0 0 0 12px;
	border-left: 4px solid #CFCFCF;
}
#archives-post div {
	margin: 1.2em 0;
}
#archives-post ul {
	margin: 0.6em 0 1.2em 1.2em;
	list-style: none;
}

/* Contact */

.contactform label {
	margin-left: 3px;	
}
#wpcf_msg {
	width: 495px;
}



/***** ETC *****/

.alert {
	background: #E8FFBD;
}

/* Borders */

.image {
	margin: 1.2em 0;
}
.image img, .imageleft, .imageright {
	padding: 1px;
	border: 5px solid #CFCFCF;	
}
.imageleft {
	float: left; 
	margin-right: 15px; 
}
.imageright {
	float: right; 
	margin-left: 15px; 
}

/* Lightbox galleries */

.gallery {
	margin: 1.2em 0;
	padding: 15px 10px 10px 15px; 
	width: 580px;
	background: #BABABA;
	overflow: auto;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 556px;
}
html>body .gallery {
	width: 556px;
}
.gallery a {
	border: 0 !important;
}
.gallery div {
	float: left;
	margin: 0 5px 5px 0;
}
.gallery div img {
	padding: 2px;
	border: 3px solid #BABABA;
	background: #FFF;
}
.gallery div.fave img {
	padding: 0;
	border: 5px solid #FFF;
}

/* WordPress 2.1 fixes */

.gallery div p, .smile div p, .wptheme div p, .image p {
	margin: 0;
}

/* Grr */

.wrap {
	width: 580px;
	overflow: auto;
}




/* HighSlide */

.highslide {
	cursor: url(../js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 7px solid #99BBDD;
}
.highslide:hover img {
	border: 7px solid white;
}

.highslide-image {
	border: 5px solid #444444;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: gray;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}


/* HighSlide Controlbar example */
.controlbar {	
	background: url(../js/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../js/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* HighSlide end*/

/* END */

