/*
Theme Name: Bliss Minimalism 2009
Theme URI: http://www.blissdanceparty.com
Description: Wordpress theme specifically made and coded for Blisspop.
Version: 0.9
Author: Christine Stavridis
Author URI: http://castavridis.blogspot.com
Tags: Two Column, Minimal
*/

/* General Styles
----------------------------------------------------------------------*/
body {
    font-family: Helvetica, Arial;
    font-size:12px;
    line-height:14px;
    background-color: #FFF;
    color: #121212;
    margin:0;
    padding:0;
}

.clear {
    clear:both;
}

a {
    color:#121212;
    text-decoration:none;
	text-transform: uppercase;
    font-weight:bold;
    padding:0;
    margin:0;
    outline:none;
}

a:visited, a:active {
	color:#121212;
}

a:hover {
    color: #FFD639;
}

a img {
    border:0;
}


.alignleft{
	float:left;
}

.alignright{
	float:right;
}

blockquote {
    font-style: italic;
}

ol {
    list-style-type:decimal;
}

ul {
    list-style-type:square;
}

/*Add-on widgets style
----------------------------------------------------------------------*/
.sociable ul{
    list-style-type:none;
}

.sociable ul li{
    float:left;
}

/* Wireframe & Basic Style
----------------------------------------------------------------------*/

#wrapper {
    margin:35px 0 0 150px;
	width: 742px;
    padding:0;
}

#header {
    margin:0;
    padding:0;
    width: 567px;
}

#content {
    width: 100%;
    margin: 0;
    padding:0 0 0 6px;
}

#sidebar {
    padding: 0;
    margin: 0;
    width:175px;
    float:right;
}

#main {
    padding: 0;
    margin: 0;
    width: 567px;
    float:left;
    min-height: 400px;
}

#footer {
    font-size:10px;
    width:527px;
    margin:0 0 50px 0;
    padding:5px 20px;
    float:left;
    background-color: #FFF291;
}


/* Header
----------------------------------------------------------------------*/
#headerTitle {
    max-width:567px;
    font-size:75px;
    line-height:normal;
    font-weight:bold;
    margin:0 0 20px 0;
    padding:0; 
    color: #FFD639;
}

#headerTitle a{
    color: #FFD639;
    text-transform:none;
}


/* Sidebar
----------------------------------------------------------------------*/
#search {
    width: 163px;
    margin:0 0 0 12px;
	height: 20px;
	background-color:#121212;
    padding: 3px 1px 2px 6px;
}

#searchform{
    width:100%;
    border:none;
    background: none;
	font-size: 11px;
	line-height: 11px;
}

#searchInput{
    background:transparent;
    color:#FFD639;
    width:125px;
    border: none;
    margin:0;
    padding:2px;
}

#searchSubmit {
    background:transparent url('images/search.gif') top center no-repeat;
    border:none;
    width:16px;
    margin: 0 2px 0 0;
    float:right;
}

.sidebar {
    margin: 35px 0 0 15px;
	padding: 0 0 0 10px;
    text-transform: uppercase;
}

.sidebar h2 {
    font-size:15px;
}

#navigation
{
    margin: 12px 0 0 12px;
    width:100%;
    position:relative;
}

#navigation a
{
    font-size:15px;
	color: #121212;
    line-height: 20px;
    display:block;
}

#calendar_wrap {
    width:150px;
    margin:auto;
}

.toggle {
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    display:block;
    cursor:pointer;
}

.toggleImgShow {
    background: url('images/arrow2_s.gif') top right no-repeat;
}

.toggleImgHide {
    background: url('images/arrow2_n.gif') top right no-repeat;
}

.hiddenDiv {
    display:none;
}

h2.widgettitle {
    font-size:14px;
    padding: 5px 0 0 10px;
    margin: 0;
}

li.widget {
    padding: 0 0 10px 0;
    list-style-type:none;
}

.widget ul, .sidebar ul{
    padding:0;
    margin:0;
    list-style-type:none;
}

.widget ul {
    padding:0 0 10px 10px;
}

.widget ul li {
    width:100%;
    padding: 0 0 0 10px;
}

#wp-calendar {
    margin:auto;
}

#calendar_wrap a{
    text-decoration:underline;
}


/* Main
----------------------------------------------------------------------*/
.post-title-single h2, .page-title h2, .post-title h2{
    text-transform:none;
    font-size: 18px;
    line-height: 18px;
    font-weight:bold;
    letter-spacing: 1px;
    background: none;
    color:#121212;
    padding:4px 6px 3px 11px;
    margin:0;
    clear:both;
}

.post-title h2 {
    background-color:#121212;
}

.post-date {
    float: right;
    line-height: 11px;
    text-transform:uppercase;
    font-weight:bold;
    margin:12px 0 24px 0;
    padding:0;
    clear:both;
}

.post-title a{
    text-transform:none;
    color:#FFF;
    margin:0;
    padding:0;
}

.post-title a:hover, .post-title a:visited{
}

.post-content, .page-content {
    line-height:20px;
    clear:both;
    margin:0;
    padding:0 15px;
}

.page-content {
    margin:20px;
}

.post-content a {
    text-transform:none;
    text-decoration:underline;
}

.post-content img {
    max-width:100%;
    margin: 0 10px 10px 0;
}

h3#comments {
    text-transform:uppercase;
}

.comment {
    margin:0 0 20px 0;
    padding: 5px;
}

.commentlist ul {
    list-style-type:none;
    padding:0;
    margin:0;
}

.fn, .fn .url {
    font-style:normal;
    text-transform:uppercase;
}

.comment-author, .comment-author fn {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.comment-body p{
    padding:10px;
    margin:0;
}

.comment-meta{
    text-align:right;
}

#commentform {
    width:335px;
    margin:auto;
}

#author, #url, #email, #comment, #submit, #reset{
    padding:3px 20px 3px 3px;
    margin: 0;
    background:#FFF;
    border:1px solid #121212;
    color:#121212;
    font-family:helvetica, arial;
}

.comment-author-admin{
    background-color: #FFF291;
}

#author{
    background: #FFF url('images/user.gif') center right no-repeat;
}

#url{
    background: #FFF url('images/home.gif') center right no-repeat;
}

#email{
    background: #FFF url('images/mail.gif') center right no-repeat;
}

#submit{
    background: #FFF url('images/comment.gif') center right no-repeat;
    padding: 3px 15px 2px 2px;
    margin:0 10px 0 0;
}

#reset{
    background: #FFF url('images/denied.gif') center right no-repeat;
    padding: 3px 15px 2px 2px;
}

#comment {
    margin:5px 0;
    width:100%;
    height: 200px;
    font-family:helvetica, arial;
    font-size:11px;
    letter-spacing:1px;
    padding:5px;
}

#respond h3 {
    font-size:16px;
    text-transform:uppercase;
    margin:0 0 10px 0;
}

#respond{
    margin:0 0 20px 0;
    padding:0;
}

.post-navigation, .navigation{
    font-size:12px;
    margin:10px 0;
    padding: 0;
    clear:both;
}

.post-newer {
    float:right;
}

.post-older {
    float:left;
}

.postmetadata {
    margin:24px 0 36px 0;
    padding:0 10px;
    clear:both;
}



/* Footer
----------------------------------------------------------------------*/
#metaContainer {
    width: 20%;
    text-align:right;

    margin:0;
    padding:0;
    float:left;
}

#metaContainer li {
    list-style-type:none;
}

#footerTxt
{
    float:right;
    text-align:left;
    width:74%;
    padding:0;
    margin:0;
}