/* Spring Theme */

body,
button,
input,
select,
textarea {
	color: #404040;
	line-height: 28px;
	font-size: 18px;
	font-family: Garamond, Georgia;
}

hr {
	background-color: #ccc;
}
pre {
	background: #eee;
}
abbr, acronym {
	border-color: #666;
}
mark, ins {
	background: #fff9c0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	-webkit-box-shadow: inset 0 2px 1px #fff;
	-moz-box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ccc;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
/* Links */
a {
	color: #ea5396;
}
a:hover,
a:focus,
a:active {
	color: #8cd8d9;
}

body {
	background: #75dfe8;
}
.site {
	background: #fff;
}
.site {
	box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
}

h1.site-title a {
	color: #333;
}
h2.site-description {
	color: #aaa;
	padding: 0;
	font-size: 16px;
	font-style: italic;
}


/* Menu */


.main-navigation ul ul a:hover {
	background: #efefef;
}
.main-navigation ul ul {
	background: #fff;
	border: 1px solid #ea5396;
	-webkit-box-shadow: 3px 3px 0px 0px #ea5396;
	-moz-box-shadow: 3px 3px 0px 0px #ea5396;
	box-shadow: 3px 3px 0px 0px #ea5396;
}
.main-navigation ul ul :hover > a {
	color: #fff;
	background: #ea5396;
}

/* Content */
.home h1.entry-title,
.home h1.entry-title a,
.category h1.entry-title,
.category h1.entry-title a {
	color: #fff;
}

.wp-caption {
	border: 1px solid #ccc;
}

#main {
	border-top: 1px solid #eee;
}

#leftnav {
	left: -30px;
	background-position: -1px -61px;
}
#rightnav {
	right: -30px;
	background-position: -26px -61px ;
}
#leftnav:hover {
	background-position: -1px -26px;
}
#rightnav:hover {
	background-position: -26px -26px;
}
#rightnav.disabled {
	background-position: -26px -26px;
	cursor: default;
}
#leftnav.disabled {
	background-position: -1px -26px;
	cursor: default;
}
.loading {
	background: url(../images/ajax-loader.gif) no-repeat;
}

.has-sidebar .site-content {
	padding-top: 0;
}
aside {
	margin-top: 1em;
}

/* Comments */

.comment .avatar {
	background: #eaeaea;
	border: 3px solid #eaeaea;
}
.bypostauthor .avatar {
	border-color:#222;
}
.comment-author-admin {
	background:#fbfbfb!important;
	border:#fa6274;
}
.comment-author cite a {
	color:#37393c;
}
.comment-author cite a:hover {
	color:#fa6274;
}
.comment-meta a {
	color:#9fa2a6;
}
.comment-meta a:hover {
	color:#5e6066;
}
#commentform label span {
	color:#fa6274;
} 

/* =Footer
----------------------------------------------- */
footer.entry-meta {
	background: #e8f3f3;
	color: #666;
	font-size: 15px;
    font-style: italic;
}
.site-info, .site-info a {
	color: #aaa;
	font-size: 15px;
}
.site-info a:hover {
	color: #888;
}
