/*Content*/

.spacer {
  clear: both;
}

#Content{
	width:950px;
	min-height: 400px;
	_height: 400px;
}

#Page{
	width:580px;
	float:left;
	margin:0 30px 0 0;
	padding:0 35px 0 35px;
}

#Sidebar{
	width:240px;
	padding:0px;
	float:left;
	
}
#Sidebar h3{
}
#Sidebar ul{
}
#Sidebar ul li{
}


/*Contacts*/

.contacts{
	clear:both;
}


/*Recent News/Post*/

#Sidebar .WidgetNews{
	margin:80px 40px 0 0;
}
.WidgetNews h3{
	font-size:80px;
	margin:0;
	line-height:normal;
}
.home #Content .WidgetNews h3{
	font-size:12px;
	margin:5px 0 0 0;
}
.WidgetNews a.active{
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	color:#333;
}

.home span.desc{
	color:#919191;
	font-size:12px;
}
.home .blog-post{
	margin:-5px 0 20px 0;
}
.home .blog-post a{
line-height:18px;
}


/*Text*/

.WidgetText{
	margin:0 0 20px 0;
}

/*Image*/
.WidgetImage{
	margin:15px 0 20px 0;
}


/*Notes*/

.notes{
	margin:100px 0 0 0;
	padding:60px 0 0 0;
	background:url(../img/note.gif) no-repeat 0 0;
}
.notes-item{
	margin:0 0 10px 0;
}



/*Path*/

.path{
	font:10px Arial, Helvetica, sans-serif;
	color:#b1abac;
	margin: 0 0 0 0;
}
.path a{
	color:#b1abac;
	text-decoration:none;
}
.path a:hover{
	color:#000000;
}

/*Project List*/

.project-item{
	margin:35px 0 10px 0;
	overflow:hidden;
	clear:both;
}
.project-item h1, .project-item h2{
	position:relative;
	z-index:11111;
}
.project-item p{
	margin:0;
	padding:0;
}
.project-item ul{
	margin:10px 0;
	padding:0;
}
.project-item ul li{
	padding:0 0 0 10px;
}
.project-image{
	float:right;
	margin:-70px 0 0 20px;
	position:relative;
	z-index:-1;
}
.project-item .project-image{
	position:static;
	margin:-45px 0 0 40px;
}


/*Categories*/

form.list-menu{
	margin:10px 0 0 0;
	padding:0 0 5px 0;
}
.list-menu select{
	width:230px;
	font:13px  Arial, "Trebuchet MS",Helvetica, sans-serif;
	margin:0;
	padding:0;
}



.category{
	margin:40px 0 0 0;
}
.category h5{
	margin:0 0 -5px 0;
}
h5.category-small{
	font-size:22px;
	margin:0;
}
.category ul{
	font-size:12px;
	margin:0;
	padding:0;
}
#Sidebar .category ul li{
	padding:0;
	background:none;
}


/*Screenshots*/

.screenshots{
	margin:15px 0 0 0;
}


/*Blog*/

#Page h1.big-title{
	font-size:120px;
	font-weight:normal;
	text-transform:uppercase;
	margin:-90px 0 20px -10px;
	padding:0;
	position:relative;
	z-index:2032;
	color:#1a1a1a;
}

.blog-post{
	width:100%;
	overflow:hidden;
	margin:0 0 10px 0;
	clear:both;
}
.blog-post h3{
	font-size:30px;
	margin:5px 0 0 0;
}
.blog-post img{
	margin:10px 0 0 0;
}
p.comment-icon a{
	height:22px;
	padding:0 0 0 36px;
	display:block;
  background:url(../img/comments-icon.gif) no-repeat;
}

.desc{
	color:#919191;
	display:block;
	margin:5px 0 0 0;
}
.announce{
	margin:15px 0;
}
.autor{
	font-size:12px;
	margin:0;
	padding:0;
	color:#919191;
}


.blog-category{
	margin:30px 0 0 0;
}
.blog-category ul{
	margin:5px 0 0 0;
	padding:0;
	list-style: none;
}

.prev-article, .next-article{
	font-size:12px;
	color:#919191;
	display:block;
	margin:0 0 40px 0;
}
.prev-article{
	float:left;
	background:url(../img/arrow2.gif) no-repeat left center;
	padding:0 0 0 10px;
}
.next-article{
	float:right;
	background:url(../img/arrow.gif) no-repeat right center;
	padding:0 10px 0 0;
}


/*Comments*/

.comment{
	width:100%;
	overflow:hidden;
	margin:0 0 40px 0;
}
.comment-num{
	font:60px "Arial Black", Gadget, sans-serif;
	font-size:72px;
	text-align:right;
	font-weight:bold;
	width:90px;
	padding:0 10px 0 0;
	float:left;
	color:#e5e5e5;
}
.comment-text{
	width:480px;
	float:left;
	margin:10px 0 0 0;
}
.comment-text p{
	margin-bottom:7px;
}

.comment-form{
	margin:30px 0 0 0;
	padding:0 0 0 100px;
	overflow:hidden;
}
.comment-form input{
	width:280px;
	margin:20px 0 0 0;
	float:left;
}
.comment-form label{
	margin:20px 0 0 10px;
	float:left;
	
}
.comment-form label span{
	font-size:12px;
	color:#919191;
}
.comment-form label input{
	width:280px;
	margin:0 10px 0 0;
}
.comment-form textarea{
	width:470px;
	height:150px;
	margin:20px 0 0 0;
	display:block;
	float:left;
	clear:left;
}
.comment-form label.checkbox input, .comment-form input.submit{
	width:auto;
	clear:both;
}
ul.error_list{
	font-size:11px;
	line-height:11px;
	margin:0;
	padding:0;
	list-style:none;
	color:#FF3366;
	clear:both;
}
.error_list li{
	margin:0;
	padding:0;
	background:none;
}


/*Contact Form*/

.WidgetContact{
	margin:20px 0;
}
.WidgetContact label{
	font-size:12px;
	width:80px;
	margin:0 0 10px 0;
	display:block;
	float:left;
}
.WidgetContact .property{
	margin:0 0 10px 0;
}
.WidgetContact input{
	width:200px;
}
.WidgetContact input.submit{
	width:auto;
}
.WidgetContact textarea{
	width:300px;
	height:150px;
	margin:0 0 10px 0;
}
#error{
	font-size:12px;
	margin:0 0 10px 0;
	color:#C36;
}



/*WidgetFeature*/
.WidgetFeature h4{
	margin-top:4px;
}
.home .WidgetFeature h4{
	padding-top:0;
	margin-bottom:4px;
}

/* Finanalytica */

.cols3 {
  width: 100%;
  overflow: hidden;
}
.cols3 .col {
  width: 270px;
  padding: 0 35px;
  float: left;
}

.cols3 .col h3 {
  margin-top:32px;
}
.cols3 .col iframe {
  margin-top:-6px;
}
.cols3 .first {
  padding-left: 10px !important;
  width: 257px;
}

.cols3 .last {
  width: 235px;
}

.cols3 .last h3 {
  margin-bottom:26px;
}

.col-border-top {
  background: url(/img/bgRowUnderline.gif) top left repeat-x;
}

.row-underline {
  
}
.WidgetTitle h2 {
  font-size: 14px;
  font-weight: bold;
}
.WidgetTitle {
  margin-bottom: 15px;
}
.WidgetNews h5 {
  margin: 0; padding: 0;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}
.more {
  text-align: right;
  font-style: italic;
}
.line {
  margin: 10px 0; padding: 0;
  background: url(/img/bgRowUnderline.gif) top left repeat-x;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

.image-right {
  float: right;
  margin: 17px 0 10px 20px;
}
.image-left {
  float: left;
  margin: 17px 20px 10px 0;
}
.WidgetImageText {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.placeholder {
 color: #556461;
 letter-spacing: 0.3pt;
 /*letter-spacing: +0.05em;
 font-weight: 500; */
}