/*
Theme Name: Lady A Creations
Version: 0.2
Author: hot glue media
Author URI: http://hotgluemedia.com

CSS grid based on Blueprint (http://code.google.com/p/blueprintcss/) with Special thanks to the Blueprint CSS Grid Generator at http://kematzy.com/blueprint-generator/

*/


/* CSS Reset  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* General Styles */

html {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: inherit;
	font-style: inherit;
	color: #232439;
	background: #FBF8F5;
}

body {
	margin:1em 0;
	padding: 0;
	font-size: 100%;
	text-align: justify;
	line-height: 1.2em;
	vertical-align: top;
	background: #FBF8F5;
	color: #000;
}

#container {
	width: 950px;
	height: auto;
	margin: 0 auto;
	background: url('img/bkg.png') repeat-y;
	color: #000;
	overflow: hidden;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	color: #000;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #000;
	margin: 15px 0 0 0;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
}

p {
	padding: 10px 20px 0 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #453748;
	border: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #000;
	border: none;
}

li ul, li ol {
	margin: 0;
	padding: 10px 0 0 0;
}

ul, ol {
	margin: 10px 20px 10px 10px;
	padding: 0 0 0 15px;
	list-style-type: disc;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

a img, img {
	border: none;
	float: none;
	border-style: none;
}


/* Styles Required for WP GRUB */

blockquote { 
}

strong { 
	font-weight: bold;
}

img.alignleft {
	float: left;
}

img.alignright { 
	float: right;
}

img.centered, img.aligncenter { 
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright { 
	float: right;
}

.alignleft { 
	float: left;
}


/* Grid Styles */
/* Use .last for the last column in a row, .append to append empty columns, .prepend to prepend empty columns */

div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8 {
	float:left;
	margin-right: 10px;
}

div.last { 
	margin-right: 0; 
}

.span-1  {
	width: 110px;
}

.span-2  {
	width: 230px;
}

.span-3  { 
	width: 350px;
}

.span-4  { 
	width: 470px;
}

.span-5  { 
	width: 590px;
}

.span-6  { 
	width: 710px;
}

.span-7  { 
	width: 830px;
}

.span-8, div.span-8 { 
	width: 950px; 
	margin: 0;
}

.append-1  { 
	padding-right: 120px;
}

.append-2  { 
	padding-right: 240px;
}

.append-3  { 
	padding-right: 360px;
}

.append-4  { 
	padding-right: 480px;
}

.append-5  { 
	padding-right: 600px;
}

.append-6  { 
	padding-right: 720px;
}

.append-7  { 
	padding-right: 840px;
}

.prepend-1  { 
	padding-right: 120px;
}

.prepend-2  { 
	padding-right: 240px;
}

.prepend-3  { 
	padding-right: 360px;
}

.prepend-4  { 
	padding-right: 480px;
}

.prepend-5  { 
	padding-right: 600px;
}

.prepend-6  { 
	padding-right: 720px;
}

.prepend-7  { 
	padding-right: 840px;
}

div.border {
	padding-right:4px;
	margin-right:5px;
	border-right: 1px solid #eee;
}

div.colborder {
	padding-right:108px;
	margin-right:105px;
	border-right: 1px solid #eee;
}

.box { 
	padding: 1.5em; 
	margin-bottom: 1.5em; 
	background: #E5ECF9; 
}

.clearfix:after, .container:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix, .container {
	display: inline-block;
}

* html .clearfix, * html .container {
	height: 1%;
}

.clearfix, .container {
	display: block;
}

.clear {
	clear:both;
}


/* Header and Footer Styles */

#header {
	width: 950px;
	background: url('img/header.png') no-repeat;
}

.logo, .logo span {
	width: 350px;
	height: 155px;
	background: url('img/logo.png') no-repeat;
}

.logo span {
	margin-bottom: -155px;
}

h1 span {
	display: block;
	position: relative;
	z-index: 1;
}

#subheader {
	width: 950px;
	height: 50px;
	background: url('img/swirl.png') no-repeat;
}

#footer {
	width: 950px;
	height: 75px;
	background: url('img/footer.png') no-repeat;
}

#footer p {
	margin: 3em 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
}

/* Sidebar Styles and Sprites */

#sidebar {
		list-style: none;
	width: 230px;
	float: left;	
	margin: 0;
	padding: 0;
}

.navlist {
	list-style: none;
	width: 230px;
	float: left;	
	margin: 0;
	padding: 0;
}

.navlist li {
	width: 200px;
}

.navlist li.drop {
	display: inline;
	width: 200px;
}

.navlist li a {
	display: inline;
	width: 200px;
	height: 75px;
	cursor: pointer;
	float: left;
}

.navlist li a.homenav {
	background: url('img/homenav.png');
}

.navlist li a.portfolionav {
	background: url('img/portfolionav.png');
}

.navlist li a.shopnav {
	background: url('img/shopnav.png');
}

.navlist li a.pricingnav {
	background: url('img/pricingnav.png');
}

.navlist li a.contactnav {
	background: url('img/contactnav.png');
}

.navlist li:hover a {
	background-position: 0 75px;
}

.navlist a:hover {
	background-position: 0 75px;
	white-space: normal;
	position: relative;
	float: left;
	width: 200px;
}

.navlist table { /* Leave this for legacy IE compatibility */
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-collapse: collapse;;
	margin: -1px;
}
.navlist li:hover {
	position: relative;
	width: 200px;
	float: left;
}


/* Contact Form Styles */

#cform {
	float: left;
	width: 600px;
	margin: 0;
	padding: 5px 0 25px 0;
	display: block;
}

#contactfm {
	width: 600px;
	margin: 25px 0 25px 0;
	font-size: 75%;
}

#contactfm input {
	padding: 3px;
	width: 400px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contactfm textarea {
	padding: 3px;
	width: 400px;
	margin: -10px 0 10px 0;
	border: 2px solid #ccc;
	height: 90px;
}

#contactfm textarea:focus, #contactfm input:focus {
	border: 2px solid #2c2439;
}

#contactfm input.submit-button {
	width: 100px;
	float: right;
	margin: 0 0 0 10px;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 125px;
	padding-top: 5px;
	font-size: 1.4em;
}


