@charset "iso-8859-1";

blockquote {
	padding:30px;
	border:1px solid #dbdbdb;
	background:#f1f1f1;
	font-style:italic;
	color:#6c6c6c;
	margin-top:10px;
	margin-bottom:10px;
	}
	
	
ul.classic {
	margin:10px;
	padding-left:20px;
	padding-top:0px;
	}
	
ul.classic li {
	padding:0px;
	line-height:14px;
	color:#b9bcc1;
	}

/* Link Styles */
a:link, a:visited {
	color:#164c7a;
	text-decoration: none;
	
	}
	
a:hover {
	color:#2393c2;
	text-decoration: none;
	font-weight:bold;
	}

/* Text Styles */
p, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6c6c6c;
	padding-bottom:12px;
	line-height:20px;
	}
	
.subtext {
	font-size:12px;
	color:#a4a4a4;
	line-height:15px;
	}
	
.subtext strong {
	font-weight:bold;
	color:#336600;
	}
	
#submenu ul li a:link, #submenu ul li a:visited {
	font-size:15px;
	color:#FFF;
	}
	
#submenu ul li a:hover {
	font-size:15px;
	color:#f4ff7b;
	}
	
#sidebar-menu ul li {
	font-size:14px;
	color:#4d4d4d;
	font-weight:normal;
	}

#sidebar-menu ul li a:link, #sidebar-menu ul li a:visited {
	font-size:14px;
	color:#4d4d4d;
	font-weight:normal;
	}
	
#sidebar-menu ul li a:hover {
	color:#16587a;
	}
	
#sidebar-menu ul li span {
	float:right;
	margin-top:3px;
	}
	
#sidebar-menu ul li strong {
	font-weight:normal;
	color:#acacac;
	font-size:14px;
	}
	
#pagination a:link, #pagination a:visited {
	font-size:16px;
	font-weight:bold;
	color:#262626;
	}
	
#pagination a:hover {
	font-size:16px;
	font-weight:bold;
	color:#497a16;
	}
	
#pagination a.active {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	}
	
#footer-menu ul li a:link, #footer-menu ul li a:visited {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	
	}
	
#footer-menu ul li a:hover, #footer-menu ul li a:active {
	font-size:16px;
	font-weight:bold;
	color:#f4ff7b;
	
	}
	
#footer p {
	font-size:12px;
	color:#666666;
	font-weight: bold;
	}
	
/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #262626;
  font-weight:bold;
}

h6 {
	font-size:16px;
	padding-bottom:0px;
	letter-spacing:0px;
	}

h5 {
	font-size:16px;
	line-height:normal;
	padding-bottom:6px;
	color:#3E8AC4;
	font-weight:bold;
	}
	
h5 span.subtext {
	float:right;
	}
	
h4 {
	font-size:22px;
	padding-bottom:20px;
	letter-spacing:-1px;
	}
	
h4.white {
	font-size:12px;
	color:#FFF;
	padding-bottom:5px;
	}
	
h4.blog-title {
	font-size:22px;
	padding-bottom:0px;
	}
	
h4.sidebar-title {
	font-size:22px;
	line-height:22px;
	padding-bottom:17px;
	}
	
h4.title {
	font-size:22px;
	line-height:22px;
	padding-bottom:20px;
	padding-top:23px;
	}

h3 {
	font-size:38px;
	line-height:17px;
	letter-spacing:-2px;
	margin-bottom:20px;
	}
	
h3.start-title {
	border-bottom:1px solid #d5d5d5;
	margin-bottom:30px;
	padding:15px;
	}
	
h3.blog-title {
    padding-bottom:10px;
	margin-bottom:0px;
	}
	
h3.comment-title {
    padding-bottom:0px;
	padding-top:33px;
	}
	
/* Clear Fixes */
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
	
/* Header */
#header-wrap-wide {
	width:100%;
	height:580px;
	background:url(../images/header-bg-wide.png) repeat-x;
	margin-bottom:6px;
	}

	#header-wrap {
		width:100%;
		height:580px;
		background:url(../images/header-bg.png) no-repeat center top;
		}
		
		#header { 
			width:960px;
			height:526px;
			margin:0 auto;
			}
			
			
			/* Screen */
			#screen {
				position:absolute;
				margin-top:117px;
				width:960px;
				height:350px;
				}
				
			/* Cu3er */
			#cu3er-container {width:960px; outline:0;}
				
/* Header 2 */
#header-wrap-wide-2 {
	width:100%;
	height:170px;
	background:url(../images/header-bg-wide-2.png) repeat-x;
	margin-bottom:6px;
	}

	#header-wrap-2 {
		width:100%;
		height:170px;
		background:url(../images/header-bg-2.png) no-repeat center top;
		}
		
		#header-2 { 
			width:960px;
			height:116px;
			margin:0 auto;
			}
			
				
/* Page */
#page {
	width:630px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 100px;
	float: left;
	}
	
	/* Blocks */
	.block-1 {
	width:300px;
	float:left;
		}
		
	.block-2 {
		width:168px;
		height:120px;
		float:left;
		}
		
	.blocks-space-v {
		width:30px;
/*		border-right:1px dotted #cfcfcf;
		margin-right:14px;
		height:300px;*/
		height:1px;
		float:left;
		}
		
	.blocks-space-h {
	height:15px;
		}
		
	.blocks-space-h-2 {
		height:20px;
		}
		
    /* Images */
	.image {
	width:300px;
	height:180px;
	background:url(../images/image-bg.png) bottom no-repeat;
	float:left;
	padding-bottom: 10px;
		}
		
	.image-medium {
		width:230px;
		height:138px;
		background:url(../images/image-medium-bg.png) bottom no-repeat;
		float:left;
		}
		
	.image-post {
		width:300px;
		height:180px;
		background:url(../images/image-bg.png) bottom no-repeat;
		float:left;
		margin-right:20px;
		}
		
	/* Icons */
	.icon {
		width:300px;
		height:180px;
		float:left;
		}
		
	/* Pages Nanvigation */
	#pagination {
		width:100%;
		height:55px;
		background:url(../images/pagination-bg.png) repeat-x;
		text-align:center;
		padding-top:20px;
		}
		
		#pagination ul {
			list-style-type:none;
			}
			
			#pagination ul li {
				display:inline;
				margin-left:10px;
				margin-right:10px;
				}
				
				#pagination ul li img {
					vertical-align:-11px;
					margin-left:-10px;
					margin-right:-10px;
				}
				
				#pagination ul li a.active {
					background:url(../images/current-page-button.png) no-repeat;
					padding:10px 15px 8px 15px;
					width:39px;
					height:36px;
				}
				
	/* Blog */
	#main {
		width:669px;
		border-right:1px solid #cecece;
		padding-right:30px;
		padding-top:20px;
		padding-bottom:20px;
		float:left;
		}
		
		.block-3 {
			width:100%;
			}
			
			.block-3 .image {
				margin-right:20px;
				}
				
    #sidebar {
		width:230px;
		padding-left:30px;
		padding-top:20px;
		float:right;
		}
		
		input {
			border:1px solid #cecece;
			height:20px;
			padding-left:7px;
			padding-right:7px;
			}
			
		#search-form {
			padding:0px;
			}
		
			#search-field {
				width:184px;
				float:left;
				border-right:none;
				}
				
			#search-button {
				border:1px solid #cecece;
				border-left:none;
				width:31px;
				height:35px;
				background:url(../images/search-button.png) no-repeat;
				}
				
			#search-button:hover {
				cursor:pointer;
					}
					
		#sidebar-menu {
			}
			
			#sidebar-menu ul {
				list-style-type:none;
				}
				
				#sidebar-menu ul li {
					background:url(../images/arrow.png) 10px no-repeat;
					padding: 8px 12px 8px 24px;
					border-bottom:1px solid #dfdfdf;
					}
					
				#sidebar-menu ul li.last {
					border-bottom:none;
					}
		
		#photos-block ul {
			list-style:none;
			}
		
		#photos-block img {
			margin-right:1px;
			margin-bottom:1px;
			float:left;
			}
			
	.comments-block-1 {
		padding:30px;
		background:#f4f5e2;
		display:inline-block;
		margin-bottom:1px;
		}
		
		.comments-block-1 img {
			margin-right:20px;
			margin-bottom:20px;
			float:left;
			}
			
		.reply-comment-button a img {
			float:right;
			margin-right:0px;
			margin-bottom:0px;
			}
		
	.comments-block-2 {
		padding:30px;
		background:#fafaf4;
		display:inline-block;
		margin-bottom:1px;
		}
		
		.comments-block-2 img {
			margin-right:20px;
			margin-bottom:20px;
			float:left;
			}
			
	textarea {
		width:649px;
		max-width:649px;
		border:1px solid #cecece;
		height:220px;
		padding:10px;
		}
		
/* Footer */
#footer-wrap-wide {
	position:absolute;
	bottom:-125px;
	width:100%;
	height:225px;
	background:url(../images/footer-bg-wide.png) repeat-x;
	margin-top:6px;
	left: -1px;
	}

	#footer-wrap {
		width:100%;
		height:171px;
		padding-top:54px;
		background:url(../images/footer-bg.png) no-repeat center top;
		}
		
		#footer { 
			width:960px;
			height:171px;
			margin:0 auto;
			}
			
			/* Footer logo */
			#footer-logo {
				position:absolute;
				margin-top:30px;
				width:217px;
				height:90px;
				}
				
			/* Footer menu */	
			#footer-menu {
	position:absolute;
	margin-left:224px;
	margin-top:70px;
				}
				
				#footer-menu ul {
					list-style-type:none;
				}
				
					#footer-menu ul li {
						display:inline; margin-right:25px;
					}
					
			/* Copyrights */
			#copy {
	position:absolute;
	margin-left:224px;
	margin-top:92px;
	width:729px;
				}
				
			/* Follow Us */
			#follow-us {
	position:absolute;
	margin-left:732px;
	margin-top:64px;
	width:228px;
	left: 17px;
	top: 58px;
				}
				
				#follow-us ul {
					list-style-type:none;
					}
					
					#follow-us ul li {
						display:inline;
						margin-right:15px;
						}
#page2 {
	width:955px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}
.blocks-space-v2 {
	width:20px;
	/*		border-right:1px dotted #cfcfcf;
		margin-right:14px;
		height:300px;*/
		height:1px;
	float:left;
}
