/*
Theme Name: TicTac - Wuhan
Theme URI: http://wuhan.authenticasian.com/

Description: My lousy attempt to reproduce a masterpiece by <a href="http://www.simplebits.com">Dan Cederholm</a>.

Version: 0.2
Author: Meng Gao
Author URI: http://wuhan.authenticasian.com/

	TicTac is a template created by Dan Cederholm for Blogger and it's one of my
	favorite designs. Therefore, I've created a WordPress theme in which I tried
	my best to make it look like Dan's original design. As much as I want to use the
	original graphics, I had to make slight changes to them so as not to run into
	copyright problems.

	Since this theme is an obvious attempt to reproduce TicTac, I take absolutely
	no credit in it. If you like this theme, write an email to Dan and let him
	know.
																	-- Meng Gao
*/

/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: #000;
    background-color: #062234;
    height: 100%;
}

div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}

ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}

h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}

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

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

a:link {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}
a:hover {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}
a:visited {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	text-decoration: underline;
}




/* Special text formatting 
------------------------------------------------------------------------------- */

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }

.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Search Form 
------------------------------------------------------------------------------- */

form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}


/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    color: #fff;
}

.post h3 {
    margin-top: 0;
    color: #fff;
}
.post ul li {
	margin-left: 0em;
}



/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}


/* Forms 
------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

/* style the form elements to look similar across browsers ... emulates Safari */

form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}



/* Yura starlife styles
------------------------------------------------------------------------------- */
body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*letter-spacing:0.1em;*/
	line-height:1.4em;
}
.article_header {
	font-family: Tahoma, Geneva, Verdana, Arial sans-serif;
	font-weight: bold;
	font-size: 18px;
}
#apDiv1 {
	position:absolute;
	left:13px;
	top:298px;
	width:821px;
	z-index:2;
	height: 1006px;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:245px;
	z-index:1;
	background-color: #09131C;
	background-image: url(assets/images/signs/header_background.jpg);
	border-bottom: 2px solid #a7acbe;
}
#logo {
	position:absolute;
	left:50px;
	top:17px;
	width:214px;
	height:55px;
	z-index:3;
}

#logo a {
    text-decoration: underline;
}

#login-register {
	position:relative;
	left: -310px;
	top:-292px;
	z-index:7;
	border: 1px solid #666;
	padding-bottom:8px;
	padding-left:12px;
	padding-right:22px;
	padding-top:3px;
	width: 231px;
}

#login-register-done {
	position:relative;
	left: -92%;
	top:-292px;
	z-index:7;
	border: 0px solid #666;
	padding-bottom:8px;
	padding-left:12px;
	padding-right:0px;
	padding-top:3px;
	width: 243px;
	text-align: right;
}

#login-register-done a {
    text-decoration: none;
}

.login-register_form_field {
	background-color:#FFF; border:none;
	color:#CCC;
	text-indent:0.4em;
	width:8em;
	margin-top: 1px;
	margin-bottom: 4px;
    margin-right: 2px;
	padding-top: 1px;	
	padding-bottom: 1px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
}
.login-register_form_caption {
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	padding: 0px;
	margin: 0px;
}

a.login-register_form_caption:link {
	color: #FFF;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}
a.login-register_form_caption:hover {
	color: #FFF;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}
a.login-register_form_caption:visited {
	color: #FFF;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	text-decoration: underline;
}

.login-register_form_button {
	color: #03121C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:none;
	background-color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
}

#menu {
	position:absolute;
	left:32%;
	top: 200px;
	width:68%;
	height: 25px;
	z-index:3;
	color: #fff;
	margin-bottom: -100px;
	font-weight: bold;
	background-color: #8b9298; 
	height: 30px;
}

#banner {
	position:relative;
    left: 100%;
    margin-left: -379px;
	top:-260px;
	width:334px;
	height:285px;
	z-index:6;
	background-color: #344b5b;
	padding: 10px;
	background-image: url(http://www.starlife.com/assets/images/rounded-top.png);
	background-position: top;
	background-repeat: no-repeat;
}

.sub_banner {
	position:relative;
    left: 100%;
    margin-left: -379px;
	top:-270px;
	width:334px;
	height:100px;
	z-index:6;
	background-color: #344b5b;
	padding: 10px;
	padding-top: 5px;
}

#page {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    min-height: 560px;
}

#footer {
    position: relative;
	width:100%;
	height:50px;
	background-color: #09131C;
	background-image: url(assets/images/signs/header_background.jpg);
	border-top: 2px solid #a7acbe;
	top: 350px;
	color: white;
}

#content {
    position: relative;
    top: 250px;
    left: 0px;
    text-align: left;
    width: 64%;
    margin: 16px 0 0 36px;
    padding: 0;
    line-height: 1.5em;
    color: white;
}

#sidebar {
    position: absolute;
    left: 100%;
    margin-left: -379px;
    top: 440px;
    color: #fff;
    padding: 10px;
    padding-bottom: 0px;
    width: 334px;
    background-color: #344b5b;
   	background-image: url(http://www.starlife.com/assets/images/rounded-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.sidebar_text {
    position:relative;
    width:310px;
    font-family: serif;
    font-size: 32px;
    left: 20px;
    top: -50px;
    margin-bottom:-37px;
}

.sidebar_text_long {
    position:relative;
    width:310px;
    font-family: serif;
    font-size: 21px;
    left: 20px;
    top: -41px;
    margin-bottom:-24px;
}

#dropmenu h2 {
    color: #fff;
}

#languageselection {
    position: relative;
    top: -32px;
    left: 0px;
    width: 200px;
}

#layoutchooser
{
 position: relative;
 top: -236px;
 left: 0px;
}

.commentCount, .dittoTags {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.dittoTags { color: #fff }
.dittoTags a:hover { text-decoration: underline }

.commentHeader { margin-bottom: 0px }

.commentHeader a { font-size: 1.1em }

#sprachwahl span a {
    margin: 0px;
    padding: 0px;
}

#dropmenu ul li a:link { text-decoration: underline }
#dropmenu ul li a:hover { text-decoration: underline }

#menu a {text-decoration: none}

#menu a div.menu_here {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
    padding-left: 20px;
	background-repeat: repeat-x;
    background-image: url(http://www.starlife.com/assets/images/menu-here.png);
    width: 35px;
	height: 14px;
    float: left;
    border-right: 4px solid #07141d;
    font-size: 13px; font-weight: bold;
}


#menu a div {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
    padding-left: 20px;
	background-repeat: repeat-x;
    background-image: url(http://www.starlife.com/assets/images/menu-item.png);
    width: 35px;
	height: 14px;
    float: left;
    border-right: 4px solid #07141d;
    font-size: 13px; font-weight: bold;
}


#menu a div.menu_first {
    font-size: 13px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
    padding-left: 27px;
    background-image: url(http://www.starlife.com/assets/images/menu-first.png);
    width: 40px;
    height: 14px;
    float: left;
    border-right: 4px solid #07141d;    
    margin-left: -20px;
    width:37px;
}

#menu a:hover div.menu_first {
    font-size: 13px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
    padding-left: 27px;
    background-image: url(http://www.starlife.com/assets/images/menu-first-hover.png);
    width: 40px;
    height: 14px;
    float: left;
    border-right: 4px solid #07141d;    
    margin-left: -20px;
    width:37px;
}


#menu a:hover div {
    font-size: 13px;
    font-weight: bold;
    color: #07141d;
    background-image: url(http://www.starlife.com/assets/images/menu-item-hover.png);
}

#menu a:hover div.menu_here {
    font-size: 13px;
    font-weight: bold;
    color: #07141d;
    background-image: url(http://www.starlife.com/assets/images/menu-item-hover.png);
}

#menu a div.menu_first.menu_here { /* first rounded menuitem selected */
    background-image: url(http://www.starlife.com/assets/images/menu-first-here.png);
}

#menu a:hover div.menu_first.menu_here { /* first rounded menuitem selected */
    background-image: url(http://www.starlife.com/assets/images/menu-first-hover.png);
    color: #07141d;
    width:37px;
}

#wlpeUser { color: white }
#wlpeUserProfileCountry {width: 100px }
#wlpeUserProfileCity {width: 100px }
#wlpeUserProfileComment {width: 174px; height: 100px }
#wlpeUserProfileGender {width: 100px }

#photoLabel { width: 150px; margin-right: 10px; text-align: right; display: inline; margin-left: 80px}

#wlpeUserProfilePhotoInfo { position: relative; left: 170px; font-size: 0.8em }

img#wlpeUserProfilePhotoImg {position: relative; left: 170px; margin-top: 10px}

.fieldset { border: 1px dashed #A7ACBE; width: 530px; padding: 20px; margin-bottom: 20px}

#wlpeUserProfileForm .fieldset label {width: 150px; margin-right: 20px; text-align: right }

#wlpeUserProfileForm .fieldset .form-input input {display: inline; height: 20px; border: 1px solid gray; padding-left: 2px; }
#wlpeUserProfileForm .fieldset .form-input select {display: inline; height: 20px; border: 1px solid gray; padding-left: 2px; width: 180px }

input#wlpeUserProfilePhoto {background-color: white; display: inline; height: 22px; }
input#wlpeUserProfilePhoto button {position: relative; left: 300px}

#wlpeNewPasswordInfo { margin-left: 170px }

#star_span {width: 150px; margin-right: 20px; margin-top: 60px; text-align: right; }
#signs {display:none; background-color: #062234; padding: 20px; border: 1px solid white; position: relative; left: 70px; top: 300px; width: 420px; height: 370px; margin-bottom: -370px; z-index: 10}
#sign-fieldset img {margin-top: -50px; margin-left: 170px}
#sign-help {margin-left: 170px; font-size: 11px}


div#search {
    padding-top: 5px;
    padding-right: 10px;
    background-color: #8b9298;
    font-size: 13px; font-weight: bold;
    float: left;
    width: 22%;
    height: 14px;
}

div#search form {display: inline;}

div#search form input {
    display: inline;
    border: 1px solid gray;
    height: 18px;
    margin: 0px;
    padding: 0px; 
    padding-left: 19px;
    margin-left: 11px;
    color: gray;
    width: 97%;
    background-image: url(http://www.starlife.com/assets/images/header_search_icon.png);
    background-repeat: no-repeat;
    background-color: white;
}

div#stripe {
    padding-top: 10px;
    padding-bottom: 9px;
    padding-right: 20px;
    padding-left: 20px;
    height: 16px;
}


/* post header */

.smallHeader, .largeHeader, .dateComments { background-color: #8b9298; color: #062234; margin-left: 58px; padding: 2px; padding-left: 9px; height: 19px}

.authorHeader { float: left; width: 48px; height: 75px; background-color: #8b9298; color: #062234; padding: 4px}

.authorHeader img { width: 48px; height: 48px; }

.largeHeader { margin-bottom: 2px; height: 20px;  font-size: 130%; font-weight: bold; color: #062234; padding-bottom: 5px; padding-left: 9px;}
.smallHeader, .dateComments {color: #062234;}

.smallHeader { padding-top: 8px; padding-bottom: 4px; padding-left: 9px; }

.dateComments .dittoTags { display: inline;}
.dateComments .dittoTags a { color: white}

.dateComments .dc { font-size: 11px; float: right; padding-right: 10px; color: white }
.dateComments-feed .dc { font-size: 11px; color: white; margin-left: 15px }

/* post header for feed */

.blogitem { color: white; width: 100% }
.blogitem .summary { border-bottom: 1px solid #8b9298; margin-bottom: 30px; padding-bottom: 30px }
.blogitem .summary-last { margin-bottom: 30px; padding-bottom: 30px }

.largeHeader-feed, .dateComments-feed { margin-left: 40px; padding: 2px; padding-left: 9px; min-height: 19px; }

.dateComments-feed { margin-bottom: 20px; }

.dateComments-feed-search { margin-bottom: 20px; margin-left: 65px }

.authorHeader-feed { float: left; width: 48px; height: 48px}
.authorHeader-feed img { width: 48px; height: 48px}

.largeHeader-feed a { margin-bottom: 2px; height: 20px;  font-size: 24px; font-weight: bold; color: #FFFFFF; padding-bottom: 5px; padding-left: 15px; text-decoration: none}

.dateComments-feed .dittoTags { display: inline; padding-left: 15px;}
.dateComments-feed .dittoTags a { color: white; text-decoration: underline }

/* post content */

.post-content {margin-top: 20px; color: white}

/* sidebar */

#sidebar .chapters { position: relative; top: 0px; left: 0px; margin-bottom: 15px }
#sidebar .chapter-header {  position: relative; top: 0px; left: 0px; font-size: 11px}

#sidebar .chapters a {text-decoration: none}

#sidebar .chapters a img {margin-top: 5px}

/* pagination */

.ditto_currentpage { width: 24px; height: 24px; border: 2px solid #8b9298; padding: 6px; margin-left: 4px; font-weight: bold; position: relative; top: 2px }
.ditto_page { width: 24px; height: 24px; background-color: #8b9298; padding: 5px; margin-left: 4px; }
#ditto_pages {margin-bottom: 40px;}

/* template switcher */

#select_mbl {
	position:absolute;
	left:13px;
	top:12px;
	width:26px;
	z-index:1;
}
#select_web {
	position:absolute;
	left:13px;
	top:30px;
	width:26px;
	z-index:1;
}

#select_mbl, #select_web { background-color:#FFF; font-size:8px; font-family:Verdana, Geneva, sans-serif; font-weight:bold; text-align:center; padding:1px; color: #062234 }

/* datepicker */

#ui-datepicker-div {
    background-color: #8b9298;
    padding: 10px;
/*this and below - to hide datepicker from page */
    position: absolute;
    top: -50px;
}

#ui-datepicker-div table thead tr th {color: #09131c}

#ui-datepicker-div a {
    color: white;
}

#sign-fieldset img.ui-datepicker-trigger {margin-left:10px; padding-top: 2px;}

/* register */



fieldset#wlpeUserRegisterInput label {
    display: inline;
    width: 150px;
    margin-bottom: -2px;   
    font-size: 12px;
    text-align: right;
    margin-right: 10px;
}

fieldset#wlpeUserRegisterInput input {
    display: inline;
    width: 150px;
    border: 1px solid gray;
    margin-bottom: 3px;
}

input#wlpeTosCheckbox {position: absolute; top: -1000px} /*need to hide*/

#wlpeCaptchaImage, #wlpeCaptchaLabel, #wlpeUserRegisterCaptcha {margin-left: 160px}

p.wlpeRegisterInfo {width: 400px}

fieldset#wlpeUserRegisterInput {margin-top: 20px; border: 1px dashed gray; padding: 20px; width: 530px}

fieldset#wlpeUserRegisterButtons {text-align: right; padding-top: 20px; padding-right: 25px}

fieldset#wlpeUserRegisterInput input#sameas {margin-left: 20px; width: 14px; height: 14px;}
#sameas_label {font-size: 12px;}

.authorHeader-feed div, .authorHeader div {
	font-size: 8px; 
	position: relative; 
	top: -32px; 
	left: 6px; 
	z-index: 8; 
	color: black; 
	line-height: 140% 
}

div#content p a, div#content p a { font-size: 1em }

.summary a, .summary-last a {font-size: 1em; text-decoration: none}


#flashform, #resetform {width: 100%}
#desc {float: left; margin-right: 10px}
.inputtext, #email {float: left; position: relative; top: -3px}
.inputbutton { position: relative; top: -1px; width: 30px}
#submitbutton {position: relative; top: -1px}

/* Here goes start page style */

div#start_starsigns{
	height:29px;
	line-height:150%;
	font-size:0.8em;
	width: 110%; /* 1280 - one starsign is on new line, if set to 100% */
}

#start_starsigns a {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-transform:none;
	text-decoration: none;
}

#start_starsigns > div {
	float: left;
	margin-right: 1px;
}

div#start_buttons_clear {
	float: none;
	clear:both;
}

div#buttons_last_separator {
	float: none;
	clear: both;
	height:20px;
	margin-bottom: 40px;
	border-bottom:thin solid #506B7E;
	width: 104%/*1280 width fit to post divider*/
}

#start_buttons_container{
	line-height: 15px;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 0.9em;
	color: #CCCCCC;
}

#start_buttons_container h4 {
	font-family: Arial,Helvetica,sans-serif;
	font-size:1.45em;
	font-weight: bold; 
	color: #ffffff;
	letter-spacing:0.02em;
	margin-bottom: 0.3em;
	margin-top: 0.1em;
}

div.start_buttons_separator {
	width: 50px;
	float: left;
}

div.astrology_container {
	background:#1C3A57 url(images/start_page_buttons_bg/index_astrology_bg.png) repeat-y scroll 0 0;
	width: 45%;
	float: left;
	}

div.fortune_telling_container {
	background: #77427E url(images/start_page_buttons_bg/index_fortune-telling_bg.png) repeat-y scroll 0 0;
	width: 45%;
	float: left;
	}
	
div.green_life_container {
	background: #408F3F url(images/start_page_buttons_bg/index_health-life_bg.png) repeat-y scroll 0 0;
	width: 45%;
	float: left;
	}	

div.start_buttons_image {
	float: left;
	min-height: 120px;
	height: 100%;
	width: 107px;
}

div.start_button_text {
	padding:8px 8px 8px 0;
	width: 54%;
	float: left;
}

.start_button_text a{
	font-family:Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-size: 1em;
	color: #CCCCCC;
}

div.start_page_chapter {
	float: none;
	clear: both;
	height: 20px;
	color:#6A7A85;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-top:20px;
}

#ui-datepicker-div a { color: black}

/*
    datepicker
*/

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 46%;
}

.ui-widget-content, #ui-datepicker-div { background: #062234 }
.ui-datepicker th span {color: white; font-weight: bold}



/* start page dialogue style */
		#dialog {overflow: hidden;}
		div#msisdn_form > label,div#code_form > label {display:block; float: none; width: auto; }
		div#msisdn_form > input[type="text"], div#code_form > input[type="text"] {margin-right:1em; display:block;  }
		input.text { margin-bottom:12px; width:45%; padding:0.25em; }
		fieldset { padding:0; border:0; margin-top:25px; }
		h1 { font-size: 1.2em; margin: .6em 0; }
		.ui-button { outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none;  !important; cursor:pointer; position: relative; text-align: center; }
		.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }
	
	.ui-widget input[type="text"] {
		float:left;
	}
	
	.ui-widget input[type="button"] {
		background:red;
		color: white !important;
		text-shadow: none;
		font-weight: bold;
	}
	
	.ui-widget button, .ui-widget input[type="button"], .ui-widget input[type="submit"] {
		width: 104px;
		margin-left: 0.8em;
	}


    
    div#send_status
    {
    	font-weight: bold;
    }
	
	#baby_horoscopes_list div {
		float: left;
		margin-right: 10px;
		margin-top: 5px;
		text-align: center;
	}
	
	#baby_horoscopes_list a {
		font-size:1em;
		text-decoration: none;
	}
	
/* end start page style*/

