/* @override http://myweddinghairaccessories.com/wp-content/themes/my-wedding-hair-accessories/style.css */

/*   
Theme Name: My Wedding Hair Accessories
Theme URI: http://myweddinghairaccessories.com/wp-content/themes/my-wedding-hair-accessories/
Description: A search engine optimized theme.
Author: You
Author URI: http://pierrerivera.com/
Version: 1.0
.
Copyright Pierre Rivera.
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
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

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

/* Import a basic layout */
@import url('styles/2c-l.css');
/*The simplest method of turning any one of the fluid layouts in the styles folder into a fixed-width layout is to add a width and centering margin to the #wrapper div. */
#wrapper	{
	width: 100%;
	min-height: 100%;
}
/* Basic WordPress Styles */
@import url('styles/wp.css');
/* Forces scrollbars to prevent "jumps" in horizontal centering */
html { height: 100%; margin-bottom: 1px; }

body {
	margin: 0;
}

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

#branding {
	margin: 0 0 1.5em 0;
}


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

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}


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

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


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

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


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

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.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;
}

/* =Begin PAR Styles
-------------------------------------------------------------- */

body {
	margin: 0;
	font: 16px Arial, sans-serif;
	color: black;
}

a	{
	color: #435c5a;
}
html	{
	min-width: 1000px;
}
#header {
	background: url(/wp-content/uploads/creatives/damasktop.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#branding	{
	padding-top: 154px;
}
#branding #text	{
	margin-left: 70px;
}
#blog-title	{
	font-style: italic;
	font-weight: bold;
	font-size: 48px;
}
#blog-title a	{
	color: black;
	text-decoration: none;
}
#access	{
	background-color: black;
}
#access a	{
	text-decoration: none;
	padding: 10px 30px;
	color: white;
	font-style: italic;
}
#primary	{
	margin-left: 45px;
	margin-top: 65px;
	padding: 0 10px;
	width: 200px;
	color: #492517;
	padding:0;
}
#primary a	{
	text-decoration: none;
	color: whitesmoke;
	line-height: 2em;
}
#primary a img	{
	padding-top: 10px;
	padding-bottom: 10px;
}
#content	{
	width: 630px;
	padding: 15px;
	background-color: whitesmoke;
	margin-left: 310px;
	overflow: auto;
}
#footer	{
	width: 660px;
	margin: 10px 10px 0 310px;
	text-align: center;
	font-size: 12px;
	padding-top: 90px;
}
#site-info p	{
	margin: 0;
	padding: 7px 0;
	background-color: whitesmoke;
	font-style: italic;
}
#catlist	{
	list-style-type: none;
}
#catlist li a	{
	line-height: 1.5em;;
}
#catlist li	{
	padding-bottom: 1em;
	margin-left: -10px;
}
#shopping-cart	{
	margin-left: 8px;
	line-height: 1.5em;
	color: black;
}
#sliding_cart *	{
	color: black !important;
}
#shopping-cart p.visitshop a	{
	color: black;
}
form.wpsc_empty_the_cart	{
	color: black;
}
a.nrml	{
	color: #492517;
	text-decoration: none;
}
h1.entry-title	{
	font-size: 1.4em;
	font-weight: bold;
}
div.entry-content p	{
	line-height: 1.5em;
}
#content	{
	font-family: Georgia, "Times New Roman", Times, serif;

}
#post-9	p	{
	font-style: italic;
}
#primary ul	{
	list-style-type: none;
}
#primary ul a img	{
	width: 190px;
}
#shopping-cart	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
#shopping-cart .widget-title	{
	font-weight: bold;
	text-decoration: underline;
}
/* Slideshow Styles */
#slideshow1	{
	margin-bottom: 25px;
}
#slideshow1 .slide {
	display: none;
}
#slideshow1 #slide1 {
	display: block;
}
