﻿/*
Theme Name: Laurie Sarah Designs
Theme URI: http://www.lauriesarahdesigns.com/
Description: For Laurie Sarah Designs by Uncommon Solutions 4/10/10
Version: 1.0
Author: John Hanna
Tags: 960 grid, black and blue

based on Simon WP Framwork
*/

@import url('reset.css');
@import url('typography.css');
@import url('grid.css');
@import url('forms.css');
	
/* header */
.header {
        padding: 5px 0px 50px 0px;
}
#header-wrap h1 {
        width: 400px;
        padding: 0px;
        margin: 0px;
        float: left;
}
#header-wrap .description {
        clear: both;
}
#search-bar {
        width: 400px;
        float: right;
}

/* links */
a:link, a:visited {
color:#66CCFF;
	text-decoration: none;
	}
	
a:hover {
color:#66CCFF;
	text-decoration: underline;
	}
/* navigation */
#nav-bar {
	width: 960px;
	height: 26px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#navbar-left {
	width: 850px;
	height: 26px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbar-right {
	width: 30px;
	height: 26px;
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	}
	
#navbar-right a img {
	border: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	display: block;
        font-weight: bold;
        margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	}
	
#nav a:hover {
	display: block;
	text-decoration: underline;
        margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nav li li {
	display: none;
	}
/* header */
#footer {
        margin: 30px 0px 30px 0px;
        padding: 30px 0px 30px 0px;
        border-top-width: 3px;
}
/* Misc */
.wp-caption {
	border: 1px solid;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/* post */
.meta {
}
/* COmments */
#comments {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top-width: 1px;
}
#postcomment {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top-width: 1px;
}
/* featured section */
#featured-sticker {
        width: 100px;
        padding: 5px;
        margin-left: 800px;
        text-align: center;
        position: absolute;
        float: right;
}
#featured-post {
        padding:20px;
        margin: 0px 0px 45px 0px;
        border-top-width: 3px;
    border-bottom-width: 1px;
}

#post-entries {
        padding: 0px 0px 20px 0px;
        margin: 0px 0px 20px 0px;
}

#sidebar {
	border-left-width: 1px;
	padding-left: 10px;
}

/***************************************************/

/* slide show */
.slides, .showtime {
	float: right;
	margin: 0px 0px 10px 15px;
}
.tfe {
	float: left;
	margin: 0px 10px 5px 0px;
}
/* font choices */
body, li.widget>ul, th, td, tf {
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
}
h1, h2, li.widget {
	font-family:'EdwardianScriptITC','Edwardian Script ITC','ArialMT','Arial',sans-serif;
}

li.widget {
	font-size: 2em;
}
li.widget>ul {
	font-size: 12px;
}
#recent-posts-3>ul>li {
	padding-bottom: 15px;
	font-style: italic;
}

/* color choices */
/* pallete
#6cf base
#69f similar accent
#f67 compliment1
#FE6 compliment2
#BBB gray
#FFF white
#9BD disabled
*/
html, body, div, li.widget>ul {
	background-color: #000;
	color: #bbb;
	border-color: #333;
	border-style: solid;
}
#header-wrap .description { float: right; margin-right: 25px; width: 30%; }

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
}
h1, h1 a:link, h1 a:visited, 
h2, h2 a:link, h2 a:visited, 
h3, h3 a:link, h3 a:visited,
#header-wrap .description, li.widget
{
	color: #6cf;
}
a:link, a:visited {
	color:#888;
text-decoration: underline;


}
a:focus, a:hover {
	color:#6BD5FF;
}

blockquote {
	color: #666;
}
del {
	color:#ccc;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
thead th {
	background: #c3d9ff;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
/*

#featured-post {
        background-color: #f3f3f3;
.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	
#nav-bar {
        border-bottom-color: #ccc;
a:link, a:visited {
	color: #006699;
#footer {
        border-top-color: #ccc;
#comments {
        border-top-color: #ccc;
}
#postcomment {
        border-top-color: #ccc;
}
*/

/* featured section */
#featured-sticker {
}
#featured-post {
        background-color: #f3f3f3;
}
#searchsubmit, #submit {
	padding: 4px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#555;
}
input[type=text], input[type=password], input[type=submit], input.text, input.title, textarea, select,
#s, #searchsubmit, #submit {
	background-color: #222;
	border-color: #333;
	color: #bbb;
	border-width: 1px;
}
