/*  
Theme Name: Silver Sleek
Theme URI: http://bloggingzone.info
Description: Silver sleek looking wordpress theme
Version: 1.0
Author: Ophelia Nicholson
Author URI: ophelianicholson.com
*/



/* General */

body {
	margin: 0;
	background: #3d3d3d url("images/background.gif") repeat-x fixed;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#wrapper {
	margin: 0 auto;
	width: 1004px;
	background: url("images/background_bottom.gif") no-repeat left bottom;
}


/* Page */

#page {
	margin: 0 auto;
	width: 975px;
}


/* Header */

#header {
	width: 975px;
	height:200px; 
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
 		position: absolute;
		top: 25px;
		left: 3px;
		width: 954px;
	}
	
	#header #header-info h1 {
		background: url("images/header_title.png") no-repeat;
		color: #d3d3d3;
		font: normal 45px/50px Tahoma, Verdana;
		padding: 0 0 10px 65px;
	}
	
	#header #header-info h1 a {
		color: #d3d3d3;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #d3d3d3;
		font: normal 18px Tahoma, Verdana;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 90px;/*145, 19px;*/
		left: 705px;
		width: 264px;
		height: 26px;
		background: url("images/header_search.png") no-repeat;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 264px;
		height: 26px;
	}
	
	#header #header-search #s {
		width: 143px;
		height: 14px;
		border: 0;
		padding: 6px 6px;
		font: normal 11px Tahoma, Verdana;
		color: #000000;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 96px;
		height: 26px;
		padding: 0;
		float: right;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 90px;/*145px;*/
		left: 0;
		width: 620px;
		height: 27px;
		border-bottom: 1px solid #393939;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 620px;
		height: 27px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 27px;
		font: normal 17px/27px Tahoma, Verdana;
		text-transform: lowercase;
		padding: 0 25px 0 20px;
		background: url("images/header_menu.png") no-repeat right top;
		color: #bcbcbc;
	}
	
		#header #header-menu ul li.first {
			padding: 0 25px 0 3px;
		}
	
	#header #header-menu ul li a {
		color: #bcbcbc;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline
	}
	
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}


/* Main */

#main {
	width: 975px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 620px;
                  	padding-right: 30px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 40px;
		width: 620px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 614px;
			padding: 0 3px;
			color: #8b8b8b;
			font: bold 11px Tahoma, Verdana;
			border-bottom: 1px solid #3e3e3e;
		}
		
		#content .post .post-title a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title span {
			color: #ffffff;		}
		
		#content .post .post-title h2 {
			color: #8A2BE2;/*#bcbcbc;*/
			font: normal 20px Tahoma, Verdana;
			padding-bottom: 5px;
		}
		
		#content .post .post-title h2 a {
			color:#8A2BE2;/*#bcbcbc;*/
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			padding-bottom: 8px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			padding: 0 15px 0 50px;
			width: 555px;
			font: normal 12px/19px Tahoma, Verdana;
			color: #8b8b8b;
		}
		
		#content .post .post-entry a {
			color: #a748c2;/*#ffffff;*/
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font: bold 12px/19px Tahoma, Verdana;
			float: right;
			margin-bottom: 5px;
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 614px;
			padding: 0 3px;
			color: #ffffff;
			font: bold 11px Tahoma, Verdana;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #bcbcbc;
			font: normal 17px Tahoma, Verdana;
			float: left;
			width: 555px;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			width: 555px;
			font: normal 12px/19px Tahoma, Verdana;
			color: #8b8b8b;
			float: left;
		}
		
			/* Post - Comments - Closed*/
			
			#content .post .nocomments {
				font-weight: bold;
			}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #2c2c2c;
		}
		
		#content .post .comments ol li cite {
			color: #ffffff;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/19px Tahoma, Verdana;
			color: #8b8b8b;
			padding: 0 5px 0 25px;
			width: 520px;
			margin: 0;
			float: left;
		}
		
		#content .post #commentform a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px Tahoma, Verdana;
		color: #ffffff;
		margin-bottom: 40px;
		float: left;
		width: 614px;
		padding: 0 3px;
	}
	
	#content .navigation a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 320px;
		font: normal 12px/19px Tahoma, Verdana;
		color: #8b8b8b;
		margin-bottom: 30px;
		padding-top: 20px;
	}
	
	#sidebar a {
		color: #8a2be2;/*ffffff;*/
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 155px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 155px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 155px;
		margin-bottom: 10px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			border-bottom: 1px solid #414141;
			padding-left: 5px;
			font: normal 18px/25px Tahoma, Verdana;
			color: #ffffff;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 3px 0 0 25px;
			list-style-type: square;
		}
		
		#sidebar ul li {
			color: #8b8b8b;
			font: bold 12px/20px Tahoma, Verdana;
		}
		
		#sidebar ul li a {
			color: #8b8b8b;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0 0 0 14px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 20px 0;
			width: 155px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 125px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 130px;
			padding-top: 3px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 1px 5px 0 5px;
		}


/* Footer */

#footer {
	width: 975px;
	font: normal 12px/19px Tahoma, Verdana;
	color: #8b8b8b;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer h3 {
	color: #ffffff;
	font: normal 20px Tahoma, Verdana;
	padding: 5px 0;
}

	/* Footer - Tags */
	
	#footer #footer-tags {
		width: 969px;
		padding: 0 3px 20px 3px;
		border-top: 1px solid #515151;
	}
	
	#footer #footer-tags ul {
		margin: 0;
		padding: 10px 0 0 35px;
		list-style-type: none;
		width: 934px;
	}
		
	#footer #footer-tags ul li {
		float: left;
		font: normal 12px/19px Tahoma, Verdana;
		color: #8b8b8b;
		width: 130px;
	}
	
	#footer #footer-tags ul li a {
		color: #8b8b8b;
		text-decoration: none;
	}
	
	#footer #footer-tags ul li a:hover {
		text-decoration: underline;
	}
	
	/* Footer - Footerbar */
	
	#footer #footerbar {
		width: 969px;
		height: auto;
		padding: 0 3px;
		border-top: 1px solid #5b5b5b;
		background: url("images/footer_footerbar.png") /*no-repeat*/;
	}
	
	#footer #footerbar ul {
		margin: 0;
		padding: 10px 0 0 35px;
                  	list-style-type: square;
	}
	
	#footer #footerbar ul li {
		font: bold 12px/25px Tahoma, Verdana;
		color: #8b8b8b;
		/*text-transform: uppercase;*/
		margin-bottom: 3px;
	}
	
	#footer #footerbar ul li a {
		color: #8b8b8b;
		text-decoration: none;
	}
	
	#footer #footerbar ul li a:hover {
		text-decoration: underline;
	}
	
		/* Footer - Footerbar - Boxes */
		
		#footer #footerbar #footerbar-left {
			width: 295px;
			float: left;
		}
		
		#footer #footerbar #footerbar-center {
			width: 300px;
			padding-left: 35px;           
                           	float: left;
		}
		
		#footer #footerbar #footerbar-right {
			width: 285px;
			padding-left: 35px;
			float: left;
		}
#linkovi {
font-family:tahoma;
font-size:large;
}
#linkovi li {
list-style-type:none;  
}