/*  
Theme Name: Every Moment Photography
Theme URI: http://joystudio.ca
Description: A simple custom WordPress Theme.
Version: 1.0
Author: Joyce
Author URI: http://joystudio.ca
*/

*{margin:0 auto; padding:0;}

html, body {
	height: 100%;
}

body{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:13px;
}

img {border:none}

.clear{clear:both}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a{
	outline: 0
}

a:link, a:visited{
	text-decoration: none;
	color: #000;
}

a:hover{
	text-decoration: underline;
	color: #000;
}

h1{
	font-size: 20px;
	color: #000;
}

h1 a{
	color: #000;
}

h1 a:hover{
	text-decoration: none;
	color: #000;
}

p{
	padding: 10px 0 0 0;
}

/*---------Layout Styles-------------*/
#page-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 60px; /* .push must be the same height as .footer */
}

#footer{
	background: url('images/footer_bg.gif') repeat-x bottom;
}

#header{
	width:100%;
	height:50px;
	background: #000
}

#header .wrapper{
 	width:980px;
}

#header .logo{
	float:left;
	margin-left: 20px
}

	/*----header nav------*/
	#header ul.nav{
			    list-style: none;
			    margin: 0;
			    padding: 0;
			    float:right;
			    margin-right:20px;
			}
	
	#header ul.nav li {
			    list-style-type: none;
				display: block;
				float: left
			}
	
	#header ul.nav li a {
			    text-decoration: none;
			    display: block;
				float:left;
				height:50px;
				outline:none;
			}
			
	#header ul.nav li a span{
				display: none;
			}
	
	#header ul.nav li.nav-home a{
				background: url('images/nav_home.gif') top no-repeat;
				width:84px;
			}
			
	#header ul.nav li.nav-home a:hover,
	#header ul.nav li.nav-home a.current_page_item{
				background: url('images/nav_home.gif') bottom no-repeat;
			}
			
	#header ul.nav li.nav-galleries a{
				background: url('images/nav_galleries.gif') top no-repeat;
				width:128px;
			}
			
	#header ul.nav li.nav-galleries a:hover,
	#header ul.nav li.nav-galleries a.current_page_item{
				background: url('images/nav_galleries.gif') bottom no-repeat;
			}
			
	#header ul.nav li.nav-about a{
				background: url('images/nav_about.gif') top no-repeat;
				width:87px;
			}
			
	#header ul.nav li.nav-about a:hover,
	#header ul.nav li.nav-about a.current_page_item{
				background: url('images/nav_about.gif') bottom no-repeat;
			}				
	
	#header ul.nav li.nav-info a{
				background: url('images/nav_info.gif') top no-repeat;
				width:80px;
			}
			
	#header ul.nav li.nav-info a:hover,
	#header ul.nav li.nav-info a.current_page_item{
				background: url('images/nav_info.gif') bottom no-repeat;
			}
	
	#header ul.nav li.nav-contact a{
				background: url('images/nav_contact.gif') top no-repeat;
				width:94px;
			}
			
	#header ul.nav li.nav-contact a:hover,
	#header ul.nav li.nav-contact a.current_page_item{
				background: url('images/nav_contact.gif') bottom no-repeat;
			}	
			
	#header ul.nav li.nav-blog a{
				background: url('images/nav_blog.gif') top no-repeat;
				width:70px;
			}		
			
	#header ul.nav li.nav-blog a:hover,
	#header ul.nav li.nav-blog a.current_page_item{
				background: url('images/nav_blog.gif') bottom no-repeat;
			}				
		
#container{
	width: 980px
}		

#content{
	margin:20px
}


#footer .tagline{
	float:right;
}

#footer .wrapper{
	width: 980px
}

#footer p{
	float:left;
	width:400px;
	margin-left:20px
	color:#333;
	font-size:11px;
}

/*-----------post------*/
.post{
	padding: 10px 20px;
}

.post img{
	border: 4px solid #000;
}

.post a{
	color: #666;
	text-decoration: underline
}

.post a:hover{
	color: #fff;
	text-decoration: none;
	background: #666
}

.post h2{
	font-size: 22px;
	color:#333;
	font-weight: normal;
}


.post h2 a{
	text-decoration: none;
	color: #333;
}

.post h2 a:hover{
	background:#000;
	color:#fff
}

.post p{
	font-size:14px
}

.entry{
	line-height: 18px;
	border-bottom: 2px solid #eee
}

/*
.navigation{
	clear: left;
	padding: 10px 10px;
	background: #fff;
	color: #000;
	width: 680px;
	height: 15px;
}

*/


a.post-edit-link{
	padding: 2px 0 2px 20px;
	background: url('images/pencil.png') left center no-repeat;
	margin-left: 10px;
	text-decoration: none;
}

a:hover.post-edit-link{
	background:transparent url('images/pencil.png') left center no-repeat;
	text-decoration: underline;
	color:#666
}



.cle{
	clear: both;
}

.post ul, .post ol{
	margin-left:30px;
	margin-top: 20px
}


/*------wp format styles------*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

/*Page
-----------------------------------------------------*/
.page .entry{
	border-bottom: none;
}

#search h2{
	margin-bottom: 10px
}

img.alignleft{
	margin-bottom:10px;
	margin-right:10px;
}

img.alignright{
	margin-bottom:10px;
	margin-left:10px;
}

.home-page p{
	text-align: center;
}

.home-page .post img{
	margin-right:10px
}

.home-page .logo{
	margin-top:50px;
	margin-left:auto;
	margin-right: auto;
	border:none;
	text-align: center;
	margin-bottom: 20px;
}

#container .home-page {
	margin:20px auto;
	text-align:center;
	width:800px;
}


/*-----contact---------*/
.contact-form{
	background: url('images/contact_bg.gif') repeat-y;
	padding-left:30px;
	margin-top: 30px
}

.contact-form label{
	width:80px;
	display:block;
	float:left;
}

.contact-form input, .contact-form textarea{
	float:left;
}

.contact-form p{
	clear:both;
}

.contact-form p.submit-btn input{
	margin-left: 80px
}

.galleries-page .wp-caption{
	float:left;
	margin-right: 10px;
	display: block;
	border: none;
	background: none;
}

.galleries-page .wp-caption .wp-caption-text{
	/*background: #000;
	color:#fff;*/
	font-size:12px;
}

/*------blog ----------*/

.blog #content, .single #content, .archive #content{
	width:700px;
	float:left;
}

.blog .sidebar, .single .sidebar, .archive .sidebar{
	float:left;
	width:200px;
	margin-top: 50px;
	font-size:12px
}

.blog .navigation, .single .navigation, .archive .navigation{
	float:left;
	padding: 10px 10px;
	background: #fff;
	color: #000;
	width: 650px;
	height: 15px;
	margin-left: 35px;
	clear:both;
	margin-bottom: 20px
}

.navigation span {
	display:block
}

.navigation span a:hover{
	text-decoration: underline;
}

.blog .push, .single .push, .archive .push{
	clear:both;
}

.post h2.title{
	font-family: "Century Gothic", "Avant Garde", "Avant Garde Gothic", "Trebuchet MS", sans-serif;
	font-size:30px
}

.blog .post h2.title a, .single .post h2.title a, .archive .post h2.title a{
	font-family: "Century Gothic", "Avant Garde", "Avant Garde Gothic", "Trebuchet MS", sans-serif;
	color:#333; 
	font-size:22px;
	font-weight: normal 
}

.blog .post h2.title a:hover, .single .post h2.title a:hover,
.archive .post h2.title a:hover{
	background: #fff;
	text-decoration: underline
}

.blog ul li, .single ul li, .archive ul li{
	list-style: none
}

.blog ul ul, .single ul ul, .archive ul ul{
	margin-bottom: 20px;
}

.blog ul ul li, .single  ul ul li, .archive  ul ul li{
	margin-bottom: 2px
}

.blog .widgettitle, .single .widgettitle, .archive .widgettitle{
	font-family: "Century Gothic", "Avant Garde", "Avant Garde Gothic", "Trebuchet MS", sans-serif;
	font-size:16px;
	font-weight: normal;
	color:#999;
	border-bottom: 2px dotted #ddd;
	padding-bottom:2px;
	margin-bottom: 5px
}

.blog .postmetadata, .single .postmetadata, .archive .postmetadata{ 
	color:#999;
	font-size:12px
}

.blog .metabox, .single .metabox, .archive .metabox{
	margin-top: 10px;
	font-size:12px;
	color:#999
}

.blog .entry, .archive .entry{
	border-bottom: 2px dotted #ddd;
	padding-bottom: 10px
}

.blog .post p, .single .post p, .archive .post p{
	font-size:13px
}

.blog .post ul li, .single .post ul li, .archive .post ul li{
	list-style: disc
}

.single .entry{
	border: 0
}

h3#respond{
	margin-top: 10px;
	border-top: 2px dotted #ddd;
	padding-top: 10px
}
