/*
Theme Name: Zroob.com 3.0
Theme URI: http://wordpress.org/extend/themes/zroob
Description: zroob.com is a theme that was developed for Alizarin and Tomaso by Golan Arts.
Version: 0.1
Author: Golan Arts
Author URI: http://www.golanarts.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Design: Alizarin Waissberg - Zroob.com
*/

/* =Reset HTML
-------------------------------------------------------------- */
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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: none!important;
	outline:none!important;

}
input	 {outline:none!important;}
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	line-height: 20px;
	text-align:right;
	direction: rtl;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before,
blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	overflow-y: scroll;
}
article,  details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Global
-------------------------------------------------------------- */

ul, ol {
	margin: 0 0 1.7em 2.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.7em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.7em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	background: url("images/blockquote.jpg") repeat-y right;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 22px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom:10px;
}
blockquote p {
	padding: 15px;
}
pre {
	background: #f6f2e8;
	color: #222;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.7;
	margin-bottom: 1.7em;
	padding: 0.85em 1.7em
}
big {
	font-size: 200%;
}
code {
	font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
fieldset,
form,
label,
input,
textarea,
select {
	margin-bottom: 10px;
}
input[type="text"],
input[type="password"] {
	padding: 7px;
}
input[type="submit"] {
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	padding: 5px;
}
:focus {
	outline: 1px solid #fff;
}
th,
td {
	padding: 5px;
}

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


/* =Hyperlink Defaults
-------------------------------------------------------------- */

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


/* =Structure
-------------------------------------------------------------- */

html {
	background-color: #0a0b39;
background-position: center top;
	background-repeat: repeat;
}
body {
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page {
	min-width: 1000px;
}
#wrapper {
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
}
#inner-wrapper {
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 50px;
	padding: 0;
}
#main {
	margin: 0 auto 0;
	width: 960px;
}

/* =Layouts
-------------------------------------------------------------- */

/* Two-column */
html {
	
}
#wrapper {
	background-image: url("images/header-bgd.png");
	height:662px;
}
#inner-wrapper {
}

h2#there { color:#fff; padding-bottom:6px; padding-top:6px;}

/* =Accessibility
-------------------------------------------------------------- */

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute !important;
	clip: rect(0px 0px 0px 0px); /* IE6, IE7 */
	clip: rect(0px, 0px, 0px, 0px);
}
/* normally hidden but will appear when css disabled */
.skip {
	position: absolute !important;
	clip: rect(0px 0px 0px 0px); /* IE6, IE7 */
	clip: rect(0px, 0px, 0px, 0px);
}

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

#branding {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#globe {
	position:absolute;
	top:0;
	left:0;
	z-index:30;	
	background: url("images/head-globe.png") no-repeat ;
	width: 399px;
	height:508px;
	margin-left:-33px;}
#who {
	position:absolute;
	top:45px;
	left:400px;
	z-index:51;	
	margin-left:-33px;}
#btn-donate {
	position:absolute;
	top:63px;
	left:355px;
	z-index:52;	
	margin-left:-33px;}
#site-title {
	margin-top: -10px; 
	margin-right:60px;
}

#ov {
	position:absolute;
	top:334px;
	right:-60px;
	z-index:58;	
	background: url("images/ov.png") no-repeat ;
	width: 181px;
	height:26px;
	}

/* =Main Navigation
-------------------------------------------------------------- */
#access {
	
margin-right:-15px;

}

ul#myMenu {
	min-height: 134px;
	width: 708px;
	list-style:none;
	
}
li.menu-item {
	position: relative;
	margin-right:-27px;
	float:right;
	list-style:none;
	}
.cover {
	position: relative;
    z-index: 10;
	}
 
/* =Primary and Secondary Content Columns
-------------------------------------------------------------- */

/* For two-column layouts */
#primary,
#secondary {
	float: left;
}
#primary {
	clear: both;
	margin: -14px 13px 0 0;
	width: 662px;	
}
#secondary {
	margin:  260px 0 0 2px;
	overflow: visible;
	width: 285px;
}
#content {
	margin-top: 0px;
	padding: 0 10px 0;
}
#secondary-content {
	margin: -40px auto 0;
	width: 97%;
}
#primary-bottom {
	height: 337px;
	margin: -200px 0 0 -40px;
	position: absolute;
	z-index: -1;
	padding: 0 373px;
}
#secondary-bottom {
	height: 337px;
	margin: -200px 0 0 -10px;
	position: absolute;
	z-index: -1;	
	padding: 0 139px;
}

/* For single-column layouts */
body.attachment #primary {
	margin: 100px 15px;
	padding-top: 40px;
	width: 920px;
}
body.attachment #attachment-wrapper {
	margin-top: -110px;
	padding: 0 10px;
}
body.attachment #primary-bottom {
	height: 370px;
	margin: 0 0 0 -70px;
	padding: 0 500px;
	position: absolute;
	z-index: -1;
}
#page-body {
	clear: both;
	margin-bottom: 67px;
	margin-left: 20px;
	width:600px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
/* =Posts, Pages, Attachments & Archive Pages - Titles and Metadata
-------------------------------------------------------------- */
.post-wrapper {
	clear: both;
	margin-bottom: 20px;
	margin-left: 20px;
	width:600px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.postblock { 
	margin-right:0px;-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}

.post-date {
	background: url(images/bg-date.gif) no-repeat center center;
	float: left;
	height: 50px;
	margin-top: 15px;
	text-align: center;
	padding-top: 10px;
	width: 82px;
}
.post-date .entry-month,
.post-date .entry-day {
	font-family: Arial, Helvetica, sans-serif;
}
.post-date .entry-month {
	color: #d8471d;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
}
.post-date .entry-day {
	color: #261a11;
	display: block;
	font-size: 30px;
	font-style: italic;
	line-height: 15px;
}
.entry-header {
	float: left;
	width: 580px;
	margin-top: -25px;
	margin-right: 5px;
	margin-bottom: -15px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 40px;
}
.archive-header,
.page-header {
	padding: 35px 10px;
}
.attachment-header {
	padding: 20px 0;
}
.entry-title,
.postcard-title-outside,
.regulartitle,
.archive-title,
.page-title,
.attachment-title {
	font-family: Arial, Helvetica, sans-serif;
}
.entry-title,
.postcard-title-outside,
.archive-title,
.regulartitle,
.page-title {
	clear: none;
	font-size: 28px;
	font-weight: bold;
	line-height: 33px;
	padding-bottom: 5px;
}
.entry-title {color:#c21799;}
.archive-title,
.page-title {
	color: #c21799;
}
.attachment-title {
	color: #000;
    font-size: 36px;
    line-height: 40	px;
    text-align: center;
}
.entry-meta,
.attachment-info {
	clear: both;
}

.entry-info {
	width:100%;
	clear: left;
	float:right;
	font-size:14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
.posted-on,
.posted-in,
.comments-link,
.edit-link,
.page-link {
	color: #644a3d;
	font-size: 14px;
	line-height: 28px;
}
.g-top {background: url("images/g-top.png") no-repeat right top;width:675px;height:57px;margin-top: -18px;margin-right: -16px;	margin-bottom: -3px;margin-left: 0;}
.g-center { background: url("images/g-center.png") repeat-y; width:600px; margin-right: -29px; padding-left:35px; padding-right:53px;}
.g-bottom { background: url("images/g-bottom.png") no-repeat; width:671px; height:52px ;margin-right: -13px;margin-top: -30px;}

.gold-top {background: url("images/gold-top.png") no-repeat right top;width:670px;height:57px;margin-top: -18px;margin-right: -16px;	margin-bottom: -3px;margin-left: 0;}
.gold-center { background: url("images/gold-center.png") repeat-y; width:600px; margin-right: -29px; padding-left:35px; padding-right:53px;}
.gold-bottom { background: url("images/gold-bottom.png") no-repeat; width:672px; height:52px ;margin-right: -13px;margin-top: -30px;}

.entry-meta {
	padding-top: 10px;
	margin-bottom: 20px;
}
.entry-meta a:hover {
	border-bottom: 1px solid #c5ae7c;
}
.single .entry-meta {
	padding: 10px;
}
.attachment-meta {
	margin: 10px 0 0;
	text-align: center;
}
.entry-info a,
.entry-info a:visited {
	color: #c21799;
}
.entry-info a:hover {
	border-bottom: 1px solid #d8471d;
}
.page-link {
	clear: both;
}
.single .page-link {
	padding: 10px 10px 0;
}
.page-link a {
    border: 1px solid #d2c4a2;
  	font-weight: normal;
    margin-right: 4px;
    padding: 2px 6px;
    text-decoration: none;
}
#author-info {
	background: #f7f7f7;
	border: 1px dotted #d1bfa6;
	border-width: 1px 0;
	overflow: hidden;
	padding: 30px;
	margin-right:0px;
	margin-left:20px;
	margin-bottom:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#author-avatar {
	float: left;
	padding-left: 0;
}
#author-avatar img {
	background: #e2dbd1;
	border: 1px solid #d1bfa6;
	padding: 3px;
}
#author-description {
	color: #555;
	margin-left: 78px;
	padding:  0 5px;
}
#author-info-title {
	clear: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 8px 0 !important;
	text-transform: uppercase;
}
#author-link {
	clear: both;
	font-weight: bold;
	margin-top: 5px;
	text-align: right;
}

/* =In-Post Formatting
-------------------------------------------------------------- */

.entry-content {
		padding-right:0px;
}
.entry-content img {
	margin-top:5px; float:right;margin-left:10px;
}
.entry-content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.entry-content,
.entry-footer {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
.regulartitle {margin-right: 0px;}
.entry-content p {
	margin-top: 7px;
	margin-bottom: 7px; 
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: Arial, Helvetica, sans-serif;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom: 0.425em;
}
.entry-content h1,
.entry-content h2 {
	margin-top:0px!important;
	font-size: 18px;
	line-height: 18px;	
	font-weight:bold;		
}
.entry-content h3 {
	margin-top:6px;
	font-size: 20px;
	color:#152561;
}
.entry-content h4 {
	font-size: 17px;
}
.entry-content h5 {
	font-size: 12px;
}
.entry-content h6 {
	font-size: 10px;
}

.zroob-comment {clear:both;	background: url("images/zroob-comment.jpg") #f8d7ec no-repeat right top;width:85%;margin-top: 2px;margin-left:20px;padding-top: 35px;padding-right: 15px;padding-bottom: 15px;padding-left: 15px;}
.tomaso-comment { clear:both; position:relative; background: url("images/tomaso-comment.jpg") #cddbf8 no-repeat left top; width:85%; margin-top: 2px;right:40px;padding-top: 35px;	padding-right: 15px;	padding-bottom: 15px;	padding-left: 15px;}

.entry-content table,
.comment-content table {
	border: 1px solid #d1bfa6;
	margin: 0 0px 24px 0;
	text-align: left;
}
.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
	font-weight: bold;
	line-height: 18px;
	padding: 9px 12px;
}
.entry-content tr td,
.comment-content tr td {
	border-top: 1px solid #d1bfa6;
	padding: 6px 12px;
}
.entry-content tr.odd td,
.comment-content tr.odd td,{
	background: #e2dbd1  ;
}
 .comment-content {
	background: #e8e6e2;
}
.entry-content table dl,
.comment-content table dl {
	margin: 0;
}
.entry-content .gallery,
#random-gallery .gallery {
	margin: 0 auto!important;
}
.entry-content .gallery .gallery-item,
#random-gallery .gallery-item {
	float: left;
	text-align: center;
	margin:0px;
}
.entry-content .gallery .gallery-caption,
.entry-caption {
	color: #000;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin: 0 0 0.7em 0;
}
.entry-content .gallery dl,
#random-gallery dl {
	margin: 0 auto;
}
.entry-content .gallery img {
	padding: 5px;
	background-color:#eee5fa;
	margin:5px;
	border: 1px solid #8d3684!important;
	float:none;
}
.entry-content .gallery img:hover {	border: 3px solid #8d3684!important; padding: 3px;	}
.entry-content .gallery br+br,
#random-gallery br+br {
	display: none;
}
.entry-content input[type="text"],
.entry-content input[type="password"] {
	width:  60%;
}
.entry-content label {
	color:  #666;
}
.entry-content input[type="submit"],
.entry-content input[type="text"],
.entry-content input[type="password"] {
	margin-bottom: 10px;
}


/* =Post Images & Attachments
-------------------------------------------------------------- */

div.attachment {
   margin: 0 auto 10px;
    padding-bottom: 10px;
    text-align: center;
	width: auto;
}
div.attachment img {
	padding: 1px;
}
div.attachment a,
div.attachment a:hover {
	display: block;
	padding-top: 15px;
}
.entry-attachment .entry-caption p {
	color: #644a3d;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
	text-align: center;
}
.entry-attachment .entry-content p {
	margin-bottom: 25px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft,
 {
	display: inline;
	float: right;
	margin-right: 20px;
}
.post-thumbnail {}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
.post-thumbnail {
	max-width: 100%;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 0px;
}
.entry-content img.size-auto,
.entry-content img.size-large,
.entry-content img.size-full,
.entry-content img.size-medium,
.attachment .entry-content img {
	max-width: 98%;
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 100%;
}
.entry img.wp-smiley {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.attachment-post-thumbnail {
	text-align: left;
}
.wp-caption {
	padding: 5px 3px 10px;
	text-align: center;
	max-width: 96%;
}
.wp-caption img,
.entry .wp-caption img {
	background: #e2dbd1;
	max-width: 98.5%;
	width: auto;
	height: auto;
	padding: 3px;
}
.wp-caption .wp-caption-text {
	color: #644a3d;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	margin-top: 5px;
	text-align: center;
}
.entry-content object,
.entry-content embed,
.entry-content iframe {
	max-width: 100% !important;
}
.entry-content object,
.entry-content embed,
.entry-content iframe, .vvqbox {clear:both;}
/* =Post Navigation
-------------------------------------------------------------- */

#nav-single,
#nav-loop,
#nav-search,
#comment-nav-above,
#comment-nav-below,
.pagination {
	width: 620px;
	background-color:#c21799;
	clear: both;
	padding:10px;
	margin-bottom: 15px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

  /* IE 5-7 */
  filter: alpha(opacity=70);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
}
#nav-single a {	color:#fff;}
	#nav-single a:hover {text-decoration:underline;}
.image-attachment .nav-previous,
#comments .nav-previous {
	background: url("images/previous-image.gif") no-repeat left center;
}
.image-attachment .nav-next,
#comments .nav-next {
	background: url("images/next-image.gif") no-repeat right center;
}
.image-attachment .nav-previous a,
#comments .nav-previous a {
	padding: 24px 20px 20px 15px;
}
.image-attachment .nav-next a,
#comments .nav-next a {
	padding: 26px 0 20px 15px;
}
#image-attachment .nav-next,
#image-attachment .nav-previous {
	clear: both;
}
.thumbnail-nav {
	margin: 25px 0 0 10px;
	overflow: hidden;
}
.prev-thumb {
	float: left;
}
.next-thumb {
	float: right;
}
.prev-thumb img,
.next-thumb img {
	-moz-box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	border: 3px solid #dacdab;
	padding: 1px;
}
.prev-thumb a:hover img,
.next-thumb a:hover img {
	border-color: #c5ae7c;
}

/* =Comments & Comments Form
-------------------------------------------------------------- */

#comments {

}
.nocomments {
	color: #000;
	margin-bottom: 15px;
}
#comments-title {
	color: #c21799;
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear:both;
	margin: 45px 0 10px;
	padding-bottom: 30px;
	text-align: right;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul {
	list-style: none;
	margin-left: 0.425em;
}
#comments li {
	list-style: none;
	padding: 18px;
	position: relative;
}
#comments li.pingback {
	background: #eee;
	margin: 0 0 1.7em;
	padding: 0.85em;
}
#comments li.pingback + li.pingback {
	margin-top: -1.65em;
}
#comments li.pingback p {
	font-size: 14px;
	margin: 0;
}
#comments ul li {
	list-style: none;
	margin: 15px;
	padding: 0.85em;
}
#comments .comment-author {
	margin: 0 0 0.85em 65px;
}
#comments .comment-content .sd-rating {
	margin: 0 20px 5px;
}
#comments .children {
	margin-top: 15px;
}
#comments .children .comment-author {
	margin-left: 75px;
}
#comments .comment-author cite {
	font: 20px Georgia, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.nopassword,
.subscribe-label {
	color: #666;
}
#comments .comment-meta a:hover {
	border-bottom: 1px solid #cc4d22;
}
#comments .avatar {
    background: #e8e6e2;
    border: 1px solid #d1bfa6;
    padding: 3px;
	position: absolute;
	top: 18px;
	left: 10px;
}
#comments .children .avatar {
	top: 11px;
	left: 0px;
}
#comments .comment-content {
	margin-left: 45px;
}
#comments .children .comment-content {
	margin-left: 5px;
}
#comments .comment-content p {
	margin: 0 0 15px 20px;
	padding: 5px;
background:#e8e6e2;
}
#comments .comment-content ul,
#comments .comment-content ul li,
#comments .comment-content ol,
#comments .comment-content ol li {
	border: none;
	padding: 0;
}
#comments .comment-content ul, 
#comments .comment-content ol {
	margin: 0 0 1.7em 2.5em;
}
#comments .comment-content ul,
#comments .comment-content ul li {
	list-style: disc;
}
#comments .comment-content ol,
#comments .comment-content ol li {
	list-style: decimal;
}
#comments .comment-content ol ol,
#comments .comment-content ol ol li {
	list-style: upper-alpha;
}
#comments .comment-content ol ol ol,
#comments .comment-content ol ol ol li {
	list-style: lower-roman;
}
#comments .comment-content ol ol ol ol,
#comments .comment-content ol ol ol ol li {
	list-style: lower-alpha;
}
.bypostauthor {	}
#respond {
	
	margin-left: 20px;
	width: 505px;
	margin-right: 0px;
	position:relative;
	background-color:#0c317f;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear:both;
}
.comment-awaiting-moderation {color:#FFF;position:relative;bottom:10px;right:80px;}
#respond h3 {
	margin-top: 0 !important;
	padding-bottom: 10px !important;
}
.logged-in-as,
.comment-notes,
#respond p {
	text-align:left;
	margin-left:210px;
	margin-right: 5px;
	color: #fff;
	font-size: 13px;
}
.comment-notes {
	margin: 5px 0;
}
.logged-in-as {
	margin: 0;
}
.required {
	color: #c21799;
}
#comments .reply {
	text-align: right;
}
.comment-reply-link {
	font-weight: bold;
	font-size: 14px;
}
#cancel-comment-reply-link {
	font-size: 14px;
	margin-left: 10px;
}
#reply-title {
	position:absolute;
	margin-right: -124px;
	width: 100px;
	color: #fff;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 10px;
	background: url("images/commentthingblue.png") no-repeat;
}
#respond input[type=text] {
margin: 10px;
}
#respond input[type=submit] {
float:left;
margin-top:-70px;
margin-left:-200px;
position:relative;
z-index:39;
background: url("images/sendcommet.png") no-repeat;
width:116px; height:61px;
outline:none;
border:none;
font-size:0px;
}
#respond input[type=text] {position:relative; clear:both; }

#respond textarea {
	position:relative;
	border: 1px solid #d1bfa6;
	padding: 7px;
	width: 90%;
	margin-top: 7px;
	margin-left: 25px;
}
#respond :focus {
	outline: 1px solid #fff;
}
#respond label {
	vertical-align: middle;
}
#respond .comment-form-comment {
	position:relative;
	margin: 0;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .form-allowed-tags {
	visibility:hidden;
	color: #888;
	font-size: 12px;
}
#respond .form-allowed-tags code {
	visibility:hidden;
	font-size: 11px;
}
.reply { position:relative;}

/* =Sidebar and Widgets
-------------------------------------------------------------- */

.widget-area {
	color: #000;
	list-style: none;
	margin: 15px 0 30px ;
	overflow: hidden;
		
}
.widget {
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
	margin-bottom: 20px;
	background: #e8e6e2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */}

.widget-area p {
	margin-bottom: 14px;
	line-height:20px;}
	
.widget-area input {
	font-size: 12px;
	line-height: 1.7;
}
.widget-area ul ul a:hover {
	
	text-decoration: underline;
}
.widget-area ul {
	list-style: none;
	margin: 0 15px 20px;
	
}
.widget-area ul li {
	border-bottom: none;
	list-style-type: none;
	margin: 0;
	padding: 1px 0 2px 0;
}
.widget-area ul li a {
	color: #c21799;
	text-decoration:underline;
}
.widget-area ul li a:hover {
	color: #c21799;
text-decoration:underline;
}
.widget-area ul ul {
	list-style: none;
	margin: 0 0 1.5em 0;
}
.widget-area ul ul ul {
	margin-bottom: 0;
}
.widget-area ul ul li {
	padding: 4px 0;
}
.widget-title {
	color: #000;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	min-height: 25px;
	width: 222px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.widget-area select,
.widget-area .widget_text div,
.widget-area .wp_widget_tag_cloud div {
	margin-left: 10px;
}

/* Search Widget */
#searchform {
	position:relative;
	background: url("images/searchb.png") top left no-repeat;
	width:250px;
	height:70px;
	outline:none;
	border:none;
	top:430px;
	right:90px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 0px;
}
 
#searchform .searchinput {height:12px;
 -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
        -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
        box-shadow: 5px 5px 5px rgba(68,68,68,0.6);}
.widget_search #s, #searchform #s {
	width: 50%;

}
.widget_search #searchsubmit, #searchsubmit {
	position:absolute;
	z-index:10;
	top:-8px;
	left:0px;
	margin-left:0px;
	border: none;
	outline:none;
}


/* Calendar Widget */
#wp-calendar {
	margin: 0 auto;
	width: 95%;
}
#wp-calendar,
#wp-calendar th,
#wp-calendar tr,
#wp-calendar td {
	border: 1px solid #e8e0c8;
}
#wp-calendar caption {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-style: italic;
	text-align: center;
	padding: 0 2px 6px;
}
#wp-calendar th {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar tbody td {
	text-align: center;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tbody a {
	text-decoration: underline;
}
#wp-calendar #today {
	background: #efeadd;
	font-weight: bold;
}
#wp-calendar #prev,
#wp-calendar #next {
	font-size: 13px;
	font-weight: bold;
}

/* Flickr Widget (WP.com) */
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	color: #cc4d22 !important;
}
#flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}
.widget_flickr .flickr-size-thumbnail {
	margin:  0 auto;
}
.widget_flickr .flickr-size-thumbnail br,
.widget_flickr .flickr-size-small br {
	display: none;
}
.widget_flickr .flickr-size-thumbnail img {
	display: block;
	margin-bottom: 10px;
}
.widget_flickr .flickr-size-small img {
	display: block;
	margin: 0 -15px 10px;
	max-width: 98%;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.5;
	padding: 3px 0;
}

/* RSS Widget */
.widget_rss ul li a {
	color: #c21799;
}
.rsswidget img {
	margin: 0;
}
.rss-date {
	font-size: 11px;
}
.widget_rss .rssSummary {
	color: #666;
	font-size: 11px;
	margin:  5px 10px;
}
.widget_rss cite {
	color: #666;
}

/* Menu & Categories Widgets (With Sub-Items) */
.widget-area .sub-menu,
.widget-area .children {
	margin-left:  1.5em;
}
.widget-area .sub-menu li,
.widget-area .children li {
	border-width:  0;
}

/* Blogroll */
.widget-area .blogroll li {
	font-style: italic;
	text-shadow: none;
}
.widget-area .blogroll li a {
	font-style: normal;
}

/* Aksimet Widgets */
.widget-area .widget_akismet a {
	text-shadow: none;
}

/* Author Widget */
.widget_authors img {
    float: left;
    margin-bottom: 12px !important;
    padding-right: 10px;
}
.widget_authors ul li {
	border: none;
}

/*Twitter Widget */
.widget_twitter ul li a {
	color: #c21799;
}
.widget_twitter .timesince {
	color: #666;
	font-size: 11px;
}

/* Comments Widget */
.widget_recent_comments ul li a {
	color: #c21799;
}
.widget_recent_comments table.recentcommentsavatar a {
	vertical-align: top;
}


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

#colophon {
	clear: both;
	color: #8e7152;
	font-size: 11px;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 190px;
	padding-bottom: 10px;
	padding-left: 0;
}
#site-generator a {
	color: #8e7152;
}
#site-generator a:hover {
	color: #d8471d;
} 
#supplementary {
	border-top: 1px solid #ddd;
	margin: 0 10px;
	overflow: hidden;
}

/* Two Supplementary Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 46%;
}
#supplementary.two .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}


/* =Search Form
-------------------------------------------------------------- */

.search-form form fieldset {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
#searchform #s {
	margin: 10px;
	padding: 3px !important;
}


/* ="Random" Photos Gallery (appears at the bottom of image.php)
-------------------------------------------------------------- */

#random-gallery .random-gallery-title {
	background: url("images/bg-widget-title.gif") no-repeat;
	color: #c21799;
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0 30px;
	min-height: 35px;
	padding: 25px 0 0 15px;
}
.random-photo {
	margin-bottom: 20px;
	padding: 0 5px 3px;
	text-align: center;
	width: auto;
}
.random-photo img {
	-moz-box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	border: 3px solid #dacdab;
	padding: 1px;
}
.random-photo a:hover img {
	border-color: #c5ae7c;
}


/* WP.com Specific Styles
-------------------------------------------------------------- */

#wpstats {
	position: absolute;
	top: -9999px
}
#ilikeposts {
	clear: both;
}
.sharedaddy {
	margin: 0 10px !important;
}
.sharedaddy .sd-title {
	color: #644e3d !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-variant: small-caps;
	width: auto !important;
}
div.sharedaddy .sd-content {
	width: 85% !important;
}
.video-player {
	max-width: 97.5% !important;
}
.videopress-placeholder,
.video-player img {
	max-width: 100% !important;
	height: auto !important;
}

/* =IE Styles
-------------------------------------------------------------- */

#ie7 #colophon {
	height: 10px;
	position: relative;
}
#ie7 #access {
	margin-top: 10px;
}
#ie7 #main {
	margin-top: -100px;
}
#ie7 #primary {
	margin-top: 100px;
}
#ie7 #content {
	margin-top: 0;
}
#ie7 body.attachment #content {
	margin-top: 100px;
}
#ie7 #secondary {
	margin-top: 350px;
}
#ie7 #secondary-content {
	margin-top: -60px;
}
#ie7 .post-date .entry-day {
	line-height: 30px;
}
#ie7 #random-gallery img {
	margin-bottom: 100px;
}
#ie7 body.attachment #primary-bottom {
	display: none;
}
#ie7 .nav-next a,
#ie8 .nav-next a {
	padding: 15px 0 20px 10px;
	width: 125px;
}
#ie8 .page-link a {
	padding-bottom: 0;
}
#ie8 .image-attachment .nav-previous a {
	padding-left: 20px;
}
#ie8 .comment-content .sd-rating {
	margin: 0 20px 8px;
}
#ie8 .entry-content {
	overflow: hidden;
}

/* plugins */
.socialstuff {
	float:right;
	width:580px;
	background: #eee5fa;
	padding-top:7px;
	text-align:right;
	margin-bottom:10px;
    margin-right:0px;-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */

	}	
.socialstuff a { float:right!important;padding-top:5px; }
.socialstuff div {width:495px!important; float:right!important;}
.entry_author_image img {
	width:32px;
	height:34px;
 	background: url("images/author-img-bg.png") no-repeat;
  padding-left:18px;
  padding-right:9px;
  padding-top:9px;
  padding-bottom:18px;
  float:right;
}
.author-img-outside img {
  width:32px;
  height:34px;
  background: url("images/author-img-bg.png") no-repeat;
  padding-left:18px;
  padding-right:9px;
  padding-top:9px;
  padding-bottom:18px;
float:left;
margin-left:-20px;
}
.author-img-outside {float:right;width:100px;}
.author-img-outside p { float:left;text-align:left; margin-top:8px;margin-left:3px;}
#zroob-guest .postcard-title-outside a,.postcard-title-outside, #zroob-gold .postcard-title-outside a{ float:right; width:470px; }
.mb {clear:both;height:10px; width:565px;}

#zroob-normal .entry-content img, #zroob-gallery .entry-content img {	margin-top:5px;}
#zroob-normal .entry-title, #zroob-gallery .entry-title{ margin-bottom:10px; padding-bottom:0;}
#zroob-gallery {margin-right:0!important;}
#zroob-gold .entry-content, #zroob-guest .entry-content {padding-bottom:15px;}
#zroob-gold .entry-header, #zroob-guest .entry-header {margin-right:25px;}
#geotagged {position:relative; color:#fff; 	z-index:41; background: url("images/geotagged.png") no-repeat;  height:41px; width:252px; padding-left:22px; padding-right:22px; padding-top:17px; 
padding-bottom:15px;margin-bottom:85px;margin-top:-141px;left:10px;}

.widget_tumblr_recent_photos { background: url(images/tumblr-title.png) no-repeat; padding:0; background-position: center top; padding-top:5px;}

/*FireFox */
.widget_tumblr_recent_photos, x:-moz-any-link, x:default { margin-right:1px; }
.widget_tumblr_recent_photos img { 
	height:auto;
	width:246px;
	float:left;
	margin-top:-37px; 
	margin-left:-16px; 
	margin-bottom:0px; 
	background: url(images/tumblr_center.png) repeat-y;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom:10px;
}
#tumblr-bottom	{
	background-image: url(images/tumblr_buttom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:277px;
	height:63px;
	position:relative;
	z-index: -1;
	bottom:20px;
	margin-bottom: -15px;
	margin-top: -20px;
	clear:both;
	}
#tumblr-bottom, x:-moz-any-link, x:default { left:1px; }

.widget_tumblr_recent_photos a { margin-top:0px; float:left;}
#myshouts_wrapper { background:  url("images/shout-title.png") no-repeat top right!important; margin-top:-69px; padding-top:80px;padding-bottom:60px; margin-bottom:0; padding-right:0;}
#my-shouts .widget-title{ padding-top: 7px; padding-right: 15px; padding-bottom: 0pt; padding-left: 0pt;}
#myshouts_form .shoutsubmit { float:left;padding-bottom:0px;}
#myshouts_form .shoutsubmit_over { float:left;padding-bottom:0px;}
#myshouts_shouts ul li:nth-child(even) { background:#f4f4f4; }
#myshouts_shouts ul li:nth-child(odd) { background:#edcae0; }
#Likebox { margin-top: -10px; }
#myshouts_shouts ul li{
	padding-right:0;
	padding-left:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.the-h4-framed-area {
	position:relative;
	width:400px;
	margin: 0 auto;
	background:#fff;
	padding:15px;
	border: 15px inset #999 !important;
}
.the-h4-framed-area h4 { position:relative; clear:both; text-align:center; background:#fff; width:auto; padding:4px; margin-top:-35px;}
#zroob-gallery, #zroob-gold, #zroob-guest, #zroob-normal { font-size:14px;}
#zroob-gallery {}
.gallerythumbs { margin-top:35px;}
.gallerythumbs a img { width:77px; height:60px; float:right; margin-left:5px;}
#btn01 { background: url("images/cat1a.png") no-repeat bottom; height:134px; width:132px;}
#btn02 { background: url("images/cat2b.png") no-repeat bottom; height:134px; width:132px;}
#btn03 { background: url("images/cat3c.png") no-repeat bottom; height:134px; width:132px;}
#btn04 { background: url("images/cat4d.png") no-repeat bottom; height:134px; width:132px;}
#btn05 { background: url("images/cat5e.png") no-repeat bottom; height:134px; width:132px;}
#btn06 { background: url("images/cat6f.png") no-repeat bottom; height:134px; width:132px;}
#btn-donate { background: url("images/donate.png") no-repeat bottom; height:135px; width:177px;}
#rssb { background: url("images/feed-icon-pink.png") no-repeat bottom; height:139px; width:139px;}
#btn01:hover, #btn02:hover, #btn03:hover, #btn04:hover, #btn05:hover, #btn06:hover, #btn-donate:hover, #rssb:hover { background-position:top; }
