
/*---------------------------------------------------------------------------------

Theme Name: Marilyn Robertson Theme
Theme URI: http://www.attitudedesign.co.uk/
Description: Marilyn Robertson bespoke theme developed by Attitude Design
Version: 1
Author: Attitude Design Ltd
Author URI: http://www.attitudedesign.co.uk/

---------------------------------------------------------------------------------*/




/*---------------------------------------------------------------------------------
GLOBAL RESET
---------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

/*
body {font:13px/1.22;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}
*/


/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/



/* base.css, part of YUI's CSS Foundation */
h1 {
	font-size: 130%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size: 140%;
	padding: 0;
	margin: 0;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size: 80%;  
}

h1{
	margin: 2em 0 .5em 0;
	padding: 0;
}

h2{
	/* top & bottom margin based on font size */
	padding: 0;
	margin: 1.2em 0 .5em 0;
}


h1,h2 {
	color: #918383;
	font-weight: normal;
}

h3,h4,h5,h6 {
	color: #918383;
	font-weight: normal;
	margin: 0.8em 0 .5em 0;
}

strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight: bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #fff;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:0.4em;
}
ol {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}

ul {
	margin: 0 0 0 10px;
}

ul li {
	list-style: disc inside;
}

.cf-ol {
	list-style-type: none;
}

.linklove {
	display: hidden;
}

li {
	/*giving UL's LIs generated disc markers*/
	font-size: 75%;
	padding: 0 0 5px 6px;
	color: #867474;

}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:left;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table, code {
	/*so things don't run into each other*/
	padding: 0;
	margin: 0 0 1em 0;
	color: #867474;
	font-size: 75%;
	line-height: 1.5em;
	font-weight: normal;
}

span {
	color: #867474;
	font-size: 100%;
	}
	
span span {
	font-size: 100%;
	}

.wpsc_product_price {
	font-size: 75%;
}

.wpsc_product_price span{
	font-size: 100%;
}

hr {
	display: none;
}

a:link		{ color: #ae4c61; text-decoration: none;}
a:visited	{ color: #ae4c61; text-decoration: none;}
a:hover		{ color: #8c1f36; text-decoration: none;}
a:active	{ color: #ae4c61; text-decoration: none;}


/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	width: 940px;
	padding: 0 20px 0 20px;
	font-family: Verdana, Arial, Helvetica, 'Trebuchet MS', sans-serif;   	
    background-color: #FFF;

}


/*---------------------------------------------------------------------------------
IE Hack - Only need to use in extreame cicumstances!

  voice-family: "\"}\"";
  voice-family: inherit;


html>name {
	
	}
---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/
div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}

.hr {
	width: 100%;
	display: block;
	border-top: 1px solid #e1e1e1;
	height: 1px;
	margin: 30px 0 30px 0;
}


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

#header {
	margin: 25px 0 4px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #bbb9b8;
}

#header .left{
	float: left;
	width: 460px;
}


#header .left p{
	padding: 0;
	margin: 0;
}

#header .left #logo {
	background: url('images/marilynrobertson_logo.jpg') top left no-repeat;
	height: 42px;
	float: left;
	width: 280px;
	margin: 4px 0 0 0;
}

#header .left #logo h1{
	height:1px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: none;
}

#header .right{
	float: right;
	width: 460px;
}

#header .right p{
	margin: auto 0 0 0;
	text-align: right;
}



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

#footer {
	margin: 25px 0 4px 0;
	padding: 10px 0 2px 0;
	border-top: 1px solid #bbb9b8;
}

#footer .left{
	float: left;
	width: 460px;
	margin: 0 0 40px 0;
}

#footer .right{
	float: right;
	width: 460px;
}

.acid {
	width: 70px;
	float: left;
	margin: 0 10px 0 0;
}


.acid .logorollover {
	background: url('images/acid.gif') bottom left no-repeat;
	background-position: 0 0;
	height: 0;
	width: 70px;
	padding: 30px 0 0 0;
	display: block;
	overflow: hidden;
	float: left;
}

.acid .logorollover:hover {
	background-position: 0 -30px;
	height: 0;
	width: 70px;
	padding: 30px 0 0 0;
	display: block;
	overflow: hidden;
	float: left;
}

#footer p{
	padding: 5px 0 0 0;
	font-size: 65%;
	color: #C4C4C4;

}

#footer p a{
	color: #C4C4C4;
}

#footer p a:hover{
	color: #987180;
}


#footer .right p{
	text-align: right;
}

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


#main_nav {
	margin: 0;
	padding: 0 0 0 2px;
	float: left;
}

#main_nav ul{
	margin: 0;
	padding: 0;
}

#main_nav li{
	background: url('images/nav_divider.gif') top right no-repeat;
	margin: 0;
	padding: 0 18px 0 0;
	float: left;
	list-style-type: none;
}

#main_nav a{
	padding: 2px 0 0 0;
	float: left;
	color: #ae4c61;
}

#main_nav a:hover{
	color: #8c1f36;
}

#main_nav .current_page_item a{
	color: #5f4d4d;
	float: left;
}

#main_nav .current_page_parent a{
	color: #5f4d4d;
	float: left;
}

#main_nav .current_page_ancestor a{
	color: #5f4d4d;
	float: left;
}



/*----------------------------------------------------------------------------
Page -*/

#content {
	padding: 30px 0 0 0;
}

#content h1{
	padding: 0;
	margin: 0;
	font-size: 150%;
}

#content h2.smalltextunder{
	padding: 0;
	margin: 0 0 10px 0;
	color: #BCBCBC;
	font-weight: normal;
	font-size: 90%;
}

#wide_left_col {
	float: left;
	width: 600px;
}

#narrow_right_col {
	float: right;
	width: 310px;
	padding: 10px 10px 0 10px;
	background: #E9E9E9;
}

#narrow_right_col .block{
	background: #FFF;
	float: left;
	width: 290px;
	display: block;
	padding: 10px;
	margin: 0 0 10px 0;
}

#narrow_right_col .block p .endlink{
	padding: 0;
	margin: 0;
}

#narrow_right_col .studioblock{
	background: url('http://www.marilynrobertson.com/wp-content/themes/marilynrobertson/images/studio_bg.gif') bottom left no-repeat #856174;
	float: left;
	width: 290px;
	display: block;
	padding: 10px;
	margin: 0 0 10px 0;
}

#narrow_right_col .studioblock h3{
	color: #dbe7f5;
}

#narrow_right_col .studioblock ul{
	padding: 0;
	margin: 0 0 5px 0;
	border-top: 1px solid #c19fb1;
}

#narrow_right_col .studioblock li{
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
	list-style-type: none;
	border-bottom: 1px solid #c19fb1;
}

#narrow_right_col .studioblock li a {
	color: #e4d4dc;
	text-decoration: none;

}

#narrow_right_col .studioblock .current_page_item a {
	color: #FFF;
	text-decoration: none;

}
#narrow_right_col .studioblock li a:hover {
	color: #FFF;
}



#narrow_right_col h3 {
	font-size: 140%;
	margin: 0 0 3px 0;
}

#narrow_right_col ul{
	padding: 0;
	margin: 0 0 5px 0;
	border-top: 1px solid #e1e1e1;

}

#narrow_right_col li{
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
	list-style-type: none;
	border-bottom: 1px solid #e1e1e1;

}

#narrow_right_col li a {
	color: #856174;
	text-decoration: none;

}
#narrow_right_col li a:hover {
	color: #8c1f36;
}

.image_col {
	width: 85px;
	float: left;
	margin: 0 14px 0 0;
}

.image_holder {
	float: left;
	border: 1px solid #e1e1e1;
	padding: 5px;
}

/*-----------------------------------------------------------------------------
Home -*/
.mainimageholder {
	margin: 0 0 10px 0;
	float: left;
}

/*-----------------------------------------------------------------------------
About -*/
#about_right_col .text_holder {
	float: left;
	width: 210px;
}

#about_right_col .image_holder {
	float: right;
	width: 310px;
	padding: 0;
	border: none;
}

#about_right_col {
	float: right;
	width: 310px;
}

.quote p {
	font-size: 120%;
}



/*-----------------------------------------------------------------------------
Blog -*/
 #sidebar ul {
	border: none;
}
 #sidebar ul li {
	border: none;
}

#sidebar ul li h2{
	padding: 0;
	margin: 0 0 3px 0;
	font-size: 160%;
}

#sidebar li ul li{
	padding: 0 0 2px 0;
	margin:0 0 2px 0;
	font-size: 100%;
	border-bottom: 1px solid #e1e1e1;

}

#sidebar li ul {
	padding: 0 0 15px 0;
	border-top: 1px solid #e1e1e1;

}

#narrow_right_col #sidebar .quote p {
	padding: 10px 0 0 0;
	margin: 0;
}

.post h2{
	padding: 0;
	margin: 15px 0 0 0;
}

.post .date p{
	padding: 0;
	margin: 0 0 15px 0;
	color:#C1C1C1;
	font-size: 80%;
	font-style:italic;

}

.postmetadata {
	font-size: 70%;
}

.commentlist {
	margin: 0 0 0 30px;
}


#narrow_right_col .current_page_item a{
	color: #000;
}

#narrow_right_col .current_page_parent a{
	color: #000;
}

#narrow_right_col .current_page_ancestor a{
	color: #000;
}

#narrow_right_col .current-cat a{
	color: #000;
}


/*-----------------------------------------------------------------------------
Wordpress -*/


.post{
	margin: 0 0 30px 0;
}

.category a {
	color: #B2C7D3;
}

.category a:hover {
	color: #E44044;
}

#content .post_title a{
	color: #5C6E87;
	text-decoration: none;
}

.post_title a:hover{
	color: #E44044;	
}

.post h3 {
	font-size:100%;
	border-bottom: none;
	margin-bottom: 2px;
}

form #comment {
	width: 100%;
}

.comments_colomn_left{
	width: 320px;
	float: left;
	padding: 0 30px 0 0;
}

.comments_colomn_right{
	width: 350px;
	float: right;
}

.archivelist li{
	border-bottom: 1px solid #D2D2D2;
	padding: 5px 0 5px 0;
}

.C2A {
	margin: 10px 0 10px 0;
}

.commentlist p{
	font-size: 90%;
	padding: 2px 0 0 0;
}

.commentlist li{
	padding: 5px 0 2px 0;
}

.commentlist li .commentmetadata {
	padding: 0 0 6px 0;
}

#C2A_long{
	text-align: center;
	margin: 0 auto 0 auto;
}

#searchform {
	padding: 10px 0 10px 0; 
}

#searchform #s{
	width: 100%;
	margin: 0 0 6px 0;
}

#content .post .entry p object{
	padding: 10px 0 10px 0;
}

.navigation {
	font-size: 100%;
	border-top: 1px solid #e1e1e1;
	padding: 10px 0 0 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.date {
	font-size: 60%;
}

/*-----------------------------------------------------------------------------
E-commerce -*/
h2.prodtitles{
	font-size: 110%;
	margin: 0px;
	padding: 0;
}

#loading {
	display:none;
	float:right;
}


#wide_left_col .product_block {
	background-color: #OOO;
	float: left;
	width: 190px;
	padding: 10px 10px 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e1e1e1;
}


.imagecol {
	width: 130px;
	float: left;
	border: 1px solid #e1e1e1;
	padding: 5px;
	margin: 0 10px 0 0;
}

.imagecol img{
	width: 130px;
	height: 130px;
}

.producttext {
	width: 190px;
	float: left;
}

.producttext h2 {
	font-size: 120%;
}



#cart {
	padding: 0;
	margin: 0;
	width: 290px;

}

table#shopping_cart th{
	border-bottom: 1px solid #bbb9b8;
	padding: 0 0 3px 0;
}

.border_top {
	border-top: 1px solid #e1e1e1;
	height: 1px;
	margin: 2px 0 2px 0;
}

.small_hr {
border-top: 1px solid #e1e1e1;
	height: 1px;
	margin: 2px 0 2px 0;
}

.large_link {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

.float_right {
	float: right;
	margin: 0 0 0 5px;
}

.padding_left {
padding: 0 0 0 6px;
}

.signup td {
	border-bottom: 1px solid #cac6d8;
}

.signup th {
	border-bottom: 1px solid #cac6d8;
	width: 150px;
}

.signup input{
	width: 200px;
	float: left;
}

.signup textarea{
	width: 204px;
	float: left;
}

.signup select {
	width: 206px;
}

.signup_submit {
	margin: 20px 0 20px 0;
}

.membersign {
	padding: 8px 0 4px 0;
	float: left;
	border-bottom: 1px solid #cac6d8;
	border-top: 1px solid #cac6d8;
}

.membersign th{
	padding: 0;
}

.membersign td{
	padding: 9px 0 5px 6px;
}

.error {
	float: left;
	margin: 5px 5px 5px 0;
}


.errortext {
	padding: 7px 0 0 0;
}

.large_link a{
	font-size: 130%;
}

#shopping_cart {
	width: 290px;
}

h1, h2, h3, .ngg-albumtitle, .quote p {
	font-family: 'Times New Roman', Times, Georgia, serif;   
	color: #827070;
	font-weight:normal;

}

.official {
	background: url('images/marilyn_official.jpg') top right no-repeat;
	width: 411px;
	height: 39px;
	display:block;
	text-indent:-10000px;
}