/*  
Theme Name: Whitehill_Photography-1
Theme URI: 
Description: Whitehill Photography
Author: Whitehill Photography
Author URI: http://whitehillphotography.com
*/
/**************************************************************
  
 **************************************************************/

/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #dccbaa url('images/tiling_bg.jpg') repeat-y top center;
	color: #555;
	font: Helvetica, arial, sans-serif;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;

  font: 400 1.6em arial, sans-serif;
  color: #536C71;
  border-bottom: 12px solid #ddd;
}

h2 {
  font-size: 1.2em;
  color: #586B7A;
}



h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}


/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
  color: #668FA3;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Images */
a img {
	border=0;
	}

img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}







/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}



/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}

/********************************************************************
LAYOUT ELEMENTS
******************************************************************/


@font-face {
  font-family: 'BreuerCondensed-Bold';
  src: url(BreuerCondensed-Bold.eot);
  src: local('BreuerCondensed-Bold Regular'), local('BreuerCondensed-Bold'), 
         url(BreuerCondensed-Bold.otf) format('opentype');
}


#topper {
      width: 100%;
      margin: 0;
      padding: 0;
      background: url('images/main_background.jpg') no-repeat top center;
}

#content {
	width: 750px;
	margin: 0 auto 0 auto;
        padding: 465px 0 0 0;
	}
	
.no_display {
	display: none;
	}
	
#navigation {
	width=80%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	}
	
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navigation ul li {
	list-style: none;
	display: inline;
        width: 20%;
	}	

#navigation ul li a.home {
	font-size: 200%;
	color: #2080a8;
	font-family: BreuerCondensed-Bold, verdana, sans-serif;
	text-decoration: none;
	margin: 0 20px 0 0;
	}
	
#navigation ul li a.about {
	font-size: 200%;
	color: #9ecd4b;
	font-family: BreuerCondensed-Bold, verdana, sans-serif;
	text-decoration: none;
	margin: 0 20px 0 0;
	}
	
#navigation ul li a.client {
	font-size: 200%;
	color: #f28a31;
	font-family: BreuerCondensed-Bold, verdana, sans-serif;
	text-decoration: none;
	margin: 0 20px 0 0;
	}	
	
#navigation ul li a.portfolio {
	font-size: 200%;
	color: #d12088;
	font-family: BreuerCondensed-Bold, verdana, sans-serif;
	text-decoration: none;
	margin: 0;
	}	
	
#navigation ul li a:hover {
	font-size: 200%;
	color: #555555;
	font-family: BreuerCondensed-Bold, verdana, sans-serif;
	text-decoration: none;
	}
	
#book_now {
	width: 352px;
	margin: 30px auto;
	}
	
#book_now a img {
	border: 1px solid #CCC;
	}
	
.post {
	width: 90%;
        margin: 50px auto 0 auto;
	}
	
.post h2 {
	color: #2080a8;
	font-family: BreuerCondensed-Bold, verdana, sans-serif;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1.7em;
	}
	
.post p.meta {
	color: #888;
	font-style: italic;
	font-size: 0.75em;
	}

h3.comments {
        margin: 25px 0 10px 0;
        border-top: 1px dashed #2080a8;
}
	
.post p {
	color: #000000;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.90em;
	text-align: justify;
	margin: 15px 10px 0 25px;
	}
	
.post img {
	margin: 25px;
	border: 5px solid #2080a8;
	}

img.wp-smiley {
      border: none;
      margin: 0;
      padding: 0;
}
	
#footer {
	border-top: 2px dotted #2080a8;
	margin: 20px 0;
	border: 100%;
	}
	
#footer h3 {
	color: #d12088;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.2em;
	margin: 5px 0;
	}
	
	
	
#sidebar_left {
	width: 225px;
	float: left;
	margin: 5px;
	padding: 5px;
	border-right: 1px #ccc dashed;
	}
	
#sidebar_middle {
	width: 225px;
	float: left;
	margin: 5px;
	padding: 5px;
	border-right: 1px #888 dashed;
	}
	
#sidebar_right {
	width: 225px;
	float: left;
	margin: 5px;
	padding: 5px;
	}	
	
.clear {
	clear: both;
	}