/*  
Theme Name: Sidewalk Theme 
Theme URI: http://www.krstoarsenijevic.com/sidewalk
Description: Sidewalk is a Premium WordPress theme designed and coded by <a href="http://www.krstoarsenijevic.com">Krsto Arsenijevic</a>...<br/> 
Author: Krsto Arsenijevic
Author URI: http://www.krstoarsenijevic.com/
Tags: blue, fixed width, two columns, widgets
*/

/************************************************
*	General										*
************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td { 
	margin:0; 
	padding:0; 
}

body { 
	background: #e0e0e0 url(images/bodyback.png) repeat;
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto 0px;
	padding: 0px; 
	}

a, a:visited {
	color: #0a64a4;
	text-decoration: none;
	}
	
a:hover {
	color: #65a5d1;
	text-decoration: underline;
	}

img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-family: Verdana, Arial;
	}
	
h1.entrytitle,h1 {
	color: #3B3B3B;
	display: block;
	font-size: 28px;
	font-weight: 500;
	line-height: 100%;
	padding-bottom: 10px;
	margin: 0;
	font-family: Verdana, Arial;
	}

h1.entrytitle a,h1.entrytitle a:visited,h1 a {
	color: #3B3B3B;
	font-weight: 500;
	text-decoration: none;
	text-transform: none;
	}

h1.entrytitle a:hover,h1 a:hover {
	color: #0a64a4;
	}

h2 {
	color: #FFFFFF;
	background: url(images/h2back.png) no-repeat;
	height: 30px;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-left: 5px;
	}

h3 {
	color: #0a64a4;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	}

h4 {
	color: #0a64a4;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 5px;
	}

h5 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 10px;
	}

h6 {
	color: #FFFFFF;
	background: url(images/h2back.png) no-repeat;
	height: 30px;
	font-size: 16px;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
	}
	
h7 {
	color: #3B3B3B;
	display: block;
	font-size: 28px;
	font-weight: 500;
	line-height: 100%;
	padding-bottom: 10px;
	}

#wrap {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/************************************************
*	Top     									*
************************************************/

#top {
	width: 960px;
	height: 20px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

/************************************************
*	Bottom     									*
************************************************/

#bottom {
	width: 960px;
	height: 20px;
	margin: 0px auto 0px;
	padding: 0px;
	}

/************************************************
*	Header										*
************************************************/
	
#header {
	background: #3e94d1;
	width: 960px;
	height: 130px;
	color: #000000;
	font-size: 11px;
	margin: 0px auto 0px;
	overflow: hidden;
	}
	
#header p {
	color: #FFFFFF;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	line-height: 20px;
	}

.headl {
	width: 472px;
	float: left;
	}
	
.headl a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headr {
	width: 468px;
	height: 60px;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
	border: 5px solid #FFFFFF; 
	}
	
/************************************************
*	Menu										*
************************************************/	

#navigation {
	clear: both;
	width: 960px;
	margin: 0 auto;
	background: url(images/nav-bg.gif) repeat-x;
}

#navigation .container {
	height: 34px;
	overflow: visible;
}

#navigationleft {
	width: 640px;
	background: url(images/nav-bg.gif) repeat-x;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#navigationright {
	width: 320px;
	height: 26px;
	background: url(images/nav-bg.gif) repeat-x;
	font-size: 14px;
	float: right;
	margin: 0px;
	padding-top: 8px;
	}
	
#nav {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1;
	text-align: left;
	line-height: 150%;
	width: 100%;
}
#nav li,
#nav a {
	color: #fff;
}
#nav li {
	position: relative;
	float: left;
	height: 34px;
	font-size: 100%;
	background: url(images/nav-bg.gif) repeat-x left top;
}
#nav li a {
	display: block;
	height: 18px;
	float: left;
	background: url(images/nav-separator.gif) no-repeat right top;
	padding: 8px 10px 7px 10px;
	text-decoration: none;
	white-space: nowrap;
}
#nav li a:hover,
#nav ul li a:hover {
	text-decoration: none;
}
#nav li:hover a,
#nav li a:hover,
#nav ul li a:hover,
#nav li ul {
	background-color: #3e94d1;
}
#nav li a:hover {
	color: #FFFFFF;
}

#nav li ul {
	width: 120px;
	position: absolute;
	visibility: hidden;
	float: none;
	top: 34px;
	left: 0;
	margin: 0;
	padding: 5px 9px 5px;
	z-index: 2;
	border-left: 1px solid #0a64a4;
	border-right: 1px solid #0a64a4;
	border-bottom: 1px solid #0a64a4;
	opacity: 0.92;
}

#nav li:hover ul,
#nav li.iehover ul {
	visibility: visible;
}
#nav ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: normal;
	border-bottom: 1px solid #0a64a4;
	background: none;
}
#nav ul li:last-child {
	border-bottom: 0;
}
#nav ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 5px 0;
	white-space: normal;
	color: #fff;
}
#nav li ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#nav li.nav-start { 
	width: 2px;
	height: 34px;
}
#nav li.nav-end { 
	width: 2px;
	height: 34px;
	float: right;
}
#nav li.first {
	border-left: 0;
}
/************************************************
*	Content										*
************************************************/
#content {
	width: 960px;
	background: url(images/back.jpg) repeat-y;
	float: left;
	}
	
#posts {
	background: inherit;
	width: 600px;
	float: left;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
.post {
	width:599px; 
	padding-top: 10px;
	margin:0px 0px 0px 0px; 
	clear:both; 
	}
	
.post p{
	margin-bottom: 10px; 
	}
	
	
/* .post a, a:visited {
	color: #0a64a4;
	text-decoration: none;
	}
*/
	
.post a:hover {
	color: #65a5d1;
	text-decoration: underline;
	}

.post blockquote { 
 	background:#f6f6f6;
	font-size: 12px;
	width: 559px; 
	margin-top: 10px; 
	margin-left: 20px;
	margin-bottom: 10px; 
	padding: 5px;  
	border-left: 2px solid #e0e0e0; 
	}

.post blockquote blockquote { 
	width:80% 
	}

.post blockquote blockquote blockquote { 
	width:80% 
	}

.post blockquote p { 
	margin-top: 0px;
	}
	
.post ul {
	list-style-type: none;
}
.post ul, .post ol {
	padding: 0 0 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.post ul li,
.post ol li {
	background: url('images/bullet.gif') no-repeat 5px 8px;
	padding: 3px 0 0px 15px;
}

.post ul ul {
	padding: 0;
	}

#poststat {
	width: 599px;
	height: 30px;
	background: url(images/stats.png) no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	}

#poststatleft {
	width: 292px;
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 8px;
	float: left;
	}
	
#poststatleft a, a:visited{
	color: #FFFFFF;
	}

#poststatleft a:hover {
	color: #FFFFFF;
	}

#poststatright {
	width: 291px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 8px;
	float: right;
	}
	
#poststatright a, a:visited{
	color: #FFFFFF;
	}

#poststatright a:hover {
	color: #FFFFFF;
	}

#relatedstat {
	width: 599px;
	height: 30px;
	background: url(images/stats.png) no-repeat;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	color: #FFFFFF;
	}

#relatedstatleft {
	width: 320px;
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-left: 8px;
	float: left;
	}
	
#relatedstatleft a, a:visited{
	color: #FFFFFF;
	}

#relatedstatleft a:hover {
	color: #FFFFFF;
	}

#relatedstatright {
	width: 260px;
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 8px;
	float: right;
	}

#related {
	width: 599px;
	font-size: 14px;
	color: #FFFFFF;
	min-height: 310px;
	}

#relatedleft {
	width: 320px;
	height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	}

#relatedleft a img {
	border: 5px solid #757575; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#relatedright {
	width: 260px;
	height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	float: right;
	padding-left: 0px;
	margin-left: 0px;
	}
	
#relatedright ul {
	list-style-type: none;
}
#relatedright ul, #relatedright ol {
	padding: 0 0 0px;
	margin-left: 0px;
}
#relatedright ul li,
#relatedright ol li {
	background: url('images/bullet.gif') no-repeat 5px 8px;
	padding: 3px 0 0px 15px;
}

#relatedright ul ul {
	padding: 0;
	}


.postauthor, .posthauthor a, .postauthor a:visited {
	color: #bebebe;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	background:url(images/postinfo.png) no-repeat left bottom;
	text-indent: 5px;
	}
	
.postauthor a:hover {
	color: #0a64a4;
	}
	
.postinfo {
	color: #757575;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 10px;
	margin: 0px;
	}

.postinfo a, .postinfo a:visited {
	color: #0a64a4;
	}

.postinfo a:hover {
	color: #757575;
	}

.postinfo a:hover {
	color: #000000;
	}
	
.pagination {
	display: block;
	text-align: center;
	padding-top: 30px;
	height: 40px;
	}
/************************************************
*	Sidebar										*
************************************************/
#sidebar {
	width: 320px;	
	float: right;
	}
	
.side {
	width: 310px;
	padding: 10px 0px 10px 9px;
	}

.side ul {
	list-style-type: none;
}
.side ul, .side ol {
	padding: 0 0 0px;
	margin-left: 0px;
}
.side ul li,
.side ol li {
	background: url('images/bullet.gif') no-repeat 5px 8px;
	padding: 3px 0 0px 15px;
}

.side ul ul {
	padding: 0;
	}

.side a {
	color: #000000;
	}

.side a:visited {
	color: #000000;
	}

.side a:hover {
	color: #0a64a4;
	text-decoration: underline;
	}

.side p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	}

.ads {
	width: 310px;
	padding: 10px 0px 10px 9px;
	}

.ads a img {
	border: 5px solid #FFFFFF; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.ads p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 8px;
	}

#twitter_update_list {
	font-size: 12px;
	font-weight: bold;
	padding-right: 15px;
	background: #f6f6f6 url(images/bird.png) no-repeat;
	min-height: 256px;
	}	
/************************************************
*	Search										*
************************************************/	

#searchform {
	background: #FFFFFF;
	width: 245px;
	font-size: 13px;
	font-weight: normal;
	display: inline;
	margin-right: 5px;
	border: 1px solid #e0e0e0;
	}
	
#sbutt {
	background: #3e94d1;
	color: #FFFFFF;
	padding: 1px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	background: #3e94d1;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	float: left;
	}
	
#footer p {
	color: #1d1d1d;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	}
	
#footerleft {
	width: 440px;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	}
	
#about {
	width: 310px;
	float: right;
	height: inherit;
	text-align: center;
	padding-bottom: 10px;
}

#about p {
	text-align: justify;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
}
	
#about p a, #about p a:visited {
    margin: 0px;
	padding: 3px 2px 3px 2px;
	color: #FFFFFF;
	}
	
#about p a:hover {
    margin: 0px;
	text-decoration: underline;	
	background: none;
	}

#about p img {
	border: 2px dashed #000000;
	padding: 2px;
}

#archive {
	width: 200px;
	float: left;
	text-align: center;
	padding-bottom: 10px;
}

#archive ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#archive a, #archive a:visited {
    margin: 0px;
	padding: 3px 2px 3px 2px;
	color: #FFFFFF;
	}
	
#archive a:hover {
    margin: 0px;
	text-decoration: underline;	
	background: none;
	}
	
#cats {
	width: 220px;
	float: left;
}

#cats ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#cats a, #cats a:visited {
    margin: 0px;
	padding: 3px 2px 3px 2px;
	color: #FFFFFF;
	}
	
#cats a:hover {
    margin: 0px;
	text-decoration: underline;	
	background: none;
	}
	
#tags {
	width: 220px;
	float: right;
}

#tags ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#tags a, #tags a:visited {
    margin: 0px;
	padding: 3px 2px 3px 2px;
	color: #FFFFFF;
	}
	
#tags a:hover {
    margin: 0px;
	text-decoration: underline;
	background: none;
	}

#tags li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#copyright {
	color: #FFFFFF;
	background: #3e94d1;
	width: 960px;
	}
	
#copyright a, a:visited{
	color: #FFFFFF;
	}
	
#copyright a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#copyl {
	background: #3e94d1;
	padding-left: 10px;
	padding-top: 10px;
	width: 470px;
	float: left;
	border-top: 1px solid #FFFFFF;
	}
	
#copyr {
	background: #3e94d1;
	padding-right: 10px;
	padding-top: 10px;
	width: 470px;
	float: right;
	border-top: 1px solid #FFFFFF;
	text-align: right;
	}
	
/************************************************
*	Comment Fomr								*
************************************************/

#form { 
	width:599px; 
	padding:5px; 
	margin:0px; 
	}

#form p a,  #form p a:visited { 
	text-decoration: none; 
	color: #3e94d1; 
	}

#form p a:hover { 
	text-decoration:none; 
	color: #000000; 
	}

#form small { 
	font-size:12px; 
	}

#form input {  
	}

#form input.SubmitComment { 
	width: 80px; 
	height: 29px; 
	margin-top: 4px;
	}

#form input.SubmitComment:hover {
	margin-top: 4px;
	}
	
#author {
	width: 384px;
	margin:4px 0px; 
	padding:3px;
	background: #FFFFFF url(images/stripeback.gif) repeat-x;
	border: 1px solid #e0e0e0;
	}
	
#email {
	width: 384px;
	margin:4px 0px; 
	padding:3px;
	background: #FFFFFF url(images/stripeback.gif) repeat-x;
	border: 1px solid #e0e0e0;
	}

	
#url {
	width: 384px;
	margin:4px 0px; 
	padding:3px;
	background: #FFFFFF url(images/stripeback.gif) repeat-x;
	border: 1px solid #e0e0e0;
	}
	
#reply {
	width: 580px;
	margin:4px 0px; 
	padding:3px;
	background: #FFFFFF url(images/stripeback.gif) repeat-x;
	border: 1px solid #e0e0e0;
	}
	
.allowed {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #f6f6f6;
	width: 374px;
	border: 1px solid #e0e0e0;
	}

#s {
	background: #3e94d1;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	}

#scomm {
	background: #f6f6f6;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	}

/************************************************
*	Comments									*
************************************************/
#com { 
	width: 599px; 
	float: left;
	padding-bottom: 10px;
	margin-top: 10px;
	}
	
#commentslist {  
	width: 599px; 
	background: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#respond { 
	float:right;
	}
	
#comments { 
	margin-left:0; 
	margin-top: 10px;
	padding-left:0; 
	padding-top: 10px;
	min-height: 48px;
	}
	
#comments  li { 
	list-style-type:none; 
	margin-left:0; 
	margin-bottom:1.5em; 
	padding-left:0; 
	border: 1px solid #e0e0e0;
	min-height: 48px; 
	}
	
#trackbacks  li { 
	list-style-type:none; 
	margin-left:0; 
	margin-bottom:1.5em; 
	padding-left:0; 
	border: 1px solid #e0e0e0;
	}

#comment-meta { 
	width: 599px;
	}

.gravatar { 
	border: 1px solid #bebebe; 
	float: right; 
	height: 40px;
	margin: 0px 10px 10px 0px;  
	width: 40px; 
	}
	
#comments li .comment-text { 
	margin-left:60px; 
	border: 1px solid #e0e0e0;
	padding: 5px;
	}

.comment-text p { 
	padding: 0px 5px 0px 5px;
	margin: 2px;
	}

#comment-author  { 
	color: #000000;
	font-weight: bold;
	background: #f6f6f6;
	height: 30px;
	padding: 10px 30px 10px 30px;
	border-top: 1px solid #e0e0e0; 
	border-left: 1px solid #e0e0e0; 
	border-right: 1px solid #e0e0e0;
	}

#comment-author a, a:visited { 
	color: #0a64a4;
	}

#comment-author a:hover { 
	color: #65a5d1;
	text-decoration: underline;
	}

#comment-date {
	color: #bebebe;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-left: 10px;
	}
	
.odd {
 	background:#f6f6f6;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
	padding: 10px;
 	}
 
.even{
 	background:#FFFFFF;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
	padding: 10px;
 	}
 
.highlight {
 	background:#CCCCCC;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
	padding: 10px;
 	}
