/*  
Theme Name: sukyblog
Theme URI: http://wordpress.org/
Description: Frido's Theme
Version: 2.0.3
Author: Frido Creative Solutions
Author URI: http://www.frido.co.il/
*/


* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px; background:url(images/bg.jpg) top repeat-x #F2F2F2 fixed;
}

input {
 font-family: Arial, Helvetica, sans-serif;
 background: url(images/inputs_bg.gif) top center repeat-x;
 border: 1px solid #bbb;
}
textarea {
 font-family: Arial, Helvetica, sans-serif;
 background: url(images/inputs_bg.gif) top center repeat-x;
 border: 1px solid #bbb;
}

#wrapper {
 width: 750px;
 margin: 10px auto;
 background-color:transparent;
}
#header {
 border: 0px solid #ccc;
 margin: 5px;
 height: 113px;
 padding: 10px 10px 0px 10px;
 width:800px;
}

#container {
 background: url(images/body_bg_middle.gif) left center repeat-y;
 background-color:transparent;
 margin: 0 5px 0px 5px;
 display: inline; /* IE Hack */
 padding: 0px;
 float: left;
 width: 740px;
}

#body_top {
 border: 0px solid #ccc; width:740px;
 margin: 0px; height:5px;
 padding: 0px; background: url(images/body_bg_top.gif) no-repeat;
 background-color:transparent;
}
#body_bot {
 border: 0px solid #ccc; width:740px;
 margin: 0px; height:8px; clear:both;
 padding: 0px; background:url(images/body_bg_bot.gif) no-repeat;
 background-color:transparent;
 margin: 0 5px 0px 5px;
 display: inline; /* IE Hack */
 padding: 0px;
 float: left;
 width: 740px;
}

#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0px;
 padding: 4px;
 display: inline; /* IE Hack */
 width: 26.7%;
 float: left;
 border: 0px solid #ccc;
 min-height: 300px;
 text-align:right;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 

#leftcolumn UL {padding-right:5px;}

#centercolumn {
 border: 0px solid #ccc;
 margin: 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 69.8%;
 float: left;
 min-height: 300px;
 text-align:right;
 background:url(images/separator_left1.gif) left top no-repeat;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#centercolumn p{margin:0 10px;}
.MsoNormal {padding-right: 15px; float:none;}

#contentHeader {
 text-align:right;
 padding: 5px;
 background:url(images/ContentHeader.gif) no-repeat;
 width:502px;
 margin: 5px 0 0px 15px;
 height:94px;
}
#contentHeader h1 a:link {text-align:right; color:#ff8400; text-decoration:none; font-size:36px;}
#contentHeader h1 a:visited {text-align:right; color:#ff8400; text-decoration:none; font-size:36px;}
#contentHeader h1 a:hover {text-align:right; color:#ff8400; text-decoration:none; font-size:36px;}
#contentHeader h1 a:active {text-align:right; color:#ff8400; text-decoration:none; font-size:36px;}

#contentHeader h1 {margin:0 15px;}
#contentHeader h2{text-align:right; color:#929292; margin:0 15px 0px 5px; font-size:18px; font-weight:normal;}

#rightcolumn {
 border: 1px solid #ccc;
 margin: 0 5px 5px 0;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 159px;
 float: left;
 background-color: #C6AA9D;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#footer {
 margin: 10px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.8%;
 text-align:right; font-size:12px;
}

/* - - - - - -  POST  - - - - - - */
#post a:link {color:#ff8400;}
#post a:visited {color:#ff8400;}
#post a:hover {color:#ff8400;}
#post a:active {color:#ff8400;}

#post {background:url(images/separator_bottom.gif) bottom left no-repeat; padding: 0 0 20px 0; margin: 5px 0 0 0; text-align:right;}
#post p {color:black; margin:0 0px 0 15px; font-size:14px; direction:rtl; width:475px; line-height:17px;}

#post p a:link{color:black; text-decoration:underline;}
#post p a:visited{color:black; text-decoration:underline;}
#post p a:hover{color:black; background-color:#cdcdcd; text-decoration:none;}
#post p a:active{color:black; background-color:#cdcdcd; text-decoration:none;}

#post span {direction:rtl;}
#post img {margin:20px 0 15px 0; border:0px;}
#post h2 a{text-align:right; color:#ff8400; text-decoration:none; font-size:22px; margin-bottom:0px; line-height:24px; margin-top:4px;}
#post h2 a:link{text-align:right; color:#ff8400; text-decoration:none; font-size:22px;  margin-bottom:0px; line-height:24px; margin-top:4px;}
#post h2 a:visited{text-align:right; color:#ff8400; text-decoration:none; font-size:22px;  margin-bottom:0px; line-height:24px; margin-top:4px;}
#post h2 a:hover{text-align:right; color:#fff; text-decoration:none; font-size:22px; margin-bottom:0px; background-color:#ff8400; line-height:24px; margin-top:4px;}
#post h2 a:active{text-align:right; color:#ff8400; text-decoration:none; font-size:22px; margin-bottom:0px; line-height:24px; margin-top:4px;}

#post h3 {margin:0 15px; margin-top:10px; direction:rtl;}
#post h2 {margin:0 15px; margin-top:-8px; direction:rtl;}
#post h4 a:link {color:#ffa547; text-decoration:none;}
#post h4 a:visited {color:#ffa547; text-decoration:none;}
#post h4 {color:#ffa547; font-size: 18px; width:150px; background:url(images/cmnt_baloon.gif) left bottom no-repeat; margin:0 7px 15px 352px; * margin:0 17px 0px 352px;}
#by {font-size:12px; font-weight:normal; color:black;}
#commentCount {float:right; margin:-33px 170px 0 0; *margin-top:-18px;}

#post ol {margin:0 15px; width:470px; direction:rtl;}
#post ol a:link {color:#999;}
#post ol a:visited {color:#999;}
#post textarea {width:470px; margin:20px 0 0 0;}

/* SPANS */
#date {font-size: 27px; font-weight:bold; color:#d8d8d8; padding: 25px 15px 0px 15px; border:0px solid;}
.copyright{margin-right:335px;}

#by{margin:0 0px 0 0px; display:inline;}
#post #commentCount {color:#ffa646; direction:rtl}
#post #commentCount a:link {color:#ffa646; font-size: 12px; text-decoration:underline; font-weight: normal}
#post #commentCount a:visited {color:#ffa646; font-size: 12px; text-decoration:underline; font-weight: normal}

#tagging {font-size: 14px; color:#ff8500; padding:20px 0 0 25px; margin-top:10px; text-align:left; margin-left:10px}
#post #tagging a:link{color:#ff8500; font-weight:normal;}
#post #tagging a:visited{color:#ff8500; font-weight:normal;}
#post #tagging a:hover{color:#fff; background-color:#ffa646;}
#post #tagging a:active{color:#fff; background-color:#ffa646;}


/* - - - - - -  Left Bar  - - - - - - */
#newsletter {
 height:78px;
 width:170px;
 font-weight:bold; 
 color:white;
 background:url(images/newsletter_bg.gif) no-repeat;
 margin:5px 0 0 9px;
 padding:10px;
}
#newsletter p {margin:0px;}
#newsletter input{color:#727272; text-align:right;}
#newsletter a:link, a:visited {color:black; font-size:13px; font-weight:bold;}

#searchbox {margin-top:10px;}

#container #leftcolumn #sitelinks {padding:0px; list-style:none; margin:0px; width:190px; margin:8px 0 0 8px;}
#container #leftcolumn #sitelinks a{display:block; border-bottom:1px dotted #737373; padding:2px 10px 2px 0; background:url(images/bullet1.gif) right center no-repeat transparent;}
#container #leftcolumn #sitelinks a:link{font-weight:bold; font-size:14px; color:#cdcdcd; text-decoration:none;}
#container #leftcolumn #sitelinks a:visited{font-weight:bold; font-size:14px; color:#b9b9b9; text-decoration:none;}
#container #leftcolumn #sitelinks a:hover{font-weight:bold; font-size:14px; color:#b9b9b9; text-decoration:none; background-color:#f7f7f7; background-image:url(images/bullet2.gif);}
#container #leftcolumn #sitelinks a:active{font-weight:bold; font-size:14px; color:#b9b9b9; text-decoration:none;}

.bloglinksH {color:#ff8400; font-size:14px; margin:15px 0 0 0;}
#bloglinks {padding:0px; list-style:none; margin:0px; width:150px; margin:0 0 0 45px;}
#bloglinks LI {color:black; direction:rtl;}
#bloglinks LI a:link{font-weight:normal; font-size:12px; color:#000; text-decoration:none;}
#bloglinks LI a:visited{font-weight:normal; font-size:12px; color:#000; text-decoration:none;}
#bloglinks LI a:hover{font-weight:normal; font-size:12px; color:#000; text-decoration:none;}
#bloglinks LI a:active{font-weight:normal; font-size:12px; color:#000; text-decoration:none;}

#tagCloud {width:190px; height:250px; background:#e2e2e2; margin: 10px 10px 0px 10px;}
#tagCloud h2{
 text-align:right;
 color:#ff8400;
 margin:0 0px;
 background: url(images/cloud_top.gif) top center no-repeat;
 height:42px; padding: 10px 10px 0 0; font-size:18px;
 direction:rtl;
}
/* temporary */
#tagCloud a:link{font-size:14px;}
#tagCloud a:visited{font-size:14px;}

#cloud_bot{background: url(images/cloud_bot.gif) bottom center no-repeat; height:9px;width:190px; margin:0 10px; }

#currentProj span{
 display:block;
 background:url(images/current.gif) center center no-repeat;
 height:20px;
 width:170px;
 margin:5px 10px;
 padding:10px;
 border:0px solid;
}
#currentProj p {
 margin:0 0px 0 10px; color:#8f8f8f; line-height:16px;
 height:105px; font-size:16px; font-weight:bold;
}
#currentProj p a:link {color:#8f8f8f; font-size:16px; text-decoration:none;}
#currentProj p a:visited {color:#8f8f8f; font-size:16px; text-decoration:none;}

.curTop {
 font-size: 16px; font-weight:bold;
 color:#8f8f8f;
}

.curBot{font-size: 12px; text-align:left;}
#currentProj img{float:right; margin-left:5px; border:0px;}
 
/* - - - - - -  Links & hovers  - - - - - - */

a.goto:link {font-size: 14px; font-weight:normal; float:left; margin: -20px 0 0 20px; color: black; text-decoration:underline;}
a.goto:visited {font-size: 14px; font-weight:normal; float:left; margin: -20px 0 0 20px; color: black; text-decoration:underline;}
a.goto:hover {font-size: 14px; font-weight:normal; float:left; margin: -20px 0 0 20px; color: black; text-decoration:underline;}
a.goto:active {font-size: 14px; font-weight:normal; float:left; margin: -20px 0 0 20px; color: black; text-decoration:underline;}

a.goto2:link {font-size: 14px; font-weight:normal; color: black; background: url(images/morproj1.gif) left 20% no-repeat; padding:0 0 0 15px; text-decoration:underline; margin-top:4px;
}
a.goto2:visited {font-size: 14px; font-weight:normal; color: black; background: url(images/morproj1.gif) left 20% no-repeat; padding:0 0 0 15px; text-decoration:underline; margin-top:4px;
}
a.goto2:hover {font-size: 14px; font-weight:normal; color: black; background: url(images/morproj1.gif) left 20% no-repeat; text-decoration:underline; margin-top:4px;
}
a.goto2:active {font-size: 14px; font-weight:normal; color: black: background: url(images/morproj1.gif) left 20% no-repeat; text-decoration:underline; margin-top:4px;
}

#footer a:link{text-decoration:underline; padding:0px; font-size: 11px; color:#666; margin:0px; font-weight:normal}
#footer a:visited{text-decoration:underline; padding:0px; font-size: 11px; color:#666; margin:0px; font-weight:normal}
#footer a:hover{text-decoration:underline; padding:0px; font-size: 11px; color:#666; margin:0px; font-weight:normal; background-color:#bdbcbc;}
#footer a:active{text-decoration:underline; padding:0px; font-size: 11px; color:#666; margin:0px; font-weight:normal;}
h1 kootering stops here 

#

/* wp fixes */
#bloglinks h2{display:none;}
#bloglinks LI {list-style:none;}
#bloglinks LI a:hover{background:#cdcdcd;}

#bottom_nav a:link {color:#444;}
#bottom_nav a:visited {color:#444;}

/* comments */
#commentform h3{margin-top:3px; font-size: 14px; color:#666; font-weight:normal;}
#commentform textarea {margin-right:60px; padding:0px;}
#commentform input {margin-right:-10px;}

