#body {
	background-image:url(../../images/ui/bg.jpg);
	font-family:"Arial Narrow", arial, sans-serif;
}

/**
 * Common selectors
*/
div.clean {
	clear:both;
}

a:link {
	color:#ED5F34;
}

a:visited {
	color:#D64518;
}

a:hover {
	color:#C5380D;
}

a:active {
	color:#E6643D;
}

/**
 * Common css settings, header:
*/

#header {
	width:1000px;
	margin:0 auto;
	margin-top:80px;
}
#logo {
	margin-left:115px;
	width:233px;
	height:80px;
	background-image:url(../../images/ui/getbarista-logo.png);
	background-repeat:no-repeat;
	float:left;
}
#logo span {
	display:none;
}

#fb-like {
	position: absolute; 
    top: 15px;
    right: 320px;	
}

/**
 * Subscription area
*/
#subscription {
	float:left;
	margin-top:-4px;
	width:450px;
	margin-left:130px;
}
	#subscription h2 {
		font-family:"Arial Black", arial, sans-serif;
		font-size:1.1em;
		letter-spacing:-0.07em;
		margin-bottom:5px;
	}
	#subscription input, p {
		/*float:left;*/
		margin-top: 0.4em;
	}

	#subscription input {
		margin-right:10px;
	}

/**
 * Basic content styles
*/
#content {
	width:1000px;
	margin:0 auto;
}

	#content .left-side {
		float:left;
		width:360px;
		margin-left:115px;
	}

	#content .right-side {
		float:left;
		width:430px;
	}

	#content h2 {
		font-family:"Arial Black", arial, sans-serif;
		font-size:1.5em;
		letter-spacing:-0.07em;
		margin-bottom:15px;

		text-shadow:0 -1px #fff;
		-webkig-text-shadow:0 -1px #fff;
		-o-text-shadow:0 -1px #fff;
		-mozilla-text-shadow:0 -1px #fff;
		-ms-text-shadow:0 -1px #fff;
	}

	#content p {
		margin-bottom:15px;
		font-size:1.1em;
		line-height:1.4em;
		color:#191919;
	}


#footer {
	width:1000px;
	margin:0 auto;
	margin-top:80px;
}

	#footer p {
		text-align:center;
		font-size:0.9em;
		width:100%;
	}

/** 
 * Customized elements
*/
#questionarie{
    display:block;
    margin:0 auto;
    clear: both;
}

#content.landing {
	margin-top:120px;
}

#content div.contacts {
	margin-left:120px;
	line-height:1.4em;
	margin-top:35px;
}
	#content div.contacts strong {
		font-family:"Arial Black", arial, sans-serif;
		letter-spacing:-0.07em;
	}
.message {

       float:left;
       margin-left:80px;
       padding-bottom:79px;
}
.technical_field{
       display:none;
}

ul.landing1 {
	list-style:square; 
	margin-left:30px;
}

ul.landing1 li {
	margin-bottom:10px;
}

div#add_project {
    margin-top: 40px;
    margin-left: 120px;
}

/* Dashboard styles */

#content.dashboard {
	margin-top: 30px;
}

.dashboard-user-pannel {
	float: left;
	margin-left: 250px;
}

ul.dasboard-user-ul li {
	float: left;
	margin-left: 40px;
}

#content.dashboard h3 {
	margin-bottom: 20px;
}

.dashboard-projects {
	margin-left: 50px;
}

ul.dashboard-project-list {
	list-style-type: circle;
}

ul.dashboard-project-list li {
	margin-bottom: 8px;
}

.dashboard-add-project {
	margin-top: 30px;
}

ul.dashboard-activity li {
	line-height: 1.2em;
	font-size: 0.8em;
	margin-bottom: 5px;
}

/* Login and registraion styles */

.login-center-side {
	width: 93%;
	text-align: center;
}

.login-twitter {
	margin-top: 50px;
}

.errorlist {
	color: red;
}

.simple-page {
	width: 100%;
	margin-top: 50px;
	margin-left: 350px;
}
.pay_block{
    width:600px;
    margin: 20px auto;
}
