@import url(common.css);
@import url(controls.css);
/*****************************
GLOBAL
*****************************/
body {
	color: #000;
	text-align: center;
	background: #DDE6EC url('../img/bg/frontend/body.png') repeat-x left top;
}

body, td, th, input, select, textarea, label, .table ins {
	font: normal 14px/1.3em Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	color: #035;
	margin: 0.5em 0;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 50px;
	line-height: 1em;
	margin: 0 0 0.4em 0;
	letter-spacing: -3px;
}

h2 {
	font-size: 30px;
	line-height: 1.1em;
	letter-spacing: -2px;
}

h3 {
	font-size: 24px;
	line-height: 1.2em;
}

h4 {
	font-size: 20px;
	line-height: 1.3em;
}

p {
	margin: 10px 0;
}

big, .big {
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: normal;
}

small, .small {
	font-size: 11px;
	line-height: 1.3em;
}

input, select, textarea, label {
	font-size: 16px;
}

label.normal, .msg label {
	font-size: 14px;
}

/*****************************
LINKS
*****************************/
a, a:visited {
	color: #06C;
	cursor: pointer;
	text-decoration: underline;
}

a:hover, a:active {
	color: #09F;
}

a.white, a.white:visited, .awhite a, .awhite a:visited {
	color: #FFF !important;
}

a.white:hover, a.white:active, .awhite a:hover, .awhite a:active {
	color: #FC0 !important;
}

a.gray, a.gray:visited, .agray a, .agray a:visited {
	color: #777 !important;
}

a.gray:hover, a.gray:active, .agray a:hover, .agray a:active {
	color: #000 !important;
}

a.red, a.red:visited, .ared a, .ared a:visited {
	color: #C30 !important;
}

a.red:hover, a.red:active, .ared a:hover, .ared a:active {
	color: #F60 !important;
}

.footer a, .footer a:visited {
	color: #368;
}

.footer a:hover, .footer a:active {
	color: #000;
}

/*****************************
LAYOUT
*****************************/
.wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}

.header {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 30px 0 10px 0;
}

.header .logo {
	float: left;
}

.header .toplinks {
	margin: 0;
	float: right;
	list-style: none;
}

.header .toplinks li {
	display: inline;
	line-height: 70px;
	padding: 0 0 0 15px;
	white-space: nowrap;
}

.footer {
	color: #368;
	width: 100%;
	margin: 20px 0;
	padding: 10px 0;
	overflow: hidden;
	border-top: 3px solid #AAC0CF;
}

.footer small {
	display: block;
	margin-bottom: 5px;
}

.content {
	width: 100%;
	overflow: hidden;
}

.maincol {
	width: 65%;
	float: left;
	overflow: hidden;
}

.sidecol {
	width: 32%;
	float: right;
	overflow: hidden;
}

/*****************************
ELEMENTS
*****************************/
.box {
	margin: 1em 0;
	background: #FFF;
	padding: 15px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.contentbox {
	margin: 0;
	padding: 15px 20px;
	position: relative;
	background: url('../img/bg/frontend/features.png') repeat-x left top;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.bigtext {
	margin: 1em 0;
	font-size: 18px;
	line-height: 1.4em;
}

.bigtext big {
	font-size: 26px;
	line-height: 1.2em;
	letter-spacing: -1px;
}

.register.box {
	margin: 2.5em 0;
	background: #AAC0CF url('../img/bg/frontend/register.png') repeat center;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}

.register th {
	color: #035;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}

.register input, .register input:hover {
	font-size: 24px;
	border-color: #069;
}

.register input:focus {
	border-color: #39C;
	-webkit-box-shadow: inset 0 0 5px rgba(0,153,255,0.8);
	-moz-box-shadow: inset 0 0 5px rgba(0,153,255,0.8);
	box-shadow: inset 0 0 5px rgba(0,153,255,0.8);
}

.features {
	color: #069;
}

.features h2 {
	margin-top: 0;
}

.features ul {
	margin: 0.5em 0;
	list-style: none;
}

.features li {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.2em;
	padding-left: 20px;
	background: url('../img/misc/frontend/features.png') no-repeat left 2px;
}

.features .free {
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	position: absolute;
	text-indent: -5000px;
	background: url('../img/misc/frontend/free.png') no-repeat left top;
}

.features small {
	display: block;
	margin: 15px 0 10px 20px;
}

a.demo, a.demo:visited {
	color: #069;
	display: block;
	font-size: 24px;
	line-height: 26px;
	padding: 12px 15px;
	letter-spacing: -1px;
	text-decoration: none;
	background: #EEF3F6 url('../img/misc/frontend/arrow.png') no-repeat right top;
}

a.demo:hover, a.demo:active {
	color: #FFF;
	background-color: #AAC0CF;
	background-position: right bottom;
}

.contact label {
	font-size: 18px;
}

.freelancer {
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	position: absolute;
	text-indent: -5000px;
	background: url('../img/misc/frontend/freelancer.png') no-repeat left top;
}

img.avatar {
	width: 100px;
	height: 100px;
	padding: 10px;
	background: #FFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.textblock {
	margin: 20px 0;
}

ul.list, .list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	border-top: 1px solid #AAC0CF;
}

.list li:first-child {
	border: 0;
}

div.facebook {
	padding: 5px;
	height: 63px;
	background: #C9D6DE url('../img/misc/frontend/likeus.png') no-repeat right center;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}

ul.sharecounters {
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0;
	list-style: none;
	overflow: hidden;
	text-align: justify;
}

.sharecounters:after {
	height: 0;
	content: "";
	width: 100%;
	display: inline-block;
	vertical-align: bottom;
}

.sharecounters li {
	margin: 0;
	padding: 0;
	max-height: 62px;
	display: inline-block;
	vertical-align: bottom;
	#float: left;
	#margin: 0 5px 0 0;
}

.sharecounters .fb_iframe_widget, .sharecounters .fb_iframe_widget iframe {
	width: 49px;
}

/*****************************
PROFILE
*****************************/
.page-profile .url {
	font-size: 26px;
	line-height: 1.2em;
	letter-spacing: -1px;
}

.page-profile ul.list li {
	width: 100%;
	overflow: hidden;
}

.page-profile ul.list li span {
	float: left;
	font-size: 26px;
	line-height: 35px;
	letter-spacing: -1px;
}

.page-profile ul.list li b {
	color: #069;
	float: right;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: -1px;
}

/*****************************
ADDTHIS
*****************************/
div.addthis_toolbox {
	right: 0;
	top: 15px;
	padding: 4px;
	position: absolute;
	background: #C0D0D9;
	background: rgba(255,255,255,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.addthis_toolbox a {
	display: block;
}

#at15s, #at16p {
	padding: 6px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#at15s_inner {
	border: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#at16pf {
	display: none !important;
}

#at15s_head {
	margin: 0 3px !important;
	padding: 7px 3px !important;
	background: none !important;
	border-bottom: 1px solid #DDD !important;
}

#at15sptx {
	width: 16px;
	height: 16px;
	outline: none;
	top: 5px !important;
	right: 2px !important;
	text-indent: -5000px;
	background: url('../img/icons/cross.png') no-repeat left top;
}

#at16pi {
	border: none !important;
	background: none !important;
}

#at16pm {
	border: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.at_item:hover, .at_item.athov {
	border-color: #F2F2F2 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*****************************
COLORS
*****************************/
.white {
	color: #FFF !important;
}

.gray {
	color: #777 !important;
}

.black {
	color: #000 !important;
}

.red {
	color: #C00 !important;
}

.green {
	color: #390 !important;
}

.blue {
	color: #06C !important;
}

.orange {
	color: #D60 !important;
}

.bgwhite {
	background-color: #FFF !important;
}

.bggray {
	background-color: #F6F6F6 !important;
}

.bgliteblue {
	background-color: #D0E0EA !important;
}

.bgyellow {
	background-color: #FFFCCC !important;
}

.bggreen {
	background-color: #E9FCB0 !important;
}

.bgblue {
	background-color: #ACE !important;
}

.bgpink {
	background-color: #FEE !important;
}

.bgorange {
	background-color: #FFF3D0 !important;
}
