/*
Theme Name: Ester Roi
Theme URI: http://esterroi.com
Description: A simple wordpress theme.
Version: 1.0
Author: Cubic Creations
Author URI: http://cubiccreations.net
*/

*{
	margin: 0px;
	padding: 0px;
}

body, html{
	color: #333;
	font: 13px  Helvetica, Verdana, Arial, Geneva, sans-serif;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

html { overflow-y:scroll; }

a{
	color: #0066cc;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
}

a img{
	border: 0;
}

a:hover{
	color: #C54191;
}

blockquote{
	background-color: #eeeeee;
	margin: 10px 30px 15px 10px;
	padding: 10px;
	border: 1px solid #dddddd;
}

code{
	background-color: #fafafa;
	font-family: "Courier New", Courier;
	margin: 10px 20px;
	border: 1px dashed #dddddd;
	color: #777777;
	padding: 0 5px 2px;
	line-height: 180%;
	display: block;
}

/*------------------------ Header ------------------------*/

#header{
	border-top: 6px solid #DDDDDD;
	height: 100px;
	background: #777 none no-repeat scroll 0%;
	margin: 0;
	padding: 0;
}

#header .header_wrapper{
	width: 860px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

.header_left{
	float: left;
	width: 400px;
}

.header_left h1 a{
	line-height: 180%;
	font-size: 24px;
	color: #f2f2f2;
}

.header_left h2{
	font-size: 15px;
	color: #eeeeee;
	font-weight: normal;
}

.header_right{
	float:right;
}

.header_right ul{
	list-style-type: none;
}

.header_right ul li{
	float: left;
}

.header_right ul li a{
	color: #cccccc;
	display:block;
	line-height: 28px;
	padding: 0 10px;
}

.header_right ul li a:hover{
	color: #FFFFFF;
}

.header_right ul li:hover{
	background: #999999;
}

.header_right ul li.current_page_item a{
	color: #444444;
	background: #DDDDDD;
}

#banner {
	width: 270px;
	height: 100px;
	background: url(images/banner.jpg) top left;
	display: block;
}

#banner:hover {
	background: url(images/banner.jpg) top right;
}

/*------------------------ Container & Main ------------------------*/

#container{
	width: 860px;
	background: #ffffff;
	margin: 0 auto;
}

#main{
	float: left;
	width: 560px;
	overflow:hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

.page-main{
	padding-top: 0px !important;
	margin-top: 0px !important;
}

.post{
	margin-bottom: 40px;
	font-size: 14px;
	text-align: left;
}

.postdate{
  float: left;
	display: block;
	background: url(images/date.gif) no-repeat;
	height: 48px;
	width: 48px;
	line-height: 160%;
	margin-right: 10px;
}

.month{
  text-transform: uppercase;
  text-align: center;
  color: #fcfff5;
	font-size: 12px;
}

.date{
	text-align: center;
	margin-top: 2px;
	font-size: 18px;
}

.postmeta{
	color: #666666;
	font-size: 12px;
	background: url(images/side.gif) left no-repeat;
	padding-left: 9px;
	margin-left: 3px;
}

.postmeta a{
	color: #666666;
	font-size: 12px;
}

.title h2{
	line-height: 120%;
}

.title h2 a{
	color: #666666;
	font-size: 26px;
	line-height: 130%;
	font-weight: normal;
}

.title h2 a:hover{
	color: #C54191;
}

.title .postmeta a:hover{
	color: #C54191;
}

.post p{
	margin: 5px 0;
	padding: 5px 20px 5px 0;
}

.post ul, .post ol{
	margin: 10px 0 10px 0;
	padding-left: 40px;
	padding-right: 40px;
}

.post li{
	padding: 2px 0 2px 0;
}

.entry {
	margin: 10px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
}

.entry a {
	text-decoration: none;
	color: #0066cc;
	/*border-bottom: 1px dotted #0066cc;*/
}

.entry a:hover {
	text-decoration: underline;
	color: #C54191;
	/*border-bottom: 1px solid #C54191;*/
}

.entry h3{
	padding: 10px 0px 10px 0px;
}

.page-entry, .single-entry{
	border: none !important;
}

.page-entry h4{
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

.page-entry h4 #selected{
	font-weight: normal;
}

.tags {
	background: url(images/tags.gif) no-repeat;
	padding-left: 20px;
	color: #666666;
}

.tags a {
	color: #666666;
	text-decoration: none;
}

.tags a:hover {
	color: #C54191;
	text-decoration: none;
}

.info {
	padding: 10px 0;
	color: #666666;
}

.info a{
	color: #666666;
}

.info a:hover{
	color: #C54191;
}

.relate h3 {
	color: #666666;
	font-size: 16px;
}

.relate ul {
	list-style-type: decimal;
}

.navi {
	clear: both;
	padding-bottom: 20px;
}

.navi .left {
	float: left;
}

.navi .right {
	float: right;
}

.navi a {
	color: #777777;
	border-bottom: 1px dashed #999999;
}

.navi a:hover {
	color: #C54191;
	border-bottom: 1px solid #C54191;
}

/*------------------------ Comments ------------------------*/

.commentstitle {
	border-top: 1px solid #e3e5e4;
}

h3 {
	color: #666666;
	font-size: 26px;
	line-height: 130%;
	font-weight: normal;
}

.commentstitle h3 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.commentsnumber {
	color: #AAAAAA;
}

.trackback {
	float: right;
	padding-top: 10px;
	padding-right: 12px;
}

.trackback a {
	color: #999999;
	font-size: 12px;
}

.commentlist {
	color: #666666;
	list-style-type: none;
	padding: 10px 12px;
}

.commentlist a {
	color: #0066cc;
}

.commentlist a:hover {
	color: #C54191;
	border-bottom: 1px solid #C54191;
}

.commentlist li {
	border-bottom: 1px solid #e3e5e4;
	padding: 15px 5px 30px 5px;
}

.alt {
	background-color: #f9f9f9;
}

.top, .time a {
	color: #999999;
}

.avatar {
	float: right;
	width: 32px;
	height: 32px;
	display: block;
	padding: 2px;
	border: 1px solid #dddddd;
	margin: 5px;
}

/*------------------------ Comments Form ------------------------*/

#respond {
	font-size: 18px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 10px;
}

#commentform p {
	margin-bottom: 15px;
}

input#author, input#email, input#url, textarea#comment {
	margin-left: 12px;
	border: 2px solid #e3e5e4;
	padding: 2px;
	width: 200px;
	background-color: #f9f9f9;
} 

textarea#comment {
	width: 450px;
	height: 200px;
}

input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus {
	color: #666666;
	border: 2px solid #f1b39b;
	background-color: #ffffff;
}

label {
	margin-left: 5px;
	font-size: 12px;
}

input#submit, .button, .textbox {
	margin-left: 12px;
	background-color: #f9f9f9;
	border: 2px solid #e3e5e4;
	padding: 2px 5px;
	color: #666666;
	font-size: 12px;
}

input#submit {
	width: 80px;
}

/*------------------------ Search Form ------------------------*/

#searchform {
	background: url(images/search.gif) no-repeat left top;
	height: 32px;
	width: 260px;
}

#searchform:hover {
	background: url(images/search.gif) no-repeat left bottom;
}

#searchinput {
	background: none;
	border: none;
	width: 170px;
	height: 23px;
	padding: 0 5px 0 10px;
	color: #999999;
}

#searchsubmit {
	background: none;
	border: none;
	width: 60px;
	height: 30px;
	cursor:pointer;
}

/*------------------------ Sidebar ------------------------*/

#sidebar {
	float: right;
	width: 290px;
	overflow: hidden;
	border: 1px solid #e3e5e4;
	border-top: 0;
	background: #EFEFEF;
	line-height: 160%;
	margin-bottom: 20px;
}

#sidebar ul{
	padding: 15px;
}

#sidebar a{
	color: #666666;
	text-decoration: none;
}

#sidebar a:hover{
	color: #C54191;
}

#sidebar ul h2{
	font-size: 22px;
	font-weight: normal;
	line-height: 180%;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
}

#sidebar ul li{
	list-style: none;
	line-height: 140%;
	font-size: 12px;
	padding-bottom: 15px;
}

#sidebar ul ul{
	padding: 0px 10px;
}

#sidebar ul ul li{
	padding: 2px 0;
	background: url(images/side.gif) no-repeat 0 7px;
	padding-left: 16px;
}

#collapsible-archive ul li{
	background: none !important;
	margin-left: -15px;
	padding: 0px;
}

#collapsible-archive ul li ul li{
	background: none !important;
	margin-left: 25px;
	padding: 1px 0px 0px 0px;
}

#sidebar ul ul li ul{
	padding-left: 5px;
	margin-bottom: 0;
}

#sidebar ul ul li ul li{
	list-style: none;
	line-height: 160%;
	font-size: 12px;
	border-bottom: 0;
	background: none;
}

/*------------------------ Calender ------------------------*/

#wp-calendar {
	width: 260px;
	text-align: center;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 12px;
	margin-top: 5px;
}

/*------------------------ Sidebar Search ------------------------*/

#sidebar ul li form{
	margin: 10px 0;
}

/*------------------------ Default Sidebar Settings ------------------------*/

#search form{
	margin-top: 5px;
	margin-bottom: 20px;
}

#sidebar ul li .feed a{
	margin: 12px 0px 0px 10px !important;
	padding: 1px 0px 0px 20px !important;
	background: url(images/icon-feed.png) no-repeat;
	display: block;
	min-height: 16px;
}

#sidebar ul li .mail a{
	margin: 3px 0px 0px 10px !important;
	padding: 1px 0px 0px 20px !important;
	background: url(images/icon-mail.png) no-repeat;
	display: block;
	min-height: 16px;
}

#sidebar ul li .buy-art a{
	margin: 3px 0px 0px 10px !important;
	padding: 1px 0px 0px 20px !important;
	background: url(images/icon-buy-art.png) no-repeat;
	display: block;
	min-height: 16px;
}

#sidebar ul li .icarus-link a{
	margin: 3px 0px -5px 10px !important;
	padding: 1px 0px 0px 20px !important;
	background: url(images/icon-icarus-link.png) no-repeat;
	display: block;
	min-height: 16px;
}

.tagcloud{
	padding: 0 10px;
}

/*------------------------ Footer ------------------------*/

#footer {
	border-top: 2px solid #dddddd;
	clear: both;
	width: 100%;
	color: #777777;
}

#footer a {
	color: #777777;
}

#footer a:hover {
	color: #C54191;
}

#footer .footer_wrapper{
	margin: 0 auto;
	width: 860px;
}

#footer .footer_left{
	float: left;
	padding: 10px 0 20px 0;
	line-height: 160%;
}

#footer .footer_right{
	float: right;
	padding: 10px 0 20px 0;
	line-height: 160%;
}

/*------------------------ Archives Page ------------------------*/

.archivespage_tag {
	border: 1px solid #e3e5e4;
	margin: 0px 12px 20px 12px;
	padding: 5px;
}

.archivespage_tag a {
	color: #999999;
	text-decoration: none;
}

.archivespage_tag a:hover {
	color: #C54191;
}

.archiveslist {
	list-style-type: none;
	margin: 5px 12px 10px 12px;
}

.archiveslist li a, .archiveslist li a:visited {
	color: #666666;
	text-decoration: none;
}

.archiveslist li a:hover {
	color: #C54191;
}

.archivesnumber {
	color: #C54191;
}

/*------------------------ Link Page ------------------------*/

.linkpage ul {
	padding: 10px 12px;
	list-style-type: none;
}

.linkpage ul li {
	float: left;
	margin-bottom: 10px;
}

.linkpage ul li ul li {
	float: left;
	width: 140px;
	text-align: center;
	margin: 3px 5px;
	line-height: 180%;
	background-color: #ffffff;
	border: 1px solid #e3e5e4;
}

.linkpage ul li ul li a {
	color: #999999;
	display: block;
	text-decoration:none;
}

.linkpage ul li ul li a:hover {
	background-color: #eeeeee;
	color: #C54191;
}

/*------------------------ Page Template ------------------------*/

.title_page{
	/*border-left: 4px solid #91aa9d;*/
	margin-bottom: 20px;
}

.title_page h2{
	/*padding-left: 10px;*/
	font-size: 24px;
	line-height: 180%;
	color: #666666;
}

/*------------------------ wp-thread-comment plugin ------------------------*/

.thdrpy {
  text-align: left;
  font-size: 12px;
  margin: 10px 0;
}

/*------------------------ Gallery Tweaks ------------------------*/
.ngg-navigation{
	margin-top: 10px;
	margin-bottom: 12px;
}
.ngg-navigation .page-numbers{
	color: #777 !important;
}
.ngg-navigation .page-numbers:hover{
	background: #777 !important;
}
.ngg-navigation .prev{
	color: #777 !important;
}
.ngg-navigation .prev:hover{
	background: #777 !important;
}
.ngg-navigation .next{
	color: #777 !important;
}
.ngg-navigation .next:hover{
	background: #777 !important;
}
#TB_caption{
	height: 65px !important;
	width: 100% !important;
	position: relative !important;
}
#TB_secondLine{
	font-style: normal !important;
	font-size: 13px !important;
	margin-top: 2px !important;
	color: #999 !important;
	width: 100% !important;
}
#TB_prev, #TB_next{
	margin: 0px !important;
	padding: 0px !important;
}
#TB_prev a, #TB_next a{
	color: #444 !important;
}
#TB_closeWindow{
	display: none;
}
.gal-name{
	display: block !important;
	font-size: 24px !important;
	font-weight: normal !important;
	color: #666;
}
.gal-meta{
	font-size: 13px;
	display: block !important;
	margin-top: 1px !important;
	color: #333;
}

/*------------------------ official alignment ------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	margin-right: 8px;
	margin-left: 0px;
	float:left;
	text-align:left;
}

.alignright {
	margin-right: 0px;
	margin-left: 8px;
	float:right;
	text-align:right;
}


.wp-caption {
	border: 1px solid rgb(169, 169, 169);
	text-align: center;
	background-color: white;
	padding: 4px 0px 4px 0px  !important;
	margin-top: 2px;
	margin-bottom: 2px;
}

.wp-caption:hover{
	background-color: #DDD;
}

.wp-caption:hover p{
	color: #000;
}

.wp-caption img {
	margin: 0px  !important;
	padding: 0px  !important;
	border: 0px none  !important;
}

.wp-caption p {
	font-size: 11px;
	line-height: 17px;
	padding: 6px 0px 2px 0px !important;
	margin: 1px !important;
}

.resume-list{
	list-style-type: square;
	line-height: 130%;
	padding: 0px;
	margin: -2px 0px 10px 0px !important;
	color: #444;
}

.resume-list li{
	padding: 0px;
	margin: 0px;
}

.home-main h1{
	padding: 10px 0px 10px 0px;
	font-size: 26px;
	font-weight: normal;
	color: #666666;
}

.home-main h2{
	font-size: 17px;
	font-weight: normal;
	padding: 2px 0px 10px 0px;
	line-height: 1;
}

.home-main h2 sup{
	font-size: 12px;
	padding: 0px 0px 0px 1px;
}

.home-pic-box{
	width: 100%;
	padding: 0px;
	margin: 5px auto 0px auto;
}

.home-pic{
	background-color: white;
	border: 1px solid rgb(169, 169, 169);
	display: block;
	margin: 9px;
	padding: 4px;
	position: relative;
	float: left;
	height: 176px;
	width: 255px;
}

.home-pic:hover{
	background-color: #BBB;
}

#ester-roi{
	border: 1px #DDD solid;
}

.icarus-button{
	background: url(images/icarus-button.jpg);
	width: 258px;
	height: 133px;
	border: 1px solid rgb(169, 169, 169);
	display: block;
}

.intro-text{
	margin: 15px 0px 0px 2px !important;
	padding: 0px !important;
	text-align: justify;
	line-height: 1.3;
	font-size: 13px;
	color: #555;
}

.entry-disclaimer{
	color: #999;
	background: #EEE;
	padding: 2px 6px 2px 6px !important;
	margin: 2px 0px 0px 0px !important;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: justify;
	width: 500px;
}

#recaptcha_widget_div{
	margin: 20px 0px 20px 9px;
}

.recaptcha-error{
	margin: 35px 0px 0px 10px;
}