/*
Stylesheet for Sarah L.
dunderbug.com / nadine lessio
copy left ppl, feel free to use things, but tell me about it and credit me. 
*/

/*global */

* {
	border: none;
	margin: 0;
}

body {
	color: #333;
	font: 70% "Lucida Grande", Lucida, Verdana, sans-serif;
line-height: 16px;
	background: url(../images/pattern_022.gif) top left repeat;
}

p {
	margin:  0 0 5px 0;
}


/* structural things*/


#innerWrap {
	width: 900px;
	margin: 0 auto;
	background: white;
}

#header {
	height: 90px;
	background: url(http://sarahl.com/images/header2.jpg) top left no-repeat;
}

#footer {
	clear: both;
	background: url(http://sarahl.com/images/footer.jpg) bottom left no-repeat;
	text-align: center;
	padding: 20px 0 30px 0;
}

#smallFloat {
	/*background: yellowgreen;*/
	float: left;
	width: 300px;
	margin-left: 10px;
}

#largeFloat {
	/*background: orange;*/
	float: left;
	width: 560px;
	margin-left: 10px;
	
}

#largeFloat img, #smallFloat img {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #e8e8e8;
	background: white;
	/*70 px img total of 80 w padding and things*/
}

a:hover img  {
	background: aliceblue;
}

#logo {
	float:  left;
	width:  310px;
       padding: 20px 0 0 30px;
      /*border: 1px solid #000;*/
}



/* navigation */



.section_list {
	list-style-type: none;
	padding: 40px 55px 0 0;
	background: url(images/headerFan.jpg) 50px 0px no-repeat;
       /* border: 1px solid red;*/
float: right;
       width: 450px;
	
	}

.section_list li {
	float: right;
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif; 
	padding-right: 20px;
	background: url(images/headerFan.jpg) top left no-repeat;
}

/*classes and things */


.video {
float: left; 
width: 270px; 
margin: 0 0 10px 0;
}


.grey {
	background: #d8f3f0;
	padding: 5px;
	margin:  0 0 10px 0;
	
}

.more {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	padding: 3px 0 3px 0;
}

.padded {
	padding: 0 0 10px 15px;
}


/* headers and titles */

h1, h2 {
	height: 40px;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif; 
	color: #000;
}
h1 {
	background: url(http://sarahl.com/images/h1.jpg) top left no-repeat;
	padding: 10px 0 0 65px;
	
}

h2 {
	background: #d8f3f0;
	padding: 3px;
	margin-bottom: 5px;
	height: 20px;

}

h3 {
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif; 
	padding: 0 0 3px 0;
}

h4 {
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

h5 {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif; 
	
	margin-bottom: 5px;
}

/* link */

a {
	color: #339999;
	text-decoration: none;
}

a:hover {
	color: #66cccc;
text-decoration: none;
}

a:visited {
	text-decoration: none;
}

#logo a:hover img {
text-decoration: none;
background: none;
}


h1 a {
color: #000;
}

h1 a:hover {
color #000;
}



/*lists */

ul {
	list-style: circle;
	padding-top: 5px;
}

ul li {
	padding: 3px 0 3px 0;
	margin: 0;
}



/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

#cpreview {
color: #000;
background-color: #f1f1f1;
border: 1px solid #ddd;
}

#txpCommentInputForm td {
vertical-align: top;
}

.comments1 {
border-bottom: 1px dotted #ccc;
margin: 0 15px 5px 0;
}



/* store
----------------------------------------------- */

#smallStoreItems h4, .storeLarge h4 {
	
	width: 550px;
}

#smallStoreItems {
	margin-bottom: 10px;
	
}

.storeLarge {
	margin-bottom: 10px;
	width: 550px;
}

.lead {
	padding-bottom: 10px;
	width: 550px;

}

.storeItem { }

.storeDesc {
	float: left;
	margin-bottom: 10px;
	width: 310px;
}

.storeImage {
	float: left;
	width: 240px;
}


.storeColumn {
	
	float: left;
	width:  186px;
}

.storeColumn * {
	padding-right: 9px;
}

.btn {
background: #339999;
border: 1px solid #ccc;
color: #fff;
margin: 5px 0 10px 0;
padding: 5px;
}

.btn:hover {
opacity:0.8;filter:alpha(opacity=80);
}



input {
margin: 0;
padding: 0;
}



/* clear fix
----------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
