/* 
Vibefolio template
by Alex Ciobotea - http://alexciobotea.net
*/

body {
	margin: 0;
	background: #000000 no-repeat;
	background-attachment: fixed;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	line-height: 1.8em;
	color:#333;
}

body a {
	outline:0;
	color:#0066cc;
	text-decoration:none;
}

body a:hover {
	text-decoration:underline;
}

	/* headings */
h1, h2, h3, h4, h5, h6 {
	font-family: MgOpen Modata;
	text-shadow: 0 1px #fff;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 8px;
}

	/* buttons */
.gray-button-small,
.gray-button-small span,
.gray-button-small:hover,
.gray-button-small:hover span,
.gray-button-small:active {
	background: url("images/gray_button_small.png") top left no-repeat;	
}
	
.gray-button-small, .gray-button-small span {
	height: 30px;
	line-height: 30px;
	color: #333;
	text-shadow: 0 1px #fff;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding: 0 0 0 10px;
	cursor: pointer;
}

.gray-button-small span {
	background-position: top right;
	margin: 0 -10px 0 0;
	display: block;
	padding: 0 10px 0 0;
}

.gray-button-small:hover{
	background-position: left -30px;
	text-decoration: none;
}

.gray-button-small:hover span{
	background-position: right -30px;
	color: #0066cc;
	text-decoration: none;
}

	/* top */
#top {
	height: 50px;
	background: url("images/bg_top.png") repeat-x;
	margin: 0 0 20px;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

#top_search {
	float: right;
	width: 191px;
	margin: 7px 0 0;
	padding: 0 27px 0 7px;
	background: url("images/top_search_bg.png") no-repeat top center;
}
	
#top_search input {
	color: #666;
	text-shadow: 0 1px #000;
	font-weight: bold;
	border: 0;
	width: 100%;
	height: 20px;
	line-height:22px;
	padding: 0 0 4px;
	background: none;
	font-size: 12px;
}

	/* logo and top icons */	
#logo {
	height: 42px;
	margin: 0 0 0px;
}	

#top_icons {
	float: right;
	padding: 16px 0 0;
}

.top_icon {
	float:left;
	width: 16px;
	height: 16px;
	display: block;
	background: url("images/top_icons.png") no-repeat top left;
	margin: 0 10px 0 0;
}

.twitter {
	background-position: 0 -16px;
}

.facebook {
	background-position: 0 -32px;
}

.flickr {
	background-position: 0 -48px;
	margin: 0;
}

#top_icons {
	float: right;
	padding: 16px 0 0;
}

.top_songs {
	float:left;
	width: 36px;
	height: 36px;
	display: block;
	background: no-repeat top left;
	margin: 0 10px 0 0;
}

.twitter {
	background-position: 0 -16px;
}

.facebook {
	background-position: 0 -32px;
}

.flickr {
	background-position: 0 -48px;
	margin: 0;
}

#top_songs {
	float: right;
	padding: 36px 0 0;
}

	/* page content */
#page_content, #page_content2{
	width: 940px;
	margin: 0 auto;
	background: url("images/page_content_bg.png") repeat-x top #FFF;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 10px 0 10px;
}

#page_content2 {
	width: 920px;
	padding: 10px 20px 0;
}
	
#breadcrumbs {
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
	color: #666;
	text-shadow: 0 1px #fff;
}

.post_page .post_content{
	border: 0;
	background: url("images/share_top.png") no-repeat center bottom;
}
	
.post_page #commentlist {
	background: url("images/share_bottom.png") no-repeat center top;	
}	
	
#breadcrumbs_off {
	padding: 0 0 10px;		
}

.left_content {
	width: 600px;
	padding: 0 20px 20px 0;
	float: left;
}

.post_content {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 20px;
}
	
.post_content .page_title{
	padding: 20px 0 0;
	margin: 0 0 0px;		
}

.post_content .comments {
	background: url("images/comments.png") no-repeat center 5px;
	width: 24px;
	height: 22px;
	margin: 20px 0 0 ;
	text-align:center;
	padding:3px 0 0;
	font-size:9px;
	color:#999;
}

.post_content .comments:hover{
	text-decoration:none;
	color:#333;
}	

.post_content .tags {
	background:url("images/tags.png") no-repeat left 5px;
	padding: 0 0 0 18px;
	font-size:9px;
}

.post_content  .tags a {
	color:#999;
}

.post_content .meta {
	padding: 0 0 10px;
	font-size: 10px;
}
	
.post_content .page_img {
	margin: 0 30px 20px 0;
}
	
.post_content .gray-button-small {
	margin: 10px 0 0;
}
	
.pagination {
	padding: 20px 0;
}
	
.pagination .gray-button-small {
	margin: 0 30px 0 0;
}
	
#sidebar {
	float: left;
	padding: 0 0 20px 20px;
	width: 280px;
}
	
#sidebar h2 {
	border-bottom: 1px dashed #ccc;
}
	
#sidebar a {
	color: #333;
	text-decoration: none;
}
	
#sidebar a:hover {
	color: #666;
}
	
.sidebar_widget li a {
	border-bottom: 1px dashed #ccc;
	display: block;
	padding: 0 0 5px;
}
	
.page_with_sidebar {
	background: url("images/sidebar_bg.png") repeat-y 620px;
}
	
.sidebar_widget {
	padding: 20px 0;
}

.sidebar_widget h2 {
	padding: 0 0 5px;
	margin: 0 0 5px;
}

.sidebar_widget .img {
	margin: 10px 0;
}

#ads .small_ad{
	margin: 1px 1px 1px 0;
}

#ads .big_ad {
	margin: 0px 1px 5px 0;
}

#ads h2 {
	margin: 0 0 15px;
}	

.post_banner {
	margin: 20px 0 0;
	display: block;
}

.page_title {
	padding: 20px 0 5px;
	margin: 0 0 7px;
}
	
	/* Homepage Carousel */
#carousel {
	width: 940px;
	margin: 0 auto;
}

.carousel{
	float: left;
	overflow: hidden;
	width: 880px!important;
	margin: 20px 0 0 3px;
}

.carousel li {
	float: left;
	height: 150px;
	width: 880px;
}
	
.slider_img {
	width: 474px;
	height: 232px;
	float: left;
}
		
.slider_content {
	width: 350px;
	height: 200px;
	padding: 35px 0 20px 40px;
}
		
.slider_content h2 {
	margin: 0 0 20px;
}
		
.slider_content p {
	margin: 0 0 20px;
}
		
a.prev, a.next {
	display: block; 
	width: 28px; 
	height: 28px;
	text-indent: -999em;
	float: left;
	outline: 0;
	background: url("images/slide_buttons.png") no-repeat top left;
	position: relative;
	top: 130px;
}
	
a.prev:hover {
	background-position: 0 -28px;
}

a.next {
	background-position: -28px 0;
	float: right;
}

a.next:hover {
	background-position: -28px -28px; 
}	
	
#slogan {
	width: 941px;
	height: 58px;
	background: url("images/slogan.png") no-repeat top center;
	position: relative;
	right: 20px;
	top: 25px;
	color: #fff;
	text-shadow: 0 1px #000;
	padding: 20px 20px 0;
}

#slogan h3 {
	width: 830px;
	color: #fff;
	padding: 7px 0 0;
}
	
#slogan .gray-button-small {
	margin: 0 10px 0;
}
	
#features{
	margin: 0 auto;
	padding: 65px 0 0;
}
	
#features li {
	width: 400px;
	float: left;
	padding: 0 5px 35px 0;
	line-height: 1.6em;
}
	
#features li h3 {
	color: #0066cc;
	padding: 0 0 5px;
}
	
#features li img {
	margin: 0 5px 5px 0;
}

	/* wellcome and news */
#wellcome .wrapper {
	padding: 50px 0 0;
}	

#wellcome  h2{
	padding: 0 0 10px;
}

.wellcome_message {
	width: 580px;
	padding: 0 30px 0 0;
}

.wellcome_message img {
	margin: 0 15px 0 0;
}

#wellcome #news  img{
	margin: 0 8px 8px 0;
}
	
	/* 404 page */
#not_found {
	text-shadow: 0 1px #fff;
}

#not_found h1 {
	font-size: 42px;
	padding: 20px 0;
}


	/* portfolio page */
.portfolio_page {
	padding-bottom: 30px!important;
}
	
.portfolio_page .pagination {
	padding: 10px 0;
}	
	
a.switch_thumb {
	background: url("images/switch_view.png") no-repeat top left;
	width: 65px;
	height: 30px;
	margin: 15px 0 0;
}
	
a.swap {
	background-position: 0 -30px;
}

.portfolio_img {
	width: 285px;
	height: 145px;
	float: left;
	margin: 10px 20px 10px 0;
}

.display h3, .display p {
	padding: 15px 0 0;
}

.display p {
	min-height: 120px;
}

.thumb_view li{
	width: 285px;
	float: left;
	margin: 10px 20px 10px 0;
}

.thumb_view .portfolio_img {
	margin: 0;
}

.thumb_view p, .thumb_view h3 {
	display: none;
}
	/* footer */
#footer {
	background: url("images/footer_bg.png") repeat-x top #383838;
	margin: 50px 0 0;
	color: #ccc;
	text-shadow: 0px 1px #000;
}	

#footer .wrapper {
	background:url("images/footer_wrapper.png") no-repeat center top;
	padding: 60px 0 0;	
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

.footer_widget{
	width: 132px;
	float: left;
	margin: 0 60px 40px 0;
}	

.footer_widget h3 {
	padding: 0 0 5px;
	color: #fff;
	border-bottom: 1px dotted #666;
	text-shadow: 0px 2px #000;
}

.footer_widget li {
	background: url("images/list-style.png") no-repeat left 50%;
	line-height: 1.6em;
	border-bottom: 1px dotted #666;
	padding: 0 0 0 10px;
}

.footer_widget a {
	display: block;
	padding:3px 0;
}

.copyright {
	border-top: 1px dotted #666;
	padding: 30px 0;
	font-family: Arial;
}
	
.full_width {
	padding: 10px 20px 20px!important;
}

#share {
	padding: 20px 0 30px;
}

	/* comment area */
#commentlist {
	padding: 20px 0 0;
}	

#commentlist li ol{
	padding: 0 0 0 20px;
}
	
.comment{
	margin: 10px 0;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.comment_header {
	background: #f0f0f0;
	padding: 5px;
	border: 1px solid #eaeaea;
}	
	
.comment_content {
	padding: 5px 10px;
	border: 1px solid #eaeaea;	
}	

.comment_content a {
	color: #ccc;
	display: block;
}

.comment_content a:hover {
	color: #333;
}
	
.comment_header img {
	margin: 0 10px 10px 0;
	background: #fff;
	padding: 4px;
	border: 1px solid #eaeaea;
	float: left;
}

.comment_author {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
	
.comment_author:hover {
	text-decoration: underline;
}	

#commentlist .metadata {
	font-size: 10px;
}

	/* comment form */
#respond {
	padding: 20px 0 0 ;
}

#respond h3 {
	padding: 0 0 10px;
}

#respond  label {
	color: #999;
	padding: 0 0 0 10px;
}

#respond p {
	padding: 10px 0 0;
}

#respond .text {
	background: url("images/input_text.png") no-repeat left top;
	border: 0;
	height: 14px;
	line-height: 34px;
	padding: 10px;
	width: 268px;
}

#respond .textarea {
	background: url("images/comment_textarea.png") no-repeat left top;
	border: 0;
	width: 578px;
	height: 201px;
	padding: 10px;
	overflow: hidden;
}
#respond .submit_comment {
	background: url("images/submit_comment.png") no-repeat top center;
	border: 0;
	height: 30px;
	width: 102px;
	line-height: 30px;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	cursor: pointer;
}

#respond .submit_comment:hover {
	color: #0066cc;
	background: url("images/submit_comment.png") no-repeat bottom center;	
}

	/* sidebar tabs */
#tabMenu {
	margin: 0 auto;
	list-style: none;
}

#tabMenu li {
	list-style:none!important;
	float: left;
	cursor: pointer;
	padding: 5px 9px;
	margin: 0 5px 0 0;
	font-size: 16px;
	font-family: "Tahoma";
}

#sidebar .box {
	padding: 20px 0 0;
}

#sidebar .box li {
	list-style:none!important;
}

#sidebar .box a{
	display: block;
}

#sidebar .comments a {
	display: inline;
}

#tabMenu li.mouseover, #tabMenu li.selected{
	color: #eaeaea;
	background: #333;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#sidebar #comments a:hover {
	text-decoration: underline;
}

.boxBody {
	border-top: 1px solid #333;
}

.boxBody div {
	display: none;
}

.boxBody div.show {
	display: block;
}

.boxBody #category a {
	display: block
}

.boxBody div ul {
	padding: 0;
	list-style-image: url(images/arrow.html);
}

.boxBody div li {
	border-bottom: 1px dashed #ccc; 
	padding: 5px;
	cursor: pointer;
}

.boxBody div li span {
	font-size: 8px;
	font-style: italic; 
	color: #333;
}

.boxBody #tags {
	padding: 10px 0 0 ;
}

.boxBody #tags a {
	display:inline!important;
	padding: 0 0 0 5px;
}
	/* tables */
table {
	width: 100%;
	text-align: left;
	margin: 10px 0;
}

table tr, table th {
	border: 1px solid #eaeaea;
}

th{
	background: #f0f0f0;
	text-shadow: 0 1px #fff;
}

th, td{
	padding: 5px 10px!important;
	border: 1px solid #eaeaea;
}

tr:hover {
	background: #fdfcdd;
}

	/* image preloader */
.preloader{
	background: url(images/loading.gif) 50% 50% no-repeat;
	display: inline;
}

	/* helpper clases */
.clear{
	clear: both;
	height: 1%;
}

.float-left {
	float: left!important;
}	

.float-right {
	float: right!important;
}

.bold {
	font-weight: bold;
}

.img {
	background: #fff;
	padding: 5px;
	border: 1px solid #ddd;
}

.img:hover {
	border: 1px solid #bbbbbb;
}

.page_img {
	float: left;
	margin: 0 30px 20px 0;
}

	/* Tooltip */
#tooltip {
	position: absolute;
	z-index: 990000;
	padding: 4px;
	background: #f9f9f9;
	color: #333;
	border: #ddd solid 1px;
	font-size: 0.8em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 1.2em;
}

#tooltip div {
	margin: 0;
	background: #eee;
	padding: 5px;
}

#tooltip h3 {
	color: #333;
	text-shadow: 0 1px #fff;
	font-weight: bold;
	padding: 4px;
	margin: 0;
	font-size: 1.2em;
	background: #eee;
	letter-spacing: 0;
	font-family: Arial;
}

	/* shortcodes */
a.info_box {
	display: block;
	padding: 12px 12px 12px 52px;
	color: #333;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 20px 0;
}	

a.info_box:hover {
	color: #000;
	text-decoration:none;
}

.close {
	width: 9px;
	height: 9px;
	float: right;
	background: url("images/close_box.png") no-repeat left top;
	margin: 6px 0;
}

.close:hover {
	background: url("images/close_box.png") no-repeat left bottom;	
}

.download {
	border: 1px solid #cccc00;
	background: url("images/icons/download.png") no-repeat 10px 50% #ffffcc;
}

.succes {
	border: 1px solid #00cc33;
	background: url("images/icons/succes.png") no-repeat 10px 50% #cfffb2;
}

.error{
	border: 1px solid #ff6666;
	background: url("images/icons/error.png") no-repeat 10px 50% #ffcccc;
}

.warning{
	border: 1px solid #ff9933;
	background: url("images/icons/warning.png") no-repeat 10px 50% #ffcc99;
}

.info{
	border: 1px solid #0066ff;
	background: url("images/icons/info.png") no-repeat 10px 50% #99ccff;
}

.forbidden{
	border: 1px solid #ff6666;
	background: url("images/icons/forbidden.png") no-repeat 10px 50% #ffcccc;
}

.help{
	border: 1px solid #0099cc;
	background: url("images/icons/help.png") no-repeat 10px 50% #84dbf1;
}

.two_columns {
	width: 48%;
	padding: 20px 5px 25px;
}

.three_columns {
	width: 31%;
	padding: 20px 5px 10px;	
}

.list_check li{
	background: url("images/ico-check.png") no-repeat 0px 5px;
	padding: 0 0 0 20px;
}

.list_x li{
	background: url("images/ico-x.png") no-repeat 0px 5px;
	padding: 0 0 0 20px;
}

.list_star li{
	background: url("images/ico-star.png") no-repeat 0px 5px;
	padding: 0 0 0 20px;
}

