/*
Theme Name: Damjan
Description: 
Version: 1
Author: Damjan Gataric
Author URI: http://damjan.gataric.info/
Tags:
*/

ul, li, p, a, img, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6099FF;
	margin: 0;
	padding: 0;
	line-height: normal;
	letter-spacing: -1px;
}
a {
	text-decoration: none;
	color: #6099ff;
}
a:hover {
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	background: #18191b url(images/bg.jpg) repeat-x center top;
}

abbr, acronym {
	border-bottom: 1px dashed #6099ff;
	font-weight: bold;
	cursor: help;
}

.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/*---container-------------------------------------------------------------*/

#container {
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.4em;
	/*background: url(images/container-bg.png) no-repeat bottom;*/
	overflow: hidden;
	margin-bottom: 20px;
	color: #E9E9E9;
}


/*---top navigation--------------------------------------------------------*/

#topNav {
	height: 40px;
	padding-top: 10px;
}

#topNav ul {
	list-style: none;
}
#topNav li {
	float: left;
	display: inline;
	margin-right: 20px;
}
#topNav li a {
	display: block;
	float: left;
	color: #e7e7e7;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 15px 7px;
	text-transform: uppercase;
}
#topNav li a:hover {
	color: #fff;
	background: url(images/bg-nav.png);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#topNav li.current_page_item a {
	color: #fff;
	background: url(images/bg-nav.png);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: default;
}

/*---top search------------------------------------------------------------*/

#topSearch {
	background:transparent url(images/bg-search.png) no-repeat;
	height: 32px;
	width: 178px;
	float: right;
	position: relative;
}
#topSearch input.search {
	background: transparent none repeat scroll 0 0;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 130px;
}
#topSearch button.search {
	background: transparent url(images/ico-search.png) no-repeat;
	width: 21px;
	border: none;
	height: 21px;
	position: absolute;
	right: 10px;
	top: 5px;
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	cursor: pointer;
}


/*---header----------------------------------------------------------------*/

#header {
	height: 120px;
	margin-top: 50px;
}
#header h1 {
	font-size: 2.2em;
	float: left;
	letter-spacing: normal;
}
#header h1 a {
	background: url(images/web-development-bright.png) no-repeat;
	display: block;
	width: 355px;
	height: 53px;
	text-indent: -9000px;
	overflow: hidden;
}
#header h1 span {
	color: #dadada;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	font-weight: bold;
	padding-left: 8px;
}

#header #tagLine {
	width: 475px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-align: right;
	line-height: 1.2em;
	color: #2A2B2B;
}
#header #tagLine span {
	color: #fff;
}
#header #tagLine a.more {
	display: block;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #e9e9e9;
	float: right;
}

/*---content---------------------------------------------------------------*/

#content {
	float: left;
}
div.narrowColumn {
	width: 370px;
}

div.wideColumn {
	width: 560px;
}
#content p {
	color: #E9E9E9;
	margin-bottom: 0.8em;
}
#content small {
	color: #E9E9E9;
}
#content ul {
	margin: 0 0 1.4em 2em;
}
#content ul li {
	margin: 0 0 1em;
}

#content div.rounded {
	background:transparent url(images/bg-box.png) repeat;
	-moz-border-radius: 6px;	
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 20px;
	padding: 0 20px 20px;
}
#content.wideColumn div.rounded.padding {
	padding: 20px 20px 10px;
}

#content.wideColumn div.rounded {
	padding: 1px 20px;
}
#content.wideColumn div.rounded h2 {
	margin: 15px 0 0;
	font-size: 22px;
	font-weight: normal;
}
#content.wideColumn div.rounded p.subTitle {
	font-size: 0.9em;
	margin-bottom: 16px;
}
#content.wideColumn div.post {
	border: none;
}
#content p.noMatch {
	padding: 20px 0;
}

#content div.rounded h3 {
	margin: 15px 0;
	font-size: 22px;
	font-weight: normal;
}
#content div.rounded h3 a {
	color: #6098fe;
}

#content div.rounded div.post h3 {
	margin: 15px 0;
	font-size: 18px;
	font-weight: normal;
}

#content div.post {
	border-bottom: 1px dashed #777777;
	padding: 5px 0;
}
#content div.post h2 {
	margin: 10px 0;
	color: #6098fe;
}

#content div.entry {
	margin-top: 10px;
}

h2#myWritings {
	background: url(images/moji-clanci.png) no-repeat;
	width: 151px;
	height: 34px;
	text-indent: -9000px;
	overflow: hidden;
	margin: 0 0 10px 12px;
}
#content div.post h2.pageTitle {
	color: #6098fe;
	margin: 20px 0 14px;
	font-size: 2em;
}
#content.wideColumn div.rounded h2.errorTitle {
	margin: 0 0 15px 0;
}
#content h2.archiveTitle, #content h2.searchTitle {
	color: #FFFFFF;
	margin: 0 0 6px 12px;
	height: 30px;
	line-height: 30px;
	font-size: 2em;
}

#content.narrowColumn div.navigation {
	padding: 20px 0;
}
#content.wideColumn div.navigation {
	overflow: hidden;
	padding: 0;
}
#content.wideColumn div.navigation div a {
	display: inline;
	float: left;
	padding: 10px 20px;
}

#content a.more-link {
	display: block;
	margin-top: 0.8em;
}


/*---comments--------------------------------------------------------------*/

h3#comments {
	background: url(images/ico-1.gif) left no-repeat;
	padding-left: 25px;
	height: 16px;
	line-height: 16px;
	font-weight: normal;
	margin: 0 0 10px 20px;
	color: #A3D5EA;
}
ol.commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
}
ol.commentlist li {
	background:transparent url(images/bg-box.png) repeat;
	-moz-border-radius: 6px;	
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 20px;
	padding: 20px 20px 1px;
}

div#respond h3 {
	background: url(images/ico-1.gif) left no-repeat;
	padding-left: 25px;
	height: 16px;
	line-height: 16px;
	font-weight: normal;
	margin: 0 0 10px 20px;
	color: #A3D5EA;
}
form#commentform {
	background:transparent url(images/bg-box.png) repeat;
	-moz-border-radius: 6px;	
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 20px;
	padding: 20px;
}
form#commentform input.text {
	padding: 7px;
	margin-right: 10px;
	width: 200px;
}
form#commentform textarea#comment {
	background-color: #E9EEF4;
	height: 100px;
	width: 375px;
	padding: 7px;
	border: 1px solid #fff;
}
form#commentform input#submit {
	background: #ccc;
	padding: 6px;
	cursor: pointer;
	-moz-border-radius: 3px;	
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
form#commentform input#submit:hover {
	background: #6099ff;
}

#content #searchform {
	margin-bottom: 10px;
}
#content #s {
	padding: 7px;
	-moz-border-radius: 3px;	
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#content #searchsubmit {
	background: #ccc;
	padding: 6px;
	cursor: pointer;
	-moz-border-radius: 3px;	
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#content #searchsubmit:hover {
	background: #6099ff;
}

#content div.comment-author {
	overflow: hidden;
	margin-bottom: 3px;
}
#content div.comment-author img.avatar {
	float: left;
}
#content div.comment-author cite.fn {
	float: left;
	margin: 0 5px;
	display: inline;
	font-size: 1.4em;
	line-height: 32px;
}
#content div.comment-author span.says {
	float: left;
	line-height: 34px;
}


/*---sidebar---------------------------------------------------------------*/

#sidebar {
	float: right;
	overflow: hidden;
}
#sidebar.wideColumn {
	width: 540px;
}

#twitter-1 h2 {
	background: url(images/moj-status.png) no-repeat left;
	width: 136px;
	height: 34px;
	text-indent: -9000px;
	overflow: hidden;
	margin: 0 0 10px 12px;
	clear: both;
}
#twitter-1 ul.twitter {
	background:transparent url(images/bg-box.png) repeat;
	-moz-border-radius: 6px;	
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 20px;
	padding: 10px 20px 20px;
	list-style: none;
}
#twitter-1 ul.twitter li {
	margin-top: 10px;
	background: url(images/twitter-icon.png) 0 1px no-repeat;
	padding-left: 23px;
	color: #E9E9E9;
}
#twitter-1 ul.twitter span.twitter-timestamp {
	display: block;
	font-size: 0.8em;
	color: #dadada;
}


/*---tabs------------------------------------------------------------------*/

div.narrowColumn #tabsContainer {
	float: left;
	width: 100%;
}
div.wideColumn #tabsContainer {
	float: left;
	width: 260px;
	margin-top: 8px;
}
#tabsContainer ul#tabsMenu {
	list-style: none;
	margin-left: 10px;
	height: 36px;
}
#tabsContainer ul#tabsMenu li {
	float: left;
	margin-right: 5px;
}
#tabsContainer ul#tabsMenu a {
	float: left;
	height: 16px;
	margin: 0 auto;
	padding: 10px;
}
#tabsContainer ul#tabsMenu a:hover {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-radius-topleft: 6px;
	-khtml-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-radius-topleft: 6px;
	border-radius-topright: 6px;
	background: transparent url(images/bg-box.png) repeat;
}
#tabsContainer ul#tabsMenu a.active {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-radius-topleft: 6px;
	-khtml-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-radius-topleft: 6px;
	border-radius-topright: 6px;
	background: transparent url(images/bg-box.png) repeat;
	cursor: default;
}

#tabsContainer div.inside {
	background:transparent url(images/bg-box.png) repeat;
	-moz-border-radius: 6px;	
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 20px;
	padding: 0 20px 20px;
}
#tabsContainer div.inside ul {
	list-style: none;
	margin: 0;
	padding-top: 8px;
}
#tabsContainer div#tagcloud {
	padding-top: 20px;
	text-align: center;
}

#tabsContainer ul#pop, #tabsContainer div#tagcloud {
	display: none;
}
#tabsContainer div.inside li {
	border-bottom: 1px dashed #555555;
	line-height: 12px;
	padding: 12px 0;
}

#tabsContainer ul#comm li {
	background: url(images/ico-6.gif) no-repeat left center;
	padding-left: 28px;
}
#tabsContainer ul#pop li {
	background: url(images/ico-2.gif) no-repeat left center;
	padding-left: 28px;
}



/*---categories------------------------------------------------------------*/

div.wideColumn #catsContainer {
	float: right;
	width: 260px;
	margin: 0 0 20px;
}
div.narrowColumn #catsContainer {
	clear: both;
	width: 100%;
	margin: 0 0 20px;
}
#catsContainer ul {
	background:transparent url(images/bg-box.png) repeat;
	-moz-border-radius: 6px;	
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 8px 20px 20px;
	list-style: none;
}
#catsContainer ul li {
	background: url(images/category-icon.png) left no-repeat;
	border-bottom: 1px dashed #555555;
	line-height: 12px;
	padding: 12px 0 12px 28px;
}
h2#myCategories {
	background: url(images/moje-kategorije.png) no-repeat;
	width: 218px;
	height: 34px;
	text-indent: -9000px;
	overflow: hidden;
	margin: 0 0 10px 12px;
}


/*---theme-----------------------------------------------------------------*/

#aboutTheme {
	background:transparent url(images/bg-box.png) repeat;
	-moz-border-radius: 6px;	
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	clear: both;
}


/*---footer----------------------------------------------------------------*/

#footer {
	background: url(images/bg-footer.gif) repeat-x;
	width: 100%; 
	height: 65px;
	position: relative;
	font-size: 1.2em;
	line-height: 1.4em;
}

#footerWrap {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0;
	height: 35px;
}

#footer p#copy {
	color: #dadada;
	float: left;
}

#footer ul {
	list-style: none;
	float: right;
}
#footer li {
	float: left;
	display: inline;
	margin-left: 10px;
}
#footer li a {
	color: #dadada;
	text-decoration: none;
}
#footer li a:hover {
	color: #6099ff;
}
#footer li.current_page_item a {
	color: #6099ff;
	cursor: default;
}


/*---footer----------------------------------------------------------------*/

p.linklove {
	display: none;
}
#cformsform {
	width: 480px;
	margin-top: 30px;
}
#cformsform input#sendbutton {
	background: #ccc;
	padding: 6px;
	cursor: pointer;
	-moz-border-radius: 3px;	
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none !important;
	margin-right: 123px;
}
#cformsform input#sendbutton:hover {
	background: #6099ff;
}
#cformsform .single, #cformsform .area {
	width: 250px;
	border: 1px solid #fff;
}




