@charset "UTF-8";
/*
Template Name: Studio Inc.
Description: Business, Portfolio, Blog, Magazine Wordpress Theme
Version: 1.0
Author: Yuriy Lichman
Author URL: http://incrediblestone.com
*/

/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li, 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, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}

html, body {
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
	height:100%;
}

#wrap {
	min-height:100%;
    position:relative;
   }

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:#6c6c6c;
	}

/* Link Styles */
a:link, a:visited {
	color:#164c7a;
	text-decoration: none;
	font-weight:bold;
	}
	
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;
	font-weight: bold;
	}
	
.subtext {
	font-size:12px;
	color:#a4a4a4;
	line-height:15px;
	}
	
.subtext strong {
	font-weight:bold;
	color:#262626;
	}
	
#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:#FFF;
	}
	
/* 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:18px;
	line-height:13px;
	padding-bottom:6px;
	color:#424242;
	font-weight:normal;
	}
	
h5 span.subtext {
	float:right;
	}
	
h4 {
	font-size:22px;
	padding-bottom:20px;
	letter-spacing:-1px;
	}
	
h4.white {
	font-size:22px;
	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;
			}
			
			/* Logo */
			#logo {
				position:absolute;
				margin-top:10px;
				width:297px;
				height:111px;
				}
				
			/* Menu */	
			#menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	margin-top:57px;
	margin-left:320px;
	z-index:999;
	left: 72px;
	top: -3px;
				}
			
				#menu .first {
					padding-right:20px;
					padding-left:20px;
					}

				#menu .arrow {
	padding-right:3px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
					}
					
				#menu ul {
					list-style: none;
				}
				
				#menu a {
					display: block;
					text-decoration: none;
				}
				
				#menu ul li a {
					font-size:18px;
					font-weight:bold;
					letter-spacing:-1px;
					line-height:30px;
					color:#FFF;
					
					}
					
				#menu ul #active a {
					color:#cef7ff;
					}
					
				#menu ul #active a.arrow {
					color:#cef7ff;
					background:url(../images/menu-arrow-hover.png) right no-repeat;
					}
					
				#menu ul #active ul li a {
					color:white;
					}
	
				#menu ul li ul li a {
					font-size:15px;
					font-weight:normal;
					letter-spacing:normal;
					line-height:30px;
					background:none;
					}
					
				#menu a.daddy {
					background: url(../images/menu-arrow-h.png) center right no-repeat;
				}
				
				#menu li {
					float: left;			
				}
				
				#menu li ul {
					position: absolute;
					left: -999em;
					height: auto;
					width: 120px;
					w\idth: 196px;
					margin: 0;
					margin-left:-20px;					
					background:url(../images/menu-bg.png);
					padding-top:10px;
					padding-bottom:10px;
				}
				
				#menu li li {
					padding-right: 1em;
					width: 13em;
				}
				
				#menu li ul a {
					width: 13em;
					w\idth: 9em;
					padding-left:20px;
					padding-right:20px;
				}
				
				#menu li ul ul {
					margin: -40px 0 0 196px;
					background:url(../images/menu-bg-2.png);
				}
				
				#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
					left: -999em;
				}
				
				#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
					left: auto;
				}
				
				#menu li:hover, #menu li.sfhover {
					background:url(../images/menu-bg-2.png);
				}
	
			/* 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:960px;
	margin:0 auto;
	padding-bottom:25px;
	font-weight: bold;
	}
	
	/* 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:50px;
		}
		
	.blocks-space-h-2 {
		height:20px;
		}
		
    /* Images */
	.image {
		width:300px;
		height:180px;
		background:url(../images/image-bg.png) bottom no-repeat;
		float:left;
		}
		
	.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:-229px;
	width:100%;
	height:190px;
	background:url(../images/footer-bg-wide.png) repeat-x;
	margin-top:6px;
	left: -2px;
	}

	#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:480px;
				}
				
			/* Follow Us */
			#follow-us {
	position:absolute;
	margin-left:732px;
	margin-top:64px;
	width:128px;
				}
				
				#follow-us ul {
					list-style-type:none;
					}
					
					#follow-us ul li {
						display:inline;
						margin-right:15px;
						}
p {
	font-weight: bold;

}
#wrap #page p {

}
#wrap #page p {
	font-weight: bold;
}
#wrap #page p {
	font-weight: bold;
}
#wrap #page p {
	font-weight: bold;
}
#wrap #page p {
	font-weight: bold;
}
#wrap #page p {
	font-weight: normal;
}
