/*

Murphy Jewelers CSS
Author: Sean Murphy
Copyright: 2010, Sean Murphy.  All rights resevered (please don't re-use without permission).

*/

/* @override 
	http://localhost:8888/css/murphyjewelers.css
	http://127.0.0.1:8888/css/murphyjewelers.css
	http://murphyjewelers.com/css/murphyjewelers.css
*/

/*@import url(http://fonts.googleapis.com/css?family=Cardo);*/

body {
	color: black;
	font-family: Georgia;
}

#page-wrapper
{
	min-width: 1070px;
}

a:link {
	color: #00710e;
}

a:visited
{
	color: #034d06;
}

a:hover
{
	
}

a:active
{
	
}

.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
    visibility:hidden;
}

#page-content {
	background: white url(../images/stripe-background-light.gif) repeat;
	border-top: 1px solid #c3c8cc;
	border-bottom: 1px solid #1a1a1a;
	font-size: 16px;
}

.section {
	padding-top: 22px;
	padding-bottom: 22px;
	margin-bottom: 30px;
}

.section.alt {
	border: 1px solid #dcdede;
	background: url(../images/stripe-background-darker.gif) repeat;
}

.section.last {
	margin-bottom: 0;
	padding-bottom: 43px;
}

.heading {
	text-align: center;
	font-family: "calluna-1","calluna-2", Georgia, serif;
	text-shadow: white 0 -1px 1px;
	clear: both;
}

.heading h1 {
	color: #5c5a5a;
	letter-spacing: -1px;
	font: italic 32px "calluna-1","calluna-2", Georgia,serif;
}

.heading h2 {
	color: #342d27; margin-bottom: 0;
	font: small-caps 47px calluna-1, calluna-2, apolline-sc-1, apolline-sc-2, Georgia, serif;
	letter-spacing: -1px;
	margin-top: -17px;
}

#confirm p
{
	margin-top: 9px;
	padding-right: 20px;
	padding-left: 20px;
}

/* @group Header */

#header {
	background: black url(../images/dark-green-pattern.gif) repeat;
}


#logo {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}

#navigation-menu {
	color: white;
	background-color: #243026;
	text-align: center;
	font-size: 20px;
	border-top: 1px solid #313933;
	border-bottom: 1px solid black;
}

#navigation-menu ul {
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
}

#navigation-menu ul li {
	padding-top: 9px;
	padding-bottom: 8px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
	display: inline;
}

#navigation-menu ul li a {
	
	color: white;
	text-decoration: none;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	opacity: 0.9999;
	padding: 10px;
}

body#about #about-nav, body#home #home-nav, body#designers #designers-nav, body#locations #locations-nav, body#news #news-nav, body#blog #blog-nav, body#contact #contact-nav, body#store #store-nav {
	background-color: #303f32;
	padding-bottom: 11px;
}

body#about #about-nav a, body#home #home-nav a, body#designers #designers-nav a, body#locations #locations-nav a, body#news #news-nav a, body#blog #blog-nav a, body#contact #contact-nav a, body#store #store-nav a {
	padding-bottom: 9px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

#copyright p a
{
	color: white;
}

#sub-navigation {
	background-color: #303f32;
	text-align: center;
	border-bottom: 7px solid white;
	padding-bottom: 13px;
	padding-top: 13px;
	border-top: 1px solid #404e42;
	clear: both;
}

#sub-navigation ul {
	color: white;
}

#sub-navigation ul li {
	display: inline;
	margin-right: 21px;
	font: normal 16px "lemonde-journal-1","lemonde-journal-2";
	text-transform: uppercase;
}

#sub-navigation ul li a:link {
	color: white;
	text-decoration: none;
	-moz-opacity: 0.9999;
	margin-bottom: 1px;
	font-family: lemonde-journal-1, lemonde-journal-2, serif;
}

#sub-navigation ul li a:visited
{
	color: white;
	text-decoration: none;
}

#sub-navigation ul li a:hover
{
	border-bottom: 2px solid #68746a;
}

#sub-navigation ul li a.selected {
	border-bottom: 2px solid #68746a;
	
}

/* @end */

/* @group Home */

#current-events {
	width: 989px;
	margin-right: auto;
	margin-top: 14px;
	margin-left: auto;
}

.event {
	float: left;
	width: 321px;
	margin-right: 13px;
}

.event.last {
	margin-right: 0;
}

.event h2 {
	text-align: left;
	color: #111010;
	font-size: 25px;
	font-weight: normal;
	font-style: normal;
	margin-left: 8px;
	margin-top: -3px;
	margin-bottom: 9px;
}

.event .event-image {
	background: url(../images/current-event-image-bg.png) no-repeat;
	padding-top: 9px;
	padding-bottom: 21px;
	padding-left: 10px;
	height: 184px;
}

.event p {
	padding-right: 14px;
	padding-left: 10px;
	margin-bottom: 13px;
	font-size: 17px;
	color: #424242;
}

#designer-list {
	width: 950px;
	margin: 35px auto 30px;
}

#designer-list div.designer-item {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 30px;
	height: 58px;
	width: 256px;
	display: table-cell;
	vertical-align: middle;
	line-height: 5px;
}

p#more-designers-link {
	text-align: center;
	font-size: 17px;
	font-style: italic;
}

#social-section {
	
}

#more-designers-link a {
	margin-left: 12px;
}

#old-store-image {
	width: 383px;
	float: left;
}

#about-us {
	width: 890px;
	margin: 14px auto 9px;
}

#about-us p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	margin-right: 20px;
}

#about-us p.first {
	padding-top: 9px;
}

#social-offerings {
	width: 810px;
	margin-right: auto;
	margin-top: 26px;
	margin-left: auto;
}

#social-offerings h3 {
	color: #342d27; text-transform: uppercase; margin-bottom: 12px;
	letter-spacing: -1px;
	font-size: 25px;
	font-weight: 100;
}

#social-offerings div.social-item p {
	margin-bottom: 13px;
	line-height: 19px;
}

#social-offerings div.social-item h4 {
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.social-item ul li {
	margin-bottom: 4px;
}

.social-item {
	float: left;
	width: 371px;
}

#social-item-1 {
		margin-right: 30px;
	border-right: 2px solid #dadada;
	padding-right: 29px;
}

.text-input, textarea {
	font: 16px Georgia, "Times New Roman", Times, serif;
	border: 1px solid #cfd2d1;
	padding: 7px;
	color: black;
}

#mce-success-response
{
	
}

#mce-responses
{
	margin: 0;
	padding: 0;
}

.placeholder
{
	color: silver;
	font-style: italic;
}


#email-address-field {
	padding: 5px;
	width: 250px;
	height: 18px;
	float: left;
}

.social-item ul {
	list-style-type: disc;
	margin-left: 20px;
	opacity: 1;
}

.social-item h4 {
	text-transform: uppercase;
}

#social-item-2 form {
	margin-bottom: 14px;
}

#social-item-2 #find-us-headline {
	font-size: 21px;
	text-transform: uppercase;
	float: left;
}

#find-us-links {
	margin-left: 0;
	padding-left: 12px;
	float: left;
	margin-top: 6px;
}

#social-item-2 h4 {
	margin-top: 19px;
}

#social-links
{
	text-align: center;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
}

#social-links h4
{
	font-size: 130%;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

input#mc-embedded-subscribe.btn.submit-button
{
	float: right;
	margin-right: 6px;
}

#social-links span
{
	margin-right: 20px;
}

#social-links div img
{
	float: left;
	margin-right: 4px;
}

#social-links div a
{
	color: black;
}

#social-links div
{
	margin-right: 20px;
	float: left;
	line-height: 2.2em;
	margin-left: 0;
}

div.mce_inline_error
{
	color: maroon;
	font-style: italic;
	display: block;
}

#mce-EMAIL
{
	width: 350px;
	margin-bottom: 2px;
}

#slideshow
{
	height: 434px;
	overflow: hidden;
	width: 977px;
	margin-right: auto;
	margin-left: auto;
	border: 0 solid #182018;
	border-bottom-width: 3px;
	margin-bottom: 6px;
}

#slideshow img
{
	border: 8px solid white;
}

/* @end */

/* @group Footer */

#footer {
	/*text-shadow: black 0 1px 1px;*/	
}

#footer-bar h1 {
	margin-top: 9px;
	margin-bottom: 10px;
	font: normal small-caps 241% "lemonde-journal-1","lemonde-journal-2","apolline-sc-1","apolline-sc-2",serif;
	
}

#footer-bar {
	color: white;
	background-color: #243026;
	text-align: center;
	font-size: 18px;
	border-top: 1px solid #504f51;
	border-bottom: 1px solid #202121;
}

#copyright {
			color: white;
	background-color: #243026;
	padding-top: 15px;
	font-size: 15px;
	border-top: 1px solid #403f40;
	border-bottom: 1px solid #555757;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 16px;
}

#copyright p {
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#store-locations-footer-container {
	background: black url(../images/dark-green-pattern.gif) repeat;
	border-top: 1px solid #303f32;
	border-bottom: 1px solid black;

}

#store-locations-footer {
	width: 886px;
	margin-right: auto;
	margin-left: auto;
	text-shadow: #000000 0 0 0;
	color: white;
	padding-bottom: 30px;
	padding-top: 30px;
}

.store-location h2 {
	margin-top: 8px;
	margin-bottom: 9px;
	font: normal 28px lemonde-journal-1, lemonde-journal-2, Georgia;
}

.store-location div.store-image img {
	border: 5px solid #5c6363;
}

.store-location div.store-image {
	display: inline-block;
	background-color: rgba(28,28,28,0.06);
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
}

.store-location {
	float: left;
	width: 287px;
	text-align: center;
}

.store-location p {
	margin-bottom: 4px;
	font: normal normal 17px/18px Georgia, "Times New Roman", Times, serif;
}

.store-hours {
	margin-top: 17px;
}

/* @end */

#top-link {
	float: right;
}

#article {
	width: 920px;
	margin: 29px auto 30px;
}

#article.designers {
	width: 100%;
}

.designer-group-title {
	text-align: center;
	font: normal small-caps 47px french-canon-sc-1, french-canon-sc-2, serif;
	margin-bottom: 16px;
	border-bottom-width: 1px;
}

#preface {
	margin: 15px auto 28px;
	width: 600px;
	border-top: 2px solid #e5e5e5;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 2px solid #e5e5e5;
	font: 20px/22px calluna-1, calluna-2, Georgia, serif;
	text-align: left;
}

#preface p em
{
	text-decoration: none;
	font-style: italic;
}

#designer-search {
	text-align: center;
	margin-top: -22px;
	display: none;
}

#designer-disclaimer {
	text-align: center;
	font: 14px/14px "Droid Serif";
	color: #000;
	text-shadow: silver 0 0 1px;
	width: 570px;
	padding: 5px;
	background-color: #f9f9f9;
	border: 1px solid #d4d4d4;
	margin: 10px auto;
}

.designer-name
{
	height: 0;
	visibility: hidden;
}

body#designers #designer-list {
	margin-top: 12px;
	display: table;
}

div#designer-list.alt {
	background-color: rgba(0,0,0,0.04);
	padding-top: 20px;
	padding-bottom: 28px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	position: relative;
	border: 1px solid #dedede;
}

#designer-name-search {
	width: 370px;
	height: 35px;
	text-align: center;
}

#article-sidebar {
	float: left;
	width: 359px;
	margin-right: 15px;
	border-right: 1px solid #c9c9c9;
	background-color: #eaeaea;
	padding: 12px 20px 10px 15px;
	border: 1px solid #c9c9c9;
	background-image: url(../images/stripe-background-darker.gif);
}

.article-image {
	margin-bottom: 9px;
	padding: 0;
	float: left;
}

.article-image p, #article-content .article-image p {
	font: 90% calluna-1, calluna-2, Georgia, serif;
	text-transform: uppercase;
	margin-top: 7px;
}

#article-content div.article-image
{
	float: none;
}

.article-image img {
	-webkit-box-shadow: rgba(0,0,0,0.58) 0 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.58) 0 1px 2px;
	-box-shadow: rgba(0,0,0,0.58) 0 1px 2px;
	border: 5px solid #fffeff;
}

#article-content div.feature p.additional
{
	margin-top: 12px;
}

#article-content div.article-image.no-border img
{
	border-style: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-box-shadow: none;
}

#article-content div.feature h2
{
	font-weight: normal;
	font-style: normal;
	font-size: 120%;
	margin-bottom: 6px;
	line-height: 130%;
}

#article-content {
	padding-left: 420px;
  font-family: lemonde-journal-1, lemonde-journal-2, Georgia, serif;
	line-height: 18px;
}

#article-content div.feature, #article-content blockquote
{
	padding: 11px;
	margin: 20px 10px;
	background-color: rgba(48,63,50,0.07);
	border: 1px solid #c5c5c5;
	color: black;
}

#current-events div.event div.feature.current-event
{
	margin-bottom: 10px;
}

#current-events div.event.last p em
{
	font-style: italic;
	font-size: 66%;
	text-decoration: none;
}

#current-events div.event div.feature.current-event p
{
	font: 170% calluna-1, calluna-2, Georgia, serif;
	text-align: center;
	margin: 0;
}

body#designers #article h3
{
	text-align: center;
	margin-top: 30px;
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	color: gray;
	margin-bottom: 0;
}

#article.locations #article-content
{
	padding-left: 548px;
}

#product-content
{
	padding-left: 360px;
	padding-right: 120px;
	text-align: left;
}

#designer-list div.designer-item img
{
	
}

#article-content div.feature p
{
	margin-bottom: 0;
}

#designer-article h2, #bottom-photos h3
{
	font: 200% Georgia, "Times New Roman", Times, serif;
}

#designer-article
{
	width: 640px;
	text-align: left;
	margin: 0 auto 40px;
}

#designer-article h2
{
	margin-bottom: 7px;
	margin-top: 20px;
}

#designer-article p
{
	margin-bottom: 10px;
	font-family: lemonde-journal-1, lemonde-journal-2, Georgia, serif;
	line-height: 133%;
}

#product-image img
{
	border: 2px solid #dbdddd;
}

#product-detail-item img
{
	width: 329px;
}

#bottom-photos h3
{
	text-decoration: none;
	font-style: normal;
	font-size: 160%;
	text-align: center;
}

#bottom-photos h4
{
	font-size: 80%;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

#product-content p
{
	font-family: lemonde-journal-1, lemonde-journal-2, serif;
	line-height: 19px;
	margin-bottom: 20px;
}

#article-content h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	margin-bottom: 6px;
	margin-top: 31px;
	line-height: 33px;
}

#article-content p {
	margin-bottom: 13px;
	line-height: 129%;
	font-size: 100%;
}

#article.wide
{
	width: 994px;
}

#article.wide #article-content
{
}

#article.locations
{
	width: 980px;
}

body#about #article.wide .article-image
{
	float: left;
}

#article.wide .article-image
{
	margin-right: 20px;
	width: 503px;
}

.article-image.no-border img
{
	border-style: none;
	-webkit-box-shadow: none;
}

#article-content div.article-image
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#image-block img
{
	border: 4px solid #dbdddd;
	margin-right: 3px;
}

#featured-bio
{
	margin-bottom: 16px;
}

#image-block
{
	clear: left;
	margin-top: 30px;
	margin-bottom: 50px;
}

#staff-profiles
{
	margin-top: 37px;
}

.staff-profile
{
	float: left;
	width: 469px;
	margin-right: 21px;
	margin-bottom: 30px;
}

.staff-profile img
{
	float: left;
	margin-right: 10px;
		border: 6px solid #dbdddd;
	width: 170px;
}

.staff-profile h1
{
	font: 180% french-canon-sc-1, french-canon-sc-2, serif;
}

.staff-profile h2
{
	margin-bottom: 21px;
	font-family: lemonde-journal-1, lemonde-journal-2, serif;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

.staff-profile p.question
{
	color: #506755;
	font-size: 110%;
	font-style: italic;
}

.staff-profile p.answer 
{
	margin-top: 10px;
}

/*-----*/

#designer-page
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

img.designer-logo
{
	display: block;
	margin: 26px auto 20px;
}

img.top-image
{
	border: 6px solid #ddd;
}

#designer-page h1
{
	font: 56px french-canon-sc-1, french-canon-sc-2, serif;
	margin-bottom: -5px;
	margin-top: 10px;
}

#product-detail-item #product-image
{
	width: 349px;
	float: left;
}

#product-image p
{
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 2px;
	text-align: center;
}

#product-detail-item
{
	margin-bottom: 20px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#back-to-designers-link
{
	clear: both;
	display: block;
	font: 16px french-canon-sc-1, french-canon-sc-2, serif;
	text-transform: uppercase;
}

#bottom-photos
{
	padding-top: 20px;
	border-top: 1px solid #d7d7d7;
	padding-bottom: 10px;
	background: url(../images/stripe-background-darker.gif) repeat;
}

#bottom-photos #product-image
{
	margin-bottom: 16px;
	float: none;
}

#bottom-photo-container
{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#bottom-photos ul {
	padding: 20px;
	margin: 0 auto 20px;
	text-align: center;
	width: 90%;
}

#bottom-photos li {
	vertical-align: middle;
	display: inline-block;
	display: -moz-inline-box;
	*display: inline;
	zoom: 1;
	margin: 5px auto;
	width: 279px;
} 

#bottom-photos a {
	display: -moz-inline-box;
}

table.designer-logos
{
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

table.designer-logos td
{
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 24px;
	text-align: center;
}

table.designer-logos tr
{
}

table.designer-logos a:hover img
{
	border: 1px solid silver;
	padding: 4px;
}

table.designer-logos a img
{
	padding: 5px;
}

body#designers .section
{
	margin-bottom: 0;
}

#designer-menu
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 652px;
	display: none;
}

#designer-menu ul
{
	list-style-type: none;
	display: block;
	margin-top: 10px;
}

#designer-menu ul li
{
	display: block;
	margin-bottom: 4px;
	text-transform: capitalize;
}

#designer-menu div.category h2
{
	text-transform: uppercase;
	font-size: 130%;
	margin-bottom: 4px;
	color: #5b7460;
	text-shadow: black 0 1px 0;
	margin-top: 8px;
}

#sub-navigation #designer-menu .category
{
	float: left;
	width: 217px;
	margin-top: 11px;
	margin-bottom: 8px;
	text-transform: capitalize;
}

#choose-designer-link
{
	background: url(../images/arrow-down.png) no-repeat 98%;
	padding-right: 24px;
}

#choose-designer-link.menu-open
{
	/*padding-right: 20px;*/
	background-image: url(../images/arrow-up.png);
}

#article.designers #preface
{
	margin-bottom: 0;
}

#locations-sidebar
{
	text-align: right;
	width: 547px;
	float: left;
}

#locations-sidebar img
{
	display: block;
	margin-bottom: 10px;
}

#location-feature
{
	margin-top: 10px;
	width: 954px;
	height: 478px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/locations-feature-background.png) no-repeat;
}

#location-feature.large
{
	height: 617px;
	background-image: url(../images/locations-feature-background-large.png);
}

#location-feature img
{
	margin-top: 11px;
}

body#locations
{
	
}

#locations-content
{
	width: 980px;
}

ul#locations-photos
{
	width: 1070px;
}

li#location-image
{
	width: 314px;
	margin: 0;
	background: url(../images/bottom-photo-thumb-bg.png) no-repeat;
	padding: 8px 13px 19px 9px;
}

#bottom-photos.locations h3
{
	text-transform: uppercase;
}

body#locations #preface
{
	width: 950px;
}

#article-content blockquote img
{
	float: left;
}

#article-content blockquote p
{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 103px;
	padding-right: 3px;
}

#article-content blockquote p#byline
{
	margin-top: 16px;
	font-style: italic;
}

#article-content blockquote p#byline p
{
}

.testimonial
{
	width: 696px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 11px;
}

#more-reviews-menu
{
	text-align: center;
	font-size: 120%;
}

.testimonial-content
{
	background-color: #68886e;
	padding: 10px 20px 10px 30px;
	color: white;
	text-shadow: black 0 1px 0;
	font-size: 125%;
	line-height: 132%;
}

.testimonial-content p.meta
{
	margin-top: 10px;
	text-align: right;
	font-style: italic;
}

#article div.testimonial div.testimonial-content p.meta span.author
{
	padding-right: 10px;
}

.testimonial-top
{
	height: 34px;
	background: url(../images/review-letter-top.png) no-repeat;
}

.testimonial-bottom
{
	height: 50px;
	background: url(../images/review-letter-bottom.png) no-repeat;
}

div.icon
{
	float: left;
	width: 130px;
	text-align: center;
}

#murphys-laws tbody tr td
{
	vertical-align: middle;
	padding-top: 16px;
	text-align: left;
	padding-bottom: 20px;
}

em
{
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#murphys-laws tbody tr td.law-icon img
{
}

#murphys-laws tr.alt
{
	background-color: rgba(0,0,0,0.04);
	border: 1px solid #d5d5d5;
}

#murphys-laws tr.alt td
{
	padding-bottom: 10px;
}

#murphys-laws td.law-icon
{
	text-align: center;
	margin: 0;
	font: normal normal 120px/1em "Lucida Grande", Arial, Helvetica, Geneva, Verdana, sans-serif;
	vertical-align: middle;
	padding-right: 0;
	padding-left: 30px;
	color: #303f32;
	text-shadow: #dadada 2px 3px 1px;
}

#murphys-laws tbody tr td.law-icon img
{
	text-align: center;
}

#murphys-laws td.law-text
{
	padding-left: 30px;
	font-size: 120%;
	padding-right: 30px;
	line-height: 140%;
}

#murphys-laws
{
	width: 660px;
	margin: -20px auto 40px;
}

div.murphy-law.alt
{
	background-color: rgba(0,0,0,0.04);
	padding-bottom: 0;
}

div.award
{
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 20px;
}

#article div.award p.read-more
{
	margin-top: 10px;
	text-align: right;
	font-style: italic;
}

#article div.award.alt
{
		background-color: rgba(0,0,0,0.04);
	border: 1px solid #d5d5d5;

}

#article div.award h1
{
	font-size: 186%;
	font-weight: normal;
	font-style: normal;
	color: #243026;
}

#article div.award h2
{
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
	margin-top: 4px;
}

/* @group Contact Form */

#contact-form
{
	float: left;
	width: 500px;
	margin-right: 30px;
	border-right: 1px solid #dadada;
	margin-bottom: 20px;
}

#confirm
{
	text-align: center;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: white;
	border: 1px solid #d6d6d6;
	margin-bottom: 60px;
}

#confirm h2
{
	font-size: 190%;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 30px;
}

#contact-form fieldset
{
	margin-bottom: 20px;
}

#contact-form fieldset legend
{
	font-size: 130%;
	margin-right: 0;
	padding-bottom: 7px;
}

#contact-form fieldset label
{
	font-size: 110%;
	display: none;
}

#contact-form .text-input, #contact-form textarea
{
	width: 458px;
	margin-bottom: 6px;
	margin-top: 5px;
}

#contact-form-container
{
	margin-top: 50px;
}

#contact-form fieldset textarea
{
	height: 180px;
}

.submit-button
{ 
	font-size: 1em; 
	height:32px;
	margin-left:-1px;
	color:#4c4c4c;
	font-weight:bold;
	text-align:center;
	padding: .45em 20px; 
	border:1px solid #aaa; 
	-webkit-box-shadow:-1px 0px 1px rgba(0,0,0,0.1);
	line-height:1em; 
	background-image:-webkit-gradient(linear, right bottom, right top, color-stop(0.0, #eaeaea), color-stop(1, #ffffff)); 
	background-image:-moz-linear-gradient(top, white, #eaeaea 100%);
	cursor:pointer;
}

#contact-form .submit-button
{
	float: right;
	margin-right: 27px;
	margin-top: -10px;
}

#honeypot
{
	display: none;
}

h1.contact-headline
{
	font: 170% calluna-1, calluna-2, Georgia, serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#contact-addresses h2
{
	font: normal normal 200% calluna-1, calluna-2, Georgia, serif;
	margin-bottom: -3px;
}

#contact-addresses p
{
	margin-bottom: 20px;
	line-height: 130%;
}

/* @end */

/* @group News Blog */

#news-article #post-wrapper
{
	width: 623px;
	float: left;
}

#news-article .post
{
	margin-bottom: 30px;
	font-family: lemonde-journal-1, lemonde-journal-2, serif;
	line-height: 125%;
	background-color: white;
	border: 1px solid #c7c9ca;
	padding: 20px 20px 0;
}

li#flickrrss.widget.widget_flickrRSS
{
	padding-bottom: 0;
	height: 344px;
	overflow: hidden;
	padding-left: 9px;
	padding-right: 0;
}

div.post-header
{
}

#news-sidebar
{
	margin-left: 622px;
	padding-left: 15px;
	padding-right: 15px;
	
}

.widget
{
	background-color: white;
	border: 1px solid #dfdfdf;
	padding: 10px;
	border: 1px solid #c7c9ca;
	margin-bottom: 16px;

}

#twitter-3 ul.tweets li
{
	margin-bottom: 11px;
}

#twitter-3 h2.widgettitle a
{
	color: black;
	text-decoration: none;
}

#twitter-3 ul.tweets li a
{
	color: #96be9d;
}

#twitter-3 ul.tweets li a.timesince
{
	text-decoration: none;
	color: gray;
}

#flickrrss p a img.flickr-image
{
	border: 4px solid #e6e6e6;
	color: #d3d3d3;
	margin-right: 9px;
	margin-bottom: 19px;
	margin-left: 10px;
}

#post-wrapper div.navigation
{
	margin-top: -13px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #6f8d74;
	border-color: #243026;
	padding-left: 10px;
	text-align: center;
}

#post-wrapper div.navigation a
{
	color: white;
}

.widget.text-3
{
	border-style: none;
}

li#text-3.widget.widget_text
{
	border-style: none;
	margin-right: -6px;
	padding: 0;
	height: 555px;
}

body#blog #page-content
{
	background: #e4e7e4 url(../images/blog-bg.gif) repeat;
}

#news-article h2
{
	text-align: left;
	font: 200% lemonde-journal-1, lemonde-journal-2, serif;
	margin-bottom: 10px;
}

#news-article h1
{
	font: normal small-caps normal 219% calluna-1, calluna-2, Georgia, serif;
}

div.entry blockquote
{
	margin-top: 4px;
	margin-bottom: 3px;
}

body#blog .post img
{
	margin: 20px auto;
	display: block;
}

body#blog .post img
{
	border: 5px solid #e9e9e9;
	max-width: 520px;
}


body#blog .post.allimage
{
	border: none;
}

.post small
{
	display: block;
	margin-bottom: 20px;
	font-style: italic;
}

div.entry h2 strong
{
	margin-bottom: 0;
}

#recent-posts-3 ul li
{
	margin-bottom: 9px;
}

#recent-posts-3 ul li a
{
	text-decoration: none;
}

#blog .entry ol
{
	list-style-type: decimal;
	padding-left: 30px;
}

#blog .entry ol li
{
	font-size: 110%;
	margin-bottom: 20px;
}

#news-sidebar h2
{
	font-size: 161%;
	text-align: left;
	margin-top: 0;
}

#news-article
{
	width: 980px;
	margin: 20px auto;
}

#news-article p
{
	text-align: left;
	margin-bottom: 20px;
}

#post-4 div.entry p img.aligncenter
{
	text-align: center;
}



/* @end */

#contact-form fieldset label.error
{
	color: red;
	font-style: italic;
	margin-bottom: 0;
}

#article-content div.feature p.byline
{
	text-align: right;
	font-style: italic;
}
