/*
-----------------------------------------------
Layout 1003: Screen Styles
----------------------------------------------- */

body {
	margin: 0;
	padding: 0 0 120px;
}

.altcolor {
	background-color: #feffbf;
}

div#background {
	width: 100%;
	height: 477px;
	background: url(http://beautysecretsnutley.com/s/img/1003-body_bg.png) repeat-x;
	position: absolute;
	top: 0;
	z-index: 1;
}
* html div#background {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://beautysecretsnutley.com/s/img/1003-body_bg.png", enabled='true', sizingMethod='scale');
	background-image: none;
}


/* Container */

div#container {
	margin: 0 auto;
	width: 940px;
	position: relative;
	z-index: 2;
}


/* Header */

div#header {
	padding-top: 20px;
	height: 210px;
	margin: 0 0 5px;
}
div#header_wrapper {
	background: url(http://beautysecretsnutley.com/s/img/1003-emotionheader_bg.png) no-repeat;
	margin: -3px -2px -1px;
	padding: 3px 2px 1px;
	position: relative;
	zoom: 1;
}
* html div#header_wrapper {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://beautysecretsnutley.com/s/img/1003-emotionheader_bg.png", enabled='true', sizingMethod='scale');
	background-image: none;
}
div#emotion-header {
	position: relative;
}
div#emotion-header strong#emotion-header-title {
	position: absolute;
	top: 0;
	left: 0;
}

/* Wrapper (Content + Footer) */

div#wrapper {
	width: 700px;
	float: right;
}

/* Content */

div#content {
	width: 700px;
	margin-bottom: 4px;
	/*float: right;*/
}
div#content_wrapper {
	min-height: 560px;
	padding: 30px 100px 60px;
	background-image: url(http://beautysecretsnutley.com/s/img/1003-content_gradient.png);
	background-repeat: repeat-x;	
}
* html div#content_wrapper {
	background-image: none;
}

div.DS_content_top, div#sidebar {
	background: url(http://beautysecretsnutley.com/s/img/1003-content_bg_top.png) no-repeat 50% 0;
	margin: -1px -2px 0;
	padding: 1px 2px 0;
	position: relative;
	zoom: 1;
}
div.DS_content_bottom, div#sidebar_inner {
	background: url(http://beautysecretsnutley.com/s/img/1003-content_bg_bottom.png) no-repeat 50% 100%;
	margin: 0 -2px -3px;
	padding: 0 2px 3px;
	position: relative;
	zoom: 1;
}
div.DS_content_middle, div#sidebar_innermost {
	background: url(http://beautysecretsnutley.com/s/img/1003-content_bg.png) repeat-y 50% 0;
	margin: 0 -2px;
	padding: 0 2px;
	position: relative;
	zoom: 1;
}

* html div.DS_content_top, * html div#sidebar,
* html div.DS_content_bottom, * html div#sidebar_inner,
* html div.DS_content_middle, * html div#sidebar_innermost {
	background-image: none;
}


/* Sidebar */

div#sidebar {
	width: 235px;
	float: left;
	background-image: url(http://beautysecretsnutley.com/s/img/1003-sidebar_bg_top.png);
}
div#sidebar_inner {
	background-image: url(http://beautysecretsnutley.com/s/img/1003-sidebar_bg_bottom.png);
}
div#sidebar_innermost {
	background-image: url(http://beautysecretsnutley.com/s/img/1003-sidebar_bg.png);
}

div#sidebar_wrapper {
	background-image: url(http://beautysecretsnutley.com/s/img/1003-content_gradient.png);
	background-repeat: repeat-x;
}
* html div#sidebar_wrapper {
	background-image: none;
}

/* Navigation */

div#navigation {

}

ul.mainNav1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainNav1 li {
	width: 235px;
}
ul.mainNav1 li a {
	display: block;
	width: 205px;
	padding: 5px 15px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
ul.mainNav1 li a:hover, ul.mainNav1 li a.current {
	font-weight: bold;
}
ul.mainNav2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainNav2 li a {
	width: 185px;
	padding: 5px 15px 5px 35px;
}
ul.mainNav3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainNav3 li a {
	width: 165px;
	padding: 5px 15px 5px 55px;
}

div#sidebar_content {
	padding: 20px 20px;
}
div#jimdobox {
	margin-bottom: 20px;
}


/* Footer */

div#footer {
	clear: both;
	width: 700px;
	/*margin-left: 240px;*/
}
div#footer_wrapper {
	padding: 5px 20px;
}


/* Bugfix: Edit-Fenster in Sidebar durch Content ueberlagert */

div#sidebar div.modulelt {
	position: relative;
	z-index: 9999px;
}

/*  RSS Theme
----------------------------------------------- */

html .ewoao_rss_article_foot {
    color: #444;
}

/* Default font style, when no user style is active
// see https://bugzilla.tool.1and1.com/show_bug.cgi?id=192792
------------------------------------------------*/


body, p, table, td
{
	font:normal 11px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

h1
{
	font:bold 14px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	
}

h2
{
	font:bold 12px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	
}

/* Blog */

a.trackbackUrl, 
a.trackbackUrl:link,
a.trackbackUrl:visited,
a.trackbackUrl:hover,
a.trackbackUrl:active
{
	background:#EEEEEE none repeat scroll 0% 0%;
	border:1px solid black;
	color:#333333;
	padding:2px;
	text-decoration:none;
}

a:link,
a:visited
{
	text-decoration: underline; /* fix */
	color:#DB2F2C; 
}

a:active, 
a:hover
{
	text-decoration:none; /* fix */
	color: #DB2F2C;
}

div.hr
{
	border-bottom-style:dotted;
	border-bottom-width:1px; /* fix */
	border-color: #CCCCCC;
	height: 1px;
} 

.altcolor,
.altcolor p { color:#000000;}

.altcolor h1 {color:#000000; }
.altcolor h2 {color:#000000; }

.altcolor a:link,
.altcolor a:visited { color:#000000; }

.altcolor a:active, 
.altcolor a:hover { color:#000000; }

.altcolor div.hr {border-color: #000000;}





