/*
Theme Name: xScape Intro
Theme URI: http://www.dev4press.com/
Description: Intro theme for WPMU test website
Version: 0.1
Author: Milan Petrovic
Author URI: http://www.dev4press.com/
*/

body { text-align: center; width: 100%; background: white url(gfx/bgd.png) repeat-x top; color: white; font-family: "Trebuchet MS", Tahoma, sans-serif; font-size: 14px; margin: 0; }
a, a:hover { color: white; font-weight: bold; }
img { border: 0; }

#main { text-align: left; width: 990px; margin: 110px auto; height: 375px; display: block; }
#divider { background: #c00 url(gfx/divider.png) no-repeat center; width: 990px; height: 15px; }
#content { height: 295px; }
#content_home { height: 230px; }
#footer { height: 135px; }
#footer_small { height: 65px; }
#logo { float: right; }
#copy { color: #f5f5f5; }
#intro { width: 700px; }
#status { border-left:1px dotted white; float:right; height:220px; text-align:center; width:270px; }
#copy small { font-size: 11px; }

.mu_register #setupform #user_name, .mu_register #setupform #user_email, .mu_register #setupform #blog_title { width: 300px; }
.mu_register #setupform, .mu_register div.done { border-left: 1px dotted white; margin-left: 270px; padding-left: 20px; }
.mu_register #setupform label { font-size: 14px; display:block; font-weight:bold; margin:0; }
.mu_register #setupform p label { font-size: 14px; display: inline; font-weight:normal; margin: 0; }
.mu_register #setupform p { line-height: 12px; }
.mu_register #setupform p.submit { float: right; margin:-40px 0 0; }
.mu_register #setupform div { margin-left:120px; margin-top:-37px; }
.mu_register #setupform div#privacy div, .mu_register #setupform div#privacy { margin-left: auto !important; margin-top: auto !important; }
.mu_register #setupform { font-size: 10px; }
.mu_register #setupform p.error { color:yellow; margin:0 0 5px; }
.mu_register #setupform span.prefix_address { font-size: 15px; }
.mu_register #setupform #privacy label { margin: 0; }
.mu_register div.done p { margin: 0 0 10px; }
.mu_register #noemail-tips p { margin: 3px 0; }
.mu_register h2 { font-size:18px; float: left; width: 250px; margin: 0; }

.mu_register #setupform input.submit {
	background: #c00 url(gfx/btn_submit.png) no-repeat;
	width: 117px;
	height: 32px;
	font-weight: bold;
	font-size: 16px;
	color: #484848;
	border: 0;
}

#status .loggedin { height: 160px; }
#status .notloggedin { height: 100px; }
#status h4 { margin: 0 20px 10px; font-size: 16px; padding: 0 0 5px; border-bottom: 1px dotted white; }
#intro h2 { font-size:25px; border-bottom: 1px dotted white; padding: 0 0 5px; text-align: center; }
#intro .demos { border-left:1px dotted white; margin: 0 0 0 170px; padding: 0 0 0 15px; height:94px; }
#intro .demostitle { margin-right: 7px; float: left; width: 155px; border-right: 1px dotted white; }
#intro .demostitle h3 { font-size:18px; margin:0 0 10px; }
#intro .demostitle p { font-size: 12px; }

.crsl-next, .crsl-prev { cursor: pointer; width: 24px; height: 94px; float: left; border: 0; margin: 0; padding: 0; }
.carousel { float: left; margin: 0 2px; border: none; width: 400px; height: 100px; overflow: hidden; }
.carousel { margin: 0 6px; }
.carousel img { margin: 0 2px; border: 1px solid white; padding: 6px; background-color: #a9a9a9; }
.crsl-prev { background: transparent url(gfx/slider_previous.png) no-repeat center; }
.crsl-next { background: transparent url(gfx/slider_next.png) no-repeat center; }

#dynatip { 
    background:url(gfx/black_arrow.png);
    padding:20px 15px 0;
    width: 179px;
    height: 102px; 
    font-size: 14px;
    text-align: center;
} 

#dynatip strong {
	color: #feff20;
	text-decoration: underline;
	font-size: 17px;
}