/*  
Theme Name: wp-tricks theme
Theme URI: http://www.wp-tricks.co.il/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">wp-tricks</a> theme.
Version: 1.0
Author: Rami Yushuveav
Author URI: http://www.wp-tricks.co.il/
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial;
	font-size:100%;
	background:#ECECEC;
	color:#333;
	direction:rtl;
}

p {	
	margin:15px 0;
}

a:link, a:visited {
	color:#3c78a7;
	text-decoration:none
}

a:hover, a:active {
	color:#3c78a7;
	text-decoration:underline;
}

a img {
	border:0;
}

code {
	direction:lrt;
	text-align:left;
	font-size:1.0em;
	font-family:'Courier New', Courier, Fixed;
	background:#ececec;
}	

acronym, abbr, span.caps {	
	font-size:0.9em;
	letter-spacing:.07em;
	cursor:help;
}			

acronym, abbr {
	border-bottom:1px dashed #999;
}

blockquote {
	padding:10px 10px 0 10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#eee;
	font-size:1.0em;
	font-family:Arial;
	line-height:1.5em;
	margin:10px 0px;
}
/*
select {
	width:130px;
}*/	

h1 {
	/*font-size:3.5em;*/
	font-size:1.8em;
	font-weight:bold;
}

h2 {
	font-size:2.3em;
}

h3 {
	font-size:1.3em;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
}

h4 {
	font-size:1.0em;
}

h1 a:hover, h1 a:active {
	text-decoration:none;
}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
}

h3#respond {
	margin-top:0px;
	padding-top:20px;
}

h3#comments {
	margin-top:32px;
	padding-left:0px;
}

h3.authors {
	margin-top:15px;
}

p.description {
	margin:0;
	margin-bottom:10px;
	font-size:1.05em;
}


/* Structure */

#head {
	width:940px;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	font-size:0.7em;
}

#page {
	width:940px;
	margin:0px auto;
	padding:0px;
	background:#ececec;
	font-size:0.7em;
}

#searchform {
	/* width:194px; */
	text-align:right;
}

.left, .alignleft {
	float:right;
}

.right, .alignright {
	float:left;
}

.center {
	text-align:center;
}

/* Index Page*/

#top {
	padding:0;
}

#headline {
	width:590px;
	float:right;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
}

#headline  div.title {
	font-weight:bold;
	font-size:2.4em;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
}

#headline p {
	padding-bottom:15px;
}

#featured {
	width:300px;
	background:#fff;
	float:left;
	padding:10px 10px 9px 10px;
}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:left;
	width:180px;
}

#featured .title {
	font-weight:bold;
}

#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-left:10px;
	padding:2px;
}


#middle {
	width:920px;
	background:#fff;
	/*float:left;*/
	padding:10px;
	/*margin:10px 0;*/
	border:1px solid #cccccc;
}

.category {
	width:133px;  /* 6 col = 133px ; 5 col = 164px ; 4 col = 133px ; 3 col = 286px */
	float:right;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	cursor:pointer;
}

.category p {
	margin:0;
	font-size:1.05em;
}

.category p.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
}

#front-popular h3 {
	color:#fff;
}

.category a {
	color:#333;
	display:block;
	background:none;
}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
}

#bottom {
	width:940px;
}

#front-list {
	border:1px solid #cccccc;
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:right;
}

#archive {
	padding-top:15px;
	line-height:1.75em;
}

#archive .thumb {
	float:right;
	margin:0 0 10px 10px;
}

#archive .thumb img {
	margin-right:0;
}

#front-list blockquote {
	padding:0px 10px 0 10px;
}

#front-list .title, #archive .title {
	font-weight:bold;
	font-size:1.3em;
	letter-spacing:-0.01em;
}

#front-list .clearfloat, #archive .clearfloat {
	/*padding-bottom:10px;*/
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
}

.author {
	font-size:0.8em;
	font-weight:bold;
}

.meta {
	font-size:0.8em;
	color:#333;
}

.meta a {
	color:#333;
}

#headline p, #featured p {
	margin:0;
}


/* Content Page*/

#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:right;
	border:1px solid #cccccc;
	min-height:400px;
}

#content h2.title {
	font-size:2em;
	font-weight:bold;
	letter-spacing:-0.02em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
}

.post {
	font-size:1.05em;
	line-height:1.75em;
}

.post p {
	margin-top:0px;
}

/*.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
}*/

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-right:30px;
}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-right:30px;
}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-right:20px;
}

.post img, .post a img, #front-list img, #archive img {
/*	border:1px solid #ccc; */
/*	margin:0 10px 5px 10px; */
/*	padding:2px; */
}

.post .ads {
	margin-top:10px;
}

.entry {
	margin-top:20px;
}

#stats {
	margin-top:0px;
	padding:4px 0px;
	font-size:0.8em;
	display:block;
}

#stats span {
	padding:0px 0px 0px 20px;
}

#stats span a:hover {
	background:none;
}

#stats span a {
	color:#333;
}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
}

.navigation {
	margin:0 auto;
	padding:5px 0px;
	text-align:Center;
}

/* Sidebar*/
#sidebar {
	width:320px;
	float:left;
	margin:0px 0px 0px 0px;
}

#sidebar p, .textwidget {
	font-size:1.05em;
}

#sidebar h3 {
	font-size:1.2em;
	background:#333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
}

#sidebar h4 {
	font-size:1.2em;
}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:left;
	padding:0px 10px 10px 10px;
	background:#fff;
	border:1px solid #cccccc;
}

#sidebar-top {
	padding-top:10px;
}

#sidebar-bottom {
	margin-top:10px;
}

#sidebar-middle {
	margin-top:10px;
	width:320px;
	float:left;
}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	border:1px solid #cccccc;
}

#sidebar-right {
	width:135px;
	padding:10px;
	float:left;
	background:#fff;
	border:1px solid #cccccc;
}

#sidebar-right div {
	text-align:justify;
}

#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 13px 2px 0px;
	background:url(images/sub.png) no-repeat 100% 0px;
}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 13px 0px 0px;
	background:url(images/sub.png) no-repeat 0 0px;
}

#sidebar-search {
	width:300px;
	float:left;
	margin-top:10px;
	padding:10px;
	background:#fff;
	border:1px solid #cccccc;
}

/* Form Elements */

select {
	border:1px solid #333;
/*	width:100%*/
}
	
.field {
	padding:2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
}

#s {
	padding:1px;
	font-size:1.0em;
	/*width:150px;*/
}
	
#searchsubmit {
	padding-right:5px;
}

#commentform input {
	width:140px;
	margin:5px 0 1px 5px;
}

#commentform textarea {
	width:99%;
	margin-top:5px;
}


/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
}	

.commentlist blockquote {
	background:#ededed;
}
			
.commentlist li {
	padding:10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 20px 3px 0;
	padding:3px 0;
}

.commenttext {
	padding:10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width:495px;
	float:left
}

.commentlist cite strong {
	font-size:1.1em;
}
	
li.my_comment {
	background:#FFF;
	border:none;
}

li.my_comment cite strong {
	font-size:1.3em;
	color:#313228;
}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
}
	
.commentmetadata {
	color:#4d4d4d;
	display:block;
	margin-top:3px;
	text-align:left;
	font-size:0.9em;
}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
}
	
.commentlist small {
	background:#e9e9e9;
}

.avatar {
	border:1px solid #bbb;
	margin:0px 0px 0px 10px;
	float:right;
	padding:2px;
	width:55px;
	height:55px;
}	

#comment {
	width:590px;
	background:#fff;
}


/* Recomended */

#recomended {
	width:940px;
	background:#fff;
	margin:10px auto;
	border:1px solid #cccccc;
	font-size:1.0em;
}

.recomended-post {
	width:135px;
	float:right;
	padding:10px;
	background:#fff;
	text-align:center;
}

.recomended-post img {
	border:1px solid #cccccc;
}

.recomended-post p {
	margin:0;
}


/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width:940px;
	background:#2c2c2c;
	margin:10px auto;
}

#recentpost, #mostcommented {
	width:280px;
	float:right;
	padding:10px;
}

#mostcommented {
	margin-right:17px;
}

#recent_comments {
	width:280px;
	float:left;
	padding:10px;
}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#3c78a7;
	color:#fff;
}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
}

#recent_comments {
	text-align:justify;
}


#footer {
	margin:0 auto;
	width:940px;
	font-size:0.6em;
	padding:0 20px;
}



/* Login/Register/Password */
ul.tabs_login {
	padding: 0; margin: 20px 0 0 0;
	position: relative;
	list-style: none;
	font-size: 14px;
	z-index: 1000;
	float: left;
	}
ul.tabs_login li {
	border: 1px solid #E7E9F6;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	line-height: 28px; /* = */ height: 28px;
	padding: 0; margin: 0 5px 0 0;
	position: relative;
	background: #fff;
	overflow: hidden;
	float: left;
	}
ul.tabs_login li a {
	text-decoration: none;
	padding: 0 10px;
	display: block;
	outline: none;
	}
html ul.tabs_login li.active_login {
	border-left: 1px solid #E7E9F6;
	border-bottom: 1px solid #fff;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	background: #fff;
	color: #333;
	}
html body ul.tabs_login li.active_login a { font-weight: bold; }
.tab_container_login {
	background: #fff;
	position: relative;
	margin: 0 0 20px 0;
	border: 1px solid #E7E9F6;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	 -webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	z-index: 999;
	float: left;
	width: 100%;
	top: -1px;
	}
.tab_content_login {
	padding: 7px 15px 15px 15px;
	padding-top: 10px;
	}
	.tab_content_login ul {
		padding: 0; margin: 0 0 0 15px;
		}
		.tab_content_login li { margin: 5px 0; }
#login-register-password {}
	#login-register-password h3 {
		border: 0 none;
		margin: 10px 0;
		padding: 0;
		}
	#login-register-password p {
		margin: 0 0 15px 0;
		padding: 0;
		}
.wp-user-form {}
	.username, .password, .login_fields {
		margin: 7px 0 0 0;
		overflow: hidden;
		width: 100%;
		}
		.username label, .password label { float: left; clear: none; width: 25%; }
		.username input, .password input { 
			font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
			float: left; clear: none; width: 200px; padding: 2px 3px; color: #777;
			}
.rememberme { overflow: hidden; width: 100%; margin-bottom: 7px; }
#rememberme { float: left; clear: none; margin: 4px 4px -4px 0; }
.user-submit { padding: 5px 10px; margin: 5px 0; }
.userinfo { float: left; clear: none; width: 75%; margin-bottom: 10px; }
	.userinfo p { 
		margin-left: 10px; 
		}
.usericon { float: left; clear: none; width: 15%; margin: 0 0 10px 22px; }
	.usericon img {
		border: 1px solid #F4950E;
		padding: 1px;
		}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfloat {
	display:inline-block;
}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
}

*+html .clearfloat {
	height:1%;
}

.clearfloat {
	display:block;
}
	
.aligncenter,
div.aligncenter {
	display:block;
	margin-right:auto;
	margin-left:auto;
}
.aligncenter {
	margin:0 0 10px 0;
}
.alignleft {
	float:left;
	margin:0 10px 10px 10px;
}
.alignright {
	float:right;
	margin:0 10px 10px 10px;
}
.wp-caption {
	border:1px solid #ccc;
	text-align:center;
	background-color:#f7f7f7;
	padding-top:4px;
}
.wp-caption img {
	float:none;
	margin:0px;
	padding:0px;
	border:none;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	padding:0px;
	margin:0px;
}


/* Page Navigation */
.wp-pagenavi {
	margin: 0px auto;
	display:inline-block;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #cccccc;
	color: #333333;
	background-color: #FFFFFF;
	float: left;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #cccccc;
	color: #333333;
	background-color: #FFFFFF;
	float: left;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #cccccc;
	color: #333333;
	background-color: #FFFFFF;
	float: left;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #cccccc;
	color: #333333;
	background-color: #FFFFFF;
	float: left;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #333333;
	/*border: 1px solid #cccccc;*/
	background-color: #FFFFFF;
	/*float: left;*/
	display:block;
	clear:both;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #cccccc;
	color: #333333;
	background-color: #FFFFFF;
	float: left;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #cccccc;
	color: #333333;
	background-color: #FFFFFF;
	float: left;
}


/* category bar 
#cat-1 { border-top:8px solid #2B9435; color:#303030; }
#cat-1:hover, #cat-1:hover p, #cat-1:hover a { background:#2B9435; color:#FFFFFF; }

#cat-2 { border-top:8px solid #E6AB07; color:#303030; }
#cat-2:hover, #cat-2:hover p, #cat-2:hover a { background:#E6AB07; color:#FFFFFF; }

#cat-3 { border-top:8px solid #B7462C; color:#303030; }
#cat-3:hover, #cat-3:hover p, #cat-3:hover a { background:#B7462C; color:#FFFFFF; }

#cat-4 { border-top:8px solid #3282BE; color:#303030; }
#cat-4:hover, #cat-4:hover p, #cat-4:hover a { background:#3282BE; color:#FFFFFF; }

#cat-5 { border-top:8px solid #634C96; color:#303030; }
#cat-5:hover, #cat-5:hover p, #cat-5:hover a { background:#634C96; color:#FFFFFF; }

#cat-6 { border-top:8px solid #62AFAF; color:#303030; }
#cat-6:hover, #cat-6:hover p, #cat-6:hover a { background:#62AFAF; color:#FFFFFF; }
*/

/* Backup above */
#logo, #logo:hover, #logo:hover h1, #logo:hover a ,
#cat-1, #cat-1:hover, #cat-1:hover p, #cat-1:hover a ,
#cat-2, #cat-2:hover, #cat-2:hover p, #cat-2:hover a ,
#cat-3, #cat-3:hover, #cat-3:hover p, #cat-3:hover a,
#cat-4, #cat-4:hover, #cat-4:hover p, #cat-4:hover a,
#cat-5, #cat-5:hover, #cat-5:hover p, #cat-5:hover a,
#cat-6, #cat-6:hover, #cat-6:hover p, #cat-6:hover a { color:#303030; }


#featured .arthemia-carousel {
	height:237px;
}

embed {
	text-align:center;
	margin:0px auto;
}

#sidebar-right div {
	text-align:center;
	padding:3px 0;
}

span.search-highlight {
	background:yellow;
}

.codecolorer {
	direction:ltr;
	font-size:0.95em;
}

#author_bio {
	border: 1px solid rgb(204, 204, 204);
	overflow: hidden;
	/*width: 100%;*/
	padding: 5px;
}
#author_bio p {
	margin:0;
}

img#wpstats { display:none; }

#outbrain_whatIs_0_stripBox { display:none; }
.what_is_container { display:none; }





#chart {
	direction: lrt;
	margin: 0 auto;
	padding: 50px 0;
	height: 200px;
	position: relative;
	text-align: center;
}
#chart > a {
	width: 1px;
	/* Fallback color */
	background: orange;
	/* Way cooler gradient */
	background: -webkit-linear-gradient(top, hsl(27, 95%, 45%), hsl(27, 95%, 65%), hsl(27, 95%, 45%));
	background: -moz-linear-gradient(top, hsl(27, 95%, 45%), hsl(27, 95%, 65%), hsl(27, 95%, 45%));
	background: -ms-linear-gradient(top, hsl(27, 95%, 45%), hsl(27, 95%, 65%), hsl(27, 95%, 45%));
	background: -o-linear-gradient(top, hsl(27, 95%, 45%), hsl(27, 95%, 65%), hsl(27, 95%, 45%));
	background: linear-gradient(top, hsl(27, 95%, 45%), hsl(27, 95%, 65%), hsl(27, 95%, 45%));
	display: inline-block; 
	vertical-align: bottom; 
	text-decoration: none;
}
#chart > a:hover {
	background: black;
}
#chart span {
	width: 50px;
	background: black;
	color: white;
	text-align: center;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	opacity: 0;
	z-index: 1;
}
#chart > a:hover > span {
	opacity: 1;
}
#chart strong {
	padding: 10px; 
}
