/*  
Theme Name: phoenixserbs.v3
Theme URI: http://www.thegutumonkey.com/
Description: Simple and clean theme. Designed by <a href="http://www.thegutumonkey.com/">mfh</a>.
Version: 1.0
Author: Milan Zivkovic
Author URI: http://www.thegurumonkey.com/
*/
/*
Phoenix Serbs main colors:
	red: #cb2d39
	blue: #0a76ae
	gray: #666
	gray: #999;
*/
@charset "utf-8";


a:link, a:visited {
	color: #0a76ae;
	text-decoration: none;
}
a:hover, a:active {
	color: #cb2d39;
	text-decoration: underline;
}

ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
body  {
	font: 70% 'Trebuchet MS' Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(images/bg_pat.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
.wrap #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.wrap #header {
	color: #FFFFFF;
	height: 197px;
	/*margin-bottom: 10px;*/
	position: relative;
} 
.wrap #header #add {
	height: 60px;
	margin: 10px 0 0 0;
	float: right;
	width: 420px;
	background: #CCCCCC;
}

/*navigation start*/

.wrap #header .navigation {
	list-style-type: none;
	position: absolute;
	bottom: 37px;
	right: 0;
}
.wrap #header .navigation li {
	float: left;
}
.wrap #header .navigation li a {
	background: url(images/icons.gif);
	display: block;
	margin-left: 17px;
}
.wrap #header .navigation #home a {
	width:34px;
	height: 63px;
	background-position: 0px 0px;

}
.wrap #header .navigation #home a:hover,.wrap #header .navigation #home .current {
	background: url(images/icons.gif) 0px 63px;
}
.wrap #header .navigation #news a {
	height: 63px;
	width: 34px;
	background-position: -34px 0;

}
.wrap #header .navigation #news a:hover,.wrap #header .navigation #news .current {
	background: url(images/icons.gif) -34px 63px;
}
.wrap #header .navigation #gallery a {
	height: 63px;
	width: 34px;
	background-position: -69px 0px;

}
.wrap #header .navigation #gallery a:hover,.wrap #header .navigation #gallery .current {
	background: url(images/icons.gif) -69px 63px;
}
.wrap #header .navigation #downloads a {
	height: 63px;
	width: 45px;
	background-position: -104px 0px;

}
.wrap #header .navigation #downloads a:hover,.wrap #header .navigation #downloads .current {
	background: url(images/icons.gif) -104px 63px;
}
.wrap #header .navigation #chat a {
	height: 63px;
	width: 40px;
	background-position: -147px 0px;

}
.wrap #header .navigation #chat a:hover,.wrap #header .navigation #chat .current {
	background: url(images/icons.gif) -147px 63px;
}
.wrap #header .navigation #forum a {
	height: 63px;
	width: 34px;
	background-position: -186px 0px;

}
.wrap #header .navigation #forum a:hover,.wrap #header .navigation #forum .current {
	background: url(images/icons.gif) -186px 63px;
}
.wrap #header .navigation #links a {
	height: 63px;
	width: 34px;
	background-position: -221px 0px;

}
.wrap #header .navigation #links a:hover,.wrap #header .navigation #links .current {
	background: url(images/icons.gif) -221px 63px;
}
.wrap #header .navigation #contacts a {
	height: 63px;
	width: 37px;
	background-position: -255px 0px;

}
.wrap #header .navigation #contacts a:hover,.wrap #header .navigation #contacts .current {
	background: url(images/icons.gif) -255px 63px;
}


.sub {
	list-style: none!important;
}
/*navigation end*/

.wrap #header .logo {
	position: absolute;
	bottom: 0;
	left: 0;
}
.wrap #header img {
	border: 0;
}
.wrap #sidebar1, .wrap #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 20px 0 0 5px;
}
.wrap #mainContent { 
	margin: 20px 420px 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px dotted #b0b0b0;
	border-right: 1px dotted #b0b0b0;
} 
.wrap #mainContent .navigation {
	text-align: center;
}
.post, #comments_wrap {
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
	margin: 0 10px 20px 30px;
	position: relative;
}
.date {
	position: absolute;
	top: 16px;
	left: -30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cb2d39;
	text-align: center;
}
.date span {
	font-size: 1.7em;
	line-height: 1;
}
.entry {
	margin: 10px 0 10px 0;
}
.entry img {
	border: 1px dotted #b0b0b0;
	padding: 1px;
}
.entry img:hover, #user_login, #user_pass, #s {
	border: 1px dotted #0a76ae;
}
.wrap #mainContent h2 { 
	color: #0a76ae;
	font-weight: normal;
	font-size: 2.2em;
	background: url(images/grid_line.gif) no-repeat bottom left;
	padding: 0 0 7px 0;
	margin: 0;
}
/*.wrap #mainContent .links h2 {
	font-size: 1.5em;
	font-weight: normal;
	background: none;
	margin: 10px 0 0 7px;
}
.wrap #mainContent .links li div {
	margin: 0 0 0 30px;
}*/
.wrap #sidebar1 .widget h2, .wrap #sidebar2 .widget h2 {
	color: #666;
	padding: 0 0 5px 5px;
	margin: 0 0 5px 0;
	font-weight: normal;
	background: url(images/grid_line.gif) no-repeat bottom left;
	text-transform: lowercase;
	font-size: 13pt;
}
.wrap #sidebar1 .widget:hover h2, .wrap #sidebar2 .widget:hover h2 {
	color: #0a76ae;
	background: url(images/grid_line.gif) no-repeat bottom right;
}
.wrap #sidebar1 .widget:hover, .wrap #sidebar2 .widget:hover {
	border: 1px dotted #0a76ae;
}

#sidebar1 img, #sidebar2 img {
	border: 0;
}
.widget {
	border: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.widget ul, #wp-calendar, #radio, #loginform {
	padding: 5px 10px 0 10px;
}
.widget ul {
}
.widget ul li {
	margin-left: 10px;
	padding: 0;
}
.widget ul li a:link, .widget ul li a:active, .widget #recentcomments .recentcomments, .downloads .downloadList li a:link, .downloads .downloadList li a:active, .archive li a:link, .archive li a:active, .links li div ul li a:link, .links li div ul li a:active {
	padding-left: 9px;
	background: url(images/arrow.gif) no-repeat left 5px;
}
.widget ul li a:hover, .widget ul li a:visited, .widget #recentcomments .recentcomments:hover, .downloads .downloadList li a:hover, .downloads .downloadList li a:visited, .archive li a:hover, .archive li a:visited, .links li div ul li a:hover, .links li div ul li a:visited {
	padding-left: 9px; 
	background: url(images/arrow1.gif) no-repeat left 5px;
}
.widget #recentcomments .recentcomments a {
	background: none;
}
#wp-calendar td {
	font-weight: bold;
	color: #999;
}
.ec3_list ul {
	padding: 0;
}
.widget .DaikosText {
	padding-bottom: 5px;
}
.widget .DaikosText img {
	margin: 5px 0 0 9px;
}
#tag_cloud {
	text-align: center;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}
#tag_cloud h2 {
	font-family: 'Trebuchet MS' Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#searchsubmit {
	margin: 0;
	padding: 0;
	background: none;
	color: red;
}
small {
	color: #cb2d39;
	font-size: 1.1em;
}
p {
	margin: 0;
	padding: 0;
}
.wrap #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	clear: both;
} 
.wrap #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#loginbox {
	border: 0;
	margin: 0;
	padding: 0;
}
#wpstats {
	display: none;
}
/*.commentlist {
	margin: 0 20px 0 20px;
}*/
#comment {
	width: 480px;
}
.commentlist li {
	margin-bottom: 10px;
}
#search {
	overflow: auto;
}
#search input {
	float: left;
	margin: 0;
}
#search #s {
	width: 100px;
	margin: 17px 10px 0 10px;
}
.downloads .downloadList, .archive, .links li div ul {
	margin: 10px 0 30px 30px;
}