/*
Theme Name: dan inspired media wordpress theme
Theme URI: http://daninspiredmedia.com
Description: Custom back end for dan inspired media
Version: 1.0
Author: daniel w richard
Author URI: http://daninspiredmedia.com
Tags: dan, inspired, media, dan inspired media

	DiM

	This theme was designed and built by Dan Richard
	

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */
/*
	Color Pallete



*/
body,html{
	background: #fffff0; /* off white */
	
}
 h1,h2,h3,h4,h5,p,address,strong,small,a{font-family: Georgia, Times, Times New Roman, serif;}
h2 {
	font-size: 1.2em;
	line-height: 28px;	
	
}
h1 {
	font-size: 1.6em;
	line-height: 28px;	
	
}
#container {
	width: 960px;
	height:550px;
	margin: 0 auto;
	background: none;
	
}
 	#lightbox-overlay-text{
 		display:none!important;
 	}
#spanHeader{
	width: 100%;
	height: 75px;
	background:  #474640 ;/* light brown */
	border-bottom:2px solid #e2e2e2;
}
#header {
	width:960px;
	height:55px;
	margin: 0 auto;
}
	#logo{
		width: 450px;
		height: 60px;
		position:relative;
		background:url(images/logo.png) no-repeat;
		top: 7px;
		left: 0px;
	}
#logo a{
	width: 327px;
	height: 45px;
	display:block;
	border: none;
}
	#nav {
   width: 327px;
		height: 45px;
		position:relative;
		top:-23px;
		float:right;
			
	}
	#nav ul{
			list-style:none;
			position:relative;
			
	}
	#nav ul li{
		float: left;
		position:relative;
		margin-left: 15px;
		font-size:.9em;
		font-weight: bold;
	}
	#nav ul li a {
		text-decoration:none;
		color:#fff;
	}
	#nav ul li a:visited {
		text-decoration:none;
		color:#fff;
	}
	#nav ul li a:hover {
		text-decoration:none;
		color: #fffff0;
		border-bottom: 2px solid #fffff0;
	}
	
#displayedWork{
	position: relative;
	margin: 20px 0 40px 0;
	width: 100%;
	height: 400px;
	overflow:hidden;
	}
	.dimColor{
		color:#09f;
		font-family: Georgia;
	}


/* content div css */
#mainContent {
	position:relative;
	float:left;
	width: 960px;
}

	.indexh2 {
		position:relative;
		width: 600px;
		line-height: 28px;
		margin: 0 0 60px 0;
		float:right;
		text-align: justify;
		color:#3a3a3a;
		font-size: 1.1em;
		font-weight: normal;
		font-style: italic;
                       
			
		}
	.indexh1 {
                        
			position:relative;
			top: 25px;
			left: 45px;
			width:280px;
			line-height: 32px;
			margin: 0 0 20px 0;
			float:left;
			text-align: left;
			color:#3a3a3a;
			font-size: 1.7em;
                   
		}
#mainContent small {
 	display: none;
}
/* css for portfolio page top description area */
.portPar {
	margin-left:-8px!important;
	font-weight: normal!important;
	font-size: 1.5em!important;
	line-height: 40px!important;
	font-style: italic!important;
	color:#3a3a3a!important;
	 text-shadow: 1px 1px #fff;
	 width:775px!important;
}
	.portPar a{
		margin: 40px 40px 0px 40px!important;
		font-size: 1.5em!important;
		text-shadow: 1px 1px #9a9a9a;
	}
	.portPar a:hover{
		padding-bottom:10px;
		border-bottom: 2px solid #e2e2e2;
	}

/* css for the photoshop section of the portfolio page */

.photoshop, .logoWork{
	width:760px;
	height: 600px;
	
	margin: 0 auto;
}
	.psThumb, .logoThumbs{
		float: left;
		width: 200px;
		height: 200px;
		border: 5px solid #e2e2e2;
		margin:20px;
		
	}






/* top footer*/

#topFooterContainer{
	margin-top:20px;
	width: 100%;
	height: 275px;
	position: relative;
	background: #526373 url(images/tfb.jpg) repeat-x top;
	float:left;
	}
	#topFooter {
		width:960px;
		margin: 0 auto;	
	}
	.footerbox {
	  margin-top:10px;
		height: 275px;
		width:300px;
		position: relative;
		float: left;
	}
	.footerboxmid{
	  width:230px!important;
	}
	.footerboxright{
	  width:230px!important;
	}
	.nudgefooter{
	  margin-left:100px;
	}
		.footerbox h2{
			/*padding: 0px 0 -10px 20px;*/
			font-weight: bold;
			font-size: 1.4em;
			line-height: 50px;
			font-style: italic;
			color:#e2e2e2;
			text-shadow: 1px 1px #3a3a3a;
			margin-bottom:10px;
			border-bottom: 1px solid #d1d1d1;
		}
		.footerbox p {
			/*padding: 0 20px;*/
			color: #fff;
			text-align: left;
			line-height: 24px;
			font-size: .8em;
			font-style: italic;
			text-shadow: 1px 1px #044969;
			
}
.footerbox ul {
	float: left;
}		
	.footerbox ul li{
		padding: 10px;
		padding-left:0px;
		width: 280px;
		font-size: .75em;
		color: #fff;
		text-shadow: 1px 1px #3a3a3a;
		font-style: italic;
	}
	
	
	.footerbox a {
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		width: 280px;
		font-style: italic;
		text-shadow: 1px 1px #3a3a3a;
	}
	.footerbox a:visited{
		text-decoration: none;
		color: #fff;
		font-weight: bold;
	}
	.footerbox a:hover {
		color: #FF9740;

	}
	
	
	
	
	

/*bottom Footer */
	#footerContainer{
		position:relative;
		float:left;
		width:	100%;
		height:60px;
		background:#474640;

	}

#footer{
	width:960px;
	margin: 0 auto;
	position:relative;
	
}

	#footer p {
		text-align:center!important;
		font-size:.65em;
		color: #fff;
		padding: 20px;
		font-style: italic;
		
	}

/*Span tags*/

/* details button on portfolio page */

.content {
	position:relative;
	margin: 20px auto 20px 0;
	background:#dfdfdf;
	height: 250px;
	width: 775px;
	left: 92px;
	z-index:2;
	
}
	.details_slideout {
		top: 10px;
		left:10px;
		height: 230px;
		width: 450px;
		background: url(images/transparent-bg-dark.png);
		position:absolute;
		z-index:999;
	}
		.details_slideout p {
			
		}
	.content h1{
		color:#fff;
		font-size: 1.3em;
		margin:10px;
		text-align:center;
		width:430px;
	}

	.content ul {
		list-style: none;
		color: #fff;
		
	}
	.content ul li {
		padding: 10px;
		font-size:.9em;
	}
        .content p{
               font-size: .7em;
               line-height: 18px;
               color: #fff;
               width:430px;
               padding: 10px;
               text-align: justify;
        }
         .content p a:link{text-decoration: none;color:#9cf;}
         .content p a:visited{text-decoration: none;color:#9cf;}
	
.details {
	position:relative;
	margin-top:-44px;
	width: 80px;
	height: 45px;
	background: url(images/transparent-bg.png);
	z-index: 3;
	top:75px;
	left: 22px;
       
}


	.details a:link {
                
		text-decoration:none;
		color:#fff;
		}
	.details a:visited{
		text-decoration:none;
		color:#fff;
	}
	.detailsCenter {
		position:relative;
		top:13px;
		left: 8px;
		font-size:1.5em;
	}



/* portfolio slider area thing */


.project{
	width:755px;
	height: 230px;
	top: 10px;
	left: 10px;
	position:relative;
	z-index:3;
	
}
.content a.projectlink {
	text-decoration:none;
	color: #fff;
	font-size:1.5em;
    text-align:center;
	text-shadow:#444 2px 2px;
	position:relative;
	left: 620px;
	top: 220px;
	padding:10px;
	background:url(images/transparent-bg.png);
	width:202px;
	height:46px;
}

.content a.projectlink:hover {
	text-decoration:none;
	text-shadow:#777 2px 2px;
}
.p3{background: url(images/portfolioimages/cleanersclosetp1.jpg) no-repeat;}
.p2{background:url(images/portfolioimages/stanzarestorationp2.jpg) no-repeat;}
.p1{background:url(images/portfolioimages/peacelovelondonp3.jpg) no-repeat;}
.p4{background:url(images/portfolioimages/ywamkauai.jpg) no-repeat;}
.p5{background:url(images/portfolioimages/theoswm.jpg) no-repeat;}
.p6{background:url(images/portfolioimages/brazenbettys.jpg) no-repeat;}
.p0{background:url(images/portfolioimages/mcchris.jpg) no-repeat;}


/*end slider */
	.rounded {
	-webkit-border-radius:10px; /* all corners */
	-moz-border-radius:10px; /* all corners */
	
}
/* contact form css */

.contactMessage{
	width: 480px;
	position: relative;
	float: left;
}
.contactMessage p{
     padding: 20px;
     line-height: 24px;
     font-style: italic;  
}	
	.post h2 {
		margin-left:20px;
		font-style:italic;
		font-weight: normal;
		font-size: 1.5em;
	}

.wpcf7 {
    
     width: 480px;
     margin: 20px;
     position: relative;
	float: left;
}
.wpcf7 p {
			font-style:italic;
		font-weight: normal;
      padding: 10px;
      
}
.wpcf7 input{
	margin-top: 7px;
	padding: 10px;
	border: 1px solid #aaa;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(5%, #EEEEEE), to(#FFFFFF)); 
	-webkit-transition-property: -webkit-box-shadow;
	-webkit-box-shadow: none;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-in;
} 

.wpcf7  input:hover {
   -webkit-box-shadow: 0px 0px 5px #777;
   
}


textarea {
	margin-top: 7px;
	padding: 10px;
	border: 1px solid #aaa;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(5%, #EEEEEE), to(#FFFFFF)); 
	-webkit-transition-property: -webkit-box-shadow;
	-webkit-box-shadow: none;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-in;
}

textarea:hover {
   -webkit-box-shadow: 0px 0px 5px #777;
}


/* random classes */

.nobg {
	background: none!important;	
	
}

#lightbox-infoHeader a{
	color:#000;
	text-decoration: none;
	font-size: 1.2em;
	
	
}