/*
Theme Name: Aphrodite
Theme URI: http://wordpress.org/extend/themes/aphrodite
Author: Hassan Derakhshandeh
Author URI: http://tween.ir/
Description: The beauty of Aphrodite the goddess, captured in a clean, elegant and customizable theme. Apart from TwentyTen features, this theme supports custom logos, 5 different layouts, Google Fonts integration, and up to 4 column Showcase widget area.
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
Template: twentyten
*/

@import "../twentyten/style.css";


/* =Layouts
-------------------------------------------------------------- */

.cs #container {
	float: left;
	margin: 0 -240px 0 0;
}
.cs #content {
	margin: 0 280px 0 20px;
}
.cs #primary,.cs #secondary {
	float: right;
}
.cs #secondary {
	clear: right;
}

.sc #container {
	float: right;
	margin: 0 0 0 -240px;
}
.sc #content {
	margin: 0 20px 36px 280px;
}
.sc #primary,.sc #secondary {
	float: left;
}
.sc #secondary {
	clear: left;
}

.ssc #container {
	float: left;
	margin: 0;
}
.ssc #content {
	margin: 0 20px 36px 460px;
}
.ssc #primary {
	float: left;
	margin-left: -940px;
}
.ssc #secondary {
	float: left;
	margin-left: -700px;
}

.css #container {
	float: left;
	margin: 0;
}
.css #content {
	margin: 0 460px 36px 20px;
}
.css #primary {
	float: left;
	margin-left: -440px;
}
.css #secondary {
	float: left;
	margin-left: -220px;
}

.scs #container {
	float: left;
	margin: 0;
}
.scs #content {
	margin: 0 220px 36px;
}
.scs #primary {
	float: left;
	margin-left: -940px;
}
.scs #secondary {
	float: left;
	margin-left: -220px;
}


/* =Tweaks
-------------------------------------------------------------- */

#branding {
	margin-top: 50px;
}

#header-image {
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
#header-image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	min-width: 1000px;
	width: auto!important;
}

#access {
	float: none;
	width: 980px;
}

#showcase-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#showcase-widget-area #showcase-fourth {
	margin-right: 0;
}

#colophon {
	border-top: 1px dashed #bbb;
}