/*   
Theme Name: Shape Modified by Nick
Theme URI: http://themeshapes.com/shape/
Description: A search engine optimized website framework for WordPress.
Author: Ian Stewart
Author URI: http://themeshapes.com/
Version: 0.1.2
Tags: threaded-comments, microformats
.
The Shape Theme for WordPress is copyright ThemeShapes http://themeshapes.com/
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Import a basic layout  
@import url('styles/2c-red.css');

/* Reset default browser styles  
@import url('styles/reset.css');

/* Rebuild default browser styles  
@import url('styles/rebuild.css');

/* Basic WordPress Styles  */
@import url('styles/wp.css');

/* Import Slider Styles */
@import url('styles/slider-styles.css');

/* Import 960 Styles */
@import url('styles/960/reset.css');
@import url('styles/960/text.css');
@import url('styles/960/960.css');

/* Import IE Styles */
@import url('styles/ie.css');





body {
	background:#631b4b none repeat scroll 0 0;
	color:#fcf9d7;
	font-size:11px;
}

br.dirtyLittleTrick {
	clear:both;
	display:block;
	height:1px;
	margin:-1px 0 0;
}
#wrapper {
	position:relative;
}

#content-9 {
	float:left;
	width:720px;
}

/* =Header
-------------------------------------------------------------- */

/*#branding {
	color:#631b4b;
	position:static;
}
#branding a {
	position:absolute;
	top:0;
	left:0;
	width:960px;
	height:130px;
	text-decoration:none;
}
#branding span {
	visibility:hidden;
}*/
#address {
	color:#631b4b;
	font-size:14px;
	left:615px;
	line-height:1.3em;
	position:absolute;
	text-align:right;
	top:24px;
}
#call_to_action {
	color:#cab08b;
	font-size:14px;
	left:740px;
	line-height:1.4em;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:35px;
	width:200px;
	font-family:Verdana,Geneva,sans-serif;
}
#call_to_action strong {
	color:#FCF9D7;
	font-size:18px;
}
#blog-title, #blog-description {
	display:none;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin-bottom:1em;
	margin-top:1em;
}
.skip-link {
	display: none;
}
.menu ul, .menu2 ul {
	list-style: none;
	margin: 0;
}
.menu li, .menu2 li {
	display: inline;
	margin-left:0;
}
.menu a, .menu2 a {
	display: block;
	float: left;
	margin-right:5px;
	text-decoration:none;
	color:#fcf9d7;
}
.menu, .menu2 {
	float: right;
	font-family:Verdana,Geneva,sans-serif;
	font-size:16px;
	color:#fcf9d7;
}
#footer .menu {
	float:left;
	font-size:12px;
	margin-left:10px;
}
#footer .menu ul ul {
	display: none;
}
.menu ul li.current_page_item a, .menu2 ul li.current_page_item a {
	font-weight: bold;
}
.menu2 {
	font-size:14px;
}


/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 1em 0;	
}
.entry-content, .entry-summary {
	margin: 0 0 0 0;
}

.front_panel_content h6 {
	margin-bottom:5px;
}
.entry-utility {
	display:none;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 5px 0 1.0em 20px;
	font-weight:bold;
}
.navigation a {
	color:#fcf9d7;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.xoxo a {
	 color: #FCF9D7;
}
.xoxo ul {
	list-style-type:none;
	list-style-image:none;
}
.xoxo {
	font-family:Verdana,Geneva,sans-serif;
}

.xoxo li {
	margin-left:0;
}

li .page-item-50 a, li .page-item-52 a, li .page-item-54 a {
	text-transform:uppercase;
	font-weight:bold;
}

li .page-item-50 ul a, li .page-item-52 ul a, li .page-item-54 ul a {
	text-transform:none;
	font-weight:normal;
}


.widget-area ul {
	list-style: none;
	margin-left: 2em;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

.widget-title {
	font-size: 15px;
}

/* =Temporary styles until the
		directory can read @import 
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* =content Areas		
-------------------------------------------------------------- */


#latest_news-panel {
	background: #fcf9d7 url(styles/images/latest_news-top.gif) no-repeat scroll 0 0;
	color:#631b4b;
}
#our_services-panel {
	background: #fcf9d7 url(styles/images/our_services-top.gif) no-repeat scroll 0 0;
	color:#631b4b;
}
#events-panel, #contact-panel, #blog-panel {
	background: #fcf9d7 url(styles/images/12-top.gif) no-repeat scroll 0 0;
	color:#631b4b;
	margin-bottom:10px;
}
#panel-9 {
	background: #fcf9d7 url(styles/images/9-top.gif) no-repeat scroll 0 0;
	color:#631b4b;
	margin-bottom:10px;
}
#panel-3, #primary {
	background: #fcf9d7 url(styles/images/3-top.gif) no-repeat scroll 0 0;
	color:#631b4b;
	margin-bottom:10px;
}


body.the-cars #title-panel h1 {
	background: #fcf9d7 url(styles/images/the-cars-header.gif) no-repeat scroll 0 0;
}
body.contact #title-panel h1 {
	background: #fcf9d7 url(styles/images/contact-header.gif) no-repeat scroll 0 0;
}
body.events #title-panel h1 {
	background: #fcf9d7 url(styles/images/events-header.gif) no-repeat scroll 0 0;
}
body.blog #title-panel h1 {
	background: #fcf9d7 url(styles/images/blog-header.gif) no-repeat scroll 0 0;
}
body.booking #title-panel h1 {
	background: #fcf9d7 url(styles/images/booking-header.gif) no-repeat scroll 0 0;
}
body.gallery #title-panel h1 {
	background: #fcf9d7 url(styles/images/gallery-header.gif) no-repeat scroll 0 0;
}
body.hats-for-sale #title-panel h1 {
	background: #fcf9d7 url(styles/images/hats-for-sale-header.gif) no-repeat scroll 0 0;
}
body.bridal-dresses #title-panel h1 {
	background: #fcf9d7 url(styles/images/header-bridal_dresses.gif) no-repeat scroll 0 0;
}
body.bridesmaid-dresses #title-panel h1 {
	background: #fcf9d7 url(styles/images/header-bridesmaid_dresses.gif) no-repeat scroll 0 0;
}
body.crinolines #title-panel h1 {
	background: #fcf9d7 url(styles/images/header-crinolines.gif) no-repeat scroll 0 0;
}
body.handbags #title-panel h1 {
	background: #fcf9d7 url(styles/images/header-handbags.gif) no-repeat scroll 0 0;
}
body.jewellery #title-panel h1 {
	background: #fcf9d7 url(styles/images/header-jewellery.gif) no-repeat scroll 0 0;
}
body.shoes #title-panel h1 {
	background: #fcf9d7 url(styles/images/header-shoes.gif) no-repeat scroll 0 0;
}
body.tiaras #title-panel h1 {
	background: #fcf9d7 url(styles/images/header-tiaras.gif) no-repeat scroll 0 0;
}
body.veils #title-panel h1 {
	background: #fcf9d7 url(styles/images/header-veils.gif) no-repeat scroll 0 0;
}
body.the-hats #title-panel h1 {
	background: #fcf9d7 url(styles/images/header-the-hats.gif) no-repeat scroll 0 0;
}
body.the-fascinators #title-panel h1 {
	background: #fcf9d7 url(styles/images/header-the-fascinators.gif) no-repeat scroll 0 0;
}
body.choosing-a-car #title-panel h1 {
	background: #fcf9d7 url(styles/images/header-choosing-a-car.gif) no-repeat scroll 0 0;
}

#title-panel {
	color:#631b4b;
	height:68px;
	margin-bottom:10px;
}
#title-panel h1 span {
	visibility:hidden;
}
#title-panel h1 {
	height:68px;
}


.panel_content {
	font-size:13px;
	height:1%;
	margin:80px 20px 0;
	overflow:hidden;
	padding-bottom:20px;
	zoom:1;
}
.panel_content h2 {
	display:none;
}
.panel_content h2.entry-title {
	display:inline;
	margin-bottom:0.5em;
}
.panel_content hr {
	margin:20px 0;
}
.panel_content span {
	font-weight:bold;
}
.panel_content a {
	color:#a30046;
}
#round_bottom-12 .panel_content, #round_bottom-8 .panel_content, #round_bottom-9 .panel_content, #round_bottom-3 .panel_content {
	margin-top:20px;
}
#our_services-panel .panel_content {
	margin-top:80px;
}
#round_bottom-3 {
	background: transparent url(styles/images/3-btm.gif) no-repeat scroll bottom center;
}
#round_bottom-4 {
	background: transparent url(styles/images/latest_news-btm.gif) no-repeat scroll bottom center;
}
#round_bottom-8 {
	background: transparent url(styles/images/our_services-btm.gif) no-repeat scroll bottom center;
}
#round_bottom-9 {
	background: transparent url(styles/images/9-btm.gif) no-repeat scroll bottom center;
}
#round_bottom-12 {
	background: transparent url(styles/images/12-btm.gif) no-repeat scroll bottom center;
}
#front_panel_carriages {
	background: #fcf9d7 url(styles/images/front_banner_carriages.jpg) no-repeat scroll 0 0;
	color:#631b4b;
}
#front_panel_hats {
	background: #fcf9d7 url(styles/images/front_banner_hats.jpg) no-repeat scroll 0 0;
	color:#631b4b;
}
#front_panel_bridalwear {
	background: #fcf9d7 url(styles/images/front_banner_bridalwear.jpg) no-repeat scroll 0 0;
	color:#631b4b;
}
#front_panel_bridalwear a.biglink, #front_panel_hats a.biglink, #front_panel_carriages a.biglink {
	display:block;
	height:100px;
	width:260px;
}
#front_panel_bridalwear a span, #front_panel_hats a span, #front_panel_carriages a span {
	display: none;
}
#front_panel_bridalwear h2, #front_panel_hats h2, #front_panel_carriages h2 {
	margin-bottom: 0;
}
.tagline {
	background-color:#CAB08B;
	font-size:15px;
	margin-top:5px;
	padding:10px;
	text-align:center;
	-moz-border-radius: 5px;
 	border-radius: 5px;
}
.front_panel_content h4 {
	margin-bottom:10px;
	font-variant:small-caps;
}
.front_panel_content {
	font-size:13px;
	height:1%;
	margin:0 20px 0;
	overflow:auto;
	padding-bottom:20px;
	zoom:1;
}
.front_panel_content h2 {
	display:none;
}
.front_panel_content hr {
	margin:20px 0;
}
.front_panel_content span {
	font-weight:bold;
}
.front_panel_content a {
	color:#a30046;
}
.post-thumbnail-image {
	float:right;
	display:inline;
	margin-left:15px;
	border:none;
}
/******Cars page Styles****/

.gallery-list {
	float:left;
}
.gallery-list-item {
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
	position:relative;
	width:280px;
	font-weight:bold;
}
li.gallery-list-item .wp-caption, .entry-content .wp-caption, .panel_content .wp-caption, .post-thumbnail-image {
	background-color:#E6E6E6;
	border:1px solid #D2C8CF;
	padding:10px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/******Contact Page Styles****/

#tcform {
	float:left;
	width:99%;
	*width:70%;/* notice the * before the property - shows in IE7 and below */
}
#tcform input, #tcform textarea, #contactsubmit {
	float:left;
	margin-bottom:1.5em;
}

#tcform label {
	float: left;  
	width: 15em;  
	margin-right: 1em;  
	text-align: right;
	clear:left; 
}
#contactsubmit {
	clear:left;
	margin-left:19em;
	margin-top:10px;
}
#tcform p.contactform_error, p.contactform_respons {
	color:#a30046;
	font-weight:bold;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background-color:#a30046;
	margin-top:20px;
	font-family:Verdana,Geneva,sans-serif;
}
#credit p, #copyright p {
	margin-right:20px;
	text-align:right;
}
#credit a {
	color:#fcf9d7;
}
#credit, #copyright {
	float:right;
}

