/*
Theme Name: Coco Paloma Desserts Theme
Theme URI: http://www.cocopalomadesserts.com/
Description: The WordPress theme for the Coco Paloma Desserts website
Version: 1.0
Author: David Shaevel
Tags: pink, cakes, flowers
*/


/* Begin Typography & Colors */
body {
	font-family: futura, helvetica, arial, sans-serif;
	background-color: white;
	color: #4b3c30;
	text-align: center;
	/* font-size: 62.5%; */ /* Resets 1em to 10px */
	/* font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	/* background: #d5d6d7 url('images/kubrickbgcolor.jpg'); */
}

#page {
	background-color: #fffaf7;
	text-align: left;
	margin: 0 auto 20px auto;
	padding-top: 0;
	width: 1024px;
}

#content {
	background: url('images/cpd/home_page/floral_background.png') no-repeat bottom left transparent;
}

#top {
	background-color: #fffaf7;
	height: 186px;
	width: 1024px;
	display: inline-block;
}

#cpd_logo {
	background: url('images/cpd/header/cpd_logo.png') no-repeat bottom center;
	height: 90px;
	width: 266px;
	margin: 20px auto 15px auto;
}

#main_left, #photo_gallery_left {
	width: 210px;
	height: 460px;
	padding: 140px 20px 0 20px;
	display: inline-block;
	vertical-align: top;
}

#main_left {
	padding-top: 100px;
}

#main_left > p, #photo_gallery_left > p {
	font-size: 12px;
	font-style: italic;
	color: #8d7262;
}

#main_left > p.appointments-only {
	font-size: 16px;
	font-style: normal;
	color: #8d7262;
}

#main_left ul li {
	margin: .5em;
	padding: 0.5em 1em;
	color: #8D7262;
	font-size: 12px;
	/* border: 1px solid #F5D5DE; */
}

.no-list{list-style-type:none;margin:0;padding:0;}

#about_left {
	width: 600px;
	height: 600px;
	padding: 0 20px 0 20px;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-style: normal;
	color: #8d7262;
	border: 0 solid red;
}

#press_content {
	height: 600px;
	border: 0 solid red;
	margin-top: -15px;
}

#main_middle, #photo_gallery_middle {
	width: 350px;
	height: 530px;
	padding-top: 25px;
	display: inline-block;
}

#viewGalleryImage {
	width: 150px;
	height: 49px;
	margin-top: -100px;
	margin-left: -100px;
	background: url('images/cpd/home_page/view_gallery.png') no-repeat;
}

#main_right {
	padding-top: 50px;
}

#photo_gallery_right {
	padding-top: 20px;
}

#main_right, #photo_gallery_right {
	/* width: 414px; */
	height: 550px;
	display: inline-block;
	vertical-align: top;
}

#about_right {
	/* width: 379px; */
	height: 555px;
	padding-top: 40px;
	display: inline-block;
}

#gallery_title_weddings {
	background: url('images/cpd/photo_gallery_page/gallerytitle_weddings.png') no-repeat;
	display: inline-block;
	width: 82px;
	height: 11px;
	margin: 0 10px;
}

#gallery_title_weddings-selected {
	background: url('images/cpd/photo_gallery_page/gallerytitle_weddings-selected.png') no-repeat;
	display: inline-block;
	width: 82px;
	height: 11px;
	margin: 0 10px;
}

#gallery_title_grooms {
	background: url('images/cpd/photo_gallery_page/gallerytitle_grooms.png') no-repeat;
	display: inline-block;
	width: 68px;
	height: 11px;
	margin: 0 10px;
}

#gallery_title_grooms-selected {
	background: url('images/cpd/photo_gallery_page/gallerytitle_grooms-selected.png') no-repeat;
	display: inline-block;
	width: 68px;
	height: 11px;
	margin: 0 10px;
}

#gallery_title_celebrations {
	background: url('images/cpd/photo_gallery_page/gallerytitle_celebrations.png') no-repeat;
	display: inline-block;
	width: 108px;
	height: 11px;
	margin: 0 10px;
}

#gallery_title_celebrations-selected {
	background: url('images/cpd/photo_gallery_page/gallerytitle_celebrations-selected.png') no-repeat;
	display: inline-block;
	width: 108px;
	height: 11px;
	margin: 0 10px;
}

#gallery_title_kids {
	background: url('images/cpd/photo_gallery_page/gallerytitle_kids.png') no-repeat;
	display: inline-block;
	width: 35px;
	height: 11px;
	margin: 0 10px;
}

#gallery_title_kids-selected {
	background: url('images/cpd/photo_gallery_page/gallerytitle_kids-selected.png') no-repeat;
	display: inline-block;
	width: 35px;
	height: 11px;
	margin: 0 10px;
}

table#ImageTable {
	padding: 20px 2px 2px;
}

img.ImageTable {
	border: 0;
}

td.ImageTable {
	border: 1px solid white;
}

a {
	color: #f7a08b;
}

a:hover {
	color: #613418;
}

a.galleryLink, a.galleryLink:hover {
	color: #FEF5F8;
}

a.ImageTable {
	border: 1px solid white;
	width: 100px;
	height: 127px;
	padding: 2px;
	display: block;
	vertical-align: middle;
}

a:hover.ImageTable {
	border: 1px solid #f7a08b;
	width: 100px;
	height: 127px;
	padding: 2px;
	display: block;
}

table#PressLogoTable {
	margin-top: 15px;
	background: white;
	padding: 5px;
}

td.PressLogoTable_1up {
	padding-left: 4px;
	padding-right: 4px;
}

td.PressLogoTable_2up {
	/*padding-right: 25px;*/
}

a.PressLogoTable_1up {
	border: 1px solid white;
	background: white;
	height: 255px;
	display: block;
}

a:hover.PressLogoTable_1up {
	border: 1px solid #f7a08b;
	display: block;
}

a.PressLogoTable_2up {
	border: 1px solid white;
	background: white;
	width: 341px;
	height: 122px;
	display: block;
}

a.topAnchor {
	margin-bottom: 5px;
}

a:hover.PressLogoTable_2up {
	border: 1px solid #f7a08b;
	display: block;
}

#cakestand {
	background: url('images/cpd/photo_gallery_page/cakestand.png') no-repeat;
	width: 392px;
	height: 182px;
	margin-bottom: 10px;
}

#cakestand_spacer {
	height: 10px;
}

#cakestand_label_weddings {
	background: url('images/cpd/photo_gallery_page/weddings/cakestand_weddings.png') no-repeat;
	width: 117px;
	height: 45px;
}

#cakestand_label_grooms {
	background: url('images/cpd/photo_gallery_page/grooms/cakestand_grooms.png') no-repeat;
	width: 117px;
	height: 45px;
}

#cakestand_label_celebrations {
	background: url('images/cpd/photo_gallery_page/celebrations/cakestand_celebrations.png') no-repeat;
	width: 117px;
	height: 45px;
}

#cakestand_label_kids {
	background: url('images/cpd/photo_gallery_page/kids/cakestand_kids.png') no-repeat;
	width: 117px;
	height: 45px;
}

.pageNumbers {
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #f7a08b;

}

.numberOne {
	background: url('images/cpd/photo_gallery_page/number_one.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 18px;
}

.numberOne-selected {
	background: url('images/cpd/photo_gallery_page/number_one-selected.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 18px;
}

.numberTwo {
	background: url('images/cpd/photo_gallery_page/number_two.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 18px;
}

.numberTwo-selected {
	background: url('images/cpd/photo_gallery_page/number_two-selected.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 18px;
}

.numberThree {
	background: url('images/cpd/photo_gallery_page/number_three.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 18px;
}

.numberThree-selected {
	background: url('images/cpd/photo_gallery_page/number_three-selected.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 18px;
}

.numberFour {
	background: url('images/cpd/photo_gallery_page/number_four.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 18px;
}

.numberFour-selected {
	background: url('images/cpd/photo_gallery_page/number_four-selected.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 18px;
}

.numberFive {
	background: url('images/cpd/photo_gallery_page/number_five.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 18px;
}

.numberFive-selected {
	background: url('images/cpd/photo_gallery_page/number_five-selected.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 18px;
}

.numberSix {
	background: url('images/cpd/photo_gallery_page/number_six.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 18px;
}

.numberSix-selected {
	background: url('images/cpd/photo_gallery_page/number_six-selected.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 18px;
}

#welcome {
	background: url('images/cpd/home_page/welcome.png') no-repeat;
	width: 410px;
	height: 45px;
}

#frame {
	background: url('images/cpd/home_page/frame.png') no-repeat;
	width: 306px;
	height: 258px;
}

#news {
	position: absolute;
	width: 229px;
	height: 176px;
	font-size: 12px;
	margin-top: 38px;
	margin-left: 38px;
	text-align: left;
	padding: 5px;
	color: #8d7262;
}

#cpd_socialMediaIcon_facebook {
	width: 36px;
	height: 36px;
	background: url('images/cpd/social_media_icons/cpd_facebook_36x36.png') no-repeat;
}

#cpd_socialMediaIcon_instagram {
	width: 36px;
	height: 36px;
	background: url('images/cpd/social_media_icons/cpd_instagram_36x36.png') no-repeat;
}

#cpd_socialMediaIcon_pinterest {
	width: 36px;
	height: 36px;
	background: url('images/cpd/social_media_icons/cpd_pinterest_36x36.png') no-repeat;
}

#badges {
	height: 110px;
	padding-top: 0;
	margin-top: 20px;
}

#badge_facebook {
	width: 30px;
	height: 30px;
	margin-top: -35px;
	background: url('images/cpd/badges/facebook_badge.png') no-repeat;
}

#badge_yelp {
	width: 30px;
	height: 30px;
	margin-top: -35px;
	background: url('images/cpd/badges/yelp_badge.png') no-repeat;
}

#badge_little_black_book {
	width: 95px;
	height: 95px;
	background: url('images/cpd/badges/Little-Black-Book-2011_badge.png') no-repeat;
}

#badge_best_of_weddings_2011 {
	width: 70px;
	height: 70px;
	background: url('images/cpd/badges/2011_BOW_gold_web_70x70.gif') no-repeat;
}

#badge_best_of_weddings_2013 {
	width: 70px;
	height: 70px;
	background: url('images/cpd/badges/2013_BOW_gold_web_70x70.gif') no-repeat;
}

#badge_best_of_weddings_2014 {
	width: 70px;
	height: 70px;
	background: url('images/cpd/badges/2014_BOW_gold_web_70x70.gif') no-repeat;
}

#badge_best_of_weddings_2015 {
	width: 70px;
	height: 70px;
	background: url('images/cpd/badges/2015_BOW_gold_web_70x70.png') no-repeat;
}

#badge_best_of_weddings_2017 {
	width: 70px;
	height: 70px;
	background: url('images/cpd/badges/2017_BOW_blue_web_70x70.png') no-repeat;
}

#badge_best_of_weddings_hall_of_fame {
	width: 74px;
	height: 74px;
	background: url('images/cpd/badges/BOW_HOF_LightBlue_74x74.png') no-repeat;
}

#badge_the_knot {
	width: 96px;
	height: 96px;
	background: url('images/cpd/badges/TKL_video_badge_Austin.png') no-repeat;
}

#badge_msw_top_pastry_pros_2014 {
	width: 96px;
	height: 96px;
	background: url('images/cpd/badges/2014_MSW_top_pastry_pros_96x96.png') no-repeat;
}

.ContactInfo {
	color: #f7a08b;
}


#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	background-color: white;
	font-size: 80.0%;
	font-weight: normal;
	color: #f7a08b;
	text-align: center;
	margin: 0 auto 20px auto;
	padding-top: 0;
	width: 1024px; 
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/*
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}
*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0 0 0;
	width: 450px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0;
	height: 25px;
	width: 1024px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
}
/* End Structure */


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 20px 0 0;
	color: #f7a08b;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*
	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid)
*/

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;
}
/* End Images */


/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. 
*/

html>body .entry ul {
	margin-left: 0;
	list-style: none;
	padding: 0 0 0 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/*
	-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;
}
/* End captions */


#navContainer {}

#navBorderTop {
	background: url('images/cpd/header/lines-top.png') repeat-x;
	display: inline-block;
	height: 5px;
	width: 100%;
}

#navBorderBottom {
	background: url('images/cpd/header/lines-bottom.png') repeat-x;
	display: inline-block;
	height: 5px;
	width: 100%;
}

#nav {
	width: 842px;
	display: inline-block;
	font-size: 100%;
	float: left;
	padding-left: 0;
	margin: 15px 0 0 0;
}

#nav li {
	margin-right:0;
}

#nav li.page_item:nth-of-type(1),
#nav li.page_item:nth-of-type(2),
#nav li.page_item:nth-of-type(3),
#nav li.page_item:nth-of-type(4),
#nav li.page_item:nth-of-type(5),
#nav li.page_item:nth-of-type(6) {
	margin-right: 10px;
}

#nav li, #subnav li {
	float:left;
	list-style:none
}

#nav a, #nav a:visited {
	color:#5F6A70;
	text-decoration:none;
	font-family: futura, helvetica, arial, sans-serif;
	font-weight:bold
	font-size: 150%;
}

#nav a:hover, 
#nav a:active,
li.current_page_parent a,
li.current_page_parent a:visited,
#nav li.current_page_item a,
#nav li.current_page_item a:visited {
	/* background:#295887 */
	/*color: #FFF;*/
}

#nav a:hover {
	color: #FFF;
}

#subnav {
	background:#e6eef7;
	border-top:2px solid #577da2;
	border-bottom:2px solid #cad8e6;
	height:28px;
}

#subnav li {
	border-right:1px solid #295887;
	padding:0 7px;
}

#subnav a, #subnav a:visited {
	color:#295887;
	text-decoration:none;
	font-weight:bold
}

#subnav a:hover, 
#subnav a:active,
#subnav li.current_page_item a,
#subnav li.current_page_item a:visited {
	text-decoration:underline
}