/*
Theme Name: Photo &amp; Graphic Studio
Theme URI: http://www.themeforest.net/
Description: A wordpress theme suitable for photographers and graphic & web designers.
Version: 1.0
Author: Akay Akagunduz
Author URI: http://tavshan.com/
*/

/***********************************************************

	Reset
	
***********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/***********************************************************

	Classes
	
***********************************************************/

.tAJ	{text-align:justify;}
.tAR	{text-align:right;}

.fS10 {
	font: 10px Tahoma;
	color: #000000;
	text-transform: uppercase;
}

.fS11 {
	font: 11px Tahoma;
}

.cB		{clear:both;}



.post h2{
	margin-bottom: 0px;
}

.post h1{
	
	font-size:30px;
	background-color:#990000;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:15px;
	padding-right:15px;
	margin-right:-15px;
	margin-left:-15px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	color:#FFF;
}

.post .entry {
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
}

.post .entry a{
	color: #990000;
	/*font-weight:bold;*/
	}
.post .entry strong{
	font-weight:bold;
    color: #000000;
	line-height: 24px;
	}
.entry strong{
	font-weight:bold;
    color: #000000;
	}
	
.entry titre{
	font-weight:bold;
    color: #000000;
    font: 40px;
	}
	

.post .entry address{
	font-size:11px;
	line-height: 12px;
	}
.post .entry a:hover{
	color:#999999;
	/*font-weight:bold;*/
	}

.page h1{
	
	font-size:30px;
	background-color:#990000;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:15px;
	padding-right:15px;
	margin-right:-15px;
	margin-left:-15px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	color:#FFF;
}

.breadcrumb{
	color:#999999;
}

.breadcrumb a{
	color:#999999;
}

.breadcrumb a:hover{
	color:#444444;
}
/***********************************************************

	General
	
***********************************************************/

html, body {
	overflow-x: hidden;
}

body {
	font: 12px Arial;
	color: #303030;
	padding: 20px 0px 20px 0px;
	background: #d8d8d8;
	background-repeat: repeat;	
}

.container {
	width: 980px;
	margin: auto;
}

.pageContainer {
	width: 1000px;
	margin: auto;
}

h1 {
	font: bold 21px Arial;
	color: #000000;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.h1a{
	color:#000000 ;
}

h2 {
	font: bold 18px Arial;
	color: #990000;
	letter-spacing: -0.5px;
	margin: 10px 0px 5px 0px;
}

	h2 a {
		color: #990000;
	}

h3 {
	font: bold 14px Arial;
	color: #303030;
	letter-spacing: -0.5px;
	margin: 10px 0px 5px 0px;
}

	h3 a {
		color: #990000;
	}

p {
	margin-bottom: 10px;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #999999;
}

/************************************************

	forms

************************************************/

form {
  width: 100%; 
}

form fieldset {
  border: 1px solid #c9c9c9;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 10px;
}

form fieldset label {
	display: block;
	float: left; 
	width: 120px; 
	margin: 8px 0px 0px 0px;
	text-align: left;
	color: red;
	font-weight: bold;
}

#email{
	width: 250px;
	background: #FFFFFF;
	margin: 5px 0px 0px 10px;
	border: 1px solid #838383;
	padding: 3px;
}

#email:hover {border: 1px solid #202020;}
#email:focus {border: 1px solid #ff7e00;}

form fieldset input, form fieldset textarea {
	width: 400px;
	background: #FFFFFF;
	margin: 5px 0px 0px 10px;
	border: 1px solid #838383;
	padding: 3px;
}

	form fieldset input:hover, form fieldset textarea:hover {
		border: 1px solid #202020;
	}
	
	form fieldset input:focus, form fieldset textarea:focus {
		border: 1px solid #ff7e00;
	}

form fieldset textarea {
	overflow: auto;
}

form fieldset select {
	width: 250px;
	background: #FFFFFF;
	height: 25px;
	margin: 5px 0px 0px 10px;
	border: 1px solid #838383;
}

	form fieldset select:hover {
		border: 1px solid #202020;
	}
	
	form fieldset select:focus {
		border: 1px solid #00aec8;
	}

form fieldset br {
	clear:left;
}

form fieldset .right {
	margin: 5px 0px 0px 180px;
}

form fieldset .error_message {
	font: 10px Tahoma;
	color: #b34040;
	text-transform: uppercase;
	margin: 5px 0px 10px 180px;
}

form fieldset .button {
	width: 258px;
	font: bold 12px Arial;
	color: #FFFFFF;
	background: #990000;
	border: 1px solid #000000;
	margin: 0px;
	cursor: pointer;
}

	form fieldset .button:hover {
	border: 1px solid #000000;
	background-color: #FF6600;
	}

/***********************************************************

	Header
	
#header {
	height: 120px;
	background: url('images/transparent.png');
}

	#header:hover {
		background: #000000;
	} 
#logo {
	width: 197px;
	height: 64px;
	background: url('images/logo.png');
	float: left;
	margin-top: 28px;
}	
	
	
***********************************************************/
#header {
	height: 189px;
	background-repeat:no-repeat;
	background-position:center;
}

#header a{
	width: 100%;
	text-align:center;
	}


#logo {
	width: 197px;
	height: 64px;
	background: url('images/logo.png');
	float: left;
	margin-top: 28px;
}

	#logo img {
		width: 197px;
		height: 64px;
		
	}
	
#nav {
	width: 230px;
	font: 11px Tahoma;
	text-transform: uppercase;
	float: left;
	margin: 30px 0px 0px 40px;
}

	#nav li {
		width: 87px;
		float: left;
		padding-left: 13px;
		margin: 0px 0px 10px 10px;
		background: url('images/arrow.gif') left no-repeat;
	}
	
		#nav li a {
			color: #7f7f7e;
		}
		
		#nav li a:hover {
			color: #FFFFFF;
		}

#search {
	width: 300px;
	height: 31px;
	background: url('images/searchBG.gif') no-repeat;
	margin-top: 44px;
	float: right;
}

	#search form fieldset{
		padding: 0px;
		background: none;
		border: none;
	}
	
	#search form fieldset input{
		margin: 0px;
	}

	#search .text{
		width: 250px;
		height: 20px;
		padding: 8px 0px 0px 11px;
		font: 11px Tahoma;
		color: #b4b4b4;
		background: none;
		border: 0px;
		float: left;
	}
	
	#search .submit{
		width: 31px;
		height: 31px;
		cursor: pointer;
		background: none;
		border: 0px;
		float: right;
	}
	
/***********************************************************

	Footer
	
***********************************************************/

#footer {
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin-top: 20px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
}

	#footer p{
		margin-bottom: 0px;
		color:#FFFFFF;
	}
	
	#footer a{
		color:#FFFFFF;
	}
	
/***********************************************************

	Homepage showcase

#showcase ul li h1 a:hover {
			background: #000000;
		}
***********************************************************/

#showcase {
	width: 980px;
	height: 400px;
	font: bold 11px Tahoma;
	text-transform: uppercase;
	position: relative;
}

	#showcase a {
		color: #FFFFFF;
	}
	
	#showcase ul li {
		width: 980px;
		height: 175px;
		padding-top: 55px;
	}
	
	#showcase ul li h1 a{
	font: bold 33px Arial;
	text-transform: none;
	display: inline;
	padding: 2px 5px 2px 5px;
	letter-spacing: -0.5px;
	
	}
	
	#showcase .showcase_background{
		width: 980px;
		height:45px;
		padding-top:6px;
		background-image: url(images/feature.png);
		background-repeat: repeat;
	}
	
		
	
	#showcase ul li .info {
		margin-top: 9px;
	}
	
		#showcase ul li .info .nxt a{
			background: #ffffff;
			color: #990000;
			padding: 7px 10px 7px 10px;
		}
		
		#showcase ul li .info .cat a {
			background: #ffffff;
			padding: 7px 10px 7px 10px;
			color:#990000;
		}
			#showcase ul li .cat a:hover {
				background: #000000;
				color:#FFFFFF;			
			}

		
	#showcase  ul li .nav {
		margin-top: 15px;
	}
	
		#showcase ul li .nav .prev a {
			background: url('images/transparent.png');
			padding: 7px 10px 7px 10px;
		}
		
			#showcase ul li .nav .prev a:hover {
				background: #000000;
			}
		
		#showcase ul li .info .next a{
			background: #ffffff;
			color: #000000;
			padding: 7px 20px 7px 20px;
		}
		
			#showcase ul li .next a:hover {
				background: #999999;
			}
			
	
			
/***********************************************************

	Homepage Background
	
	
	
	.pattern {
	width: 5040px;
	height: 1050px;
	margin-left: -2520px;
	position: absolute;
	left: 50%;
	top: 0px;
	background: url('images/pattern.gif');
	z-index: -1;
}

.gradient {
	width: 5040px;
	height: 1050px;
	margin-left: -2520px;
	position: absolute;
	left: 50%;
	top: 0px;
	background: url('images/gradient.png') bottom repeat-x;
	z-index: -2;
}
***********************************************************/
	.pattern {
	width: 5040px;
	height: 1250px;
	margin-left: -2520px;
	position: absolute;
	left: 50%;
	top: 0px;
	background: url('images/pattern.gif');
	z-index: -1;
}


#background {
	width: 5040px;
	height: 1100px;
	margin-left: -2520px;
	position: absolute;
	left: 50%;
	top: -15%;
	z-index: -3;
}
	
	#background .images ul li {
		width: 1680px;
		height: 1100px;
		text-align: center;
	}
	
		#background .images ul li img {
			width: 1680px;
			height: 1250px;
		}
		
	#background .images ul li.graphic {
		background: #303030;
	}
	
		#background .images ul li.graphic  img {
			width: 980px;
			height: 370px;
			margin-top: 150px;
		}
	
/***********************************************************

	Detail Background
	
***********************************************************/

#background_detail {
	width: 100%;
	height: 435px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

	#background_detail .pattern_detail {
		width: 100%;
		height: 435px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#background_detail .image_detail {
		width: 980px;
		height: 435px;
		margin: auto;
	}
	


/***********************************************************

	ProductionList
	
***********************************************************/

#contactBox{
	padding: 15px;
	padding-top:25px;
	background-color:#FFF;
}

#contactBox b{
	font-size:12px;
	color:#000;
}
#contactBox b a{
	font-size:12px;
	color:#000;
}
#contactBox a:hover{
	color:#999999;
}

.productionList{
	padding-top: 12px;
	padding-bottom: 12px;
	color:#000000;
}
	.productionList h1 {
		margin-bottom:5px;
		font-size:16px
		
	}
	.productionList #latest h1 {
		font-size:27px
	}
	.productionList div {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.productionList img {
		float: left;
		margin-right:10px;
		/*height:57px;*/
		width:83px;
	}
	
	.productionList p {
		margin-top:6px;
		margin-bottom:6px;
		clear : left;
	}
	
	.productionList b {
		color:#000000;
	}
	
	.productionList .hLine{
		width:100;
		border-top:#000 solid 1px;
		margin-bottom:10px;
	}
/***********************************************************

	Columns
	
***********************************************************/


#content .col1 {
	width: 320px;
	/*height:394px;*/
	height:auto;
	min-height:406px;
	float: left;
	margin-right:10px;
	background: url('images/box.png');
	background-repeat:repeat;
	
}

#content .col2 {
	width: 320px;
	float: left;
	

}

.col2_1{
	color:#000000;
	width:320px;
	height:264px;
	float:left;
	margin-bottom: 10px;
	background: url('images/box.png');
	background-repeat:repeat;
}

.col2_2{
	color:#000000;
	width:320px;
	height:132px;
	float:left;
	background: url('images/box.png');
	background-repeat:repeat;
	
}

.col2_2 b{
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
	}
.col2_2 p{
	margin-bottom:6px;
	}
.col2_2 .fS10{
	color:#990000;
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
	}

.con_side{
	float:left;
	background: #ffffff;
	margin-bottom:10px;
	width:320px
}

.con_side .fS10{
	color:#990000;
	font-weight:bold;
	font-size:11px;
	text-transform: uppercase;
	}

.con_side b{;
	color:#000000;
	font-weight:bold;
	font-size:11px;
}

.con_side h1{
	color:#000000;
	float:left;
	/*padding:5px;*/
}

.con_side .side_box{
	padding:15px;
	color:#990000;
}

.home {
	width:285px;
	background-image: url(images/corner2.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom:10px;
	margin-left: 15px;
}

.home a{
	color:#000000;
}

#content .col3 {
	width: 320px;
	float: left;

}
.col3_1 {
	color:#000000;
	width: 320px;
	height:205px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	background: url('images/box.png');
	background-repeat:repeat;
}
.col3_2 {
	width: 320px;
	height:191px;
	float: left;
	margin-left: 10px;
	
	background: url('images/box.png');
	background-repeat:repeat;
}

#content  .colLeft {
	width: 670px;
	margin-top: 20px;
	float: left;
}

#content  .colRight {
	width: 320px;
	float: left;
	margin: 10px 0px 0px 10px;
}

.posttitle{
	color:#990000;
	}

.cattitle{
color:#000000;
font-weight:bold;
font-size:13px;
}

.fS20 span{
	color:#990000;
	text-transform: capitalize;
	}
.fS20 a{
	color:#990000;
	text-transform: lowercase;
}




/***********************************************************

	Content
	
***********************************************************/

.box {
	background: #FFFFFF;
	padding: 15px;
	margin-bottom: 10px;
}

	.box h2 {
		margin-top: 0px;
	}

.box2 {
	background:#990000;
	padding: 20px;
	margin-bottom:10px;
}

.box2 h2 {
		color: #FFFFFF;
		margin-top: 0px;
	}
	
	.box2 .list li {
		list-style-type: none;
		list-style-image:url(images/li.png);
		border-top:1 solid #999;
	}
		
		.box2 .list li .date{
			color: #000000;
		}
		
		.box2 .list li .blink{
			color: #000000;
			
		}
		
		.box2 .list li a:hover {
			color: #d8d8d8;
		}
		
		.list li p .cat a{
			background: none;
			padding:0px;
		}

.back{
	top: 20px;
	background: #990000;
	padding: 20px;
	margin-bottom: 10px;
	}

.corner {
	background: url() right top no-repeat;
	padding-bottom:1px;
}

.corner2 {
	background: #ffffff url('images/corner2.png') right top no-repeat;
}

.list li {
	padding-bottom: 8px;
	margin-bottom: 5px;
}

	.list li p {
		margin-bottom: 2px;
	}
	
	.blogtitle a{
		color:#FFFFFF;
	}
	

	.list li .date {
		color: #000000;
		padding-left: 15px;
	}

		
		.list li p .cat a{
			background: none;
			padding:0px;
		}
		
.list2 {
	margin: 10px 0px 10px 0px;
}

	.list2 li {
		background: url('images/arrow2.gif') left no-repeat;
		padding-left: 17px;
		margin-bottom: 5px;
	}
	
.ads ul li {
	width: 125px;
	height: 125px;
	margin-right: 10px;
	float: left;
}

	.ads ul li.last {
		margin-right: 0px;
	}

.item {
	margin-bottom: 20px;
	border-bottom: 1px dashed #bebebe;
}

.commentlist li{
	background: url('images/entryBG.gif') bottom no-repeat;
	padding-bottom: 10px;
	margin-top: 10px;
}

.commentlist .comment-meta {
	font: 10px Tahoma;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.commentlist .says {
	font: bold 14px Arial;
	color: #303030;
	letter-spacing: -0.5px;
	margin: 10px 0px 5px 0px;
}

.commentlist .avatar {
	display: none;
}

.fn {
	font: bold 14px Arial;
	color: #303030;
	letter-spacing: -0.5px;
	margin: 10px 0px 5px 0px;
}

/***********************************************************

	Lightbox
	
***********************************************************/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#contactBox {
    padding: 0;
    padding-top: 0;
    background-color: transparent;
    visibility: hidden;
}