/*
Theme Name: Live the PEI Dream
Description: Live the pei dream theme
Author: Thinking Big
Author URI: http://thinkingbig.net
*/




/* basics */

*{margin:0; padding:0;}

.ddsg-wrapper a
{
	color: #7e7d7d;
}

.ddsg-wrapper ul {
	margin-left: 20px;
	}

.ddsg-wrapper li {
	list-style: none;
	}

.ddsg-wrapper li ul {
	font-size: 90%;
	}

.ddsg-wrapper ul li ul li {
	padding-left: 20px;
	background: url(images/bullet.png) no-repeat 0 50%;
	}

.ddsg-wrapper h2
{
	padding-top: 20px;
	color: #9b351f;
	text-decoration: underline;
}
	

body {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 0.9em;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #9b351f;
	text-align: center;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}

h2.center{
	font:normal 15pt georgia, times;
	color:#999;
	padding: 0 0 0 18px;
	margin:40px 0 0 0;
	width: 500px;
	}

.sidebar-video{
	position: relative;
}

#sidebar span
{
	font-size: 10pt;
	color: #333;
	position: absolute;
	top: 10px;
	left: 55px;
	color: #9B351F;
	font-size: 120%;
	font-weight: bold;
}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

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

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 970px;
	margin: 0 auto;
	padding:0;
	text-align: left;
	}
	
/* header */

#header {
  	width: 965px; 
	padding: 45px 30px 0 0;
	height: 200px;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

.logo
{
	width: 290px;
	float: left;
}

/* header menu */


#header-nav {
	font-family: verdana, arial, times, serif;
	font-size: 7pt;
	float: right;
	width: 671px;
	padding-top: 25px;
}


#header-nav ul {
	margin:0 0 0 0;
	padding:0;
}

#header-nav ul li {
	list-style-type: none;
	float: left;
	margin: 0 10px 10px 0;
	display: block;
	background-image: url(images/header-btn.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 156px;
}

#header-nav ul li span
{
	padding: 0 0 0 10px;
	color: #697a00;
	font-size: 7pt;
}

#header-nav ul li a, #header-nav ul li a:visited {
	margin: 0;
	display: block;
	padding: 10px 10px 0 10px;
	color: #9b351f;
	font-size: 1.4em;
	font-weight: bold;
}

#header-nav ul li a:hover {
	color: #697a00;
	text-decoration: none;
}




/* content */

.welcome
{
	height: 61px;
}

.welcome h1
{
	font-size: 1.2em;
	color: #d2caa3;
}

#slideshow
{
	margin: 0 auto;
	width: 916px;
	background: #fff;
}

.slideshow-bottom
{
	background-image: url(images/slideshow-bototm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 916px;
	height: 34px;
}

.slideshow-bottom p
{
	padding: 7px 0 0 20px;
}

#content-body
{
	border-bottom: 4px solid #b98073;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 950px;
}


div#content {

	margin: 20px 0 0 14px;
}



.post {
	margin-left: 13px;
	padding:0;
	line-height: 14pt;
	width:530px;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	}

.post h2 a, .post h3 a {
color:#9B351F;
text-decoration:none;
}
 
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post table
{
	width: 530px;
}

.post td
{
	font-size: 9pt;
	padding: 2px;
}


.post img {
background:#F2F6D6 none repeat scroll 0 0;
border:1px solid #9B351F;
margin-top:2px;
padding:2px;
margin: 2px;
}

.post h3
{
	padding-bottom: 10px;
	text-decoration: underline;
	color: #999;
	font-size: 13pt;
}
 

.more-link
{
	font-size: 12pt;
	color: #999;
	padding-top: 10px;
}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:500px;	
	margin:0;
	margin-bottom: 20px;
	padding:0;	
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:9pt;
	width:350px;
	margin:0 21px 0 0;
	float: right;
	overflow: hidden;
	position: relative;
	}

.follow-us h2{
	color: #9b351f;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #9b351f;
	padding-bottom: 5px;
	padding-left: 28px;
	padding-top: 10px;
	margin-left: 15px;
	background-image: url(images/sidebar-grass.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 265px;
	}

#sidebar h2{
	color: #9b351f;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #9b351f;
	padding-bottom: 10px;
	padding-left: 28px;
	padding-top: 10px;
	margin-left: 25px;
	background-image: url(images/sidebar-grass.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 265px;
	}

#sidebar h2.latest-videos{
	color: #9b351f;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #9b351f;
	padding-bottom: 15px;
	padding-left: 28px;
	padding-top: 10px;
	margin-left: 25px;
	background-image: url(images/sidebar-grass.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 265px;
	}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}


#sidebar ul {

	
	}

#sidebar ul li {
	margin-left: 43px;
	padding: 0 0 5px 0;
	line-height: 14pt;
	list-style-image: url(images/sidebar-bullet.png);
	list-style-position: inside;
	font-size: 1em;
	color: green;
	}

#sidebar ul li a
{
	color: #4A5900;
}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

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

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

.sidebar-video
{
	background-image: url(images/sidebar-vid-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 197px;
	margin: 15px 0 50px 0;
}

.sidebar-video img
{
	margin-left: 110px;
	margin-top: 47px;
}

.sidebar-video h3
{
	margin-left: 27px;
	margin-top: 5px;
	font-weight: lighter;
}

.sidebar-video h3 a
{
	color: #9b351f;
	padding: 15px 0 20px 15px;
	margin: 0 0 0 35px;
	background-image: url(images/latest-video-arrow.png);
	background-repeat: no-repeat;
	background-position: left 32%;
	display: block;
	height: 30px;
	width: 180px;
}

.flash-video
{
	padding-top: 8px;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	margin-left: 15px;
	padding:0;
	width: 500px;
	}

#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

.commentmetadata
{
	border-bottom: 1px solid #ccc;
	width: 480px;
	padding-bottom: 10px;
	font-size: 8pt;
}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 15pt;
	font-weight: 300;
	color: #000;
	margin:0 0 0 25px;
	padding:0;
	}
	
#comment{
	width:500px;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {
list-style-type: none; 
margin:0; padding:0; 
width: 500px; 

}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	background-image: url(images/comments-bg.gif);
	background-repeat: repeat-x
	background-position: left top;
	background: #e1e3ae;
	border: 1px solid #79564F;

	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding:0;	
	margin:20px 0 0 25px;;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #5a6800;
	background-color: #90985c;
	padding: 10px;
	width: 275px;
	}

input#search-text
{
	background:#90985c;
	padding: 0;
	border: 0;
	width: 230px;
	font-size: 1.9em;
	color: #c3c998;
}

.search-submit{
	
	border:none;
	background:#90985c;
	background-image: url(images/search-btn.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 26px;
	cursor: pointer;
	margin-left: 15px;
	}

/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.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;
}




/* footer */

#footer {
	clear: both;
	width: 921px;
	height: 365px;
	margin: 0 auto;
	margin-right: 15px;
	margin-bottom: -10px;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	padding-bottom: 0;
	background-color: #fff;
	}

#footer .follow-us
{
	float: right;
	margin: 5px 20px 0 0;
	width: 326px;
}

#footer .follow-us h2{
	color: #9b351f;
	font-size: 1.3em;
	font-weight: lighter;
	border-bottom: 1px solid #9b351f;
	padding-bottom: 10px;
	padding-left: 28px;
	padding-top: 10px;
	background-image: url(images/sidebar-grass.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 265px;
	}

.flickr-photo-stream h2
{
	color: #a8b16c;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 28px;
	padding-top: 10px;
	background-image: url(images/footer-grass.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

#footer .follow-us ul
{
	margin: 20px 0 0 27px;
	list-style-type: none;
}

#footer .follow-us ul li
{
	float: left;
	display: block;
	width: 78px;
	padding: 0 20px 10px 0;
}

#footer .flickr-photo-stream
{
	width: 500px;
	padding: 45px 0 0 20px;
}

#footer .flickr-photo-stream
{
	width: 444px;
	padding: 45px 0 0 20px;
}

.flickr-images
{

}

.footer-links
{
	margin: 200px 0 0 0;
	padding-left: 30px;
	clear: both;
}

.footer-links a
{
	color: #90985c;
	text-decoration: none;
	background-image: url(images/footer-link-grass.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 15px 0 18px;
}

.copyright
{
	color: #90985c;
	text-decoration: none;
	padding: 0 15px 0 10px;
	background-image: none;
}

#footer a:hover{color: #5D5D5D;text-decoration: underline;}

img.contact-us-btn
{
	background: transparent;
	border:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;
	padding:26px;
	text-align:center;
}

