@charset "utf-8";
/*
Theme Name: FashionForward
Theme URI: http://hannitcohen.co.il
Description: FashionForward wordpress theme
Author: Hannit Cohen
Author URI: http://hannitcohen.co.il
version: 1.0
*/

/* fonts */
@font-face {
	font-family: 'BlenderBold';
	src: url('BlenderBold.eot');
	src: local('Blender Bold'), local('Blender-Bold'), url('BlenderBold.woff') format('woff'), url('BlenderBold.otf') format('opentype');
}

@font-face {
	font-family: 'BlenderBlack';
	src: url('BlenderBlack.eot');
	src: local('Blender Black'), local('Blender-Black'), url('BlenderBlack.woff') format('woff'), url('BlenderBlack.otf') format('opentype');
}

@font-face {
	font-family: 'BlenderLight';
	src: url('BlenderLight.eot');
	src: local('Blender Light'), local('Blender-Light'), url('BlenderLight.woff') format('woff'), url('BlenderLight.otf') format('opentype');
}

@font-face {
	font-family: 'BlenderRegular';
	src: url('BlenderRegular.eot');
	src: local('Blender'), url('BlenderRegular.otf') format('opentype');
}


/* basics */

*{margin:0; padding:0;}
a {color:#4D4D4F;}
.meta a{color:#ec008c;}
.meta {width:600px; font-size:12px; margin-bottom:10px;}
body { font-family: BlenderRegular; font-size: 15px; direction:rtl; color: #4d4d4f; }

.clear{clear:both;}
input[type="text"], textarea {border:none 0; background:#e7e8e9;}
/* Structure */
#container {width:960px; margin: 0 auto;}
#content {min-height:500px;}

/* Header */
#header {height:95px;}
#logo {background:url(images/ff-logo.jpg) no-repeat; width:545px; height:38px; margin-left:8px; display:block; float:left; margin-top:15px; }
#reg {width:212px; margin-right:12px; margin-top:8px; padding-top:3px;}
#reg input {float:left;}
#reg input[type="text"] {height:22px; width:166px; margin-right:8px;text-align:center;}
#reg input[type="submit"]{background:url(http://fashionforward.co.il/wp-content/uploads/2010/02/ok.png) no-repeat; width:37px; height:22px; border:none; color:#fff;}
#reg p{font-size:14px; padding-bottom:5px;}

#menu {background:#4d4d4f; height: 25px;margin-top:5px; color:#fff}
#menu ul {float:left; margin-left:10px;}
#menu ul li {float:right; list-style-type:none; height:15px; line-height:25px;}
#menu li a {color:#fff; text-decoration:none; font-size:12px; padding:0 8px; background:url(http://fashionforward.co.il/wp-content/uploads/2010/02/menu-sep.png) top left no-repeat;}
#menu li a:hover{color:#da8dc5;}
#menu #twitter {width:15px; height:15px; background:#4d4d4f url(images/tw-logo.png) no-repeat; display:block; padding:3px 1px 0; margin-top:5px;}
#menu #facebook {width:15px; height:15px; background:#4d4d4f url(images/fb-logo.png) no-repeat; display:block; padding:3px 5px 0 1px; margin-top:5px;}
#menu .current_page_item a{color:#ec008c;}
/* pages and posts */
.post{margin-top:18px; margin-right:10px}
.post h2, .post h2 a{font-size:30px; color:#ec008c; margin-bottom:15px;}
.entry p {line-height:24px; margin-top:10px; clear:both;}
/* About */.authors {float: right; width: 303px; padding-right:10px; margin-right: 100px; background:url(images/authors-bg.jpg) repeat-y top right;}.about .entry {float:right;}
.entry_author_image{float:right; margin-left:10px;}.author{clear:both;padding-bottom:10px}.author2{clear:both;padding-top:10px}.about h3 {color:#ec008c;}.sep{border:none; height:3px; background:url(images/dots.jpg) repeat-x;}
/* forms */
table{margin-top:20px;}
table td, table th {padding-bottom:10px;}
table th {text-align:left; font-weight:normal; padding-left:8px;}
table input[type="text"]{height:19px; width:211px;}
table input[type="submit"]{background:url(http://fashionforward.co.il/wp-content/uploads/2010/02/save-bg.png) no-repeat; width:39px; height:19px; color:#fff; border:none; font-size:13px;}
table textarea {width:472px; height:156px;}
/* Archive */.archive table {margin-top:0;}.archive td{vertical-align:top;}.archive h3{font-size:24px; border-bottom:1px dotted #000;}.archive h4{font-size:18px;font-weight:bold;}
img.alignright{float:right; margin-left:3px;margin-top:3px;}
img.alignleft {float:left; margin-right:3px;}
/* Footer */
#footer {background:#4d4d4f; text-align:center; color:#fff; font-size:12px;}
#footer p {padding:3px 0;}
#footer a {color:#fff; text-decoration:none; font-size:12px; }