/* @override http://www.lifeimagesblog.ca/wp-content/themes/lifeimages/style.css */

/* @override http://www.lifeimagesblog.ca/wp-content/themes/lifeimages/style.css */


/*-----------------------------------------------------------------------------
Theme Name: LifeImages WordPress Theme
Description: Custom theme for lifeimages premier wedding photography studio Oakville . Created in Canada
Version: 3.0
Author: Paul Bonsell
Author URL: http://definingdesign.ca/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	
    margin: 0;
	padding: 0;
	border: 0;
}

.post_nav {
	margin: 5px 0 0 20px;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, pre, blockquote, form, fieldset, table, ul {
	
  margin: 0 0;
}



/* Class for clearing floats */
.clear {
	clear:both;
}

	
/* Remove border around linked images */
.entry img {
		width: 675px;
		margin: 0 75px 0 0px;
}

.entry div a img {
	width: 100px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

/* @end */
/* @group Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	line-height: 16px;
	background: url('images/background2.gif') repeat top center;	
	color:#403115;
	margin: 0 0 0 0;
	text-align: left;

}

center {
	background: url('images/background.gif') no-repeat top center;

}

/* @end */



/* @group Headings
-----------------------------------------------------------------------------*/
h1 {
	color:#c1272d;	
	font-family: raleigh, serif;
	font-weight: lighter;
	margin: 25px 0 15px 0;
	font-size: 25px;
	line-height: 22px;	
}

h2 {
	color:#c1272d;	
	font-family: raleigh, serif;
	font-weight: lighter;
	margin: 25px 0 15px 0;
	font-size: 20px;
	line-height: 22px;
}

h3 {
    font-weight: lighter;
	color:#c1272d;	
	font-family: raleigh, serif;
	margin: 15px 0 12px 0;
	font-size: 17px;
}



/* @end */

/* @group Links
-----------------------------------------------------------------------------*/

a:link {
	color:#c1272d;
	text-decoration: none;
	
}

a:visited {
	color: #447399;
	text-decoration: none;
	
}

a:hover {
	color: #8c0000;
	text-decoration: none;
	
}


/* @end */


/* @group Masthead
-----------------------------------------------------------------------------*/


#wrapper {
	width: 936px;
	padding: 0	0 20px 0;
	background:white;
}


#masthead {
	height: 347px;
	width: 935px;
	border: 0;
	padding: 0;
	margin: 0;
	background:url('images/banner.jpg') no-repeat top center;
	
}

#masthead_img {    
		margin: 0;
		height: 347px; 
		width: 935px;
}



#navcontainer {
	margin: 0;
	padding: 0;
	height:84px;
	width:935px;
	background-color: #fff;
	background: url('images/menubg.gif');
	
}

#hm_side_wrapper {
	margin: 0 5px 0 20px;
	border-top: dashed thin #aaa ;
	border-bottom: dashed thin #aaa ;
	padding: 15px 1px 10px 1px;
}

#hm_top {
	vertical-align: top;
	width: 905px;
	margin: 85px 0 0 0;
}

#hm_top p{
	margin: 0 0 10px 20px;
}

#hm_top h1{
	margin: 0 0 10px 20px;
}

#hm_top h3{
	margin: 0 0 6px 0px;
}

#where {
	margin: 0 0 0 15px;
}

#signup {
	background-color: #f0f6f8;
	padding: 15px 0 15px 15px;
	margin: 5px 0 20px;
	border-top: dashed thin #aaa ;
	border-bottom: dashed thin #aaa ;
}

#posth2 {
	margin: 0px 10px 0 0;
	float: left;
}

div.posted h3{
	height: 30px;
	padding: 10px 0 0;
	vertical-align: middle;
}

/* @end */



/* @group Navigation (drop down attempt)
-----------------------------------------------------------------------------*/
/* @group Menu */

/**
 * CSS dropdown menu inspired by Son of Suckerfish...
 * http://www.htmldog.com/articles/suckerfish/dropdowns/
 * http://www.alistapart.com/articles/horizdropdowns
 */
  #nav { /* top level ul */
  margin: 0px;
  text-transform: lowercase;
  padding: 20px 0 0 20px;
  list-style: none;
  height: 64px;
  font-size: 13px;
text-align: left;
}

/* @group My Group */


/* @end */ 

#nav a {
  display: block;
  padding: 0 10px;
  margin: 0 0px;
  line-height: 30px;
  color: #6c5e4f;
  text-decoration: none;
}

#nav a:hover {
  color: #a1cad5;
  background-color: white;
  text-decoration: none;
}

#nav a.active {
  color: #cdb397;
  text-decoration: none;
}

#nav li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  /*width: 10em;/* fixed width works better, but looks ugly */
}


/* second-level lists */

#nav ul.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav li ul {
  position: absolute;
  width: 13.8em; 
  left: -999em; /* to hide menus because display: none isn't read by screen readers */
}

#nav li li {
  float: left;
  width: 13.8em;
}

#nav li ul a {
  padding: 0.3em 0.8em 0.3em 0.8em;
  width: 13em;
  line-height: 16px;
  color: #6c5e4f;
  background-color: #f0f6f8;
  border-top: thin solid white;
}

#nav li ul a:hover {
  color: white;
  background-color: #a1cad5;
}

#nav li ul ul {
  margin: -1.3em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
  background-position: 0 0;
}



/* end of the menu stuff */



/* @end */



/* @group Content
-----------------------------------------------------------------------------*/

#content {
	min-height: 370px;
}

/* for Internet Explorer */
/*\*/
* html #content {
height: 370px;
}
/**/

.container {
	margin:90px 30px 55px 30px;
	text-align: left;
}

.workcontainer {
	margin:90px 30px 55px 30px;
	text-align: left;
}

.workcontainer h2 {
	border-top: dashed thin #aaa ;
	border-bottom: dashed thin #aaa ;
	padding: 7px;
	background-color: #f0f6f8;
	margin: 25px 0 10px 0;
}

.hm_container {
	margin:30px 30px 35px 30px;
	text-align: left;
}

#linkcat-2.linkcat h2 {
	display: none;
}

#linkcat-2.linkcat ul {
	list-style-type: none;
	margin: 0 0 0 20px;
}

#linkcat-2.linkcat li a {
	color: #777;
}

#linkcat-2.linkcat li a:hover {
	color: #c1272d;
}

#linkcat-2.linkcat {
	list-style-type: none;
}

.post {
	margin: 0px 0px 0px 0px;
	
}

#postdate {
float: left;
margin: 13px 0 0 0;
}

#datebracketa {
	font-family:'Times New Roman', Times, serif; font-size:20px; color:#c1272d;
}

#datebracketb {
	font-family:'Times New Roman', Times, serif; font-size:28px; color:#c1272d;
}

 img.postimg {
	margin: 5px 0 5px 0;
}

 #b_sidebar ul ul li a {
	color: #c60751;
}

 img.latestimg {
	margin: 10px 0 17px 0;
}

h1.pagetitle {
			margin: 15px 50px 20px 30px;

}



.posted a {
			margin: 15px 50px 0px 30px;
}

#archwrap {
	height: 70px;
} 

.navigation {
			margin: 15px 50px 0px 600px;
}

.alignleft {
	float: left;
	margin: 0 30px 0 0;
}

.alignright {
	margin: 10px 0 0 0;
}

.post_wrap {
		margin: 0px 0px 30px 0 ;
		padding: 1em;
	
}

.date {
	float: right;
	background-color: white;
	text-align: center;
	color: tan;
	padding: 3px;
	margin-top: 0px;
	width: 100px;
}

.posted h3 {
	margin:3px 120px 10px 0 ;
	
}

.entry {
	padding: 20px 105px 20px 75px;
}

div.posted div.entry {
	margin: 5px 0 0 0;
	background-color: #f0f6f8;
	padding: 20px 105px 20px 75px;
}

.entry p {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	line-height: 19px;
}

.entry ul {
	margin:3px 0 10px 25px;
	font-size: 13px;
	line-height: 17px;
}

.entry ol {
	margin-left: 25px;
	font-size: 13px;
	line-height: 17px;
}

/*
.navigation {
	text-align: center; font-weight: bold;
	
}
*/

/* home stuff begins */

#hmcontent {
	min-height: 370px;
}

/* for Internet Explorer */
/*\*/
* html #hmcontent {
height: 370px;
}
/**/

.hmpost {
	margin:0px 0px 0 0px;
}

.hmpost p{
		line-height: 24px;
}

/* home stuff ends */



/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: right;
	margin: 10px 25px 0 0;
	text-align: left;
	width: 262px;
	background: #ffe7cb;
	
}

#hm-b_sidebar {
	min-height: 350px;
	margin: 0;
	padding: 0;
	border: 0;
}

/* for Internet Explorer */
/*\*/
* html #hm-b_sidebar {
height: 350px;

}

#b_sidebar {
	min-height: 350px;
	margin: 0;
	padding: 0;
	border: 0;
}

/* for Internet Explorer */
/*\*/
* html #b_sidebar {
height: 350px;

}

#flash {
	position: relative;
	float: right;
	width: 614px;
	height: 115px;	
	margin:20px 2px 0 0;
	border: 0;
	padding: 0;
}


#top_sidebar {
	margin: 0 0;
	padding: 0 0;
	border: 0 0;
	width: 262px;
	height: 13px;	
	background:#ffe7cb url('images/top-corners.gif') no-repeat top center;

}

#btm_sidebar {
	width: 262px;
	height: 13px;
	vertical-align: bottom;
	background:#fff url('images/btm-corners.gif') no-repeat top center;

}


/* home stuff */

#sidehm {
	float: right;
	margin: 10px 25px 0 0;
	text-align: left;
	width: 262px;
	background: #ffe7cb;
	
}


.hmcontainer {
	margin:40px 320px 35px 45px;
	text-align: left;
}



.mission-img {
	margin: 5px 0 10px 0;
}

.vision-img {
	margin: 25px 0 10px 0;
}

.vision-txt {
	margin: 0 0 25px 0;
	color: #C60751;
}

.mission-txt {
	color: #F8981D;
}

#meta {
	min-height: 350px;
	margin: 0;
	border: 0;
	padding: 0 10px 0 10px;
	background: #ffe7cb;
}

#meta p {
	margin-top:5px;
}

/* for Internet Explorer */
/*\*/
* html #meta {
height: 350px;

}

/* home stuff end */


ul li.categories {
	margin:5px 20px;
}


#sidebar ul {
	margin: 0 0;
	
}

#sidebar ul ul h3 {
	margin: 10px 0px 5px 0px;
	
}

#sidebar h2{
	margin: 10px 0px 5px 0px;
	font-weight: normal;
	
}

#sidebar li {
	list-style-type: none;	
	margin: 2px 10px;
}

#sidebar li ul li{
	list-style-type: none;	
	margin: 0px 0px;
}


#sidebar ul p {
	color: #777;
	margin: 0px;

}

#sidebar ul li.cat-item a {
	color: #F15B22;

}





/* @end */

/* @group Footer
-----------------------------------------------------------------------------*/

div#footer {
	background-color: #f0f6f8;
	border-top: dashed thin #aaa ;
	border-bottom: dashed thin #aaa ;
	padding: 0 0 0 90px;
}


#footbot {
	color: #000;
	font-size: 10px;
	text-align: left;
	margin: 50px 0 0 10px;
}

#footbot {
	
}

#footer a:link {
	color:#c1272d;
	text-decoration: none;

}

#footer a:hover {
	color:#c1272d;
	text-decoration: none;
}

ul#footer {
	list-style: none;
	color: #333;
}

ul#footer li {
	float:left;
	padding: 15px 10px;
	font-size: 11px;
	text-decoration: none;
	text-transform: lowercase;
}


#footer li li{
	display: none;
}


#footer li a {
	color: #333;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: none;
	color: #333;
}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

#searchform {
	
}

#searchform #s {
	width: 100px;
}

#searchform #submit {

}

#searchform #searchsubmit {
		margin: 20px 12px 15px 0px;
		color: #528DC6;
		background-color: #e8e8e8;
		width: 50px;
		height: 20px;
		text-align: center;
		font-size: 11px;
		font-family: Helvetica, Arial, sans-serif;
}

#textarea comment {

}

#comments-form {
margin: 20px 0 0 50px;
}

#commentform {


}

#commentform p {
	margin: 3px 6px;

}

#author {

}

#email {
	
}

#url {
	
}

#comment {
	border:black solid 1px;
}

#submit {
	
}

#author {
		border:black solid 1px;
}

#email {
		border:black solid 1px;
}

#url {
		border:black solid 1px;
}

#commentform #sub {
		margin: 0px 12px 15px 0px;
		color: #528DC6;
		background-color: #e8e8e8;
		width: 50px;
		height: 20px;
		text-align: center;
		font-size: 11px;
		line-height: 20px;
		font-family: Helvetica, Arial, sans-serif;
}

label {
	font-size: 11px;
	color: #666;
	margin-left: 5px;
}


/* @end */

/* @group Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* @end */

/* @group Comments
-----------------------------------------------------------------------------*/
#posthead {
	height: 50px;
	border-top: dashed thin #aaa ;
	border-bottom: dashed thin #aaa ;
}

#posth2 h2 {
	margin: 22px 0 0px 30px;
}

.postmeta_comments {
	margin: 0 0 0 50px;
}

.postmetadata {
	height: 24px;
	text-align: right;
	font-size: 12px;
	line-height: 24px;
	margin: 5px 0 0px 500px;
	padding: .7em;
	background-color: #f0f6f8;
}

.postmetadata a {
	margin:0  0 0 0;
}

#comments-locked {
	
}

#respond {
	margin: 10px 50px;	
}

#trackback-link {

}

ol#trackbacks {
	
}

ol#trackbacks li {

}

.comments-header {
	margin:  0 50px;
}

ol#comments {
	list-style: none;
	margin:  0 50px;
	
}

/*class for author highlight */
.highlight {
	
}

.comment-meta {
	margin: 15px 30px 5px 0;
	font-size: 14px;
	font-weight: bold;

} 

.comment-author {
	color: #C10500;
}

.comment-date {
	
}

.comment-text {
	margin: 0 0 0 10px;
}

.gravatar {
	
}

.odd {
	
}

.even {
	
}



/* @end */

/* @group Misc.
-----------------------------------------------------------------------------*/

	ol#commentlist li {
	background: #f9f9f9;
	padding: 3px;
	margin: 0 0 1px 0;
	border: 1px solid #CCCCCC;

	}

.spaceabove
{
padding-top: 10px;
}
/* @end */