/*
	Theme Name: Publish Articles
	Theme URI: http://www.sagive.co.il
	Description: An articles Themes
	Author: Sagive SEO
	Author URI: http://www.sagive.co.il
	Version: 1.2
*/

@import 'categories.css';

* { margin: 0; padding: 0; }
body {
    background: url("i/bg.gif") repeat scroll 0 0 #F4F4F4;
    color: #444444;
    font: 12px/18px Verdana,Arial,Tahoma,sans-serif;
}

a {
	color: #E60000;
	text-decoration: none;
}
a:hover {
	color: #AA0001;
	text-decoration: underline;
}
p {margin: 0; padding: 10px 0;}
h1 {margin: 20px 0 0;}
img {border: 0px none;}
h2 {
	font: normal 16px "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 12px;
}
blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #E60000;
	background: #EEE;
	padding: 5px 15px;
}
* html blockquote {height: 1%;}
blockquote p {
	margin: 0;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

#wrapper {
	background: #ffffff;
	width: 983px;
	margin: 10px auto;
	border-top: 5px solid #EEE;
	direction:rtl;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 115px;
	border-bottom: 3px solid #EAEAEA;
	margin-bottom: 28px;
	position: relative;
	direction:rtl;
}
#top-nav {
	position: absolute;
	top: 10px;
	right: 15px;
	list-style: none;
}
#top-nav li {
	float: right;
}
#top-nav a {
	color: #808080;
	background: url('i/toparrow.gif') no-repeat 0 6px;
	font-size: 12px; margin-left:13px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:12px; padding-right:0; padding-top:0; padding-bottom:0
}
#top-nav .current_page_item a {
	background-image: url('i/toparrow2.gif');
}
#searchform {
	position: absolute;
	top: 35px;
	left: 0;
}
#searchform input,
#search input {
	font: 11px "Trebuchet MS", Arial, Sans-Serif;
	float: right;
	margin-left:15px;
}
#s, .search {
	width: 175px;
	padding: 2px 6px;
	border: 2px solid #ccc;
	margin-right: 5px;
}
#searchsubmit, .go {
	background: #E60000;
	border: 0px none;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
	cursor: pointer; padding-left:7px; padding-right:7px; padding-top:2px; padding-bottom:2px
}

#logo {
	position: absolute;
	top: 0px;
	color: #808080;
	line-height: 1;
	font-size: 33px;
	margin-right:15px;
}
#logo span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 0 0;
}

#nav {
	position: absolute;
	top: 85px;
	left: 0;
	width: 100%;
	height: 24px;
	clear: both;
	background: url('i/smalldot.gif') repeat-x;
	border-bottom: 1px solid #CCC;
	position: relative; padding-left:0; padding-right:0; padding-top:7px; padding-bottom:0
}
#nav li {
	font-size: 13px;
	display: inline;
	text-transform: uppercase;
}
#nav li a {
	margin: 0 25px 0 10px;
	color: #808080;
}
#nav li a:hover {color: #444;}
#nav li.current_page_item {
	background: url('i/arrow.gif') no-repeat center left;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	background: url('i/dots.gif') repeat-y 550px 0;
	margin-bottom: 10px
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 540px;
	float: left;
	padding: 0 10px 20px 0;
	overflow: hidden;
}

#content h2 {
	font: normal 19px "Trebuchet MS", Arial, Sans-Serif;
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 12px;
}
#content h2.pagetitle {
	padding-left: 3px;
}
#content h3 {
	font: normal 22px "Trebuchet MS", Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 2px;
	font-weight: bold;
}

#content img {
	right: 0;
	padding: 1px;
	margin: 5px 10px 5px 0;
}

#content .post {
	margin: 0 0 0px;
}
#content .post h2,
#content .post h3 {
	font-size: 20px;
	margin: 0 0 2px;
}
.post ul,
.post ol {
	margin: 7px 0 7px 35px;
}
.post li {
	padding: 2px 0;
	margin-right: 30px;
}
.post .postmetadata {
	font-size: 11px;
	padding: 0 0 7px;
}

.entry h1 {
	font-size: 18px;
	margin: 15px 0 10px;
}
.entry h2 {
	font-size: 17px !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry h3 {
	font-size: 15px !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 13px;
	margin: 15px 0 10px;
	font-weight: bold !important;
}

.line {
	clear: both;
	padding: 3px;
	background: url('i/smalldot.gif') repeat-x;; margin-left:0; margin-right:0; margin-top:0; margin-bottom:15px
}
.recent {
	margin-right: 0px;
	margin-right: 15px;	
}
.recent li {
	padding: 1px 0;
}

.other {
	margin: 20px 0;
	background: url('i/smalldot.gif') repeat-x;
	padding-top: 10px
}
.other .recent li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 4px;
}
.other .recent li a {
	background: #fff url('i/arrow.gif') no-repeat center left;
	color: #808080; padding-left:12px; padding-right:0; padding-top:0; padding-bottom:0
}

.nav {
	padding: 0 0 22px;
}
.navigation {
	margin: 20px 0;
}

#order {
	text-align: right;
	padding: 0 0 10px;
}
#order select {
	font: 13px "Trebuchet MS", Arial, Sans-Serif;
	width: 120px;
}

#content ul.child-categories {
	margin: 0 0 23px 30px;
}
#content ul.child-categories ul {
	margin-left: 20px;
}

h3#comments {
	margin-bottom: -10px;
}
#respond h3 {
	font-size:24px;
	font-weight:bold;
	margin:0px 0 0;
}

ol.commentlist {list-style: none; margin: 20px 0 0 20px; padding:0;}
ol.commentlist li {border: 1px solid #DFDFDF; height: 1%; margin: 10px; padding: 5px 10px 8px; position: relative;}
ol.commentlist li ul.children li {margin: 0 0 2px;}
ol.commentlist li.comment-author-admin {border-color: #999;}
ol.commentlist li div.vcard cite.fn {font-style: normal; font-weight: bold;}
ol.commentlist li div.vcard img.avatar {border: 1px solid #DDD !important; padding: 2px !important; position: inherit; right: 8px; top: 8px; margin: 0 !important;}
ol.commentlist li div.comment-meta {font-size: 10px; font-weight: bold; color: #888;}
ol.commentlist li div.comment-meta a {color: #888; text-decoration: none;}
ol.commentlist li div.comment-meta a:hover {text-decoration: underline;}
ol.commentlist li div.reply {font-size: 13px; line-height: 16px; width: 100%; overflow: hidden; text-transform: lowercase; }
ol.commentlist li div.reply a {background: #F4F4F4; float: left; color: #AA0001; text-decoration: none; padding: 0 6px 2px; border: 1px solid #CCC;}
ol.commentlist li div.reply a:hover {background: #E60000; color: #FFF; border: 1px solid #E60000;}
ol.commentlist li ul.children {list-style: none; margin: 10px 0 0;}
#cancel-comment-reply small {font-size: 13px}
ol.commentlist li.even {background: #FFF;}
ol.commentlist li.odd {background: #F4F4F4;}

#commentform p {
	padding: 8px 0 3px;
}
#author, #email, #url, #comment, #submit {
	font: 13px Arial, Tahoma;
	padding: 3px 5px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment {
	width: 500px;
	height: 170px;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus {
	border-color: #999;
}
li.depth-1 #comment {width: 505px}
li.depth-2 #comment {width: 485px}
li.depth-3 #comment {width: 462px}
li.depth-4 #comment {width: 442px}
li.depth-5 #comment {width: 425px}
#submit {
	width: 115px;
	height: 24px;
	padding: 0;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}
#submit:hover {
	background: #E60000;
	color: #FFF;
	border: 1px solid #E60000;
}



/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: right;
	width: 430px;
	font-size: 12px;
	line-height: 17px;
}
* html #sidebars {height: 1%;}
#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#l-sidebar {
	float: left;
	width: 220px;
	padding: 0 10px;
}
#r-sidebar {
	float: right;
	width: 175px;
	padding: 0 5px 0 0px;
}

#sidebars ul {
	margin: 0 0 15px;
}
#sidebars li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 3px 4px;
	margin: 0;
}
#sidebars li a {
	background: url('i/arrow.gif') no-repeat center right;
	
	color: #808080; padding-left:0; padding-right:12px !important; padding-top:0; padding-bottom:0
}
#sidebars h2 {
	font: normal 20px "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 3px 3px 0px;
	border-bottom: 1px solid #EEE;
}
#sidebars h3 {
	font: normal 17px/19px "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px;
}
#sidebars .post {
	margin: 0 0 24px;
}
#sidebars p {
	padding: 0;
}
#sidebars .postmetadata {
	font-size: 11px;
}

#sidebars .textwidget {
	margin-bottom:10px;
}

#sidebars img{
	margin-left:3px;
}

#autoriz {
	margin: 0 0 20px;
	background: #cccccc;
}
#autoriz label {
	display: block;
	float: left;
	width: 58px;
	padding: 0 12px;
	font-size: 13px;
}
#autoriz input {
	float: left;
	font: 13px "Trebuchet MS", Arial, Sans-Serif;
	width: 130px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	padding: 0 2px;
}
.rememberme {
	padding: 0 0 0 12px;
}
#autoriz .rememberme label {
	cursor: pointer;
	padding: 0;
	width: 120px;
	margin: 2px 0 0;
	*margin: 3px 0 0;
}
#autoriz .rememberme input {
	width: 15px;
	padding: 0;
	border: none;
	margin: 2px 4px 0 0;
	*margin: -1px 4px 0 0 !important;
	*margin: -1px 2px 0 0;
}
#autoriz #enter {
	float: right;
	margin: 0 12px 0 0;
	border: none;
	background: #E60000;
	color: #FFF;
	width: 60px;
	height: 21px;
	cursor: pointer;
}
#autoriz p {
	clear: both;
	text-align: center;
	padding: 5px 0 0;
}
#autoriz a {
	margin: 0 7px;
}

#manage {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	margin:0 0 20px;
	padding-right:5px;
	padding-top:5px;
}
#manage p {
	padding: 0 0 10px 5px;
	font-size: 13px;
	font-weight: bold;
}

/* GOTOTOP link
-----------------------------------------------------------------------------*/
.toplink {
margin-bottom:20px;
padding-bottom:10px;
padding-top:18px;
background: url('i/arrow-top.png') no-repeat center left;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 7px 10px;
	margin: 0 0 15px;
	font-size: 11px;
	line-height: 16px;
	color: #808080;
	background: #EEE;
	text-align:center;
}

#apf_post_footer {
	border-top:1px ridge #CCCCCC;
	margin-top:20px;
}

#apf_post_footer h4{
	color:#333333;
	font-size:16px;
}
li.apf_post_footer()

/* home adsense
-----------------------------------------------------------------------------*/
#home-adsense	{}

/******************************************************************
** SHAREBAR CSS
******************************************************************/
/**************************************************************
**	SHAREBAR FLOAT CSS - SHARE BAR PLUGIN
**************************************************************/
.sharebarfloater {
    float: left;
	margin-top: 85px;	
}

.sharebarfloater ul#sharebar { 
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    float: right;
    list-style-type: none;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    position: fixed;
    text-align: center;
    width: 65px;
    z-index: 99;
}
body ul#sharebar li { display: block; margin: 5px; padding: 0; overflow: hidden; text-align: center; }
body ul#sharebarx { display: none; list-style: none; width: 100%; float: left; margin: 0 0 10px; padding: 0; }
body ul#sharebarx a { line-height: 14px; text-decoration: none; }
body ul#sharebarx li { float: left; margin-right: 20px; line-height: 18px; }
body ul#sharebarx li .st_email  { margin: 0 15px !important; }
.sharebar-button { font-size: 11px; font-family: Verdana, Arial; padding: 2px 4px; background: #f7f7f7; color: #444; border: 1px solid #ddd; display: block;margin: 0 0 5px; }
.sharebar-button:hover { border-color: #aaa; }
.credit { margin: 0; padding: 0; line-height: 9px; }
.credit a { font-size: 8px; color: #ccc; text-transform: uppercase; text-decoration: none; font-family: Verdana; line-height: 9px; }
.FBConnectButton_Small{background-position:-5px -232px !important;border-left:1px solid #1A356E;}
.FBConnectButton_Text{margin-left:12px !important ;padding:2px 5px 3px !important;}
.stButton{margin:0 0 6px !important;}
.stButton:last-child{margin:0 !important;}
.stButton .stFb_vbubble { width:53px !important; }
.stButton .stFb_text { padding: 2px 5px 3px !important; margin: 1px 1px 0 14px !important; }


/**************************************************************
**	AUTHOR PAGE 
**************************************************************/
.authorBlock {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CCCCCC;
    width: 525px;
}

.authorBlock p {
    line-height: 16px;
    padding-right: 10px;
    padding-top: 20px;
}

.authorBlock a {
    font-size: 11px;
    vertical-align: top;
}

.authorBlock span {
    font-size: 11px;
    vertical-align: top;
}

.authorBlock .icon {
    margin: 0px 0px 2px 0px !important;
}

.authorBlock .floatfar {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: -15px;
}

.authorBlock .floatfar img {
	border: 1px solid #ccc;
	margin: 0px;
}


/*********** fix to page navi *************/
.wp-pagenavi a, .wp-pagenavi span {
    float: right;
}


/*********** HELP NOTICE CAPTCHA *************/
.cptch_block {
	font-weight: bold;
}

