/*  
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
/*body{
	background:#000 url(../images/bg.png) repeat-x;
	border-top:5px solid #333;
	color:#222;
	font-family: arial, helvetica, sans-serif;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
font-size: 12px;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:76em;	
}
#content{
	float:left;
	padding:1em;
	width:40em;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:2em;
	width:20em;
}
#header{
	padding:3em 1em;
}
#footer{
	background:#333;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}*/
/*************************************
 +Hn and p
 *************************************/
/*h1, h2, h3{
	font-family: arial, helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}*/
#header h1{
	font-family: arial, helvetica, sans-serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#222;
}
#header h1 a:hover{
	color:#222;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2.2em;
	margin-top: 50px;
}
.entrytitle h2 a
{
	color:#222;
}
.entrytitle h2 a:hover{
	color:#666;
        text-decoration: underline;
}
#primary .entrytitle h3{
	font-size: 14px;
	color:#6F6F6F;
	font-weight: normal;
	margin-top: 5px;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:transparent url(../images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:transparent url(../images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:transparent url(../images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}





/* From Starrup.com */


/* base */

/****** BEGIN BASE **********************************************/
html {
/*	background: #FFF;
	color: #000;
	margin: 1em; 
	padding: 0;*/
}

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, cite, label, dl, ul, ol, fieldset, address {
	/*clear: both;*/
	margin: 1em 0;
	padding: 0;
	text-indent: 0;
}

h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
	padding: 0px;
	margin: 0px;
	display: inline;
}

p {
	clear: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: .3em;
	clear: both;
}

caption, th {
	text-align: left;
}

table, td {
	font-size: inherit;
}

ul, ol, li, dd, blockquote {
	margin-left: 1em;
}

/* Typography resets for normal text, semantic text, and headings */

body {
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin: .5em 0 .3em 0;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

address, abbr, acronym {
	font-style: normal;
}

acronym, abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
}

acronym {
	text-transform: uppercase;
}

pre, kbd, code, samp, tt, var {
	font-family: monospace;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

del {
	text-decoration: line-through;
}

/* get forms to show up correctly */

form {
/*	margin: 1em 0; */
	padding: 0;
}

form label {
	margin: 0;
	margin-top: 5px;
	padding: .3em;
	display: block;
	font-weight: bold;
}

fieldset {
	border: none;
}

select, textarea {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* list element margins and default styles */

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: decimal; }

/* Miscellaneous oddities and fixes */

a img {
	border: none;
}

hr {
	background-color: #666;
	border-width: 0;
	height: 1px;
	text-align: left;
	width: 95%;
}

iframe {
	border-width: 0;
}

:focus {
	outline: 0;
}

/* Common classes */

.hidden {
	display: none;
	visibility: hidden;
}

.visible {
	display: block;
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.cleanup {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* Remove List Items */
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.row {
	overflow: hidden;
	_height: 1%;
}

/****** END BASE **********************************************/

/* end base */



body {
	background: #070707;
	font-size: 12px;
	/*font-family: Helvetica,Arial,sans-serif;*/
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #222;
}
a,
a:visited,
a:active {
	color: #1550a0;
}
h5 {
	font-size: 16px;
	margin: 20px 0 15px 0;
}
#header_wrapper {
	width: 100%;
	background: url(http://www.starrup.com/images/home/header_bg.jpg) top left repeat-x;
	overflow: hidden;
}
#navigation {
	width: 965px;
	height: 130px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	position: relative;
}
#navigation h1 {
	float: left;
	width: 154px;
	height: 39px;
	margin: 35px 0 0 0;
	background: url(http://www.starrup.com/images/home/starrup_logo.jpg) top left no-repeat;
}
#navigation a {
	color: #fff;
	text-decoration: none;
}
#navigation h1 a {
	float: left;
}
.login_trial {
	position: absolute;
	right: 10px;
	bottom: 12px;
}
ul.primary_nav {
	position: absolute;
	bottom: 0;
	_bottom: -1px;
	left: 0;
	margin-top: 35px;
}
ul.primary_nav li {
	float: left;
	margin-right: 1px;
}

ul.primary_nav li a {
	display: block;
	width: 123px;
	height: 39px;
	background: url(http://www.starrup.com/images/home/nav_home.jpg) top left no-repeat;
	text-indent: -500em;
}
ul.primary_nav li.features a {
	background-image: url(http://www.starrup.com/images/home/nav_features.jpg);
}
ul.primary_nav li.blog a {
	background-image: url(http://www.starrup.com/images/home/nav_blog.jpg);
}
ul.primary_nav li.contact a {
	background-image: url(http://www.starrup.com/images/home/nav_contact.jpg);
}
ul.primary_nav li.pricing a {
	background-image: url(http://www.starrup.com/images/home/nav_pricing.jpg);
}
ul.primary_nav li a:hover {
	background-position: 0 -78px;
}
ul.primary_nav li.active a,
ul.primary_nav li.active a:hover {
	background-position: 0 -39px;
}


ul.secondary_nav {
	position: absolute;
	top: 0;
	right: 0;
}
ul.secondary_nav li {
	float: left;
	padding-top: 8px;
	padding-left: 10px;
}
#navigation ul.secondary_nav li a {
	color: #888;
	font-size: 10px;
}
#navigation ul.secondary_nav li a:hover {
	color: #fff;
}
#navigation ul.secondary_nav li {
	font-size: 12px;
}
#navigation ul.secondary_nav li.logged {
	padding-top: 6px;
	font-size: 12px;
	color: #ccc;
}
#navigation ul.secondary_nav li.logged a {
	font-size: 14px;
	padding-left: 2px;
	text-decoration: underline;
	color: #eee;
}
#navigation ul.secondary_nav li.logged a:hover {
	color: #fff;
}
ul.secondary_nav li.login {
	padding: 0;
}
ul.secondary_nav li.login a {
	display: block;
	width: 90px;
	height: 40px;
	background: url(http://www.starrup.com/images/home/nav_login.jpg);
	text-indent: -500em;
	margin-right: 7px;
	margin-left: 20px;
}
ul.secondary_nav li.login a:hover {
	background-position: 0 -40px;
}
ul.secondary_nav li.welcome {
	font-size: 11px;
	padding-top: 1px;
}
#page_container {
	background: #f5f5f5;
	padding-bottom: 40px;
  overflow: hidden;
}
#container {
	width: 965px;
	margin: 0 auto;
}
#header {
	width: 100%;
	margin: 0 auto;
	color: #111;
	background: url(http://www.starrup.com/images/home/showcase_bg.jpg) top left repeat-x;
	border-bottom: 1px solid #ddd;
}
#header_content {
	margin: 0 auto;
	position: relative;
	width: 990px;
	height: 233px;
	overflow: hidden;
}
.secondary #header {
	height: 80px;
}
.secondary #header_content {
	height: 80px;
}
#header .home_screenshot {
	float: left;
	width: 549px;
	height: 193px;
	background: url(http://www.starrup.com/images/home/home_screenshot.jpg);
	position: absolute;
	bottom: 0;
	right: 0;
}
#header h2 {
	position: absolute;
	width: 397px;
	height: 34px;
	margin: 65px 0 0 15px;
	background: url(http://www.starrup.com/images/home/header_showcase_your_talent_online.jpg) top left no-repeat;
	text-indent: -500em;
}
.secondary #header h2 {
	position: absolute;
	margin: 35px 0 0 15px;
	text-indent: 0;
	background: none;
	font-weight: normal;
	font-size: 16px;
	width: 700px;
}
#header h3 {
	position: absolute;
	width: 397px;
	height: 34px;
	margin: 105px 0 0 15px;
	background: url(http://www.starrup.com/images/home/heading_entertainer_websites.jpg) top left no-repeat;
	text-indent: -500em;
}
#header ul.start_choices {
	position: absolute;
	top: 145px;
	margin-left: 15px;
}
#header ul.start_choices li {
	float: left;
	margin-right: 7px;
}
#header a.lets_get_started,
#header a.take_the_tour {
	width: 146px;
	height: 23px;
	display: block;
	background: url(http://www.starrup.com/images/home/btn_lets_get_started.jpg) top left no-repeat;
	text-indent: -500em;
}
#header a.take_the_tour {
	width: 132px;
	background: url(http://www.starrup.com/images/home/btn_take_the_tour.jpg) top left no-repeat;
}
/*#header h2.header_signup {
	position: absolute;
	width: 824px;
	height: 56px;
	margin: 40px 0 0 40px;
	text-indent: -500em;
	background: url(http://www.starrup.com/images/headers_signup.gif) top left no-repeat;
}*/
#content {
	width: 100%;
}
#primary {
	float: left;
	width: 625px;
/*	margin-left: 25px;*/
/*	margin-bottom: 30px;*/
	display: inline;
}
/* Feature Section */
.features #primary {
	float: left;
	width: 940px;
	margin-left: 0px;
/*	padding: 0 20px 20px 20px;
	margin-top: 20px;*/
}
.feature_section {
	clear: both;
	padding: 0 0 10px 0;
	background: url(http://www.starrup.com/images/home/features_update.jpg) top right no-repeat;
	overflow: hidden;
	_height: 1%;
}
.feature_section .feature_text {
	float: left;
	width: 350px;
}
.feature_section.video {
	padding: 0 0 100px 0;
	background: url(http://www.starrup.com/images/home/features_video.jpg) top left no-repeat;
}
.feature_section.video .feature_text {
	float: right;
	width: 450px;
	padding: 40px 35px 0 0;
}
.feature_section.templates {
	padding: 0 0 20px 0;
	background: url(http://www.starrup.com/images/home/features_templates.jpg) top right no-repeat;
}

/*.secondary.features #secondary {
	width: 225px;
	border-left: none;
}
.features #secondary ul.feature_nav li {
	width: 100%;
}
.features #secondary ul.feature_nav li a {
	display: block;
	padding-left: 15px;
	line-height: 40px;
	background: #F2F2F2;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
.features #secondary ul.feature_nav li.first a {
	border-top: 1px solid #ddd;
}
.features #secondary ul.feature_nav li a:hover,
.features #secondary ul.feature_nav li.active a,
.features #secondary ul.feature_nav li.active a:hover {
	background: #A9B6C4;
	color: #fff;
}*/

#primary.wide {
	width: 813px;
}
#primary h3 {
	margin: 40px 0 20px 0;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
ul.testimonials {
	width: 600px;
}
ul.testimonials li.highlight {
	margin-bottom: 10px;
	background: #FCFFD6;
	border: 1px solid #fbf1a0;

}
ul.testimonials h2 {
	color: #222222;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	padding: 10px 20px 0 10px;
}
ul.testimonials h2 cite {
	color: #666666;
	line-height: 28px;
	font-size: 14px;
}

ul.questions {
	width: 240px;
	margin-left: 3px;
}
ul.tour li {
	float: left;
	width: 280px;
	height: 190px;
	margin-right: 20px;
}
ul.tour li.clean {
	margin-right: 0;
}
ul.tour li img,
ul.testimonials li img {
	border: 1px solid #e2dac5;
}
ul.tour li img {
	border: none;
}
ul.tour li h4,
ul.testimonials li h4,
ul.questions li h4 {
	font-size: 14px;
	margin: 3px 0 0 0;
}
ul.tour li h4 {
	margin: 6px 0;
}
ul.testimonials li h4 span {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}
ul.tour li p,
ul.testimonials li p,
ul.questions li p {
	margin: 0 0 4px 0;
}
ul.questions li p {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cdcdcd;
}
ul.tour li p.desc,
ul.testimonials li p.desc,
ul.questions li p.desc {
	margin-bottom: 20px;
}
.test_profile {
	float: left;
}
.test_quote {
	margin-left: 90px;
}
#secondary {
	float: left;
	width: 275px;
	margin: 50px 0 50px 10px;
	padding-left: 25px;
	border-left: 1px solid #cdcdcd;
	display: inline;
}
.secondary #secondary {
	border-left: 1px solid #f5f5f5;
}
.signup {
	float: left;
	margin: 10px 6px 20px 0;
}
.signup.top {
	margin-top: 30px;
	padding-bottom: 7px;
}
.signup.top.home {
	border-bottom: 1px solid #cdcdcd;
}
.signup a {
	float: left;
	margin: 10px 10px 0 0;
}
.signup p.callout {
	float: left;
}
#footer {
	width: 100%;
	height: 100px;
	color: #fff;
	background: #070707;
}
#footer_content {
	width: 965px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 10px;
/*	background: #000 url(/images/primary_base_bg.gif) top left no-repeat;*/
}
#footer_content p {
	margin: 15px 0 0 0;
	color: #999;
}
#footer_content p.zg_logo {
	float: right;
	margin-right: 35px;
	margin-top: 10px;
}
#footer_content p.zg_logo a {
	display: block;
}
ul.footer_links {
	overflow: hidden;
	width: 600px;
}
ul.footer_links li {
	float: left;
	margin-right: 10px;
}
ul.footer_links li a {
	color: #666;
text-decoration: underline;
}

/* Pricing and Signup */
#plan_select {
	border: 4px solid #e2dac5;
	background: url(http://www.starrup.com/images/gradient_sm_bottom.gif) bottom left repeat-x;
}
#plan_select .plan_caption {
	width: 100%;
	background: #fcffd6;
	border-bottom: 1px solid #e2dac5;
}
#plan_select .plan_caption p {
	margin: 0;
	padding: 5px 20px;
	font-size: 14px;
	color: #29952f;
}
#plan_select .plan {
	margin: 20px;
}
#plan_select ul li {
	float: left;
	width: 267px;
	border-right: 1px solid #e2dac5;
}
#plan_select ul.plan_choice li {
	float: none;
	width: 100%;
	border: none;
	border-bottom: 1px dashed #e2dac5;
}
#plan_select ul li.last {
	border-right: none;
}
#plan_select p.plan_choose {
	padding-bottom: 10px;
	border-bottom: 1px solid #e2dac5;
}
#plan_select p.plan_choose strong {
	font-size: 14px;
	line-height: 12px;
}
#plan_select h4 {
	width: 139px;
	height: 43px;
	background: url(http://www.starrup.com/images/plan_max.gif) top left no-repeat;
	text-indent: -500em;
}
#plan_select h4.plus {
	background-image: url(http://www.starrup.com/images/plan_plus.gif);
}
#plan_select h4.basic {
	background-image: url(http://www.starrup.com/images/plan_basic.gif);
}
.free_option {
	margin-top: 10px;
/*	border-top: 1px solid #E2DAC5;
	border-bottom: 1px solid #E2DAC5;*/
}
.free_option p {
	margin: 2px 0;
}
fieldset {
/*	margin: 0 0 15px 0;
	padding: 10px 10px 22px 10px;
	border: 4px solid #e2dac5;
	border-collapse: collapse;
	border: 1px solid #F3F6FD;
	background: #F7F9FE;
	background: url(http://www.starrup.com/images/gradient_sm_bottom.gif) bottom left repeat-x;*/
	background-color:#F1F5FA;
	border-color:#9fcbe5;
	border-style:solid none none;
	border-width:1px 0 0;
	font-family:verdana;
	margin:0 0 25px;
	padding:15px;
}
form select {
	float: left;
}
form label {
	padding-left: 0;
	margin-top: 2px;
}
form input {
	margin-bottom: 5px;
}
form input#account_initial_subdomain {
	margin-bottom: 0;
}
form p {
	margin-top: 0;
}
form br.row {
	margin-bottom: 10px;
}
.note {
	font-style: italic;
	font-size: 10px;
}
.questions {
	float: left;
	width: 510px;
}
.highlight {
	background: #fcffd6;
}
.form-prompt-class {
	color: gray;
	text-align: right;
	padding: 3px 5px;
}


/* Signup from admin */
h4.callout {
	color: #278934;
	margin-bottom: 10px;
}
table.account_choices {
	width: 100%;
	border-collapse: collapse;
	border: 4px solid #e2dac5;
	background: #fff url(http://www.starrup.com/images/gradient_sm_bottom.gif) bottom left repeat-x;
}
table.account_choices tr td,
table.account_choices tr th.side {
	border-bottom: 1px solid #e2dac5;
}
table.account_choices tr th.side {
	padding-left: 40px;
	text-align: right;
	font-size: 18px;
	background: #111;
	color: #999;
}
table.account_choices tr.header th.last {
	padding-right: 8px;
}
table.account_choices tr td.action {
	color: #ffb320;
	background: #111;
	padding: 5px 0;
}
table.account_choices tr td.action a {
	color: #F6F9FC;
	font-size: 18px;
}
table.account_choices tr td.action a:hover {
	color: #FCFFD6;
}
table.account_choices tr.your_plan td,
table.account_choices tr.your_plan th.side,
table.account_choices tr.your_plan td.action {
	background: #FCFFD6;
	color: #000;
}
table.account_choices tr.your_plan td.action strong span {
	color: red;
}
table.account_choices tr.promotion td {
	padding: 0 10px;
	background: #fcffd6;
	color: red;
}
table.account_choices tr.header th {
	color: #fff;
	text-align: center;
	padding: 5px 0;
	background: #000000 url(http://www.starrup.com/images/admin/header_bg.gif) repeat-x scroll left bottom;
}
table.account_choices tr.header th.padit {
	font-size: 18px;
}
table.account_choices tr td {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
table.account_choices tr td.no_downgrade {
	font-weight: normal;
	background: #fcffd6;
}
table.account_choices tr td.no_downgrade p {
	margin: 3px 0;
}

th.padit,
td.padit {
	padding-left: 10px;
}

p.offer_code strong {
	color: red;
}

.faqs {
	margin-top: 30px;
}
img.admin_video_screenshot {
	width: 130px;
	height: 97px;
	background-image: url(http://www.starrup.com/images/throbber.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.form-prompt-class {
	color: #C0C7BF;
	padding-left: 4px;
}
.dragHandle {
	cursor: move;
}
input.error {
	border: 1px solid red;
}
/* END Signup from admin */

/* account form */
.subdomain {
	vertical-align: top;
}
ul.billing_details {
	overflow: hidden;
}
ul.billing_details li {
	float: left;
	margin-right: 3px;
}

/* Flash notices */
#flash {
border: 1px solid #CCCCCC;
font-size: 14px;
margin: 15px 0 0 0;
padding: 5px 5px 5px 30px;
text-align:left;
}
#flash.flash_notice {
background: #E2F9E3 url(http://www.starrup.com/images/icons16/accept.png) no-repeat scroll 8px center;
border-color: #99CC99;
color: #006600;
}
#flash.flash_alert {
	border-color: #c99;
	color: #ce0b0b;
	background: #ffeded url(http://www.starrup.com/images/icons16/delete.png) 8px center no-repeat;
}
#flash.flash_alert a {
  color: #fff;
}
#flash.flash_alert a:hover {
  background: #000;
}

p.signup_callout {
	background: #e5eeff;
	font-size: 16px;
	border: 1px solid #b1cbfd;
	padding: 10px 20px;
}


/* special for articles */
img.bordered {
  padding: 4px;
  border: 1px solid #cdcdcd;
}

/* twitter */
#twitter {
 
}
ul#twitter_update_list {
  margin-top: 10px;
margin-bottom: 3px;
}
ul#twitter_update_list li {
  padding: 5px 5px;
 border-top: 1px solid #cdcdcd;
 border-bottom: 1px solid #cdcdcd;
  background: #eee;
}
#twitter a {

}
/* for digg */
iframe {
  vertical-align: bottom;
}