/*Structured layout mainpage*/
body{
color:#b4b7ba;
background: #050c16;
}

h1,h2,h3,h4,h5,h6{
	color: #e6e7e8;
}

#header h2{
	color:#b4b7ba;
}

.wrapper{ 
background: url(../images/interface/header_background_repeat.jpg) repeat-x;
}

.wrapper.subpage{
background: url(../images/interface/header_background_repeat.jpg) repeat-x;
}

/*HEAD AREA*/
#top .background{
	z-index: 0;
	background: url(../images/interface/header_background.jpg) no-repeat top;
}

#nav {
	background: url(../images/interface/menubar.jpg) no-repeat;
}

#nav li a{
color:#868e9c;
}

#nav li.active a, #nav li a:hover{
	color: #fff;
}

/*submenu*/
#nav li ul {
border: 1px solid #e5e5e5;
border-right:1px solid #888;
border-bottom: 1px solid #888;
}

#nav li ul a, #nav li.active ul a{
background:#fdfdfd;
color:#1451b4;
}

#nav li ul a:hover{
background:#0b1b34;
color:#fff;
}

#nav li .has-sub, #nav li.active .has-sub, #nav li .has-sub:hover{
	background-image: url(../images/interface/bullet.jpg);
	background-repeat: no-repeat;
	background-position:  144px 11px;
}

#page #big_image img{
	border: none;
	margin: 0;
	padding: 0;
}

#top .box h3{
	border-bottom:2px solid #3786ff;
}

#top .box_logo {
	background: url(../images/interface/logo.jpg) no-repeat scroll center center;
	height: 280px;
}

#top .box_growfolio {
	background: url(../images/interface/logo_growfolio.jpg) no-repeat scroll center center;
	height: 280px;
}

/*content*/
#sidebar .box a{
background:transparent url(../images/skin1/bullet_orange.jpg) no-repeat scroll left center;
border-bottom:1px solid #d6d6d6;
}

#sidebar .box ul ul a{
background:transparent url(../images/skin1/bullet_black.jpg) no-repeat scroll 10px center;
}
#sidebar .box ul ul ul a{
background:transparent url(../images/skin1/bullet_black.jpg) no-repeat scroll 20px center;
}
#sidebar .box ul ul ul ula{
background:transparent url(../images/skin1/bullet_black.jpg) no-repeat scroll 30px center;
}
#sidebar .box ul ul ul ul ul a{
background:transparent url(../images/skin1/bullet_black.jpg) no-repeat scroll 40px center;
}

/*blog*/

.blog_info{
border:1px solid #d6d6d6;
border-left:none;
border-right:none;
}

.commentlist .replies li{
	border-left: 1px solid #d6d6d6;
}

/*pagination*/
#top .pagination span, #top .pagination a{

}

#top .pagination .active, #top .pagination a:hover{
	background: #0b1b34;
	border: none;
	color:#fff;
}

/*linklist*/
#top .link_list li a{
	border-bottom:1px solid #0b1b34;
	color:#b4b7ba;
	text-indent: 3px;
}

/*sub*/
.link_list ul{
	border-top : 1px solid #e7e7e7;
}

#top .link_list li a:hover, #top .link_list li.active a{
	color: #fff;
	border-bottom: 1px solid #3786FF;
}

.more-link{
margin-bottom: 1px;
background:transparent url(../images/interface/bullet.jpg) no-repeat scroll left 14px;
}

.wrapper a{
border-bottom:1px solid #3786FF;
color:#3786FF;
}

.wrapper a:hover{
border-bottom:1px solid #6aa7ff;
color:#6aa7ff;
}

#page img{
	border: 1px solid #D6D6D6;
}

#page img.no-border{
	border:none;
}

.quote{
	top: 36px;
	border-top: 2px solid #3786FF;
}

.quote h1{
	text-align: right;
}

.quote h2{
	font-size: 16px;
	color: #6a6a6a;
	text-align: right;
}

/*thumbnails*/
ul.thumbnails li{
	border: 1px solid #0b1b34;
}

ul.thumbnails li:hover, ul.thumbnails li.active{
	border: 1px solid #3786FF;
}

