/* GLOBAL */
* {margin:0;padding:0}
html{background:#EDEFF4;color:#666;font:12px Tahoma, Geneva, sans-serif}
body{min-width:980px}
#wrapper{float:left;width:100%}
.clear,.cl{clear:both;line-height:0;height:0;font-size:0}
.cl-10{clear:both;line-height:0;height:10px;font-size:0}
.cl-20{clear:both;line-height:0;height:20px;font-size:0}

/* TAGS */
h1{font-size:20px}
h2{font-size:18px}
h3{font-size:16px}
h4{font-size:14px}
h5{font-size:13px}
h6{font-size:12px}
h1,h2,h3,h4,h5,h6{font-weight:normal;padding-bottom:0.3em}
p{line-height:1.3}
small{font-size:10px}
a{outline:none}
a,a:active,a:visited{color:#111;text-decoration:underline}
a:hover{color:#3B5998;text-decoration:none}
ul,li{list-style-type:none}
img{border:none}
label{display:block;margin-bottom:5px}

/* LAYOUT */

/* header */

#header{
	position:relative;
	height:85px;
	background:#3b5998;
	border-bottom:1px solid #fff;
}

#logo {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:243px;
	height:85px;
	background:url(images/logo.png) no-repeat;
	text-indent:-4000px;
}

#login {
	position:absolute;
	top:10px;
	right:15px;
	font-size:13px;
	color:#fff;
	text-align:right;
}
#login a{
	text-decoration:none;
	color:#fff;
}

/* content */

#content{
	margin:0 210px;
}

.post {
	margin-bottom:20px;
	padding:15px;
	background:#fff;
	border:1px solid #ccc;
}

h2.title {
	display:block;
	padding:3px;
	font-size:14px;
	background:#C9D5F5;
}

h2.title a {
	text-decoration:none;
	display:block;
	font-weight:bold;
}

.meta {
	text-align:right;
	padding:10px 10px 0 10px;
	font-size:10px;
}

.entry {}
.description {
	padding-top:10px;
}
.description object{
	display:block;
	clear:both;
}

.entry img {
	display:block;
	clear:both;
	padding:2px;
	border:1px solid #5B8BCB;
	margin-bottom:5px;
	margin-right:15px;
}

#player {
	text-align:center;
}

.full-link, .full-link:visited, .full-link:active {
	display:block;
	color:#fff;
	border:1px solid #3B5998;
	padding:1px;
	text-decoration:none;
	width:165px;
	text-align:center;
}

a.download {
	display:block;
	position:relative;
	height:58px;
	line-height:58px;
	padding:0 19px;
	text-align:center;
	background:#3B5998 url(images/download.png) repeat-x;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
a.download:hover {
	background:#fc3 url(images/download.png) repeat-x;
}
.download_left {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:19px;
	height:59px;
	background:url(images/dl.png) no-repeat;
}
.download_right {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:19px;
	height:59px;
	background:url(images/dr.png) no-repeat;
}

.full-link span{
	display:block;
	padding:5px;
	color:#fff;
	background:#3B5998 left center url(images/more.gif) repeat-x;
	text-decoration:none;
	text-align:center;
}


/* comments */

.com-block {
	padding:5px 10px;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom:2px;
}

.com-block textarea {
	width:455px;
	height:100px;
}

.comment {
	position:relative;
	padding:5px 60px 5px 10px;
	border:1px solid #ccc;
	margin-bottom:2px;
}

.comment p {
	padding:5px 0;
}

.comment small {
	color:#777;
}

.comment small a {
	color:#777;
}

img#avatar {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:50px;
	height:50px;
}

/* sidebars */

#left, #right {
	float:left;
	width:200px;
}

#left {
	margin-left:-100%;
}

#right {
	margin-left:-200px;
}

.widget {
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:11px;
	background:#fff;
}

.widget h3 {
	display:block;
	text-align:center;
	background:#3B5998;
	height:21px;
	line-height:21px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding:0;
}

.widget ul {
	padding:10px 10px 0 10px;
	line-height:1.3;
}

.widget p {
	text-align:justify;
	padding:10px 10px 0 10px;
	line-height:1.3;
}

/* footer */

#footer{
	background:#3b5998;
	color:#fff;
	clear:left;
	width:100%;
	text-align:center;
	padding:10px 0;
}












