/*
Theme Name: Summer 2011
Theme URI: http://spencer-grammer.com
Description: Theme implemented Summer 2011.
Version: v1
Author: Christine Floersch
Author URI: http://mypretty.org
Tags: pink, purple, beige, pastel
*/

/* HTML Elements */
* {
	margin: 0px;
	padding: 0px; }

body {
	font: 11px Arial;
	background: #e7e5d1 url(images/background.jpg) repeat-x;
	color: #52304e; }

p {
	margin: 15px 0px; }

a {
	color: #8f5b8b;
	text-decoration: none; }

a:link, a:visited {
	color: #8f5b8b;
	text-decoration: none; }

a:hover {
	color: #c484a8;
	text-decoration: none; }

a img {
	border: 0px; }

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0px 10px;
	font: 12px Arial;
        color: #59422f;
	line-height: 14px;
	margin:10px 60px 0px 50px; }

select {
	width: 130px; }

/* Structure */

#head {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	font-size: 11px; }

#page {
	width: 940px;
	margin: 0px auto;
	padding: 10px;
	background: #e7e5d1 url(images/pagebg.jpg) repeat-x;
	font-size: 12px; }

#intro {
	position: absolute;
        top: 250px;
        width: 350px;
        left: 50%;
    	margin-left: 15px;
        text-align: center; }

.left, .alignleft {
	float: left; }

.right, .alignright {
	float: right; }


/* Navigation Bar*/

#navbar {
	margin: 0px auto;
	padding: 0px;
        text-transform: uppercase; }

#page-bar {
	width: 722px;
        font: 11px Arial;
        letter-spacing: 1px; }

#page-bar ul {
	list-style: inline; }

#page-bar li {
	float: left;
	list-style: none;
	cursor: pointer;
	display: block; }

#page-bar li:hover {
	background: url(images/navhover.jpg); }

#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding: 9px 13px;
	font-weight: bold;
	color: #865379;
	display: block; }

#page-bar a:hover {
	text-decoration: none;
	display: block;
        color: #ab83a2; }

/* Dropdown Menus */
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
        display: none;
	}

#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #000000;
	width: 122px;
	float: none;
	margin-top: 1px;
	padding: 5px 10px 5px 18px;;
	}

#page-bar li li a:hover, #page-bar li li a:active {
	background: #8cd14d;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
        display: none;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}

#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font: 11px;
	font-weight: bold; }

h2 {
	font: 11px Arial; }

h3 {
	margin-bottom: 3px;
	color: #9b252a;
	font-weight: bold; }

h4 {
	font: 11px Arial; }

h3#respond {
	margin-top: 0px;
	padding-top: 10px;
        font-size: 11px;
        color: #a26b8b; }

h3#comments {
	margin-top: 0px;
	padding-left: 0px;
        font-size: 11px; }

h3.authors {
	margin-top: 15px; }

/* Index Page*/

#header {
	width: 890px;
        height: 348px;
        background: #e7e5d1 url('/wp-content/themes/v1/images/layout.jpg') center no-repeat; }

#tagline {
	margin-top: 5px;
	font-size: 11px;
	color: #333;}

#top {
	padding: 0px; }

#featured {
	width: 920px;
        min-height: 66px;
	background: #bab58e;
	float: left;
	padding: 8px 10px 0px 10px;
        -moz-border-radius: 10px;
	border-radius: 10px;
        font-size: 11px; }

#featured img {
	-moz-border-radius: 30px;
	border-radius: 30px; }

#featured a img {
	border: 1px solid #ffffff;
        padding: 1px;
        background: #a9a371;
        opacity:0.3;
        filter:alpha(opacity=30); }

#featured a:hover img {
	border: 1px solid #ffffff;
        background: #a9a371;
        opacity:1;
        filter:alpha(opacity=100); }

#middle {
	width: 920px;
	background: #bab58e;
	float: right;
	padding: 10px;
	margin: 10px 0px;
        -moz-border-radius: 10px;
	border-radius: 10px; }

.category {
	width: 164px;
	float: left;
	border-top: 8px solid #bab58e;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	background: #bab58e;
        font-size: 11px; }

.category p {
	margin: 0px; }

#cat-1, #cat-3, #cat-5  {
	border-top: 8px solid #e5c3cb; }

#cat-2, #cat-4 {
	border-top: 8px solid #ecd8cd; }

.category span.cat_title {
	text-transform: uppercase;
	margin: 0px;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px; }

#archive .cat_title {
	font-weight: normal;
        font-size: 11px;
        margin: 0px; }

.category a {
	color: #513149;
	display: block;
	background: none; }

.category a:hover {
	background: none;
	color: #513149;
	text-decoration: none; }

#cat-1:hover, #cat-3:hover, #cat-5:hover {
	background:#ecd4da;
        color:#513149; }

#cat-2:hover, #cat-4:hover {
	background:#e4c8b8;
        color:#513149; }

#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {
	background:#ecd4da;
        color:#513149; }

#cat-2:hover a, #cat-4:hover a {
	background:#e4c8b8;
        color:#513149; }

#cat-5 a {
	color: #513149; }

#bottom {
	width: 940px; }

#front-list {
	width: 590px;
	background: #f5eee9;
	padding: 10px;
	font-size: 11px;
	line-height: 14px;
	float: left;
	-moz-border-radius: 10px;
	border-radius: 10px; }

#archive {
	padding-top: 15px;
	font-size: 11px;
	line-height: 14px; }

#front-list blockquote {
	padding: 0px 10px 15px 10px;
        opacity:0.5;
        filter:alpha(opacity=50);
        background: #ffffff;
        color: #241525;  }

#front-list .title, #archive .title, h3 {
	font-weight: bold;
	font: 16px Georgia;
        font-style: italic;
	letter-spacing: 1px;
        color: #c99fbc;
        margin-top: 20px; }

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom: 10px;
	margin-bottom: 0px;
        background: #f5eee9 url(images/contentbg.jpg) top repeat-x;
        min-height: 100px;
        border-bottom: 2px solid #efe2de; }

#front-list .spoiler, #archive .spoiler {
	display: block;
	margin-top: 3px;
        font-size: 12px; }

#front-list p, #archive p {
	margin: 0px;
        margin-top: 15px;
	padding: 0px; }

.author {
	font-size: 11px;
	font-weight: bold; }

.meta {
	font-size: 11px;
	color: #333; }

.meta a {
	color: #333; }

/* Media Page*/
.inner ol li {
	display: inline; }

#download-page-search {
	padding: 5px; }

#dlsearch {
	margin: 2px; }

/* Content Page*/

#content {
	width: 590px;
	background: #f5eee9;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	float: left;
	min-height: 400px;
        -moz-border-radius: 10px;
	border-radius: 10px; }

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight: bold;
	color: #c298bf; }

#content h2.title {
	font-weight: bold;
	font: 16px Georgia;
        font-style: italic;
	letter-spacing: 1px;
	border-bottom: 2px solid #efe2de;
	padding: 5px 0px;
        color: #8c5a84; }

.childpage a {
	margin: 0px 0px 5px 0px;
        padding: 5px;
        background: #e8d4ce;
        border: 1px solid #e8d4ce;
        display: block;
        font: bold 11px Verdana;
        letter-spacing: 1px; }

.childpage a:hover {
	background: #e3e1cb;
        text-decoration: none;
        border: 1px solid #ccc8a6; }

.post {
	font-size: 11px;
	line-height: 14px; }

.post p {
	margin-top: 15px; }

.post .clearfloat {
	border-bottom: 1px dotted #ccc;
	margin: 10px 0px; }

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom: 15px; }

.post ul li, #front-list ul li {
	list-style: square;
	margin-left: 30px; }

.post ol li, #front-list ol li {
	list-style: decimal;
	margin-left: 30px; }

.post ol li ul li, #front-list ol li ul li {
	list-style: square;
	margin-left: 20px; }

.post img, .post a img, #front-list img, #archive img {
	border: 1px solid #dbc3b1;
        background: #faf7f4;
	margin: 0 10px 5px 0;
	padding: 2px; }

.post a:hover img #front-list a:hover img, #archive a:hover img {
	border: 1px solid #b4ae80;
	margin: 0 10px 5px 0;
	padding: 2px; }

.post .ads {
	margin-top: 10px; }

.entry {
	margin-top: 10px;
        font-size: 12px; }

#stats {
	margin-top: 0px;
	padding: 4px 0px;
	font: 11px; }

#stats span {
	padding: 0px 20px 0px 0px; }

#stats span a:hover {
	background: none; }

#stats span a {
	color: #333; }

#stats img, #nav img {
	border: 0px;
	margin: 0px;
	padding: 0px; }

.navigation {
	padding: 5px 0px;
	text-align: center; }

/* Sidebar*/

#sidebar {
	width: 320px;
	float: right;
	margin: 0px 0px 0px 0px;
        font-size: 11px; }

#sidebar h3, #sidebar h2 {
	font-size: 11px;
	font-weight: bold;
        letter-spacing: 1px;
        color: #865379;
	margin: 10px 0px 5px 0px;
	padding: 3px 10px; }

#sidebar-top, #sidebar-bottom {
	width: 300px;
	float: right;
	padding: 0px 10px 10px 10px;
	background: #ccaac2;
        -moz-border-radius: 10px;
	border-radius: 10px; }

#sidebar-bottom2 {
	width: 300px;
	float: right;
	padding: 0px 10px 10px 10px;
	background: #bab58e;
        -moz-border-radius: 10px;
	border-radius: 10px; }

#sidebar-bottom, #sidebar-bottom2, #sidebar-middle {
	margin-top: 10px;
        -moz-border-radius: 10px;
	border-radius: 10px; }

#sidebar-top {
	text-align: center;
        -moz-border-radius: 10px;
	border-radius: 10px; }

#sidebar-top h3 {
	text-align: left }

#sidebar-middle {
	width: 320px;
	float: right;
        -moz-border-radius: 10px;
	border-radius: 10px; }

#sidebar-left {
	width: 130px;
	padding: 0px;
	float: left;
	background: #e5c3cb;
        text-align: center;
        min-height: 250px;
        padding-top: 5px;
        -moz-border-radius: 10px;
	border-radius: 10px; }

#sidebar-right {
	width: 160px;
        min-height: 255px;
	padding: 0px 10px 0px 10px;
	float: right;
	background: #e4c8b8;
        -moz-border-radius: 10px;
	border-radius: 10px; }

#sidebar-left2 {
	width: 130px;
	padding: 0px;
	float: left;
	background: #e4c8b8;
        text-align: center;
        min-height: 200px;
        padding-top: 5px;
        -moz-border-radius: 10px;
	border-radius: 10px; }

#sidebar-right2 {
	width: 160px;
        min-height: 200px;
	padding: 0px 10px 0px 10px;
	float: right;
	background: #e5c3cb;
        -moz-border-radius: 10px;
	border-radius: 10px; }

#sidebar li {
	display: inline; }

#sidebar a img {
	border: 1px solid #c092b3;
        padding: 2px;
        background: #dec8d8;
        -moz-border-radius: 5px;
	border-radius: 5px;
        opacity:0.3;
        filter:alpha(opacity=30); }

#sidebar a:hover img {
	border: 1px solid #c092b3;
        background: #dec8d8;
        opacity:1;
        filter:alpha(opacity=100); }

#sidebar-bottom2 a img {
        opacity:1;
        filter:alpha(opacity=100);
        background: #cac5a5; }

#sidebar img {
	border: 1px solid #c092b3;
        padding: 2px;
        background: #dec8d8;
        margin-right: 2px;
         -moz-border-radius: 5px;
	border-radius: 5px; }

#sidebar-middle a {
	color: #a2628c; }

#sidebar-middle a:hover {
	color: #b579a0; }

#sidebar-bottom a {
	color: #e4d2df; }

#sidebar-bottom a:hover {
	color: #e4dfd2; }

/* Form Elements */

select {
	border: 1px solid #ded6b8;
	background: #e7e1c9;
	width: 100%;
        font: 10px Verdana;
        margin: 1px; }

.field, input, textarea {
	padding: 2px;
	border: 1px solid #ded6b8;
	background: #e7e1c9;
        font: 10px Verdana;
        margin: 1px; }

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
        background: #e7e1c9;
        font: 10px Verdana;
        border: 1px solid #ded6b8; }

#commentform textarea {
	width: 99%;
	margin-top:5px;
        background: #e7e1c9;
        font: 10px Verdana;
        border: 1px solid #ded6b8;; }

/* Comments*/

.commentlist cite {
	font-style: normal;
	margin-bottom: 2px;
	display: block; }

.commentlist blockquote {
	background: #ededed; }

.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style: none;
	margin-bottom: 3px; }

.commentlist li li {
	background: none;
	border: none;
	list-style: square;
	margin: 3px 0px 3px 20px;
	padding: 3px 0px; }

.commenttext {
	padding: 5px;
	background: #f2f2f2;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 580px; }

.commentlist cite strong {
	font-size: 10px; }

li.my_comment {
	background: #FFF;
	border: none; }

li.my_comment cite strong {
	font-size: 10px;
	color: #313228; }

#commentform small {
	background: #FFF;
	font-weight: bold;
	padding: 0px; }

.commentmetadata {
	color: #4d4d4d;
	display: block;
	margin-top: 3px;
	text-align: right;
	font-size: 10px; }

.commentmetadata a, .commentmetadata a:visited {
	color: #959382; }

.commentlist small {
	background:#e9e9e9; }

#comment {
	width: 590px;
	background: #fff; }

/* Footer*/

#footer {
	margin: 0px auto;
	width: 960px;
        color: #938c57;
	font-size: 11px;
        letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
        text-align: center; }

#footer a {
	color: #c77c6c;
	text-decoration: none; }

#footer a:hover, a:active {
	text-decoration: none; }

/* Float Properties*/

.clearfloat:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden; }

.clearfloat {
	display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfloat {
	height: 1%; }

*+html .clearfloat {
	height: 1%; }

.clearfloat {
	display: block; }

.wp-pagenavi { margin: 15px 0px 15px 0px; }
.wp-pagenavi a, .wp-pagenavi a:link { font-size:11px; padding: 5px 9px; margin: 2px; text-decoration: none; color: #633165; background-color: #bab58e; border: 2px solid #faf7f5; }
.wp-pagenavi a:visited { font-size:11px; padding: 5px 9px; margin: 2px; text-decoration: none; color: #633165; background-color: #bab58e;  border: 2px solid #faf7f5; }
.wp-pagenavi a:hover { font-size:11px; padding: 5px 9px; margin: 2px; text-decoration: none; color: #633165; background-color: #e7cbc2;  border: 2px solid #faf7f5; }
.wp-pagenavi a:active { font-size:11px; padding: 5px 9px; margin: 2px; text-decoration: none;  border: 2px solid #faf7f5; color: #633165; background-color: #e7cbc2; }
.wp-pagenavi span.pages { font-size:11px; padding: 5px 9px; margin: 2px; text-decoration: none; color: #633165; background-color: #bab58e;  border: 2px solid #faf7f5; }
.wp-pagenavi span.current { font-size:11px; padding: 5px 9px; margin: 2px; text-decoration: none; color: #633165; background-color: #ccacc3;  border: 2px solid #faf7f5; }
.wp-pagenavi span.extend { font-size:11px; padding: 5px 9px; margin: 2px; text-decoration: none; color: #633165; background-color: #bab58e;  border: 2px solid #faf7f5; }
