/**
 * Theme Name: Coronado
 * Theme URI: http://rosecitygardens.com/wordpress
 * Author: Liane Blanco
 * Author URI: http://rosecitygardens.com/
 * Description: This theme was inspired by beautiful Coronado Island, California.  Coronado has been updated to HTML5/CSS3 and the latest version of Wordpress, and now has custom background and header image options. You can also change the footer image through the Theme Customizer.
 * Version: 4.01
 * License: GNU General Public License
 * License URI: https://www.gnu.org/licenses/gpl.html
 * Tags: pink, purple, blue, light, two-columns, fixed-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready, custom-background, custom-header
 * Text Domain: coronado
 * 
 * Coronado WordPress Theme © 2014 RoseCityGardens
 * Coronado is distributed under the terms of the GNU GPL
 */

/* kill defaults */

* {
    margin: 0;
    padding: 0;
}

body {
    background: #a6a1c7 url(images/background.gif) top repeat-x fixed;
    font-family: 'Lucida Sans Unicode','Helvetic Neue',Helvetica,Geneva,Arial,sans-serif;
    font-size: 62.5%;
    text-align: center;
}

#wrapper {
    background-color: #ebeffb;
    background-image: url(images/container.gif);
    margin-left: auto;
    margin-right: auto;
    width: 750px;
}

#menutop {
    background: #ebeffb;
    height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
    width: 700px;
}

#header {
    background-color: #ebeffb;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    text-align: left;
}

#branding {
    height: 225px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 710px;
}

#site-title {
    clear: both;
    left: 35px;
    position: absolute;
    top: 50px;
    z-index: 1000;
}

#site-title h1,#site-title a {
    color: #e3e9fb;
    font: 500 40px 'Century Gothic',Helvetica,Tahoma,Geneva,Verdana;
    text-decoration: none;
}

#site-description {
    color: #f0f0f0;
    font: 500 1em Arial,'Lucida Sans Unicode',sans-serif;
    left: 45px;
    letter-spacing: .2em;
    position: absolute;
    top: 140px;
}

.space {
    background-color: #ebeffb;
    height: 25px;
    width: 100%;
}

#content {
    float: left;
    font-size: 1.4em;
    line-height: 150%;
    padding-left: 20px;
    text-align: left;
    width: 465px;
}

/* sidebar */

#sidebar {
    float: right;
    font-size: 1.3em;
    padding-right: 20px;
    text-align: left;
    width: 210px;
}

#sidebar p,#sidebar ul {
    line-height: 150%;
}

#sidebar ul li {
    font-size: 1em;
}

.xoxo li {
    margin-bottom: 15px;
}

.xoxo li ul li {
    background: url(images/bluebullet.gif) no-repeat top left;
    color: #333;
    margin-bottom: 0;
    padding-left: 15px;
}

.xoxo li ul li a {
    color: #333;
    text-decoration: none;
}

.xoxo li ul li a:active,.xoxo li ul li a:hover {
    color: #d66bc4;
}

.xoxo li p {
    margin-bottom: 15px;
    width: 175px;
}

.xoxo,.xoxo li ul {
    list-style-type: none;
}

.xoxo li ul li a:link,.xoxo li ul li a:visited,.xoxo ul li:first-line {
    color: #333;
}

/* footer */

#footer {
    background: #ebeffb;
    clear: both;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    text-align: center;
    width: 750px;
}

#footer-pic {
    background: url(images/coronado-bottom.gif) no-repeat;
    color: #e3e9fb;
    font-size: .9em;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    text-align: left;
    width: 710px;
}

#footer-pic p {
    margin-left: 20px;
}

#footer_pic a:link,#footer_pic a:visited,#footer_pic a:active,#footer_pic a:hover,#footer-pic a:link,#footer-pic a:visited,#footer-pic a:active,#footer-pic a:hover {
    color: #e3e9fb;
}

/* content headings */

h1,h2 {
    color: #999;
    font-weight: 500;
    margin-bottom: 15px;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.4em;
}
  

h3 {
    color: #919bbe;
    font-weight: 500;
    font-size: 1.2em;
}

h3,a:active,a:hover {
    color: #919bbe;
}

h1 a:link,h1 a:visited,h2 a:link,h2 a:visited {
    color: #999;
}

.entry-title {
    color: #999;
    font-size: 1.5em;
    margin-bottom: 30px;
    padding-top: 15px;
}

.entry-title a,#content h3 a {
    text-decoration: none;
}

.entry-title a,#content h3 a {
    text-decoration: none;
}

h3,a:active,a:hover {
    color: #919bbe;
}

h1.flourish {
	background: transparent url(images/page-title.gif) no-repeat top left;
	padding: 5px 0px 15px 55px !important;
}


/* menu */

#access ul {
    font-size: 15px;
    list-style: none;
    margin: 0 0 0 -.8125em;
    padding-left: 0;
}

#access li {
    float: left;
    position: relative;
}

#access li li {
    background: url(images/opaque-white.gif);
    border: none;
    border-bottom: 1px solid #ccc;
}

#access a {
    color: #818dca;
    display: block;
    line-height: 3.333em;
    padding: 0 1.2125em;
    text-decoration: none;
}

#access ul ul {
    border-bottom: 0;
    display: none;
    float: left;
    left: 0;
    margin: 0;
    position: absolute;
    top: 2.5em;
    width: 188px;
    z-index: 99999;
}

#access ul ul ul {
    border-bottom: 0;
    left: 100%;
    top: .5em;
}

#access ul ul a {
    background: transparent;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 1.4em;
    width: 168px;
}

#access li:hover > a,#access a:focus {
    background: transparent;
    color: #818dca;
}

#access .current-menu-item > a,#access .current-menu-ancestor > a,#access .current_page_item > a,#access .current_page_ancestor > a {
    font-weight: 700;
}

#access li a,#access li li a {
    text-decoration: none;
}

#access ul li:hover > ul {
    display: block;
}

#access li:hover > a,#access ul ul :hover > a,#access a:focus {
    background: transparent;
}

/* calendar */

#wp-calendar a,#menu-main li:hover ul,#menu-main li li:hover ul,#menu-main li li li:hover ul,#menu-main li li li li:hover ul {
    display: block;
}

#wp-calendar td.pad:hover {
    background: transparent;
}

#wp-calendar {
    background: #e0dcf5 url(images/form-bg.gif) no-repeat top left;
    border: 1px solid #a6a1c7;
    border-collapse: collapse;
    empty-cells: hide;
    margin-left: 0;
    width: 155px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar caption {
    color: #8681ab;
    font: 500 1.5em 'Century Gothic',Helvetica,Tahoma,Geneva,Verdana;
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    border: 1px solid #a6a1c7;
    border-collapse: collapse;
    font-size: 10px;
    padding: 4px;
    text-align: right;
}

#wp-calendar a,#wp-calendar a:link,#wp-calendar a:visited {
    border-bottom: none;
    color: #919bbe;
    text-decoration: none;
}

#wp-calendar th {
    background: url(images/button-big.gif) repeat-x bottom;
    border: 1px solid #a6a1c7;
    border-collapse: collapse;
    color: #333;
    font-size: 11px;
    font-weight: 600;
    padding: 4px;
    text-align: right;
    text-transform: capitalize;
}

/* lists */

#content ul {
    list-style-type: none;
    margin-left: 10px;
    padding-bottom: 10px;
}

#content ol {
    margin-left: 30px;
    padding-bottom: 10px;
}

#content ul li {
    list-style-image: url(images/bluebullet.gif);
    list-style-type: disc;
}

ul ul,ol ol {
    font-size: 100%;
}

dl {
	display: block;
	margin-bottom: 20px;
}

dt {
	font-weight: bold;
}
dd {
	padding-left: 25px;
}


/* date button */

.post-date {
    background: transparent url(images/datebutton.gif) no-repeat top;
    float: left;
    height: 54px;
    margin-right: 5px;
    text-align: left;
    width: 60px;
}

.month {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    height: 34px;
    padding-top: 0;
    text-align: center;
    vertical-align: top;
    width: 60px;
}

.day {
    color: #cec1e0;
    font-size: 24px;
    font-weight: 700;
    height: 20px;
    padding-top: 10px;
    text-align: center;
    width: 60px;
}

/*  entry meta */

.tiny-comments {
    background: url(images/tiny-comments.gif) no-repeat top right;
    float: right;
    height: 35px;
    padding-bottom: 1px;
    padding-right: 28px;
    padding-top: 1px;
}

.tiny-rss {
    background: url(images/tiny-rss.gif) no-repeat right;
    height: 25px!important;
    padding-right: 20px;
    padding-top: 3px;
}

.tiny-category {
    background: url(images/bluebullet.gif) no-repeat right;
    padding-right: 12px;
}

p.tagged {
    background-image: url(images/opaque-white.gif);
    border: 1px dotted #ccc;
    margin-top: 5px;
    padding: 5px 10px;
    width: 275px;
}

p.tagged a {
    font-size: .8em;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    background: url(images/opaque-white.gif) repeat;
}

.tiny-pencil {
    background: url(images/reply.gif) no-repeat top right;
    margin-right: 2px;
    padding-right: 16px;
}

.form-allowed-tags {
    display: none;
}

/* images */

.entry-content .wp-caption,.entry-content img,.comment-content img,.widget img,img.size-full .wp-post-image {
    height: auto;
    max-width: 97.5%;
}

img[class*=align],img[class*=wp-image-] {
    height: auto;
}

.wp-caption-text,.gallery-caption {
    text-align: left;
}

/* tables */

table {
    background: #fff;
    margin-bottom: 20px;
}

table,th,td {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

th {
    background: #a6a1c7;
    font-weight: 600;
}

th,td {
    padding: 5px;
}

th a:hover,th a:link,th a:visited,th a:active,.entry-footer a,a:link,a:visited {
    color: #000;
}

/* entry stuff */

.entry-footer {
    background: transparent url(images/post-background.gif) no-repeat bottom left;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.entry-meta {
    color: #919bbe;
    float: right;
    padding-top: 0;
}

.entry-meta {
    font-size: .8em;
}

postmetadata a {
    border-bottom: none;
}

.post-edit-link {
    background: url(images/tiny-pencil.gif) no-repeat left;
    float: right;
    padding-left: 13px;
    padding-top: 5px;
    text-align: right;
}

/* paragraphs */

#content p {
    line-height: 150%;
    margin-bottom: 10px;
}

#content blockquote p {
    padding: 0;
}

p.postmetadata {
    padding-top: 10px;
}

/* forms */

fieldset label {
    clear: both;
    font-size: 1.1em;
    line-height: 150%;
    padding-bottom: 5px;
    text-align: left;
}

fieldset {
    border: 1px dotted #d66bc4;
    padding: 10px;
    text-align: left;
}

legend {
    color: #d66bc4;
    font-size: 1.1em;
}

p label,label {
    clear: both;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0;
}

input,textarea,select {
    margin-bottom: 10px;
    padding-top: 0;
}

input,select,input.file {
    background: #e0dcf5 url(images/input-bg.gif) no-repeat top left;
    border: 1px solid #ead2ea;
}

option {
    background: #e0dcf5;
    border: 1px solid #ead2ea;
}

textarea {
    background: #e0dcf5 url(images/form-bg.gif) no-repeat top left;
    border: 1px solid #ead2ea;
    height: 150px;
    width: 380px;
}

.button,#submit {
    background: url(images/button-bg.gif);
    border: 2px solid #ead2ea;
    color: #333;
    padding: 2px;
}

/* miscellaneous */

code {
    font-family: 'Courier New',Courier,Garamond,serif;
}

strong {
    font-weight: 600;
}

author a {
    color: #000;
    text-decoration: none;
}

.aligncenter {
    text-align: center;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

.alignright,.alignleft {
    text-align: right;
}

p.byline {
    font-size: .8em!important;
}

.tiny-comments,.tiny-category,.post-edit-link,#footer-pic,.author {
    font-size: .8em;
}

.logged-in-as,#nav-below {
    font-size: .7em;
}

.clear {
    clear: both;
    width: 100%;
}

pre {
    margin-bottom: 10px;
    overflow: scroll;
    width: 465px;
}

hr {
    background-color: #ddd;
    color: #ddd;
    height: 1px;
    margin-bottom: 10px;
    width: auto;
}

blockquote {
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 15px;
    margin-left: 10%;
    margin-right: 10%;
    padding: 10px;
    width: auto;
}


/* Begin Comments*/



h3.comments-title, h3#reply-title  {
	padding-top: 20px;
	font-size: 1.3em;
}

.reply {
	margin-top: 15px;
	font-size: 1.3em;
}

#comments-list {
	font-size: .9em;
}

#comments-list ul li {
	font-family: 'Lucida Sans Unicode',Arial,Verdana,Geneva,Helvetica,sans-serif !important;list-style: none;
}

.alt {
	margin: 0;
	padding: 10px;
	}

#comments-list ul li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
#comments-list ul li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	border-left: 1px dotted #ccc;
}

#comments-list ul p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }


#comments-list ul li, #commentform input, #commentform textarea {
	font-family: 'Lucida Sans Unicode',Arial,Verdana,Geneva,Helvetica,sans-serif !important;}


#comments-list ul li {
	font-weight: bold;
}

#comments-list ul li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 5px;
	background: transparent;
	}

#comments-list cite, #comments-list cite a {
	font-weight: bold;
	font-style: normal;
	}

#comments-list p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.comment-form-comment {
	font-family: 'Lucida Sans Unicode',Arial,Verdana,Geneva,Helvetica,sans-serif;
	}
	
	
.reply a {
	height: 25px;
	background: url(images/button-big.gif) repeat-x;border: 2px solid #ead2ea;color: #333;
	text-decoration: none;
	padding: 2px 4px;
	font-size: .8em;
}
.says {
	display: none;
}

.commentmetadata {
	font-size: .8em;
	font-weight: 500;
}
/* End Comments */

.bypostauthor {}
