/*
	Theme Name: Michele Davidson
	Theme URI: http://www.moderncelebrant.ca
	Description: Theme developed for Michele Davidson by Christine Rondeau of Bluelime Media based on a design by Barbara Breuner of Bluectitrus.
	Version: 1.0
	Author: Christine Rondeau
	Author URI: http://www.bluelimemedia.com
*/
/*----Global Reset Courtesy of Eric Meyer----*/
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;
}
.hide {display:none;}


/* Font Size 
-----------------------------------------------*/
p, form, li, .excerpt {font-size:1.1em;}
h1 {font-size:1.4em;}
h2, h3, h4, h5, h6 {font-size:1.2em;}

/* Font Colour 
-----------------------------------------------*/
a {color: #3e8586;}
a:hover {color: #033535;}
p, form, li {color:#515050;}


/* Images
----------------------------------------------*/
.alignright {float:right; padding:0 0 10px 10px;}
.alignleft {float:left; padding:0 10px 10px 0;}
.aligncenter {margin: 0 auto 0 auto;}
a img {border:0;}
.wp-caption {
      text-align:center;  
      font-size:0.9em;
}
.wp-caption p.wp-caption-text {font-size:90%;}

/* Main Layout
-----------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	background:#a5c7b9;
	color: #515050;
	font: 12px/18px Georgia, Palatino, Times, "Times New Roman", serif; 
}

#wrap {
	position:relative;
	width: 920px;
	margin: 0px auto 0px auto; padding:0;
}


/* Header Area 
-----------------------------------------------------------*/
#header {
	float:left;
	width:920px; height:139px;
	background:url(images/header_bg.gif) top left no-repeat;
}


#logo a {
	display:block;
	width: 225px; height: 65px;
	position:absolute;
	top: 55px; left:90px;
	outline:none;
}

/* Banner
-----------------------------------------------------------*/
#banner {
	float:left;
	width:920px; height:199px;
	background: url(images/top/blog.gif) top left no-repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.page-id-40 #banner { background: url(images/top/home.jpg) top left no-repeat; }
.page-id-2 #banner, .parent-pageid-2 #banner { background: url(images/top/about.jpg) top left no-repeat; }
.page-id-51 #banner { background: url(images/top/custom.jpg) top left no-repeat; }
.page-id-53 #banner { background: url(images/top/weddings.jpg) top left no-repeat; }
.page-id-55 #banner { background: url(images/top/mother.jpg) top left no-repeat; }
.page-id-57 #banner { background: url(images/top/baby.jpg) top left no-repeat; }
.page-id-59 #banner { background: url(images/top/rites.jpg) top left no-repeat; }
.page-id-61 #banner { background: url(images/top/divorce.jpg) top left no-repeat; }
.page-id-64 #banner { background: url(images/top/memorial.jpg) top left no-repeat; }
.page-id-66 #banner { background: url(images/top/new-home.jpg) top left no-repeat; }
.page-id-76 #banner { background: url(images/top/contact.jpg) top left no-repeat; }
.page-id-70 #banner { background: url(images/top/courses.jpg) top left no-repeat; }
.page-id-68 #banner { background: url(images/top/workshops.jpg) top left no-repeat;}
.page-id-143 #banner { background: url(images/top/media.jpg) top left no-repeat;}


ul.about  { 
	position: absolute;
	top:209px; left:200px;
	list-style: none;
}

ul.ceremonies {
	position: absolute;
	top: 172px; left:295px;
	list-style: none;
}
ul.about li, ul.ceremonies li { 
	padding: 0 0 4px 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px; 
}
ul.about li a, ul.ceremonies li a {
	text-decoration: none;
	color:#fff;
	outline:none;
}
ul.about li a:hover, ul.ceremonies li a:hover, 
ul.about li.current_page_item a, ul.ceremonies li.current_page_item a { text-decoration: none; color:#05bec0;}


/* Top Navigation 1
-----------------------------------------------------------*/
#top-nav1 {
	position:absolute;
	top:30px; right:190px;
	width:200px;
}
#top-nav1 ul { list-style: none;}
#top-nav1 ul li { padding:0 0 6px 0;}
#top-nav1 ul li a {
	 text-decoration: none;
	 color:#fff; 
	 outline:none;
}
#top-nav1 ul li a:hover { text-decoration: underline;}


/* Top Navigation 2
-----------------------------------------------------------*/
#top-nav2 {
	position:absolute;
	top:30px; right: 0;
	width: 160px;
}
#top-nav2 ul { list-style: none;}
#top-nav2 ul li { padding:0 0 6px 0;}
#top-nav2 ul li a { 
	text-decoration: none;
	color: #fff;
	padding: 0 0 6px 0;
	outline:none;
}
#top-nav2 ul li a:hover { text-decoration: underline;}


/* Main Navigation 
-----------------------------------------------------------*/

#main_nav {
	float:left;
	width:920px; height:32px;
	background: url(images/nav_bg.gif) repeat-x;
	border-bottom: 3px solid #fff;
}
#main_nav ul {
	list-style-type:none;
	padding-left:16px;
}
#main_nav ul li {
	float:left;
	padding:8px 14px;
	border-left: 1px solid #fff;
}
#main_nav ul li a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	outline:none;
}

#main_nav ul li a:hover, #main_nav ul li.current_page_item a, #main_nav ul li.current_page_ancestor a {color:#05bec0;}
#main_nav li.page-item-40  { border-left: 0;}

/* Main Body Content Area 
-----------------------------------------------------------*/

#main {
	float:left;
	width:920px;
	background: url(images/main_bg.gif) repeat-y;
}

#content {
	float:right;
	width:510px;
	padding: 30px 40px 30px 0;
}



/* Main body content formatting
--------------------------------------------------------------*/

.entry {padding:0; }
.entry a { color:#3e8586; text-decoration: underline;}
.entry h1 a, .entry h2 a { text-decoration: none; color:#3e8586;}


#content p {
	padding:6px 0;
	line-height: 20px;
}

#content ul, #content ol {
	margin: 5px 20px; padding:5px 20px;
}

h1, h1 a {
	margin:0 0 8px 0;
	color:#2a3432;
	font-size:20px; line-height:26px;
	font-weight:normal;
	font-family: verdana, arial, tahoma, sans-serif;
}

h2, h3, h4, h5, h6 { 
	margin:12px 0 4px 0;
	color:#2a3432;
	font-size:16px; line-height:20px;
	font-weight:normal;
	font-family: verdana, arial, tahoma, sans-serif;
}


blockquote{
	color: #CCC;
	border-left:5px solid #CCC;
	padding:10px 20px 10px 20px; margin-left:20px;
}

.entrymeta {
	margin:10px 0 0 0; padding:6px;
	color: #033535;
	border-bottom: 2px dotted #fff;
}
.entrymeta p {padding:0px 0 3px 0; font-size:11px; line-height:14px; margin:0;}
.entrymeta a {text-decoration: none;}

.post-navigation {padding:10px 0;}

.navigation-previous {
	float:left;
	width:50%;
	text-align:left;
}

.navigation-next {
	float:right;
	width:50%;
	text-align:right;
}



/* Sidebar Area 
-------------------------------------------*/

#sidebar {
	float:left; 
	width:313px;
	font-family:verdana, tahoma, sans-serif;
}
#sidebar ul p {font-size:11px; padding:3px 10px 3px 0;color:#2a3432;}
#sidebar h2 {
	margin: 10px 0 5px 0; padding: 0 0 5px 0;
	border-bottom:1px dotted #FFF;
	text-transform: uppercase;
	font-size:1.1em;
}
#sidebar ul {list-style: none; padding:20px 0 0 20px;}
#sidebar ul ul {padding:0 0 0 10px;}
#sidebar ul li {padding:5px 0px;}
#sidebar ul li ul li {border-bottom:1px dotted #3e8586;}
#sidebar a {text-decoration: none;}
#sidebar a:hover {text-decoration:underline;}

#testimonial {
	width:313px;
	min-height:351px;
	padding-top: 20px; 
	background: url(images/testimonial_bg.jpg) top left no-repeat;
}

#testimonial p {
	color:#033535;
	font-style: italic;
}
#testimonial p { padding: 10px 20px 10px 20px;}
ul#image_rotate {list-style-type:none; padding:10px 0 0 20px;}
ul#image_static {list-style-type:none; padding:10px 0 0 20px;}

#video {
	width:303px; height:243px;
	padding:5px 0 5px 5px;
}

#social-media { 
	position:relative;
	width:293px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #b0b2a8;
	padding:10px 10px 20px 10px;
}
#social-media p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top:10px;
}
#social-media ul { list-style: none; padding: 0 0 5px 5px; height:25px; width:300px;}
#social-media ul li {float:left; padding:2px 4px;}


#social-media ul li a {
	display:block;
	width:28px; height:28px;
}

#social-media ul li.facebook a { background: url(images/facebook.gif) top left no-repeat;}
#social-media ul li.rss a { background: url(images/rss.gif) top left no-repeat; }
#social-media ul li.linkedin a { background: url(images/linkedin.gif) top left no-repeat;}
#social-media ul li a.addthis_button {padding:5px 0 0 5px;}





/* Footer area
------------------------------------------------------------*/

#footer {
	clear: both;
	background: url(images/footer_bg.gif) top left no-repeat;
	width:920px; height:116px;
	margin:0 auto 0 auto;
	text-align:center;
}
#footer p {	
	font-size:0.9em; 
	padding:10px;
	color:#FFF;
}


#footer ul {
	padding:0 30px;
	list-style-type:none;
}
#footer ul li {
	display:inline;
	padding:8px 10px;
}
#footer ul li a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#fff;
	text-decoration:none;
	outline:none;
}

#footer ul li a:hover {color:#05bec0;}



/* Comments													
-----------------------------------------------------*/
h3#comments { margin:30px 0 10px 0; }		
		
.avatar {
		float: left;
		display:block;
		padding: 0 20px 10px 0px;
	}
			
.commentlist {padding: 20px 0px;}
.commentlist p {padding:6px 0;}
		
.commentmetadata {margin-top: 0;}
ol.commentlist, ol.commentlist li {	list-style: none; }
ol.commentlist li {padding:10px 0; border-bottom:2px dotted #fff;}
#commentform {padding:20px 0;}
#commentform p {margin-bottom:10px;}

#commentform input, #commentform textarea {
		width:147px;
		border:1px solid #e6e6e6;
		background:#f9f9f9;
		font-size:11px;
		padding:2px 3px 3px;
	}

#commentform textarea {width:500px;}
#commentform #submit {
		width:150px;
		border:none;
		background:#343434;
		color:#fff;
		font-size:12px;
		cursor:pointer;
		padding:2px 0 3px;
	}
