/* CSS for OneMoreLife */

/* hide from ie on mac \*/
html {
	height: 100%;
	/* margin-bottom: 1px; always show scrollbars (dirty scroll) */
}
html { overflow-y: scroll; } /* always show scrollbars in opera, ff, safari, chrome } */
html { overflow-x: auto; }

#slides {
	width: 740px;
	height: 600px;
	margin: auto;
}
/* end hide */
    
body {
	height: 100%;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	min-width: 772px;
	margin: 0px;
}
body.class-1ml-light {
	background: #eeece2;
	color: #000000;
	background-image: url(/assets/templates/1ml/images/bg-light.gif);
}
body.class-1ml-dark {
	background: #000000;
	color: #7c7c7c;
	background-image: url(/assets/templates/1ml/images/bg.gif);
}
/* LINKS STYLE */
a {
	padding: 1px 2px 1px 2px;
	text-decoration: underline;
	outline: none;
}
.post a{
	margin-left: -2px;
	margin-right: -2px;
}
div.video a {
	margin: 0;
	padding: 0;
	display: block;
}
div.image a {
	margin: 0;
	padding: 0;
	display: block;
}
a img {
	vertical-align: bottom;
}
a img, img {
    border: none;
    padding: 0;
    margin: 0;
}
/* COLORS */
.class-1ml-light a{color: #000000;}
.class-1ml-dark a{text-decoration: none; color: #ffffff;}
a:hover {
	color: #000000;
	background-color: #bc9bc9;
	text-decoration: none;
}
a:active {
	background-color: #ff3f26;
}
td {
	font-size: 10pt;
}
td img {
	vertical-align: bottom;
}
/* formatting  */
.inlineimage {
	padding-left: 10px; padding-right: 10px; padding-bottom: 10px;
}
.hidden {
	display: none;
}       
ul {
    list-style: none;
    margin: 0 0 20px 1em;
}

li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}

li a {
    /* color: #bc9bc9;
    text-decoration: none;
    */
} 
/* Page */
#page {
	/* fixed page width */
    width: 772px;
    margin: 0 auto;
    text-align: left;
/*
    background: black url(/assets/templates/1ml/images/white_gradient.png) repeat-x;
    margin-left: 34px;
    margin-right: 34px;
*/
}
.class-1ml-light #page {
    /*background: #eeece2;*/
    background: transparent url(images/eeece2-opaque75.png);
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.class-1ml-dark #page {
	/*background: #000000;*/
    background: transparent url(images/black-opaque60.png);
    border-left: 1px solid #101010;
    border-right: 1px solid #101010;
    border-bottom: 1px solid #101010;
}
/* Header */
#logo {
    float: left;
    width: 150px;
    height: 50px;
    /* margin-left: -1px; */
}
#logo a {
	padding: 0;
}
#styler {
    float: right;
    margin: 20px 20px 0 0;
}
#navigation {
    float: left;
    text-align: left;
    margin: 20px 8px 0 8px;
}

/* Content */
#content {
    float: left;
    text-align: left;
/* defines inline content width */
    width: 772px;
    min-height: 400px;
    margin:0 0 0 0;
    padding: 0;
    line-height: 1.5em;
    position: relative;
}
/*#content a img {
	display: block;
	margin: 0;
}*/

/* Post (main content entries) */
.post {
    margin: 0 0 18px 0;
    padding: 0 10px 0 10px;
}
/* 
.post a {
    color: #bc9bc9;
    text-decoration: none;
}
*/
.post h3 {
    font-size: 125%;
    font-weight: 100;
    letter-spacing: 1px;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.class-1ml-light .post h3 {
    color: #000000;
}
.class-1ml-dark .post h3 {
    color: #999;
}
.post ul li {
	list-style-type: square;
	list-style-position: inside;
	/*background: url(/assets/templates/1ml/images/tictac_blue.gif) no-repeat 0 8px;*/
	margin-left: 0em;
}
.post ul li.active {
	color: #ff3f26;
	/*background: url(/assets/templates/1ml/images/tictac_orange.gif) no-repeat 0 8px;*/
}
.post b {
    font-size: 10pt;
    color: #000000;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}
/*
.links a {
      color: #bc9bc9;
      font-size: 10px;
}
.links a, .download a, a.ditto_page {
      padding: 2px;
      text-decoration: none;
}
.links a:hover, .download a:hover, a:hover.ditto_page, #navigation a:hover, #styler a:hover {
      color: black;
      background-color: #bc9bc9;
}
.links a:active, .download a:active, a:active.ditto_page, #navigation a:active, #styler a:active {
      background-color: #ff3f26;
}
*/
.links {
      font-size: 10px;
}
.class-1ml-light .links {
      color: #333;
}
.class-1ml-dark .links {
      /*color: #333;*/
}
.errors {
      color: #ff3f26;
      margin-left: 16px;
      font-size: 90%;
}
.smalllink {
	color: #444;
	text-decoration: none;
	font-size: 10px;
	padding-top: 1px;
	padding-left: 16px;
}
.smalllink:hover {
	color: #999;
	text-decoration: underline;
}
.pagination {
	width: 482px;
	text-align: right;
	margin-bottom: 10px;
	/* background-color: yellow; */
}
#pages {
	float : right;
	display: inline;
	text-align : left;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	margin-left: 12px;
	margin-right: 268px;
	margin-bottom: 10px;
}
#pages p {
	display: block;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
}
span.pages_title {
	display: block;
	float: left;
	margin-right: 5px;
	font-size: 11px;
	/*margin-top: 1px;*/
	line-height: 15px;
}
a.ditto_page, span.ditto_currentpage {
	display : block;
	float : left;
	width : 12px;
	height : 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height : 15px;
	vertical-align: middle;
	text-align : center;
	margin-left: 0px;
	/*margin-top: 1px;*/
	margin-right : 3px;
	margin-bottom : 2px;
}
span.ditto_currentpage {
    padding: 1px 2px 1px 2px;
    color: #ff3f26;
}        

.B_currentCrumb {
    padding: 2px;
    color: #ff3f26;
}
.video {
	display: inline;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 480px;
}
.class-1ml-light .video {
    border-width: 1px; border-style: dotted; border-color: #ffffff;
}
.class-1ml-dark .video {
    border-width: 1px; border-style: dotted; border-color: #101010;
}
.description {
    float: left;
    text-align: left;
    display: block;
/* 320x200 layout
    width: 310px;
*/
    width: 260px;
    margin-bottom: 5px;
}
.description h3 {
    font-size: 120%;
    font-weight: 100;
    margin-top: 2px;
    margin-bottom: 0.5em;
}
.description h3 a {
    /*color: #bc9bc9;*/
    text-decoration: none;
}

.introtext {
     margin-top: 0.5em;
     margin-bottom: 0.5em;
}
.left {
    float: left;
}

.right {
    float: right;
}

/* Footer */
#footer {
    margin: 0px auto;
    padding: 10px 0 20px 0;
}   
.class-1ml-light #footer {
    color: #7c7c7c;
    border-top: 1px dotted #ffffff;
}
.class-1ml-dark #footer {
    color: #7c7c7c;
    border-top: 1px dotted #101010;
}   
#footer .links {
	text-align: center;
}
/* #footer a {border-bottom: none;text-decoration: none;} */

div.image {
	position: relative;
	display: inline;
	float: left;
	/* width: 371px; */
	width: 369px;
	padding: 1px;
	background-color: #eee /*#bc9bc9*/;

	margin-left: 10px;
	margin-bottom: 10px;
}
div.image a {
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.image a img {
/*	opacity: 0.9; */
}
a.phototitle {
	display: inline;
	padding: 0 0 0 13px;
	margin: 0;
	background-color: transparent;
}
.imagedesc {
	position: absolute;
	bottom: 20px;
	left: 0;
	color: black;
	width: 355px;
	padding: 8px;
	font-weight: 300;
	font-size: 120%;
	cursor: pointer;
	background-color: #eee;
	opacity: 0.75;
	
	/* Non-IE or IE 7 */
	/* background: transparent url(images/semi60b.png) repeat 0 0; */
	/* IE
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/1ml/images/semi60b.png');
	_background-image: none; */	
}
/* Only IE see this
* html .imagedesc {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=/assets/templates/1ml/images/semi60b.png);
	background-image: none;
}
 */
.imagedesc p {
	margin: 0;
}
form#EmailForm {
	margin-left: 16px;
}
#EmailForm fieldset {
	border: none;
	width: 300px;
}
#EmailForm label{
	font-size: 80%;
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}
#EmailForm .name {
	font-size: 80%;
	margin: 0;
}
#EmailForm p {
	margin-top: 0;
}
#EmailForm input {
	font-size: 120%;
	padding: 2px;
}
#EmailForm textarea {
	width: 300px;
	height: 140px;
	font-size: 120%;
	margin: 0;
	padding: 2px;
}
input#cfName, input#cfEmail {
	width: 150px;
	/* height: 20px; */
	line-height: 20px;
}
input#cfRegarding {
	width: 300px;
	/* height: 20px; */
	line-height: 20px;
}
input#vericode {
	width: 148px;
	/* height: 20px; */
	line-height: 20px;
}
input.form_button {
	border: none;
	float: right;
}
.class-1ml-light #content label {
	color: #1a1a1a;
}
.class-1ml-dark #content label {
	color: #666;
}
.class-1ml-light #content input, .class-1ml-light #content textarea {
	color: #1a1a1a;
	background-color: #fff;
	border: 1px solid #ddd;
}
.class-1ml-dark #content input, .class-1ml-dark #content textarea {
	color: #ffffff;
	background-color: #333;
	border: 1px solid #666;
}
#content input:focus, #content textarea:focus {
	border: 1px solid #bc9bc9;
}
.captcha {
	margin-top: 4px;
	margin-right: 28px;
	vertical-align: bottom;
}
.copy {font-size: 10px; margin-top: 15px; margin-bottom: 10px;}
.class-1ml-light .copy {color: #999;}
.class-1ml-dark .copy {color: #1e2020;}

/* totop */
#totop {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 773px;
	bottom: -13px;
	z-index: 1000;
}
#totop a {
	display: block;
	width: 16px;
	padding: 2px;
	margin: 0;
}
.class-1ml-light #totop a:link {background-color: #fff;}
.class-1ml-light #totop a:visited {background-color: #fff;}
.class-1ml-light #totop a:hover {background-color: #bc9bc9;}
.class-1ml-light #totop a:active {background-color: #ff3f26;}

#totop img {
	border: none;
}
.post button {
	/*width: 220px;*/
	height: 22px;
	display: block;
	clear: both;
	background: transparent;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	/* left text alignment */
	margin-left: -2px;
	/* GRAPHICS START */
	margin: 0;
	padding: 0;
	border: 0;
	/* text-indent: -1000em; /* hide text */
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	/* GRAPHICS END */
}
.class-1ml-light button#submitButton {
	padding-left: 24px;
	margin-left: -2px;
	background: transparent url(images/button-send-light.gif) no-repeat left top;
}
.class-1ml-dark button#submitButton {
	padding-left: 24px;
	margin-left: -2px;
	background: transparent url(images/button-send-dark.gif) no-repeat left top;
}
.class-1ml-light #content button {
	color: #000000;
}
.class-1ml-dark #content button {
	color: #ffffff;
}
#content button:hover {
	color: #bc9bc9;
}
#content button:active {
	color: #ff3f26;
}
#yin-yang {
	float: right;
	margin-top: 12px;
	margin-right: 12px;
}
#yin-yang a {
	padding: 0;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
    background: transparent url(images/yin-yang/yin_yang_bw.png) no-repeat;
}
.class-1ml-light #yin-yang a, .class-1ml-dark #yin-yang a:hover {
    background: transparent url(images/yin-yang/yin_yang_bw.png) 0 0;
}
.class-1ml-dark #yin-yang a, .class-1ml-light #yin-yang a:hover {
    background: transparent url(images/yin-yang/yin_yang_bw.png) 0 30px;
}