/*  
Theme Name: Ligh
Theme URI: http://blogtuine.com
Description: http://topthemewp.com
Version: 1.0
Author: tension
Author URI: http://www.blogtuine.com
*/

/* Global */
* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Tahoma, sans-serif;
	color: #333;
	background: #000 url(images/bodybg.jpg) no-repeat center top;
}
ul {
	list-style: none;
}
hr {
	height: 1px;
	color: #CCC;
	margin: 5px 0;
}
blockquote {
	margin: 5px 0;
	padding:0 20px 10px 20px;
	color:#993366;
}
pre {
	color: #333;
	font: 12px Verdana, Tahoma, sans-serif;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
fieldset {
	padding: 10px;
	border: 2px solid #CCC; 
}
textarea {
	padding: 4px 5px;
	background: #F9F9F9;
	border: 2px solid #CCC; 
}
a , a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
.clear {
	clear:both;
}
/* Page */
#page {
	margin: 0 auto;
	width: 1000px;
}
/* Header */
#header {
	height: 172px;
	margin: 0;
	padding-left: 20px;
}

#header h1 {
	padding-top: 60px;
	margin: 0;
	font-weight: normal;
}

#header h1 a {
	color: #FFF;
	font-size: 26px;
	text-decoration: none;
}

#description {
	color: #FFF;
	margin: 10px 0;
}

/* Nav */
#nav {
	margin: 0;
	padding: 0 0 0 30px;
	height: 42px;
	background: url(images/menubg.png) no-repeat;
}
#nav li {
	float: left;
}
#nav li a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	margin-right: 40px;
	line-height: 40px;
}
#nav li a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	margin-right: 40px;
	line-height: 40px;
}

/* Podesavanja za modifikovani sidebar */
#left_nav{
	width:180px;
	float:left;
	}
#right_nav{
	width:180px;
	float:left;
	}
/* Kraj podesavanja za modifikovani sidebar */

/* Top banner */
#topbanner {
	background: #FFF;
	padding: 10px 10px 5px 10px;
	height: 100px;
	width: 980px;
}

/* Left banner */
#leftbanner {
	background: #FFF;
	padding: 5px 5px 5px 5px;
	width: 200px;
}

/* Warp */
#warp {
	background: #FFF;
	padding: 15px 17px;
}

/* Contents */
#contents {
	width: 600px;
	float: left;
	overflow:hidden;
}
#contents .post {
	clear: both;
	margin-bottom: 10px;
}
#contents .post .title {
	margin: 0;
	padding: 0 0 20px 0;
}
#contents .post .title h2 {
	font-size: 16px;
	color: #3081D2;
	float: left;
	margin: 0;
	padding: 0;
}
#contents .postdate {
	float: right;
	color: #9A9A9A;
	font-size: 11px;
	line-height: 18px;
	padding-left: 20px;
	background: url(images/icon.png) no-repeat 0px 0px; 
}
#contents #postnav {
	margin: 10px 0;
}
#contents #postnav .postcate {
	color: #9A9A9A;
	line-height: 18px;
	padding-left: 20px;
	background: url(images/icon.png) no-repeat 0px -58px; 	
}
#contents #postnav .postcomm {
	color: #9A9A9A;
	line-height: 18px;
	padding-left: 20px;
	background: url(images/icon.png) no-repeat 0px -18px; 	
}
#contents #postnav .postcomm samll {
	color: #3081D2;
}
#contents .entry {
	clear: both;
	color:#444444;
	font-size: 12px;
	line-height: 1.8em;
}
#contents .entry p,
#contents .entry ul,
#contents .entry ol,
#contents .entry div,
#contents .entry blockquote {
	margin:13px 0;
}
#contents img {
	max-width: 600px;
}
#contents .art-tag {
	float: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding-left: 20px;
	background: url(images/icon.png) no-repeat 1px -38px; 
}
#contents .art-tag a {
	color: #9A9A9A;
}
/* Comments */
#comments {
	border-top: 1px solid #CCC;
	padding: 10px 0 0 0;
}
#comments h3 {
	color: #444;
	font-size: 18px;
	margin-bottom: 10px;
}
.commentlist {
	list-style: none;
}
.commentlist li {
	clear: both;
	margin: 0 0 10px 0;
}
.commentlist .gravatar {
	float:right;
	border: 3px solid #E6E8E7;
}
.commentlist cite {
	font-weight: bold;
}
.commentlist .commentmeta {
	margin-bottom: 5px;
}
.commentlist .commentsdate {
	color: #9A9A9A;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 1px;
	padding-left: 20px;
	background: url(images/icon.png) no-repeat 0 0; 	
}
.commentlist a.commentsquote {
	color: #9A9A9A;
	line-height: 18px;
	padding-left: 20px;
	background: url(images/icon.png) no-repeat 0 -18px; 	
}
.commentlist .commentcontent {
	margin: 0;
	padding: 10px 0 ;
}
/* Commentform */
#commentform {

}
#commentform p {
	margin: 10px 0;
}
#commentform input , 
.formfield, 
button,
input {
	padding: 4px 5px;
	background: #F9F9F9;
	border: 2px solid #CCC; 
}
#commentform .textiput {
	width: 200px;
}
#commentform textarea {
	width: 90%;
	padding: 4px 5px;
	background: #F9F9F9;
	border: 2px solid #CCC; 
}
#commentform small {
	font-size: 11px;
	vertical-align: bottom;
}
#commentform #submit {
	font-weight: bold;
}

/* Sidebar */
#sidebar {
	float: right;
	color: #FFF;
	font-family: Verdana,sans-serif;
	width: 140px;
	margin-left: 10px;
	margin-right: -12px;
	background: #344887 url(images/sidebarbg.png) repeat-x;
}



#sidebar .sidetop {
	height: 5px;
	width: 160px;
	background: url(images/sidetopbot.png) no-repeat 0 -5px;
}
#sidebar .sidebot {
	height: 5px;
	width: 160px;
	background: url(images/sidetopbot.png) no-repeat 0 0;
}
#sidebar ul li .about {
	text-align: center;
	margin-bottom: 20px;
}
#sidebar ul li .about p {
	font-size: 14px;
	margin-bottom: 10px;
}
#sidebar ul li .about img {
	border: 10px solid #FFF;
}
#sidebar ul li h2 {
	color: #333;
	font-size: 12px;
	padding: 0 0 0 10px;
	line-height: 30px;
	background: url(images/sidebarh4.png) no-repeat 0px 0px;
}
#sidebar ul {
	margin: 0;
}
#sidebar ul li ul {
	margin: 15px 0 15px 10px;
}
#sidebar ul li ul li {
	line-height: 30px;
}
#sidebar ul li ul li a {
	margin: 0;
	padding: 0;
	color: #FFF;
}
/* Gavatar */
#sidebar ul li .i_avatar {
	margin: 15px 10px;
}
#sidebar ul li .i_avatar li{
	line-height: 18px;
	background: none;
	padding: 5px 0px;
	margin-bottom: 5px;
}
#sidebar ul li .rc_avatar {
	display: inline;
	float: right;
	padding-left: 7px !important;
}
#sidebar ul li .rc_avatar img{
	border: 1px solid #9FA09C;
}
/* Searchform */
#sidebar #searchform {
	margin: 10px 0 10px 10px;
}
#searchform #s {
	width: 100px;
	border: 1px solid #CCC;
}
#searchform #searchsubmit {
	border: 1px solid #CCC;
	padding: 3px 5px;
}


/* Sidebar2 */
#sidebar2 {
	float: left;
	color: #FFF;
	font-family: Verdana,sans-serif;
	width: 175px;
	margin-left: -6px;
	
}

#sidebar2 img {
	margin-bottom: 15px;
}

#sidebar2 .sidetop {
	height: 5px;
	width: 160px;
	background: url(images/sidetopbot.png) no-repeat 0 -5px;
}
#sidebar2 .sidebot {
	height: 5px;
	width: 160px;
	background: url(images/sidetopbot.png) no-repeat 0 0;
}
#sidebar2 ul li .about {
	text-align: center;
	margin-bottom: 20px;
}
#sidebar2 ul li .about p {
	font-size: 14px;
	margin-bottom: 10px;
}
#sidebar2 ul li .about img {
	border: 10px solid #FFF;
}
#sidebar2 ul li h2 {
	color: #333;
	font-size: 12px;
	padding: 0 0 0 10px;
	line-height: 30px;
	background: url(images/sidebarh4.png) no-repeat 0px 0px;
}
#sidebar2 ul {
	margin: 0;
}
#sidebar2 ul li ul {
	margin: 15px 0 15px 20px;
}
#sidebar2 ul li ul li {
	line-height: 30px;
}
#sidebar2 ul li ul li a {
	margin: 0;
	padding: 0;
	color: #FFF;
}
/* Gavatar */
#sidebar2 ul li .i_avatar {
	margin: 15px 10px;
}
#sidebar2 ul li .i_avatar li{
	line-height: 18px;
	background: none;
	padding: 5px 0px;
	margin-bottom: 5px;
}
#sidebar2 ul li .rc_avatar {
	display: inline;
	float: right;
	padding-left: 7px !important;
}
#sidebar2 ul li .rc_avatar img{
	border: 1px solid #9FA09C;
}
/* Searchform */
#sidebar2 #searchform {
	margin: 10px 0 10px 10px;
}
#searchform2 #s {
	width: 100px;
	border: 1px solid #CCC;
}
#searchform2 #searchsubmit {
	border: 1px solid #CCC;
	padding: 3px 5px;
}



/* Footer */
#footer {
	color: #FFF;
	font-size: 10px;
	line-height: 22px;
	text-align: center;
	padding: 10px 0 0 0;
}
#footer a {
	color: #FFF;
}
#footer .debug {
	clear: both;
	color: #000;
}
#footer p {
	float: left;
}
#footer span {
	float: right;
}

/* Posts Navigation */
.navigation {
	height:24px;
	margin:0 0 10px;
	width:100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
