/*
-----------------------------------------------
Layout 1015: Screen Styles
----------------------------------------------- */

body {
	margin: 0;
	padding: 0 0 120px;
}

.altcolor {
	background: #63bf11;
}


/* Container */

div#container {
	width: 930px;
	margin: 0 auto 1px;
}
div#container_inner {
	background: url(http://vic7767.com/s/img/1015-container_bg.png) repeat-y 100% 0;
	margin: 0 -4px;
	padding: 0 4px;
	position: relative;
	zoom: 1;
}

* html div#container_inner {
	background-image: url(http://vic7767.com/s/img/1015-container_bg.gif);
}


/* Header */

div#header {
	width: 240px;
	float: left;
	background: url(http://vic7767.com/s/img/1015-header_bg_top.png) no-repeat 50% 0;
	margin: -2px -4px 0;
	padding: 2px 4px 0;
	position: relative;
	top: 50px;
}
div#header_inner {
	background: url(http://vic7767.com/s/img/1015-header_bg_bottom.png) no-repeat 50% 100%;
	margin: 0 -4px;
	padding: 0 4px 6px;
	position: relative;
}
div#header_innermost {
	background: url(http://vic7767.com/s/img/1015-header_bg.png) repeat-y 50% 0;
	margin: 0 -4px;
	padding: 10px 14px;
	position: relative;
}

* html div#header {
	background-image: url(http://vic7767.com/s/img/1015-header_bg_top.gif);
}
* html div#header_inner {
	background-image: url(http://vic7767.com/s/img/1015-header_bg_bottom.gif);
}
* html div#header_innermost {
	background-image: url(http://vic7767.com/s/img/1015-header_bg.gif);
}

div#emotionheader_wrapper {
	margin-bottom: 10px;
}


/* Content (Main + Sub Content) */

div#content {
	width: 690px;
	float: right;
}

div#mainContent {
	width: 440px;
	padding: 60px 40px 120px 30px;
	float: left;
}

div#subContent {
	width: 160px;
	padding: 60px 10px 10px;
	float: right;
}
div#jimdobox {
	margin-bottom: 20px;
}


/* Sidebar */

div#sidebar {

}

/* Navigation */

ul.mainNav1 {
	margin: 0;
	padding: 0 0 50px;
	list-style: none;
}
ul.mainNav1 li {
	width: 220px;
}
ul.mainNav1 li a {
	display: block;
	width: 200px;
	padding: 5px 10px;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
}
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: 180px;
	padding: 5px 10px 5px 30px;
}
ul.mainNav3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainNav3 li a {
	width: 170px;
	padding: 5px 10px 5px 40px;
}


/* Footer */

div#footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 0 0 0 230px;

}
div#footer_inner {
	background: url(http://vic7767.com/s/img/1015-footer_bg_bottom.png) no-repeat 50% 100%;
	margin: 0 -4px;
	padding: 0 4px 6px;
	position: relative;
	zoom: 1;
}
div#footer_innermost {
	background: url(http://vic7767.com/s/img/1015-footer_bg.png) repeat-y 50% 0;
	margin: 0 -4px;
	padding: 0 4px;
}
div#footer_wrapper {
	background-image: url(http://vic7767.com/s/img/1015-footer_gradient.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	padding: 5px 10px;
	position: relative;
	zoom: 1;
}

* html div#footer_inner {
	background-image: none;
}
* html div#footer_innermost {
	background-image: none;
}
* html div#footer_wrapper {
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://vic7767.com/s/img/1015-footer_gradient.png", sizingMethod="scale");*/
	background-image: none;
}

br.c {
	display: block;
}

/* header gradient */
div#background {
    background: url("http://vic7767.com/s/img/1015-body_bg.png") repeat-x scroll 0 0 transparent;
    height: 477px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/* 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;}





