/*
Theme Name: Spectrum – WordPress.com
Theme URI: http://theme.wordpress.com/themes/spectrum/
Description: A beautiful and colorful theme that can be further customized with support for custom menus, background, and header. It also features a full-width template for showing your images. It supports several post formats including aside, gallery, link, status, and quote.
Version: 1.0.2
Author: Ignacio Ricci
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*- Reset Styles -----------------------------------------------------------*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, li {
	line-height: 100%;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*- General Styles ---------------------------------------------------------*/

body {
	font: 100% Helvetica-Neue, Helvetica, Arial, sans-serif;
	background: #EEE url(images/bgs/body.jpg) no-repeat center top;
}
#header,
#main-wrap,
#footer {
	width: 1000px;
	margin: 0 auto;
}
#main-wrap {
	clear: both;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#site-description h2,
.main-title,
.post h4,
.post blockquote,
.sidebar-title h4,
.sidebar-box li,
#tag-cloud li,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
	font-family: Cambria, Georgia, serif;
}
.left-fold,
.right-fold,
.pointer,
.reply-link a,
#searchform button,
#respond input#submit {
	display: block;
	background-image: url(images/sprite.png);
}
#searchform button,
#respond button,
.reply-link a {
	font-size: 0;
	text-indent: -9999em;
}
/*- Rounded corners -*/
#header .page-list a,
div.comment,
div.pingback {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*- Sub Titles -*/
.sub-title {
	margin: 0 0 30px;
	position: relative;
	clear: both;
}
.sub-title h4,
#reply-title {
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 130%;
	padding: 11px 0 10px 95px;
}
.comment-author-and-date,
#comment-list li,
.reply-link,
#navigation,
#tag-cloud ul,
#footer .page-list ul {
	overflow: hidden;
}
.accesible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.fieldFocus {
	color: #000 !important;
	border-color: #CCC !important;
	border-bottom: 1px solid #999 !important;
}
#searchform button,
#respond button {
	display: inline;
	height: 32px;
	cursor: pointer;
}
body.archive .post {
	padding-bottom: 0;
}


/*- Unsemantic design elements added via JS (spectrum-min.js) --------------*/

.left-fold,
.right-fold,
.edge,
.pointer {
	position: absolute;
	z-index: 1;
}
.left-fold,
.right-fold {
	width: 29px;
	height: 29px;
	bottom: -30px;
}
.left-fold {
	left: 0;
}
.right-fold {
	right: 0;
}
.sub-title .left-fold,
.sub-title .right-fold {
	bottom: -29px;
}
.main-title .left-fold {
	background-position: 0 -66px;
}
#comment-list .sub-title .left-fold {
	background-position: -30px -66px;
}
#respond .sub-title-border .left-fold {
	background-position: -60px -66px;
	bottom: -28px;
}
.right-fold {
	background-position: -120px -66px;
}
#tag-cloud .sub-title .left-fold {
	background-position: -90px -66px;
}
.edge {
	width: 11px;
	height: 55px;
}
.main-title .edge {
	background: url(images/bgs/post/main-title-edge.gif) no-repeat 0 0;
	top: 0;
	right: -11px;
}
.sidebar-title .edge {
	left: -11px;
	bottom: -1px;
	background: url(images/bgs/sidebar/sidebar-title-edge.gif) no-repeat 0 0;
}
.pointer {
	width: 8px;
	height: 16px;
	background-position: -150px -66px;
	top: 14px;
	left: -1px;
}
div.comment-author-admin .pointer,
div.bypostauthor .pointer {
	background-position: -159px -66px;
}


/*- Header -----------------------------------------------------------------*/


#header {
	padding-bottom: 35px;
}
#header #logo h1 {
	font-family: 'Lobster', 'lobster-1', 'lobster-2', Cambria, Georgia, serif;
	font-weight: normal;
	font-size: 2.9em;
	line-height: 130%;
	padding: 24px 0 0 50px;
	text-rendering: optimizeLegibility;
	width: 440px;
}
#header #logo h1 a {
	color: #11242E;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
#header .page-list {
	float: right;
	margin: -45px 30px 0px 0px;
	width: 500px;
	padding-top: 10px;
}
#header ul a {
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	padding: 7px 12px;
	margin-bottom: 5px;
	background: #111;
	background: rgba(0,0,0,0.7);
	text-shadow: 1px 1px 1px #000;
	opacity: 0.6;
}
#header .page-list a:hover {
	text-decoration: none;
}
#header ul a:hover {
	opacity: 1;
}
#header li {
	position: relative;
	float: right;
	margin-left: 5px;
}
#header .children .children,
#header .sub-menu .sub-menu {
	margin-left: 12px;
}
#header ul ul {
	display: none;
	position: absolute;
	top: auto;
	right: 0;
	float: left;
	z-index: 99999;
	background: #111;
	background: rgba(0,0,0,0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 160px;
}
#header ul ul ul {
	top: 0;
	right: 98%;
	border-right: 1px solid #000;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
#header ul ul li {
	min-width: 85px;
	margin-left: 0;
}
#header ul ul a {
	background: transparent;
	margin-bottom: 0;
	opacity: 0.6;
	width: 136px;
}
#header ul li:hover > ul {
	display: block;
}
#header ul li a:hover,
#header ul li:hover > a,
#header ul li.current_page_item > a,
#header ul li.current_page_parent > a,
#header ul li.current_page_ancestor > a,
#header ul li.current-cat > a,
#header ul li.current-menu-ancestor > a,
#header ul li.current-menu-item > a,
#header ul li.current-menu-parent a {
	opacity: 1 !important;
	background: #000;
}
#header ul ul li a:hover,
#header ul ul li:hover > a,
#header ul ul li.current_page_item > a,
#header ul ul li.current_page_parent > a,
#header ul ul li.current_page_ancestor > a,
#header ul ul li.current-cat > a,
#header ul ul li.current-menu-ancestor > a,
#header ul ul li.current-menu-item > a,
#header ul ul li.current-menu-parent a {
	background: #000;
}


/*- Main Content -----------------------------------------------------------*/

#main {
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 5%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(5%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,.0) 0%,rgba(255,255,255,1) 5%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.8);
	color: #333;
	margin: 0px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
#content,
#sidebar {
	margin-top: 30px;
}
#content {
	float: left;
	width: 660px;
	margin-left: -30px;
}
.page-template-full-width-php #content {
	width: 940px;
}
#sidebar {
	float: right;
	width: 300px;
	margin-right: -30px;
}


/*- Site Description -------------------------------------------------------*/

#site-description {
	padding: 25px 35px;
	background: url(images/bgs/siteDescription.png) no-repeat center bottom;
}
#site-description h2 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 150%;
	color: #666;
	text-shadow: 1px 1px #FFF;
}
#header-image {
	margin: 20px 0;
}


/*- The Post ---------------------------------------------------------------*/
.sticky {}

.post {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 30px;
}

.post-meta {
	float: left;
	width: 575px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #999;
	padding: 10px 15px;
	margin-left: 55px;
	border-bottom: 1px solid #DDD;
}
.post-meta p,
.post-meta li {
	float: left;
}
.post-meta p {
	padding-left: 25px;
}
.post-meta p.date {
	padding-left: 5px;
}
.post-meta a {
	line-height: 130%;
	color: #999;
}
.post-meta a:hover {
	color: #666;
}
.main-title {
	padding: 7px 0 9px 65px;
	background: #6AB32E url(images/bgs/post/main-title.png) no-repeat 0 0;
	border-bottom: 1px solid #5A962F;
	min-height: 39px;
	position: relative;
}
.main-title h3,
.main-title h3 a {
	color: #FFF;
}
.main-title h3 {
	font-size: 1.9em;
	font-weight: normal;
	line-height: 130%;
	text-shadow: 1px 1px #5A962F;
	margin-right: 140px;
}
.post-date {
	color: #51892a;
	font-size: 1.6em;
	letter-spacing: -0.05em;
	position: absolute;
	top: 13px;
	right: 15px;
	text-shadow: 1px 1px #84C050;
}
.post-date span {
	margin-left: 3px;
}
.post-date .month {
	color: #447223;
}
.post-date .day {
	color: #51892a;
}
.post-date .year {
	color: #59962e;
}
.post-author {
	background: url(images/icons/author.gif) no-repeat left center;
}
.comment-number {
	float: right !important;
	background: url(images/icons/bubble.gif) no-repeat left center;
}
.comment-number a {
	color: #6F95D7;
}
.entry {
	clear: both;
	padding: 30px 50px 15px 70px;
	color: #444;
	overflow: hidden;
}
.entry h4,
.entry h5,
.entry h6,
.entry ul,
.entry ol,
.entry blockquote {
	margin: 5px 0 30px;
}
.entry p,
.entry li {
	font-size: 0.95em;
}
.entry p {
	line-height: 155%;
	padding-bottom: 20px;
}
.entry a {
	text-decoration: underline;
	color: #AC6C13;
}
.entry a:hover {
	color: #000;
}
.entry a:visited {
	color: #666;
}
.entry ul li,
.entry ol li {
	line-height: 130%;
	margin: 0 0 7px 25px;
}
.entry ul li {
	list-style: url(images/icons/bullet.gif);
}
.entry ol li {
	list-style: decimal;
}
.entry h3.result {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 130%;
	position: relative;
	left: -5px;
	border: none;
	margin-bottom: 5px;
}
.entry h3.result a,
.entry h3.result a:visited {
	font-weight: bold;
	color: #222;
	text-decoration: none;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
	font-weight: normal;
	text-transform: uppercase;
	color: #8279AD;
	padding: 5px 0 5px 10px;
	margin: 10px 0 20px -10px;
	border-bottom: 1px solid #D8D8FF;
	line-height: 120%;
}
.entry h1 {
	font-size: 2em;
}
.entry h2 {
	font-size: 1.6em;
}
.entry h3 {
	font-size: 1.4em;
}
.entry h4 {
	font-size: 1.2em;
}
.entry h5 post-tags,
.entry blockquote {
	font-size: 1.2em;
	font-style: italic;
	padding: 10px 20px 0;
	border-left: 5px solid #E5E6E2;
}
.entry blockquote p {
	line-height: 150%;
	font-size: 0.8em;
	color: #666;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 10px 20px 5px 0;
}
.alignright {
	float: right;
	margin: 10px 0 5px 20px;
}
.post-edit-link {
	color: #111 !important;
	font-size: 14px;
	line-height: 1.3;
	text-shadow: #5A962F 1px 1px;
}
.post-category {
	border-top: 1px solid #DDD;
	background: url(images/icons/folder.gif) no-repeat 10px 11px;
}
.post-category a {
	margin-left: 5px;
}
.post-category-elements {
	padding: 0 !important;
}
.post-tags {
	background: url(images/icons/tag.gif) no-repeat 10px 10px;
}
.post-tags ul {
	float: left;
	width: 450px;
}
.post-tags li {
	margin-left: 5px;
}
.post-nav {
	width: 605px;
	padding: 1px 0;
	background: url(images/bgs/post/postNav.jpg) repeat-x 0 0;
	border-bottom: 0;
}
.post-nav p {
	padding: 0;
}
.post-nav .next-post {
	float: right;
}
.post-nav a {
	display: block;
	color: #999;
	padding: 9px 0;
}
.post-nav a:hover {
	color: #5E9E28;
}
.post-nav .next-post a {
	padding-right: 40px;
	background: url(images/bgs/post/postNav-nextArrow.png) no-repeat 100% 0;
}
.post-nav .next-post a:hover {
	background-position: 100% -60px;
}
.post-nav .prev-post a {
	padding-left: 40px;
	background: url(images/bgs/post/postNav-prevArrow.png) no-repeat 0 0;
}
.post-nav .prev-post a:hover {
	background-position: 0 -60px;
}
.wp-caption {
	background: #f4f4f4;
	margin-bottom: 20px;
	max-width: 100%;
	padding: 4px;
	text-align: center;
}
.entry p.wp-caption-text {
	color: #777;
	font-size: 13px;
	margin: 10px;
	padding-bottom: 0;
}


/* Post Formats */
.entry-format-link {
    color: #51892a;
    text-shadow: 1px 1px #84C050;
}

.archive .entry-format {
	display: block;
	margin-bottom: 10px;
}
body.archive .entry-format-link {
	color: #999;
	font-size: 14px;
	letter-spacing: normal;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
}



/* =Comment Navigation
----------------------------------------------- */

.comment-navigation {
	background: url(images/bgs/post/postNav.jpg) repeat-x 0 0;
	border-top: 1px solid #ddd;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-left: 55px;
	padding: 1px 0;
	text-transform: uppercase;
	width: 605px;
}
.comment-navigation a {
	display: block;
	color: #999;
	padding: 9px 0;
}
.comment-navigation a:hover {
	color: #5E9E28;
}
.comment-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-previous a {
	padding-left: 40px;
	background: url(images/bgs/post/postNav-prevArrow.png) no-repeat 0 0;
}
.comment-navigation .nav-previous a:hover {
	background-position: 0 -60px;
}
.comment-navigation .nav-next {
	float: right;
}
.comment-navigation .nav-next a {
	padding-right: 40px;
	background: url(images/bgs/post/postNav-nextArrow.png) no-repeat 100% 0;
}
.comment-navigation .nav-next a:hover {
	background-position: 100% -60px;
}


/* =Images
----------------------------------------------- */

.hentry img,
.comments img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.widget img,
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.gallery-caption {}


/* =Post Formats
----------------------------------------------- */

/* Status */
.format-status div.avatar {
	border: 1px solid #e3cbc4;
	padding: 4px;
	float: left;
	height: 80px;
	margin: 0 20px 0 0;
	width: 80px;
}
/* Quotes */
.format-quote blockquote {
	font-size: 2.0em;
}
.format-quote blockquote p {
	Overflow: hidden;
}
.format-quote blockquote cite {
	display: block;
	font-size: .7em;
}
/* Gallery */
.format-gallery .gallery-thumb {
	border: 1px solid #e3cbc4;
	padding: 4px 4px 0px;
	float: left;
	margin: 0 20px 0 0;
}
/* Link */
.format-link .main-title h3 a:after{
	content: "\2192";
	padding-left: 6px;
}

/*------------------------------------------*/
/* ATTACHMENT                               */
/*------------------------------------------*/

body.attachment #content {
	width: 100%;
}
body.attachment .post-meta {
	width: 858px;
}
body.attachment .next-post a {
	background-position: 100% -60px;
}
body.attachment .prev-post a {
	background-position: 0 -60px;
}
body.attachment .entry {
	padding: 0 0 15px 60px;
	text-align: center;
}
body.attachment .entry img {
	margin: 0 auto 30px;
}


/*- Comment List -----------------------------------------------------------*/

#comment-list {
	clear: both;
	padding: 30px 0 50px;
}
#comment-list li {
	clear: both;
	padding: 20px 0 5px 65px;
}
.avatar-holder,
div.comment,
div.pingback {
	float: left;
}
#comment-list .sub-title {
	background: url(images/bgs/comments/commentList-title.jpg) repeat-y 0 0;
}
#comment-list .sub-title .sub-title-border {
	background: url(images/bgs/comments/commentList-title-border.jpg) no-repeat 0 100%;
}
#comment-list .sub-title h4 {
	color: #648CCC;
	text-shadow: 1px 1px #E6EFFC;
	background: url(images/icons/bubble-title.gif) no-repeat 65px 12px;
}
.avatar-holder {
	width: 61px;
	height: 52px;
	margin: 7px 5px 0 0;
	background: url(images/bgs/comments/avatar.gif) no-repeat 0 0;
	position: relative;
}
.avatar-holder img {
	margin: 2px 0 0 2px;
}
div.comment,
div.pingback {
	padding: 15px 15px 0;
	border: 1px solid #EBEBEB;
	position: relative;
}
.commentDate,
.commentText {
	font-size: 0.84em;
}
.comment-author-and-date {
	padding: 0 10px 10px;
	border-bottom: 1px solid #EBEBEB;
}
.comment-author em {
	color: #999;
}
.comment-author {
	float: left;
}
.comment-author a {
	color: #333;
}
.commentDate {
	float: right;
}
.commentDate a {
	color: #CCC;
}
.commentDate a:hover {
	color: #666;
}
.commentText {
	padding: 10px;
}
.commentText p {
	line-height: 130%;
	padding-bottom: 10px;
}
.commentText a {
	color: #000;
}
#comment-list .children {
	clear: both;
}
#comment-list li.depth-1 div.pingback {
	width: 511px;
}
#comment-list li.depth-1 div.comment {
	width: 445px;
}
#comment-list li.depth-2 div.comment {
	width: 378px;
}
#comment-list li.depth-3 div.comment {
	width: 308px;
}
#comment-list li.depth-2,
#comment-list li.depth-3 {
	padding-left: 67px;
	background: url(images/bgs/comments/reply.gif) no-repeat 18px 28px;
}
#comment-list li.depth-2 .commentDate,
#comment-list li.depth-3 .commentDate {
	float: left;
	clear: left;
	margin-top: 3px;
}
#comment-list li.pingback .avatar-holder {
	display: none;
}
#comment-list div.comment-author-admin,
#comment-list div.bypostauthor,
#comment-list div.comment-author-admin .comment-author-and-date,
#comment-list div.bypostauthor .comment-author-and-date {
	border-color: #DDD;
}
#comment-list div.comment-author-admin,
#comment-list div.bypostauthor {
	background: #EBEBEB url(images/bgs/comments/admin.jpg) repeat-x 0 0;
}
#comment-list div.comment-author-admin .comment-author-and-date,
#comment-list div.bypostauthor .comment-author-and-date {
	text-shadow: 1px 1px #FFF;
}
#comment-list div.comment-author-admin .reply-link a,
#comment-list div.bypostauthor .reply-link a {
	background-position: -172px -21px;
}
.reply-link {
	text-align: right;
	padding-bottom: 0 !important;
	display: none;
	height: 20px;
	position: absolute;
	bottom: 10px;
}
.reply-link a {
	float: right;
	width: 47px;
	height: 20px;
	background-position: -172px 0;
}
li.comment:hover .reply-link {
	display: block;
}
.nocomments {
	clear: both;
	color: #777;
	margin-left: 60px;
}


/*------------------------------------------*/
/* WAITING FOR MODERATION					*/
/*------------------------------------------*/
.waiting4Mod {
	font-style: italic;
	color: #E26F5A;
}
.edit-comment {
	text-align: right;
}
.edit-comment a {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #8F3A2C;
}
.cancel-comment-reply,
.logged-in-as {
	font-size: 0.9em;
}
.cancel-comment-reply a,
.logged-in-as a {
	color: #AC6C13;
}


/*- Comment Form -----------------------------------------------------------*/

div#respond {
	clear: both;
	padding-bottom: 50px;
}
div#respond #reply-title {
	background: url(images/bgs/comments/commentForm-title.jpg) repeat-y 0 0;
	padding-left: 65px;
}
div#respond .sub-title-border {
	background: url(images/bgs/comments/commentForm-title-border.jpg) no-repeat 0 100%;
	position: relative;
}
#respond #reply-title {
	color: #C09104;
	text-shadow: 1px 1px #FBEECA;
}
div#respond form {
	margin: 40px 0 0 60px;
}
#respond p {
	padding: 0 0 15px 65px;
}
#respond label {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	padding-bottom: 3px;
}
#respond input,
#respond textarea {
	width: 380px;
	display: block;
	font-family: inherit;
	font-size: 1em;
	color: #999;
	padding: 8px 10px;
	border: 1px solid #DDD;
}
#respond textarea {
	font-size: 0.9em;
	height: 170px;
	overflow: auto;
}
#respond input#submit {
	width: 128px;
	height: 32px;
	cursor: pointer;
	background-position: -43px 0;
	border: none;
	background-color: none;
	text-indent: -9999px;
}
#respond input#submit:hover {
	background-position: -43px -33px;
}
input#subscribe_blog,
input#subscribe {
	float: left;
	margin-right: 8px;
}
label.subscribe-label {
	padding-top: 4px;
}
.form-allowed-tags {
	color: #ccc;
	font-size: 12px;
	width: 380px;
}
.form-allowed-tags:hover {
	color: #999;
}
#respond h3#reply-title {
	padding: 11px 0 10px 65px;
}
#respond h3 small a {
	font-size: 11px;
	color: #222;
	margin-left: 15px;
}
.required {
	display: inline;
}


/*- Sidebar ----------------------------------------------------------------*/

.sidebar-box {
	padding-bottom: 30px;
	font-family: Cambria, Georgia, serif;
}
.sidebar-title {
	background: url(images/bgs/sidebar/sidebar-title.jpg) repeat-y 100% 0;
	border-bottom: 1px solid #E0E0DF;
	position: relative;
}
.sidebar-title h4 {
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #7F7F7F;
	text-shadow: 1px 1px #FFF;
	padding: 16px 15px 12px 25px;
	margin-bottom: 5px;
}
.sidebar-box a:hover {
	text-decoration: none;
}

/*------------------------------------------*/
/* LINK LISTS								*/
/*------------------------------------------*/
.sidebar-box ul {
	margin: 20px 50px 20px 30px;
	overflow: hidden;
}
.sidebar-box ul ul {
	margin-right: 0;
	font-size: 0.9em;
}
.sidebar-box ul ul li a {
	border: none;
	margin-left: 15px;
}
.sidebar-box ul ul ul {
	margin-left: 15px;
}
.sidebar-box li a {
	display: block;
	font-size: 1.15em;
	line-height: 130%;
	color: #999;
	padding: 14px 14px 14px 60px;
	border-bottom: 1px solid #DDD;
}
.sidebar-box li.last a {
	border: 0;
}
.sidebar-box p {
	padding: 20px 20px 0 25px;
}


/*------------------------------------------*/
/* SEARCH BOX								*/
/*------------------------------------------*/
#searchform {
}
#searchform p {
	padding: 20px 20px 0 25px;
}
#searchform input {
	font-size: 1em;
	font-family: inherit;
	width: 165px;
	color: #999;
	padding: 5px;
	margin-right: 5px;
	background: #FFF;
	border: 1px solid #DDD;
}
#searchform button {
	width: 42px;
	background-position: 0 0;
	position: relative;
	top: -5px;
}
#searchform button:hover {
	background-position: 0 -33px;
}

/*------------------------------------------*/
/* CATEGORY BOX								*/
/*------------------------------------------*/
.widget_categories {
}
.widget_categories a {
	background: url(images/icons/folder-sidebar.gif) no-repeat 0 0;
}
.widget_categories a:hover {
	color: #B95050;
	border-color: #E3CBC4;
}

/*------------------------------------------*/
/* RECENT POSTS BOX							*/
/*------------------------------------------*/
.widget_recent_entries {
}
.widget_recent_entries li,
.widget_pages a {
	background: url(images/icons/file-sidebar.gif) no-repeat 0 0;
}
.widget_recent_entries a:hover,
.widget_pages a:hover {
	color: #7D5197;
	border-color: #E1CFF7;
}
.widget_recent_entries li {
	border-bottom: 1px solid #DDDDDD;
	color: #999999;
	display: block;
	font-size: 1.15em;
	line-height: 130%;
	padding: 14px 14px 14px 60px;
}
.widget_recent_entries li a {
	border: none;
	display: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
}
.widget_recent_entries .post-date {
	color: #7F7F7F;
	font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
	font-size: 0.65em;
	letter-spacing: normal;
	position: relative;
	right: auto;
	text-shadow: none;
	top: auto;
}

/*------------------------------------------*/
/* RECENT COMMENTS BOX						*/
/*------------------------------------------*/
.widget_recent_comments table {
	margin: 20px 40px 20px 20px;
	font-family: Cambria, Georgia, serif;
}
.widget_recent_comments tr {
	padding: 10px 0;
}
.widget_recent_comments {
	font-size: 0.9em;
}
.widget_recent_comments a {
	color:  #739AD7;
}
.widget_recent_comments a:hover {
	color: #666;
}

/*------------------------------------------*/
/* ARCHIVES BOX								*/
/*------------------------------------------*/
.widget_archive {
}
.widget_archive a {
	background: url(images/icons/clock-sidebar.gif) no-repeat 0 0;
}
.widget_archive a:hover {
	color: #C59703;
	border-color: #F0E5C0;
}

/*------------------------------------------*/
/* BLOGROLL BOX								*/
/*------------------------------------------*/
.widget_links ul,
.widget_meta ul {
	margin-left: 0;
}
.widget_links a,
.widget_meta ul a {
	background: url(images/icons/arrow-sidebar.gif) no-repeat 0 0;
}
.widget_links a:hover,
.widget_meta ul a:hover {
	color: #73B73A;
	border-color: #D5E9C4;
}

/*------------------------------------------*/
/* LINKS ON HOVER							*/
/*------------------------------------------*/
.widget_categories a:hover,
.widget_recent_entries a:hover,
.widget_archive a:hover,
.widget_links a:hover,
.widget_pages a:hover,
.widget_meta a:hover {
	background-position: -246px 0;
}
.widget_categories ul,
.widget_recent_entries ul,
.widget_archive ul,
.widget_pages ul {
	margin: 0 50px 0 0;
}

/*------------------------------------------*/
/* TWITTER									*/
/*------------------------------------------*/
.widget_twitter ul li {
	margin: 20px 0;
}
.widget_twitter .sidebar-title a {
	color: #60C1D4;
}
.widget_twitter li a {
	font-size: inherit;
	display: inline;
	border: none;
	padding: 0;
}
.widget_twitter a:hover {
	color: #7FD0E0;
}


/*- Widgets ----------------------------------------------------------------*/
#widgetList .sidebar-title {
	margin-bottom: 10px;
}
#widgetList li {
	color: #666;
	list-style: none;
	padding: 15px 27px;
	border-bottom: 1px solid #DDD;
}
#widgetList li.first {
	padding-top: 0;
}
#widgetList li.last {
	border: 0;
}
#widgetList h4 a {
	color: #7F7F7F;
}
#widgetList a {
	display: inline;
	color: #999;
	padding: 0;
	border: 0;
}
#widgetList a:hover,
#widgetList h4 a:hover {
	color: #333;
}
.widget select {
	margin: 20px 30px;
}
#calendar_wrap {
	padding: 20px 50px 0 15px;
}
#wp-calendar {
	width: 100%;
	color: #999;
}
#wp-calendar th {
	padding-top: 10px;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
}
#wp-calendar a {
	color: #666;
}
#wp-calendar a:hover {
	text-decoration: underline;
}
#calendar_wrap tfoot {
	margin: 10px 0 0;
}
.textwidget {
	padding: 20px 38px 5px 25px;
}
.textwidget p {
	color: #555;
	line-height: 130%;
	padding-bottom: 5px;
}
.textwidget a,
.top_rated a {
	color: #ac6c13;
}
.wp_widget_tag_cloud > div + div {
	font-size: 1.3em;
	margin: 20px 50px 20px 30px;
}
.wp_widget_tag_cloud > div + div a {
	color: #777;
}
.wp_widget_tag_cloud > div + div a:hover {
	color: #333;
}
.widget_flickr table {
	background-color: transparent !important;
	border: 0 !important;
	border-collapse: collapse; /* remove cell-spacing value */
	margin: 20px;
}
.widget_image > div + div {
	margin: 10px 30px 20px 0;
}
.widget_gravatar a img {
	margin: 10px 30px 20px;
	padding: 3px;
	background: #d1d1d1;
}
.top_rated li a {
	padding-left: 10px;
}
.top_rated p {
	margin: 10px 30px;
	color: #666;
	font-size: 0.8em;
}
.widget_blog_subscription form {
	margin-right: 30px;
}


/*- Navigation -------------------------------------------------------------*/

#navigation {
	border-top: 3px solid #EEE;
	clear: both;
	font-size: 12px;
	overflow: hidden;
	padding: 28px 55px 0;
	text-transform: uppercase;
}
#navigation a,
#navigation span {
	color: #b9b9b9;
	line-height: 35px;
	font-weight: bold;
	height: 32px;
	display: block;
	padding: 0 16px;
	text-decoration: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#navigation a:hover {
	background: #aaa;
	border-color: #888;
	color: #fff;
	text-shadow: 1px 1px 1px #8b8b8b;
}
#prev-page {
	float: left;
}
#prev-page a {
	background: url(images/left-post-navigation-body.png) no-repeat top right;

}
#next-page {
	float: right;
}
#next-page a {
	background: url(images/right-post-navigation-body.png) no-repeat top left;
}


/*- Tag Cloud --------------------------------------------------------------*/

#tag-cloud {
	clear: both;
	padding-top: 30px;
}
#tag-cloud .sub-title {
	background: url(images/bgs/tag-cloud/tagCloud-title.jpg) repeat-y 0 0;
	margin: 0 -30px 30px;
}
#tag-cloud .sub-title .sub-title-border {
	background: url(images/bgs/tag-cloud/tagCloud-title-border.jpg) no-repeat 0 100%;
}
#tag-cloud .sub-title h4 {
	color: #999;
	text-shadow: 1px 1px #FFF;
	background: url(images/icons/tag-title.gif) no-repeat 65px 11px;
}
#before-footer {
	background: url(images/bgs/tag-cloud/zig-zag.png) repeat-x left bottom;
	clear: both;
	margin: 0px -1px -10px;
	padding-bottom: 50px;
}
#tag-cloud ul {
	padding: 0 20px;
	margin: 0 30px;
}
#tag-cloud li {
	float: left;
	text-transform: capitalize;
	padding: 15px 0 0 20px;
}
#tag-cloud a {
	font-size: 0.8em;
	color: #CD5550;
}
#tag-cloud .tag-size-1 a {
	font-size: 1.8em;
	color: #4C80FE;
}
#tag-cloud .tag-size-2 a {
	font-size: 1.4em;
	color: #1AA4E1;
}
#tag-cloud .tag-size-3 a {
	font-size: 1.2em;
	color: #5AAD97;
}
#tag-cloud .tag-size-4 a {
	font-size: 1em;
	color: #B3A40C;
}
#tag-cloud .tag-size-5 a {
	font-size: 0.9em;
	color: #D79017;
}
#tag-cloud .divider {
	float: none;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #DDD;
}
#tag-cloud .divider.last {
	border: 0;
}


/*- WP.com -----------------------------------------------------------------*/

.pd-rating {
	margin-bottom: 30px;
}
#content .wpl-likebox {
	margin-left: 60px !important;
}


/*- Footer -----------------------------------------------------------------*/

#footer {
	font-size: 0.75em;
	color: #666;
	padding: 50px 0 40px;
	text-align: center;
}
#footer p {
	background: rgba(255,255,255,0.4);
	padding: 6px 10px;
	width: 50%;
	margin: 0 auto;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color: #111;
}
img#wpstats {
	display: block;
	margin: 0 auto 20px;
}
#about {
	float: left;
	width: 700px;
}

.assistive-text {
	position: absolute !important;
	clip: rect( 1px, 1px, 1px, 1px );
}/* =Infinity Styles
-------------------------------------------------------------- */

.infinite-wrap {
	border-top: none;
	padding: 0;
}
#infinite-handle span {
	background-color: #fff;
	border-color: #ddd;
	border-radius: 10px;
	color: #b9b9b9;
	margin: 0 0 0 55px;
	padding: 12px;
	font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#infinite-handle,
.infinite-loader {
	clear: both;
}
.infinite-loader {
	margin: 0 0 0 100px;
}
body.rtl #infinite-handle span {
	margin-right: 55px;
}
body.rtl .infinite-loader {
	margin-right: 100px;
}
.infinite-scroll #navigation,
.infinite-scroll.neverending #footer {
	display: none;
}
.infinite-scroll.infinity-end #footer {
	display: block;
}