/* Created by Array Studio doo, Serbia				*/
/* Contact: predrag@arraystudio.com					*/


/* 1. Clearfix */

.clearfix:after { /* ie.css, ie7.css */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}



/* 2. Global */


body, html {
	
}

body,
html {
	background: #88b4e3 url('../graphics/bgnd-body.gif') repeat-x top;
}

p {
	font-family:arial, sans-serif;
	font-size:11px;
	color:#333;
}

p.centered {
	text-align:center;
}


strong {
	font-weight:bold;
}

em {
	font-style:italic;
}


a:link,
a:visited {
	color:#6e6e6e;
}

a:hover {
	color:#4f4444;
}


#container {
	width:962px;
	margin:0 auto;
}



/* 3. header */

#header {
	width:962px;
	margin:0 auto;
	text-align:left;
	
}
	/* 3.1 header-lhs */
	.header-lhs {
		float:left;
	}
	
	
		.header-lhs .image {
			margin:18px 0 3px 1px;
			display:block;
			float:left;
		}
		
		.header-lhs .title-main {
			margin:19px 0 0 13px;
			padding:0;
			vertical-align:top;
		}
		
	/* 3.2 header-rhs */
		
		.header-rhs {
			width:160px;
			float:right;
			margin:10px 0px 0 0;
		}
		
		.logo-rhs {
			float:right;
			margin:0px 0px 0 0;
		}
		
			.rss-holder {
				float:left;
				text-align:right;
				margin:7px 8px 0 0;
			}
		
		
				.rss-holder p {
					font-family:arial, sans-serif;
					font-size:11px;
				}
				
				.rss-holder p a:link,
				.rss-holder p a:visited {
					color:#124e98;
				}
				
				.rss-holder p a:hover {
			
				}
		
				.feed {
					vertical-align:middle;
					padding-bottom:2px;
				}
				
				.rss-holder img.number {
					margin:10px 0 0 0;
				}
				
		
		
/* 4 sub-header */

.menu-curve {
	display:block;
	margin-top:12px;
}

#sub-header {
	background: #fff url('../graphics/bgnd-sub-header.gif') repeat-x 0 23px;
	text-align:left;
	width:962px;
}


	.picture-holder {
		margin:15px 0;
	}

	.picture-holder img {
		float:left;
		border:2px solid #000;
		margin:0 0 0 15px;
	}

	/* 4.1 menu */

	ul.menu {
		background:url('../graphics/bgnd-menu.gif') repeat-x;
		height:21px;
		padding-top:2px;
	}

	ul.menu li {
		font-family:arial, sans-serif;
		font-size:13px;
		font-weight:bold;
		display:block;
		float:left;
		margin: 0px 16px 0px 16px;
	}


	ul.menu li a:link,
	ul.menu li a:visited {
		color:#fff;
		text-decoration:none;
	}

	ul.menu li a:hover {
		color:#fff;
		text-decoration:none;
	}
		

/* 5. wrapper */

#wrapper {
	width:962px;
	margin:0 auto;
	background: url('../graphics/bgnd-wrapper.gif') repeat-y;
	min-height:700px;

}

.curve-top-wrapper {
	display:block;
	padding-top:42px;	
}

.curve-bottom-wrapper {
	display:block;
}



	/* 5.1 content */

	#content {
		text-align:left;
		width:712px;
		background: #fff url('../graphics/bgnd-content.gif') repeat-x;
		float:left;
		padding-bottom:20px;
	}

	#content p {
		font-family:arial, sans-serif;
		font-size:13px;
		color:#333;
		margin: 13px 20px 0px 28px;
	}

	.content-intro {
		display:block;
	}

	#content h2 {
		font-family:arial, sans-serif;
		font-size:22px;
		color:#314b7c;
		font-weight:normal;
		margin: 34px 20px 0px 28px;
	}

	#content h2 span {
		display:block;
		font-family:arial, sans-serif;
		font-size:14px;
		color:#7699ca;
		font-style:italic;
	}


ul.form-item {
	margin-top:10px;
}

ul.form-item li {
	padding-bottom:7px;
}

ul.form-item li label {
	float:left;
	width:100px;
}

ul.form-item li .comment-input {
	margin-right:5px;
}

ul.form-item li .url {
	margin-right:5px;
}

p.submit-button {
	margin-left:0px !important;
	padding-left:0px;
}

.entry ul {
	font-family:arial, sans-serif;
	font-size:13px;
	color:#333;
	margin:13px 20px 0px 45px;
}

.entry ul li {
	list-style-type:disc;
}

.entry ol {
	font-family:arial, sans-serif;
	font-size:13px;
	color:#333;
	margin:13px 20px 25px 50px;
}

.entry ol li {
	list-style-type:decimal;
}

.entry p img {
	margin:0px 10px 5px 0px;
}

.entry p strong em {
	font-weight:bold;
	font-style:italic;
}
.entry p em strong {
	font-weight:bold;
	font-style:italic;
}

	/* 5.2 sidebar-left */

	#sidebar-left {
		width:250px;
		background: #d7e6f6 url('../graphics/bgnd-sidebar-left.gif') repeat-x;
		float:left;
		padding-bottom:20px;	
	}

		
		.facebook-button {
			width:220px;
			display:block;
			margin:15px auto 0 auto;
		}
		
		/* 5.2.1 sidebar-left-box */
		
		
		.sidebar-left-box-holder {
			width:220px;
			margin:15px auto 0 auto;
		}
		
		.sidebar-left-box-holder .curve {
			display:block;
			
		}
		
		.sidebar-left-box {
			background:#fff;
			width:218px;
			margin:0 auto 10px auto;
			border:1px solid #8da4d2;
			border-top:none;
			background: #fff url('../graphics/bgnd-sidebar-boxes.gif') repeat-x;
			padding-bottom:10px;
		}
		
		
		.sidebar-left-box p {
			text-align:left;
			padding:10px 10px 0 20px;
		}
		
		.sidebar-left-box p.centered {
			text-align:center;
			color:#666;
			padding:10px 0 0 0;
		}
		
		.sidebar-left-box-holder h2 {
			text-align:left;
			font-weight:normal;
			font-size:16px;
			font-family:arial, sans-serif;
			color:#d2b32c;
			background: #1f1f1f url('../graphics/bgnd-title-sidebar-box.gif') no-repeat;
			width:210px;
			padding: 4px 0px 6px 10px;
			margin:0 auto 0 auto;
			height:17px;
		}
		
		.sidebar-left-box-holder h5 {
			text-align:center;
			font-weight:bold;
			font-size:14px;
			font-family:arial, sans-serif;
			color:#666;
			padding: 4px 0px 6px 10px;
		}
		
			/* 5.2.1.1. sidebar-left-box lists */
		
			.sidebar-left-box ul {
				padding: 7px 0px 10px 0px;
			}

			.sidebar-left-box ul li {
				text-align:left;
				padding: 2px 0px 0px 20px;
				font-family:arial, sans-serif;
				font-size:12px;
				font-weight:bold;
			}
			
			.sidebar-left-box ul li span {
				font-weight:normal;
			}

			.sidebar-left-box ul li a:link,
			.sidebar-left-box ul li a:visited {
				color:#6583ad;
				text-decoration:none;
			}

			.sidebar-left-box ul li a:hover {
				color:#7d9cc7;
			}
			
			.sidebar-left-box ul li label {
				color:#7D9CC7;
				display:block;
				margin-bottom:1px;
			}
			
			.sidebar-left-box ul li .text {
				width:176px;
				margin-bottom:6px;
			}
			
			.sidebar-left-box ul li .textarea {
				width:176px;
			}
			
			.sidebar-left-box ul li .btn {
				background: transparent url('../graphics/bgnd-button-yellow.gif');
				width:106px;
				height:24px;
				border:none;
				margin:5px 0 0 37px;
			}
			
			.sidebar-left-box a.btn-get-book {
				display:block;
				background: transparent url('../graphics/bgnd-button-yellow.gif');
				width:106px;
				height:21px;
				border:none;
				padding:3px 0 0 0;
				margin:15px 0 0 57px;
				color:#333;
				font-weight:bold;
			}	
			
			.sidebar-left-box .book {
				margin-top:10px;
			}

/* footer */

#footer {
	width:962px;
	margin:0 auto;
	background:#75a6d7 url(../graphics/bgnd-footer.gif) repeat-x;
	border-bottom:1px solid #fff;
	margin-bottom:10px;
}

#footer p {
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	color:#fff;
	line-height:15px;
	font-size:13px;
	text-align:left;
}