/*
Theme Name: WordPress Qrupa
Theme URI: http://wordpress.org/
Description: Q
Version: 1
Author: PK
Author URI: 
Tags: 
*/

body {
	background: url(images/bg.png) repeat;
	background-color: #000;
	position: relative;
}
p, body {
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;	
	font-style: italic;	
	font-size: 11px;	
	color: #545454;	
}
br {	
}
a img {
	border:none;
}
a {
	color:#545454;
	text-decoration:underline;
}
a:hover {
	color:#861619;
	text-decoration:underline;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#logo {
	width:177px;
	height: 71px;
	float:left;
	margin-top:40px;	
	margin-bottom:10px;
	border: none;
}
#menu {
	float:right;
	margin-top:90px;
	height:30px;
	width:780px;
	text-align:right;
}
#menu a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0;
	float:right;
	height:20px;
	text-decoration:none;
	overflow:hidden;
	text-indent:100px;
}
#menu a:hover, #menu a.active {
	background-position: 0px -20px;	
}

#container {
	width:980px;
	float:none;
	clear:both;
	background-color:#fff;
	display:block;
	background-image: url(images/bg_container.png);
	background-repeat: repeat-y;
	opacity: 0.1; 
	filter:alpha(opacity=10);
}
#loader {
	position:absolute;
	top:140px;
	margin-left:17px;
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;	
	height:30px;
	width:30px;
}

/* HEADERS */
h1, h2, h3 {
	font-style:italic;
	font-size:18px;	
	margin:0;
	padding:0;	
}

/* LEFT PANEL */
#container #leftPanel {
	width:660px;
	padding:10px 0 0 0;
	float:left;
}


/* area above the panel */
#container #leftPanel h1 {
	float:left;
	clear:both;
	width:660px;
	margin:10px 0 10px 20px;
	height: 28px;	
	padding-left:25px;
	background: url(images/cross_red.png) no-repeat left 2px;
}
#container #leftPanel h1.h1_up {
	background: url(images/arrow_up.png) no-repeat left 2px;
}
#container #leftPanel h1.h1_up:hover {
	background: url(images/arrow_up.png) no-repeat left -2px;
}
#container #leftPanel p {
	margin: 0 0 20px 20px;
	font-size: 14px;
}

/* white panel content */
#container #leftPanel .widePanel {
	float:left;
	clear:both;
	background-color:#FFFFFF;
	margin: 0;
	padding: 20px;
	width:660px;
	border-top:3px solid #D6D6D6;
}
#container #leftPanel .widePanel p {
	margin: 0 0 10px 0px;
	line-height: 20px;
}
#container #leftPanel .widePanel .avatar {
	float:left;
	margin-right:15px;
	border: solid 1px #ddd;	
}
#container #leftPanel .widePanel h2 {
	margin-bottom:6px;
}

#container #leftPanel .widePanel .commentCount {
	background-image: url(images/comment_bubble.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 37px;	
	padding: 0;
	float: right;
	text-align:center;
	margin: -20px -10px 0 0;
}
#container #leftPanel .widePanel .commentCount a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #FFF;
	text-decoration: none;	
	padding-right: 2px;
}
#container #leftPanel .widePanel .commentCount a:hover {
	color: #861619;
	text-decoration: none;	
}


/* post credits */
#container #leftPanel .widePanel h5 {
	font-weight:normal;
	margin: 10px 0 -5px 0;
	color:#888;
	width:660px;
	float:left;
}
#container #leftPanel .widePanel h5 a {
	color:#888;
}
#container #leftPanel .widePanel h5 a:hover {
	color:#861619;
}
#container #leftPanel .widePanel .web-link {
	float:left;
	background-image: url(images/button_website.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 100px;
	margin:10px 0 0 0;	
	text-indent:100px;
	overflow:hidden;	
}
#container #leftPanel .widePanel .more-link {
	float:right;
	background-image: url(images/button_more.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 48px;
	margin:10px 0 0 0;
	text-indent:100px;
	overflow:hidden;
}
#container #leftPanel .widePanel p.postmetadata {
	color: #BEBEBE;
	float:left;
	font-size: 10px;
	margin-bottom: -5px;
	margin-top: 10px;	
	width:660px;
}
#container #leftPanel .widePanel p.postmetadata a {
	color: #BEBEBE;
	text-decoration:underline;
}
#container #leftPanel .widePanel p.postmetadata a:hover {
	color:#861619;
	text-decoration:underline;
}
#container #leftPanel .widePanel p img.size-full {
	margin: 0px;	
}
#container #leftPanel .widePanel p a img.size-full {
}
#container #leftPanel .widePanel p a img.size-full:hover {
}
#container #leftPanel .widePanel p img.size-medium {
}



/* team page specific */
.category-team #wrapper #container #leftPanel .widePanel, .category-partners #wrapper #container #leftPanel .widePanel {
	padding: 20px 20px 15px 110px;
	width:570px;
	position:relative;	
}
.category-team #wrapper #container #leftPanel .widePanel .avatar, .category-partners #wrapper #container #leftPanel .widePanel .avatar {
	float:none;
	left: 19px;
	top: 20px;
	position:absolute;
	border: solid 1px #ddd;
}

/* RIGHT PANEL */
#container #rightPanel {
	width:240px;
	padding:20px;
	float:right;
}
#container #rightPanel h1 {
	display: block;
	float:right;
	clear:both;
	height:26px;
	width:200px;
	overflow:hidden;
	font-size: 0;
	text-align:right;
}
#container #rightPanel h1:hover {
	background-position: 0px -26px;
}
#container #rightPanel h1.active:hover {
	background:url(images/button_blog_active.png) no-repeat 0px 0px;
}

#container #rightPanel .article {
	display: block;
	float:left;
/*	border-bottom: 3px solid #fff; */
	margin-bottom: 8px;
}
#container #rightPanel .article p {
	display: block;
	float:left;
	padding: 5px 20px 10px 0px;
	width:240px;
	text-decoration:none;
}
#container #rightPanel .article a p:hover {
	color:#848484;
	text-decoration:none;	
}
#container #rightPanel .article h2 {
	padding-left:15px;
	background: url(images/cross_red_small.png) no-repeat 0 1px;
	margin-top:10px;
	width:240px;
}
#container #rightPanel .article h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:13px;
	color: #861619;	
	margin: 2px 0px;
}
.yapb_thumbnail {
	margin: 3px 0 0 0;
}
.yapb_thumbnail:hover {
	
}
/* list categories */
#container #rightPanel .article li {
	list-style:none;
	line-height:16px;
	padding-left:15px;
	width:220px;	
}
#container #rightPanel .clr {
	border-bottom:1px dotted #666666;
	height:20px;
	margin:10px 0 10px 0;
}

/* FOOTER */

#footerIcons {
	float:left;
	clear:both;
	width:660px;
	height:23px;
	margin:20px;
}
#footerIcons a {
	margin-right:20px;
}
.clr {
	clear:both;
	float:none;
}
#footer {
	float:right;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
}
#footer a {
	color:#545454;
}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
}

/* CONTACT FORM */
#si_contact_form, #si_contact_form input, #si_contact_form textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	display: block;
	margin: 0 0 10px 20px;
}
#si_contact_form input, #si_contact_form textarea {
	margin-left: 0px;	
}

/* comments */
textarea#comment {
	width: 657px;
}
#respond {
	float:left;
	background:#DEDEDE;
	width:660px;
	margin-left:20px;
}
textarea#comment {
	width:618px;
}

#respond h3 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight:normal;
	margin: 20px 0 0 20px;
}
#comments_wrapper {
	background:#DEDEDE none repeat scroll 0 0;
	display:block;
	float:left;
	margin:0 0 0 20px;
	padding:10px 20px;
	width:620px;
}
#comments_wrapper ol {
	list-style:none;
	padding: 0;
}
#comments_wrapper li {
}
#comments_wrapper li .comment-body p {
	float: right;
	width: 620px;
}
.comment-author img.avatar {
	display:none;
}
.comment-author .fn {
	font-weight:bold;
	font-size:14px;
}
.comment-author .says {
	display:none;
}
.comment-meta {
}

/* sitemap */
.ddsg-wrapper h2 {
	display: none;
}
