/*  
Theme Name: diana
Theme URI: http://tyraco.com
Description: Theme by MR
Version: 2.0
Author: MR Tyraco
Author URI: http://tyraco.com
*/

/*--- main css file ---*/

* { padding: 0; margin: 0; }

html, body {
     height: 100%;
}

body {
margin: 0;
padding: 0;
width: 100%;
background: #FFFFFF url(images/bg.jpg) repeat-x top;
}

/* TYPE */

body, select, input, textarea {
	font-family: 'Century Gothic', Verdana, Arial, Sans-Serif; 
	background-color:#FFF; 
	color:#006579;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	}
	
p {	
	margin: 15px 0;
	}

a {
color:#006666;
}
a:link, a:visited, a:active {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
	
a img { border: none; }
	
blockquote { margin: 0 0 1.5385em 1.5em; padding: 0 0 0 0.7692em; color: #006699; border-left: 0.2308em solid #3399FF; }

abbr, acronym { font-size: 0.8462em; line-height: 1.0em; border-bottom: 1px dotted #999; text-transform: uppercase; letter-spacing: 1px; cursor: help; }

code { color: #090; font-family: Courier, "Courier New", monospace; line-height: 1.0em; }

pre { margin: 0 0 1.5385em 0; padding: 0.7692em; font-size: 1.3em; overflow: auto; background: #ececec; }

p.unstyled { font-size: 1.3em; }

p.center { text-align: center; }

/*---:[ headlines ]:---*/
h1, h2, h3, h4 { font: 1.0em Verdana,Helvetica,Arial,sans serif; }
	
h1, h2 { 
font-size: 1.6em;
letter-spacing:-1px;
line-height: 1.4286em;
color: #006579;
}

	h2 a, h2 a:visited { color: #006579; }
	
	h2 a:hover { color: #006579; }
	
	.page h1, .page h2, .posts h1 { margin: 20px 0 0.2em 0; border-bottom: 1px solid #E2E79A; width:400px;}
	
	.page h2 a:link, .page h2 a:visited { text-decoration:none; }	
	
	.archive h2 a:link, .archive h2 a:visited { text-decoration:none; }
	
	.archive h1 { font-size: 2.4em; line-height: 1.66667em; margin: 0 0 1.66667em 0; color: #000; }
	
	.archive h2 { border-bottom: 1px dotted #1E1836; }
	
	#sidebar h2, #sidebarleft h2 { font-size: 1.6em; margin: 0 0 0.5em 0; border-bottom: 1px dotted #999; color: #333; }
	

h3 {
	font-size: 1.4em;
	line-height: 1.1111em;
	border-bottom: 1px dotted #1E1836;
	padding: 0 0 5px;
	color: #006579;
}

	.entry h3 { margin: 0.7em 0 0.5556em 0; }
	
	#comments h3 { font-size: 1.8em; }
	
	#comments h3.comment_intro { margin: 0 0 1.11111em 0; padding: 2.05556em 0 0 0; border-top: 1px dotted #999999; }

	#comments h3#respond { margin: 2.2222em 0 0 0; }

h4 {
	margin: 10px 0 5px;
	font-size: 1.1538em;
	line-height: 1.3333em;
	color: #006699;
}

/*---:[ core layout elements ]:---*/

.wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -8em;
 }
 
#header {
	position:relative;
	color: #fff;
	padding: 0;
	width: 945px;
	height: 260px;
	margin: 0 auto;
    background-image: url(images/header_sm.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
	}
	
#introheader {
	position:relative;
	color: #fff;
	padding: 0;
	width: 945px;
	height: 30px;
	margin: 0 auto;
	}
	
/*sidebar*/
div#sidebar {
float:left;
/*padding:0 0 25px;*/
padding:0;
width: 250px;
}
div#menu {
background:transparent url(images/sidebar.gif) no-repeat scroll 0 0;
float:left;
height:500px;
position:relative;
width:250px;
}

/*container*/
#container { 
width: 945px; 
margin: 0 auto;
background-color:#fff; 
}
	
	#content_box { width: 945px; }
	
		#content { width: 690px; padding: 0; float: right; }
		
		#contentsingle { width: 690px; padding: 0; float: left; }

		#content_single { width: 100%; }

.push {
     height: 8em;
}
		
#footer { 
background: #fff url(images/foot.jpg) top repeat-x;
padding: 1.5em 0;
color: #006579;
}

/*---:[ #header styles ]:---*/

#logo { 
position: relative;
height: 20px;
}

/* Site Title ---------------------------------------------- */
#logo a {
		position: relative;
		float: left;
		left: 0px;
		top: 0px;
		width: 524px;
		height: 20px;
		background-image: url(images/logo.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		display: block;
		text-indent: -3000px;
}

/*---:[ navigation links pages sidebar ]:---*/
#sidebar ul li a:hover{
color: #006579;
}

#sidebar ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
display: block;
}

#sidebar a {
text-decoration:none;
color:#fff;
display: block;
width: 200px;
font-weight: bold;
border-bottom: 1px solid #333;
padding-left: 8px; /*link text is indented 8px*/
background-color:#006579;
}
#sidebar a:hover {color:#006579; background-color: #F3F3F3;}
#sidebar .current_page_item a{color:#006579;text-decoration: none; background-color: #F3F3F3;}
#sidebar .current_page_item ul a{color:#333333;text-decoration: none; background-color: transparent; border-bottom:none;} /*sub bars*/
#sidebar .current_page_item ul a:hover{color:#006579; background-color: transparent; text-decoration: underline;}
#sidebar ul li .current_page_ancestor ul li a{ color:#333; text-decoration: none; background-color: transparent; border-bottom:none;}
#sidebar ul li .current_page_ancestor ul li a:hover{ color:#333; text-decoration: underline; background-color: transparent; border-bottom:none;}
#sidebar ul li ul li .current_page_item a{ color:#006579; text-decoration: underline; background-color: transparent;}

/*---:[ content styles ]:---*/

.post_date { font-size: 1.1em; line-height: 1.5455em; margin: 0 0 1.8182em 0; color: #716249; text-align:right; }

/*.entry { font-size: 1.3em; line-height: 1.5385em; }*/

.entry h2 { font-size: 1.4em; }
	
	.entry a, .entry a:visited { padding: 1px 0; }
	
	.entry a:hover { padding: 1px 0; color: #006666; border-bottom: none; }
	
	.entry p { margin: 0 0 1.5385em 0; }

	.entry ul, .entry ol { margin: 0 0 1.5385em 1.0em; }

.entry ul.list-nobullet li{list-style: none; }

.entry ul.list-bullet li{list-style:url(images/bullet.gif); }

.entry ul.list-arrow li{list-style:url(images/arrow.gif); margin: 10px 0 0 0; }

.entry ul.list-alpha li{list-style:lower-alpha; margin: 0 0 0 3.0em; }
	
	.entry li { }

	.entry li img { border: 1px solid; border-color: #fff; }	
	
	.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0 0 0 1.5em; }
	
	.entry dl { margin: 0 0 1.15em 0; }
			
		.entry dt { font-weight: bold; }
		
		.entry dd { margin: 0 0 0 1.5em; }
		
	.entry sup, .entry sub { line-height: 1.0em; }
		
	.entry blockquote.right, .entry blockquote.left { width: 13.6875em; padding: 0.4375em 0; font-size: 1.2308em; line-height: 1.25em; border: 0.0625em solid #ccc; border-width: 0.0625em 0; text-align: center; }
	
	.entry blockquote.right { margin: 0 0 0 0.9375em; float: right; clear: right; }
	
	.entry blockquote.left { margin: 0 0.9375em 0 0; float: left; clear: left; }

		.entry blockquote.right p, .entry blockquote.left p { margin: 0 !important; }
		
	.entry .ad { margin: 0 0 0 1.1538em; float: right; clear: right; }
	
		.entry .ad_left { margin: 0 1.1538em 0 0; float: left; clear: left; }

	.entry img { }

	.entry img.left { margin: 0 1.1538em 0 0; float: left; clear: left; }
	
	.entry img.right { margin: 0 0 0 1.1538em; float: right; clear: right; }
	
	.entry img.center { display: block; margin: 0 auto 1.5385em auto; clear: both; }

	.entry img.frame { border: 0.3846em solid #ddd; }
	
	.entry img.stack { clear: none !important; }

.post_meta { margin: 0 0 4.5385em 0; padding: 0.3846em 0 0 0; border-top: 1px dotted #999999; font-size: 1.3em; line-height: 1.0em; clear: both; }
	
	.add_comment { padding: 0 0 0 1.6154em; background: url('images/icon_comment.gif') 0 50% no-repeat; font-weight: bold; }

	.post_meta a:hover { color: #ff0000; }

.page .entry { margin: 0 0 0.2em 0; }

.navigation { width: 39em; margin: 0 0 3.3333em 0; font-size: 1.2em; line-height: 1.6667em; }
	
	.navigation a:hover { color: #ff0000; border-bottom: 1px solid #3399FF; }
	
	.next { text-align: right; }


/*---:[ sidebar styles ]:---*/

ul.sidebar_list { list-style: none; }

	ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 200px; margin: 0 0 1.5em; font-size: 1.0em; line-height: 1.6667em; float: left; }

		li.widget p { margin: 0 0 1.66667em 0; }
		
		li.widget ul, li.linkcat ul { list-style: none; margin: 0 0 0.8333em 0; font-size: 1.0em; }
		
			li.widget li, li.linkcat li { padding: 1pt 0 0 0.5em; }
				

/*---:[ footer styles ]:---*/

#footer p { font-size: 1.0em; text-transform: uppercase; margin-bottom:20px;}

#footer a, #footer a:visited { color: #ccc; }

#footer a:hover { color: #fff; }

#footer li {
display:inline;
font-size:1.5em;
padding-left:20px;
}
#footer ul {
list-style: none;
margin-bottom:40px;
}

#foot {	
	width:945px;
	margin:0 auto;
	font-size:1em;
	padding: 10px 0px 10px 0px;
	}
	
#footer-links {
color:#006579;
float:left;
}
#footer-links a {
color:#006579;
}
	
#footer-copyright {
color:#006579;
text-align:right;
}

/*---:[ comment styles ]:---*/

#comments { width: 46.8em; }

	dl#comment_list { margin: 0 0 0 0; }
		
		dl#comment_list dt { padding: 0 0 33px 0; background: url('images/comment_top.gif') 0 100% no-repeat; font-size: 1.1em; line-height: 1.8182em; color: #999; }
		
		dl#comment_list dt.author { background: url('images/comment_author_top.gif') 0 100% no-repeat; }
		
			dl#comment_list dt .comment_num { padding: 0 0.3636em 0 0; }
			
				dl#comment_list dt .comment_num a, dl#comment_list dt .comment_num a:visited { color: #999; }
				
				dl#comment_list dt .comment_num a:hover { color: #3399FF; }
				
			dl#comment_list dt strong { font-size: 1.4545em; color: #000; }
				
				dl#comment_list dt strong a, dl#comment_list dt strong a:visited { color: #000; border-bottom: 1px dotted #999999; }
				
				dl#comment_list dt strong a:hover { color: #000; border-bottom: 1px solid #3399FF; }
		
		dl#comment_list dd { width: 428px; padding: 0 20px; margin: 0 0 1.5385em; background: #dfdfdf url('images/comment_bottom.gif') 0 100% no-repeat; }
		
		dl#comment_list dd.author { background: #f6f4c9 url('images/comment_author_bottom.gif') 0 100% no-repeat; }
		
			dl#comment_list dd.entry p, dl#comment_list dd.entry ul, dl#comment_list dd.entry ol, dl#comment_list dd.entry blockquote { margin-bottom: 1.1538em; }


/*---:[ comment form styles ]:---*/

#comment_form { width: 46.8em; margin: 0 0 4.0em 0; }

	#comment_form a:hover { text-decoration: underline; }

	#comment_form p { padding: 0.7692em 0; }
	
		#comment_form label { padding: 0 0 0 0.83333em; font-size: 1.2em; }

		#comment_form .text_input { width: 15.3846em; padding: 0.23077em; color: #333; font: bold 1.3em Verdana, sans-serif; border-top: 0.15385em solid #999; border-left: 0.15385em solid #999; border-right: 0.07692em solid #eee; border-bottom: 0.07692em solid #eee; }
		
		#comment_form .text_input:focus { border-top-color: #666; border-left-color: #666; border-right-color: #ddd; border-bottom-color: #ddd; }
		
		#comment_form .text_area { width: 32.9231em; }

		#comment_form p.subscribe-to-comments { font-size: 1.3em; }
		
			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }

		#comment_form .form_submit { padding: 0.5em; background: url('images/submit_bg.gif') repeat-x; color: #000; border: 0.21429em double #999; border-top-color: #ccc; border-left-color: #ccc; font: bold 1.4em/1.0em "Helvetica Neue", Helvetica, Arial, sans-serif; cursor: pointer; }
		
		#comment_form .form_submit:hover { color: #FFF; }
			
			

/*---:[ search form styles ]:---*/

#search_form { margin: 0 0 0.5833em 5px; }

	#search_form .search_input { width: 185px; padding: 0.25em; color: #777; font: normal 1.0em Verdana, Arial, Helvetica, sans-serif; border: 0.083333em solid #999; border-right-color: #eee; border-bottom-color: #eee; }
	
	#search_form .search_input:focus { border-top-color: #666; border-left-color: #666; border-right-color: #ddd; border-bottom-color: #ddd; }
	
	#content .search_input { font-size: 0.9231em !important; }

.ngg-gallery-thumbnail-box {
margin-right:20px;
margin-bottom:20px;
}

/*pagestyles*/
.page { 
float:right;
min-height:500px;
height:auto;
position:relative;
width:690px;
}
/* for Internet Explorer */
/*\*/
* html .page {
height: 500px;
}
/**/

.home { 
background:transparent url(images/home_image.jpg) no-repeat scroll 0 0;
}
.mary { 
background:transparent url(images/page_marycohr.jpg) no-repeat scroll 0 0;
}
.aromat { 
background:transparent url(images/marycohr_aromat.jpg) no-repeat scroll 0 0;
}
.catiolift { 
background:transparent url(images/page_catiolift.jpg) no-repeat scroll 0 0;
}
.catiovital { 
background:transparent url(images/page_catiovital.jpg) no-repeat scroll 0 0;
}
.mariagalland { 
background:transparent url(images/page_mariagalland.jpg) no-repeat scroll 0 0;
}
.mariagalland_art { 
background:transparent url(images/page_mariagalland_art.jpg) no-repeat scroll 0 0;
}
.mariagalland_modela { 
background:transparent url(images/page_mariagalland_modela.jpg) no-repeat scroll 0 0;
}
.neoderma { 
background:transparent url(images/page_neoderma.jpg) no-repeat scroll 0 0;
}
.microderma { 
background:transparent url(images/page_microderma.jpg) no-repeat scroll 0 0;
}
.dermaquest { 
background:transparent url(images/page_dermaquest.jpg) no-repeat scroll 0 0;
}
.dermaquest_peel { 
background:transparent url(images/page_dermaquest_peel.jpg) no-repeat scroll 0 0;
}
.contact { 
background:transparent url(images/page_contact.jpg) no-repeat scroll 0 0;
}
.stagecolor { 
background:transparent url(images/page_stagecolor.jpg) no-repeat scroll 0 0;
}
.denieuwelook { 
background:transparent url(images/page_denieuwelook.jpg) no-repeat scroll 0 0;
}

/*---:[ self-clearing floats courtesy of Dan Cederholm at simplebits.com ]:---*/

#header:after, #services:after, #headerimage:after, #sidebar:after, #content:after, #content_single:after, #logo:after, #nav:after, #content_box:after, .page .entry:after, #comments:after, dl#comment_list dd:after, #comment_form:after { display: block; height: 0; content: "."; visibility: hidden; clear: both; }
