/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/slider.css";
@import "../js/greybox/gb_styles.css";

/* Site
-------------------------------------------------------------- */
body {
	padding:0px;
	margin:0px;
	text-align: center;
	background-image: url(../images/bg-collage.jpg);
	background-repeat: repeat;
}
body.contact {
	background-color: #FFFFFF;
}

#shadow-r {
	background-image: url(../images/gradient-r.png);
	background-repeat: repeat-y;
	padding: 0px;
	height: auto;
	width: 820px;
	background-position: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#shadow-l {
	background-image: url(../images/gradient-l.png);
	background-repeat: repeat-y;
	padding: 0px;
	height: auto;
	width: 820px;
	left: 0px;
	background-position: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#pagewrap {
	text-align: left;
	padding: 0px;
	height: auto;
	width: 800px;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 800px;
	background-image: url(../images/subheads/peaceful-media-header-alt.jpg);
	background-repeat: no-repeat;
}
#headBar {
	background-image: url(../images/bg-navmenu.jpg);
	background-repeat: no-repeat;
	margin: 0 0 15px 0;
	padding: 0px;
	height: 37px;
	width: 800px;
	border-bottom: 1px solid white;
}
ul#navmenu {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	text-align: right;
}
ul#navmenu li {
	display: inline;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #3399CC;
	padding-right: 25px;
	font-size: 12px;
	font-weight: bold;
}
ul#navmenu li a {
	color: #3399CC;
	text-decoration:none;
}
ul#navmenu li a:hover {
	color:white;
	text-decoration:underline;
}
ul#navmenu li.active {
	color:white;
	text-decoration:underline;
}
#contentcontainer {
	margin: 0px;
	height: auto;
	width: 800px;
}
#right-column {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 400px;
}
#subheadBig {
	background-image: url(../images/bg-subheadBig.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 400px;
}
#subheadSmall {
	background-image: url(../images/bg-subheadSmall.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 343px;
}


#left-column {
	clear: none;
	height: auto;
	width: 343px;
}
#startQ {
	background-image: url(../images/quote-1.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 13px;
	width: 16px;
	left: 0px;
	top: 8px;
}
#endQ {
	background-image: url(../images/quote-2.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 13px;
	width: 16px;
	top: 65px;
	right: 0px;
}
#quotebox {
	height: 190px;
	width: 343px;
	margin-bottom: 20px;
	background-image: url(../images/bg-illuminate-smallbox.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
ul#client-praise {
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}
#inspirational-media-box {
	border: 1px solid #339933;
	font-size: 10px;
	margin-top: 15px;
	background-color: #5d6270;
	margin-bottom: 30px;
}
#inspirational-media-box p {
	font-size: 11px;
	line-height: 1.2em;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-bottom: 8px;
	color: white;
}
#maincontent {
	padding-top: 15px;
	height: auto;
	padding-left: 2px;
}
.home #jason {
	height: 255px;
	width: 170px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#tweets {
	margin-top: 15px;
	border: 1px solid #339933;
	background-color:#5d6270;
}
#tweets p {
	font-size: 11px;
	line-height: 1.2em;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-bottom: 8px;
	color: white;
}
#bottomNavbar {
	background-image: url(../images/bg-bottom-navmenu.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 800px;
	position: relative;
}
ul#bottomNavmenu {
	display: inline;
	position: absolute;
	right: 0px;
	margin: 0;
}
ul#bottomNavmenu li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #3399CC;
	font-size: 10px;
	font-weight: bold;
	line-height: 38px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: right;
}
ul#bottomNavmenu li a {
	color: #3399CC;
	text-decoration:none;
}
ul#bottomNavmenu li a:hover {
	color:white;
	text-decoration:underline;
}
ul#bottomNavmenu li.active {
	color:white;
	text-decoration:underline;
	font-weight: bold;
}
#footer  {
	background-image: url(../images/bg-footer-grass.jpg);
	background-repeat: no-repeat;
	height: 158px;
	width: 800px;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right;

}
#quotesWrap {
	width: 420px;
	padding-top: 15px;
	text-align: right;
	margin-right: 10px;
	float: right;
}
#quotesWrap p {
	line-height: 1.4em;
	color: #FFFFFF;
	margin: 0;
	text-align: right;
	width: 410px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.services #maincontent {
	padding-top: 5px;
}
.services #service-flow {
	height: auto;
	width: 780px;
}
.services h1.services a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	position: absolute;
	top: 10px;
	left: 20px;
	text-transform: uppercase;
	margin: 0px;
	width: 250px;
}
.services .services-content {
	padding: 29px 0px 15px 15px;
	background-color: #FFFFFF;
	background-image: url(../images/services-subhead-shadow-gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0;
	display: none;
}
.services h1.services a:hover {
	color: #3399CC;
}
.services h5 {
	margin-bottom: 0.6em;
	margin-top: .1em;
	color: #339900;
	font-size: 1.6em;
}
.services h6 {
	color: #FFFFFF;
	width: 320px;
	height: 25px;
	line-height: 25px;
	margin-left: 15px;
}
.services #subheadService {
	width: 320px;
	background-image: url(../images/subheads/peaceful-media-services-subhead.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 25px;
}


.services  .services-content  #right-column {
	float: right;
	width: 320px;
	margin: 8px 0 0 0;
}
.services .payment-information {
	clear: left;
	font-size: 11px;
	margin: 0 10px 0 15px;
}
.services .rate-range {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
	font-weight: bold;
}
.services .paypal {
	margin-bottom: 5px;
	margin-top: 15px;
	margin-left: 9px;
}
.services ul.leftServices {
	margin-left: 30px;
}



.services #subheadService p {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}


.services .services-content #left-column {
	width: 400px;
	margin-left: 0px;
}



.services #service-toggle {
	margin: 0px 0 -14px 0;
	height: 40px;
	width: 780px;
	background-image: url(../images/subheads/services-toggle-bar.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
.services #left-column {
	margin-left: 10px;
}






.contact #pagewrap {
	height: 650px;
	width: 800px;
}
.services ul.service-samples {
	padding-left: 10px;
	margin-top: 10px;
	padding-right: 0px;
	margin-right: 5px;
}
.services    ul.service-samples   li  {
	list-style-image: url(../images/peaceful-media-bullet.png);
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
.services ul.sub li {
	list-style-image: url(../images/peaceful-media-bullet-subli.png);
	font-size: 11px;
	padding-right: 0px;
	margin: 2px 0 2px 0;
}







.contact #contact_head {
	background-image: url(../images/peaceful-media-contact-header.jpg);
	background-repeat: no-repeat;
	height: 237px;
	width: 800px;
}
.contact #contact_info {
	float: left;
	width: 400px;
	margin: 30px 0 0 20px;
	background-image: url(../images/bg-illuminate-smallbox.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.contact #contact_info .leftColumn {
	float: left;
	width: 120px;
	margin-left: 20px;
}
.contact .topRow {
	margin-top: 15px;
}
.contact #right {
	height: 300px;
	width: 330px;
	margin: 30px 20px 0 15px;
	background-color: black;
	float: right;
}



.contact h1 {
	line-height: 29px;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}


.contact h4 {
	color: #333333;
	line-height: 16px;
	vertical-align: top;
	font-size: 14px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.quotesAuthor {
	margin-top: -0.5em;
}
.buffer  {
	line-height: 20px;
}




.goodbye {
	text-indent: -9999px;
	display: inline-block;
	height: 0%;
	font-size: .1%;
	line-height: .1%;
	margin: 0px;
	padding: 0px;
}
.relative {
	position: relative;
}

p.author {
	font-weight: bold;
	text-align: right;
	margin-bottom: -3px;
	font-size: 12px!important;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px!important;
	line-height: 1.2em;
}

p.authorNext {
	text-align: right;
	font-size:12px!important;
}
p.pmServices {
	text-align: right;
	font-size: 10px!important;
	line-height: 1.2em;
}	

.floatLeft {
	float: left;
}
.classy {
	border: 3px double #CCCCCC;
}
img.floatLeft  {
	margin-right: 12px;
	margin-bottom: 5px;
}
.green {
	color: #339933;
}
.blue {
	color: #3399CC;
}
.icon {
	border: none;

}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



img.floatRight  {
	margin-bottom: 5px;
	margin-left: 12px;
}
.floatRight {
	float: right;
}
.caption {
	font-size: 9px;
	margin: -13px 0 8px 0;
	font-weight: bold;
	clear: both;
	color: #000000;

}

.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.overclear {
	clear: both;
	overflow: hidden;
}
