/*
Theme Name: Srdjan Kalinic
Theme URI: http://www.srdjankalinic.com/
Description: Srdjan Kalinic website theme.
Version: 1.0
Author: Milan Zivkovic || http://www.designer.rs
*/

/*  -----------------------------------------------------
    
	INFO
	
	Project:				Site
	Version:				1.0
	Last change:			--/--/--
	Author:					Milan Zivkovic
	Author URL:				http://www.designer.rs

	- - - - - - - - - - - - - - - - - - - - - - - - - - -

	COLORS
	
	link:					#999;
	text:					#666;
	background:				#f3f2e9;

	- - - - - - - - - - - - - - - - - - - - - - - - - - -
	
	TABLE OF CONTENTS
   
	=Reset CSS
	=Basic
	=Body
		=Container
			=Header
				=Navigation
			=Content
			=Footer
    
	----------------------------------------------------- */



/*  -----------------------------------------------------

	=Reset CSS
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	
	* {font-size:100.01%}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		background: #2c2c2c;
		color: #e7e7e7;
		font: 12px/1.8em Verdana, Geneva, sans-serif;
	}
	ol {
		list-style-position: inside;
	}
	ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}


/*  -----------------------------------------------------

	=Basic Elements
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	a:link,
	a:visited {
		color: red;
		text-decoration: none;
	}
	
	a:hover,
	a:active {
		color: #fff;
	}
	
	h1,
	h2,
	h3,
	h4 {
		color: #fff;
		font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
		font-weight: bold;
	}
	
	h1 {
		font-size: 24px;
	}
	
	h2 {
		font-size: 20px;
	}
	
	h3 {
		font-size: 14px;
		font-weight: normal;
	}
	
	h6 {
		color: #aaa;
		font-size: 9px;
	}
	
	ul li {
		background: url(images/bullet.gif) no-repeat left 8px;
		line-height: 18px;
		padding-left: 10px;
	}
	
		ul li:hover {
			background-image: url(images/bullet-red.gif);
		}
	
	p,
	ul,
	ol,
	h1,
	h2,
	h6,
	hr,
	blockquote,
	table {
		margin-bottom: 10px;
	}
	
	em {
		font-style: italic;
	}
	
	strong,
	th,
	dt {
		font-weight: bold;
	}
	
	hr {
		background-color: #ccc;
		border: 0;
		color: #ccc;
		height: 1px;
	}
	
	th,
	td {
		line-height: 30px;
	}
	
	small {
		font-size: 10px;
		font-style: italic;
	}
	
	blockquote {
		font-style: italic;
		text-indent: 15px;
	}
	
	.col {
		float: left;
		margin: 40px 30px 0 0;
	}
	
	.last {
		margin-right: 0;
		display: inline;
	}
	
	.box {
	}
		
		.hidden {
			display: none;
		}
		
		.spam {
			position: absolute;
		}
		
		tr.odd {
			background-color: #fcfcfa;
		}
	
	.floatleft {
		float: left;
		margin-right: 20px;
	}
	
	.floatright {
		float: right;
		margin-left: 20px;
	}
	
/*  -----------------------------------------------------

	=Intro
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	body#intro {
		background: #2c2c2c url(images/bg-intro.jpg) no-repeat center top;
	}
	
	body#intro div#container {
		height: auto;
		margin: 430px auto;
		text-align: center;
		width: 300px;
	}
	
	body#intro,
	body#intro #container a {
		color: #aaa;
	}
	
		body#intro #container a {
			/*background: url(images/flags.png) no-repeat left 2px;*/
			/*padding-left: 18px;*/
			text-transform: uppercase;
		}
		
		body#intro #container a:hover {
			color: #fff;
		}


/*  -----------------------------------------------------

	=Container
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#container {
		height: 630px;
	}


/*  -----------------------------------------------------

	=Header
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#header {		
		background: #2c2c2c url(images/bg-content.gif) repeat-x left 45px;
		height: 75px;
		overflow: hidden;
		width: 100%;
	}
	
		#header .brand {
			position: fixed;
			margin: 17px 0 0 13px;
		}
		
		#suckerfishnav {
			margin: 48px 0 10px 175px;
			position: fixed;
			z-index:100;
		}
		
			#suckerfishnav ul {
				float:left;
				width:100%;
			}
			
			#suckerfishnav a {
				color: #c0c0c0;
				display:block;
				font-size: 11px;
				height: 27px;
				line-height: 27px;
				padding:0 10px 0 14px;
				text-transform:uppercase;
				/*font-weight:bold;*/
			}
			
			#suckerfishnav li {
				background: none;
				float:left;
				margin-right: 3px;
				padding: 0 4px 0 0;
			}
			
				#suckerfishnav li ul {
					background: url(images/bg-subnav.gif) no-repeat left bottom;
					position:absolute;
					left:-999em;
					height:auto;
					width:139px;
					font-weight:normal;
					margin: 0;
					line-height:1;
					-moz-opacity:1;
					opacity:1;
					khtml-opacity:1;
					padding-bottom: 5px;
					z-index:102!important;
				}
				
					#suckerfishnav li li {
						background: none!important;
						margin: 0;
						width:135px;
					}
					
						#suckerfishnav li li a {
							background: none!important;
							padding: 0 0 0 14px;
						}
						
						#suckerfishnav li ul li {
						}
						
						#suckerfishnav li ul li a {
						}
						
						#suckerfishnav li:hover ul li a {
							color:#fff;
						}
						
							#suckerfishnav li ul ul {
								margin:-27px 0 0 139px;
							}
							
							#suckerfishnav li ul li:hover {
								background: #b40108!important;
							}
							
							#suckerfishnav li ul li:hover a {
								color:#fff;
							}
							
							#suckerfishnav li:hover ul ul,
							#suckerfishnav li:hover ul ul ul,
							#suckerfishnav li.sfhover ul ul,
							#suckerfishnav li.sfhover ul ul ul {
								left:-999em
							}
							
							#suckerfishnav li:hover ul,
							#suckerfishnav li li:hover ul,
							#suckerfishnav li li li:hover ul,
							#suckerfishnav li.sfhover ul,
							#suckerfishnav li li.sfhover ul,
							#suckerfishnav li li li.sfhover ul {
								left:auto;
							}
							
							#suckerfishnav li:hover,
							#suckerfishnav li.sfhover,
							#suckerfishnav li.current_page_item,
							#suckerfishnav li.sfhover.current_page_item,
							#suckerfishnav li.current-cat,
							#suckerfishnav li.sfhover.current-cat,
							#suckerfishnav li.current-cat-parent {
								background: url(images/btn-right1.gif) no-repeat right;
							}
							
							#suckerfishnav li:hover a,
							#suckerfishnav li.sfhover a,
							#suckerfishnav li.current_page_item a,
							#suckerfishnav li.sfhover.current_page_item a,
							#suckerfishnav li.current-cat a,
							#suckerfishnav li.sfhover.current-cat a,
							#suckerfishnav li.current-cat-parent a {
								background: #2c2c2c url(images/btn-left1.gif) no-repeat;
								color:#fff;
							}
							
							#suckerfishnav li.cat-item-6,
							#suckerfishnav li.cat-item-5 {
								position:fixed;
							}
							
							#suckerfishnav li.cat-item-6 {
								right: 10px;
							}
							
							#suckerfishnav li.cat-item-5 {
								right: 155px;
							}


/*  -----------------------------------------------------

	=Content
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	#content {
		height: 550px;
		margin: 2px 2px 85px;
		overflow: hidden;
		width: 10000px;
		z-index: 1;
	}
	
		#content img {
			padding: 0;
			margin: 0;
			border: 0;
		}
		
		.post
		{
			background-color: #333;
			border: 0;
			display: inline-block;
			float: left;
			height: 550px;
			margin: 0;
			margin-right: 2px;
			padding: 0;
		}
		
			.blog .entry,
			.page .entry {
				float: left;
				margin: 10px;
				text-align: justify;
				width: 384px;
			}
			
			.blog img,
			.page img {
				float: left;
				/*margin-right: 2px!important;*/
			}
			
			.blog h2 {
				margin-bottom: 0;
			}
			
			.page .entry ul {
				width: 160px;
			}
			
		.pagination {
			float: left;
			width: 100px;
		}
		
		#contact ul {
			width: auto;
		}
		
		#contactForm label {
			display: block;
		}
		
		#contactForm input,
		#contactForm textarea {
			background-color: #ccc;
			border: none;
			margin-bottom: 10px;
			padding: 4px;
			width: 240px;
		}
		
		textarea {
			display: block;
		}
		
		#contactForm .button {
			width: 100px;
		}
		
		.error {
			color: #F00;
			display: block;
		}
		
		.entry ul li {
			overflow: hidden;
		}
		
		.scroll-help {
			background: #2c2c2c;
			bottom: 0;
			color: #d5d5d5;
			display: block;
			font-size: 10px;
			left: 0;
			padding: 5px;
			position: fixed;
		}
		
		
/*  -----------------------------------------------------

	=Footer
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#footer {
		clear: both;
		margin-top: 40px;
		overflow: hidden;
		padding: 5px 0 0;
		position: fixed;
		text-align: center;
		top: 615px;
		width: 100%;
	}
		
		#footer ul {
			overflow: hidden;
			left: 50%;
			text-align: center;
		}
	
		#footer ul li {
			background: none;
			display: inline-block;
			margin: 0 20px;
			padding: 0;
		}
		
			#footer ul li a {
				background: #2c2c2c url(images/arrows.jpg) no-repeat;
				display: block;
				height: 25px;
				text-indent: -9999px;
				width: 26px;
			}
			
			#footer ul li#arright a {
				background-position: 0 0;
			}
			
				#footer ul li#arright a:hover {
					background-position: 0 -25px;
				}
				
			
			#footer ul li#arleft a {
				background-position: 0 -50px;
			}
			
				#footer ul li#arleft a:hover {
					background-position: 0 -75px;
				}
				
			#footer ul li#style-dark {
				display: none;
			}
			
			#footer ul li#style-light a {
				background: url(images/btn-dark.jpg) no-repeat;
			}
			
				#footer ul li#style-light a:hover {
					background-position: 0 -25px;
				}
				
		#footer p {
			font-size: 10px;
			font-style: italic;
			color: #666;
			margin-bottom: 0;
		}
		
			#footer p a {
				color: #555;
			}
			
				#footer p a:hover {
					color: red;
					text-decoration: underline;
				}