/*
Theme Name: Purple Fashion
Theme URI: http://www.rafaelbaggio.com
Description: Custom theme for the Ello Moda blog
Version: 1.0
Author: Rafael Baggio [Kingpin]
Author URI: http://www.rafaelbaggio.com
Tags: clean, purple, pink, custom
*/

@import "style/css/reset.css";
@import "style/css/layout.css";

/*General Styles*/
a {
	color: #fff;
	text-decoration: none;
}

html, body {
	overflow: auto;
	height: auto;
	background: transparent url('style/images/tile.jpg') repeat scroll;
	color: #ffccff;
	font-family: Arial, Verdana, sans-serif;
}

#wrap {
	width: 860px;
	height: 100%;
	background: transparent url('style/images/wrap_bg.jpg') repeat-y;
	margin: 0 auto;
}

#header {
	background-color: #000033;
	width: 800px;
	height: 215px;
	margin-left: 30px;
	border-bottom: solid #cc3399;
}

#header a {
	color: #ffccff;
	text-decoration: none;
}

#top_left {
	float: left;
	height: 105px;
	width: 450px;
}

#top_right {
	float: right;
	height: 105px;
	width: 350px;
	background: transparent url('style/images/header_top_r.jpg') no-repeat scroll;
}

#top_menu {
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 30px;
	background: transparent url('style/images/menu_bg.jpg') no-repeat scroll;
}

#top_banner {
	width: 728px;
	height: 90px;
	overflow: hidden;
	float: left;
	padding: 10px 0 0 35px;
}

#top_menu a{
	color: #330066;
}

#top_menu a:hover{
	color: #cc3399;
}

ul#header_nav {
	margin-left: 12px;
}

ul#header_nav li{
	padding-left: 20px;
	display: inline;
}

h1#logo {
	color: #ffccff;
	float: left;
	display: inline;
	font-size: 49px;
	margin: 10px 0px 0 0;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	font-weight: lighter;
	display: none;
}

p#blog_description {
	line-height: 100px;
	float: left;
	display: inline;
	padding-left: 20px;
	visibility: hidden;
}

#footer {
	width: 800px;
	margin: 0 auto;
	background-color: #330066;
	text-align: center;
	font-size: 11px;
	clear: both;
}

#footer_top {
	height: 30px;
	line-height: 30px;
	border-bottom: solid 1px #fff;
}

#footer_bottom {
	background: transparent url('style/images/footer_bg.jpg') repeat-x scroll;
	height: 65px;
	padding-top: 5px;
}

#footer_bottom p{
	padding-top: 10px;
}

#footer_bottom span{
	text-transform: uppercase;
}

#footer a{
	color: #fff;
}

#footer a:hover{
	color: #330066;
}

ul#footer_menu li{
	display: inline;
	margin: 0 3px 0 3px;
}

#sidebar {
	font-size: 11px;
	color: #cc3399;
	float: left;
	display: inline;
	margin: 0px;
        padding:0px;
	width: 160px;
	height: auto;
	background: transparent url('style/images/sidebar_menu_bg.jpg') no-repeat scroll;
}

#sidebar a {
	color: #330066; 
}

#sidebar a:hover {
	color: #cc3399;
}

ul#tab_menu {
	font-size: 12px;
	padding-left: 25px;
	padding-top: 4px;
}

ul#tab_menu li{
	padding-top: 6px;
	padding-bottom: 6px;
	list-style-type: disc;
}

#sidebar_menu a{
	font-weight: bold;
}

#sidebar_bottom {
	padding-top: 20px;
	padding-left: 30px;
	line-height: 16px;
}

#sidebar_bottom h2{
	text-transform: uppercase;
	font-weight: bold;
}

#sidebar_bottom li{
	line-height: 16px;
	padding-left: 5px;
	list-style-type: disc; 
}

#content_wrap {
	position: relative;
	/*display: inline;*/
	width: 800px;
	margin: 0 auto;
}

#content_holder {
	float: left;
	color: #333;
	font-size: 12px;
	width: 430px;
	line-height: 15px;
	border-bottom: 2px solid #ffccff;
}

#content_holder p{
	font-size: 11px;
	padding: 10px 0 10px 0;
	margin-left: 5px;
}

#content_holder a{
	font-weight: bold;
}

#content_holder img{
	border: 2px solid #330066;
	margin: 5px 5px 5px 5px;
}

.more_tag {
	float: right;
	padding-right: 15px;
}

#content_footer {
	margin: 15px 0 0 0;
}

#post_title {
	margin-top: -10px;
}

#post_title p{
	color: #cc3399;
	font-weight: bold;
}

#content_title {
	margin-left: -10px;
	background: transparent url('style/images/section_title_bg.jpg') repeat-y;
}

#content_title h2{
	color: #cc3399;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 20px;
	padding-top: 5px;
	padding-left: 15px;
}

#content_holder a{
	color: #330066;
}

#content_holder a:hover{
	color: #cc3399;
}

#content_holder h3{
	color: #330066;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 20px;
}

#side_banner {
	float: left;
	width: 140px;
	height: 943px;
	/*padding-right: 53px;
	margin-left: 237px;*/
	background: transparent url('style/images/side_banner_bg.jpg') no-repeat;
}

#banners {
	padding-top: 40px;
	padding-left: 26px;
}

#banners li{
	margin-bottom: 15px;
}

#search_holder {
	display: inline;
	width: 100px;
}

#search_title {
	font-size: 11px;
	font-weight: bold;
	float: left;
	padding: 15px 0 0 100px;
}

.search {
	margin-top: 10px;
}

.search input {
	border: none;
}

.search input.text_input {
	float: right;
	background-color: #ffccff;
	width: 150px;
	height: 16px;
	margin: 0 8px 0 6px;
	padding: 3px 0 0 3px;
}

.search input.buttom_input {
	float: right;
	font-weight: bold;
	width: 30px;
	height: 20px;
	margin-right: 10px;
}

#search_result_holder {
	float: left;
	color: #333;
	font-size: 11px;
	left: 200px;
	width: 430px;
	line-height: 15px;
	border-bottom: 2px solid #ffccff;
}

#search_result_title {
	margin-left: -10px;
	background: transparent url('style/images/section_title_bg.jpg') no-repeat scroll;
}

#search_result_title h2{
	color: #cc3399;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 20px;
	padding-top: 5px;
	padding-left: 15px;
}

#search_result_holder p{
	font-size: 11px;
}

#search_result_holder a{
	color: #330066;
	font-weight: bold;
}

#search_result_holder a:hover{
	color: #cc3399;
}

#post_result {
	background-color: #eee5f3;
	border: 2px solid #ffccff;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 10px;
}

#post_result h3{
	font-size: 12px;
	text-decoration: underline;
}

#new_search_holder {
	background-color: #eee5f3;
	border: 2px solid #ffccff;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 10px;
}

#search_body_holder {
	display: inline;
	width: 100px;
	margin-top: 10px;
}

#search_body_title {
	color: #330066;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-top: -6px;
}

.search_body input.text_input {
	float: left;
	background-color: #ffccff;
	width: 300px;
	height: 16px;
	margin: 0 8px 0 10px;
	border: 1px solid #330066;
	padding: 3px 0 0 3px;
}

.search input.buttom_input {
	float: right;
	font-weight: bold;
	width: 30px;
	height: 20px;
	margin-right: 10px;
}

#single_content {
	border-bottom: 2px solid #ffccff;
	clear: both;
}

#single_content_base span{
	color: #cc3399;
	font-weight: bold;
}

#single_content_base cite{
	color: #330066;
	font-weight: bold;
	padding-left: 6px;
}

#single_content_footer {
	background-color: #eee5f3;
	border: 2px solid #ffccff;
	margin-bottom: 10px;
	padding: 5px 5px 5px 10px;
}

#single_content_footer p{
	font-size: 10px;
}

#comment_holder {
	margin: 20px 0 20px 0;
	width: 420px;
}

#comment_holder h3{
	color: #cc3399;
}

#comment_form {
	font-size: 11px;
}

#comment_form code{
	color: #330066;
}

#comment_form span, #comment_form strong {
	font-weight: bold;
	color: #330066;
}

.anuncio input.text_input{
	border: 1px solid #330066;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	padding: 4px 4px 4px 4px;
	background-color: #ffccff;
	width: 250px;
	margin: 20px 10px 0 10px;
}

.anuncio input.send_button{
	margin: 30px 0 0 300px;
}

.boletim input.text_input{
	border: 1px solid #330066;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	padding: 4px 4px 4px 4px;
	background-color: #ffccff;
	width: 250px;
	margin: 20px 10px 0 10px;
}

.boletim input.radio_button {
	margin: 0 10px 0 10px;
}

#select_kind {
	margin: 10px 0 5px 0;
}

.boletim input.send_button{
	margin: 30px 0 0 300px;
}

.post_comment textarea {
	border: 1px solid #330066;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	padding: 4px 4px 4px 4px;
	background-color: #ffccff;
	width: 390px;
	margin: 10px 0 10px 0;
}

#single_content_base {
	width: 410px;
	background-color: #eee5f3;
	border: 2px solid #ffccff;
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 10px;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.post {
	border-bottom: 2px solid #ffccff;
}

#post_holder {
	border-top: 5px solid #ffccff;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 5px;
}

#sidebar_rss{
	display: inline;
	margin: 0 auto;
}

#sidebar_rss_fig{
	float: left;
	padding-top: 15px;
	clear: both;
}

#sidebar_rss_fig img{
	border:none;
}

#sidebar_rss_text{
	float: left;
	padding: 25px 0 0 5px;
}

#highlight {
	background-color: #eee5f3;
	border: 2px solid #ffccff;
	padding: 10px 5px 10px 5px;
	margin: 5px 0 5px 0;
}

#highlight p{
	padding-left: 5px;
}

#highlight_title {
	color: #330066;
	font-size: 14px;
	padding-left: 5px;
}

#news_title {
	width: 474px;
	background: transparent url('style/images/news_title_bg.jpg') no-repeat scroll;
}

#news_title h2{
	font-size: 14px;
	margin-left: 320px;
	color: #cc3399;
	font-weight: bold;
}

#news_cell {
	display: inline;
	margin-bottom: 2px;
}

#news_cell_content {
	margin: 2px 1px 2px 1px;
	background-color:  #ffccff;
	height: 30px;
	overflow: hidden;
}

#news_footer {
	background: transparent url('style/images/news_footer_bg.jpg') no-repeat scroll;
}

#news_footer a{
	font-size: 11px;
	color: #fff;
	margin-left: 335px;
}

#news_footer a:hover{
	color: #330066;
}

#category_holder {
	display: inline;
	margin-top: 20px;
	padding: 10px 0 10px 10px;
	width:auto;
	height:auto;
}

#category_table1 {
	float: left;
	width: 215px;
	margin-top: 20px;
}

#category_table2 {
	float: right;
	width: 215px;
	margin-top: 20px;
}

#category_table1 li{
	padding: 5px 0 5px 0;
}

#category_table2 li{
	padding: 5px 0 5px 0;
}
