/*
Theme Name: Sweet Sensations
Theme URI: http://www.sweet-sensations.com
Description: The 2011 theme for Sweet Sensations
Author: Joseph Pender + Melanie Carter
Version: 1.0
*/

@import url('css/tripoli.simple.css');
@import url('css/typography.css');

html{
    height: auto;
}

.clear{
    clear:both;
}

.form-allowed-tags{
	display:none;
}


img.alignleft{
    float:left;
    margin-right:5px;
    margin-bottom: 5px;
}

blockquote{
    display: block;
    margin-top:10px;
    margin-bottom: 10px;
    padding-left:30px;
}

blockquote > *:first-child:before{    
    content: open-quote;
    font-size:1.5em;
    padding-top:15px;
    margin-left:-10px;
    font-family:georgia,serif;
    padding-right:.2em;
    color:#aaa;
}

.content hr{
    border:1px dotted black;
}

body{
    background-color:#FAC6C7;
    height:auto;
}

body#blog-bg{
    background-color: #fff;
    background-image:url('images/ss_pattern.gif');
    
}

#wrapper{
    margin:auto;
    width:850px;
    min-height: 800px;
    background-image:url('images/body_bg.jpg');
    background-repeat: repeat-y;
    background-position: top right;
    background-color:#fff;
    -moz-box-shadow: 0px 0px 4px #D3D3D3;
    -webkit-box-shadow: 0px 0px 4px #565656;
    box-shadow: 0px 0px 4px #D3D3D3;
    padding-top: 20px;
}

#wrapper-blog{
    width:927px;
    margin:auto;
    min-height: 600px;
    background-color:#fff;
    -moz-box-shadow: 0px 0px 4px #D3D3D3;
    -webkit-box-shadow: 0px 0px 4px #565656;
    box-shadow: 0px 0px 4px #D3D3D3;
}

#col_wrapper{
    margin-top: 30px;
}

h2.title{
    margin-top:25px;
    margin-bottom:30px;
}

h3.comment_title{
    border-bottom: 2px dashed #231f20;
    padding-bottom: 3px;
    margin-bottom: 7px;
}

h3.comment_title img{
    margin-right:10px;
}

#l_col{
    float:left;
    width:150px;
    min-height: 500px;
    margin-left:7px;
    margin-top:62px;
}

.widget_twitter{
    margin-top:10px;
}

.widget_twitter h2.widgettitle{
    display:none;
}

.widget_twitter ul li{
    display:block;
    margin-bottom:15px;
}

#l_col h4.title{
    margin-top:9px;
    margin-bottom:4px;
}

.sidebar_module{
    margin-bottom: 35px;
}

#m_col{
    width:550px;
    float:left;
    min-height: 500px;
    margin-left: 35px;
}

.link_next{
    float:right;
}

.link_previous{
    float:left;
}

.blogpost{
    clear:both;
    margin-bottom: 50px;
}

.blogpost .meta{
    border-top:2px dashed black;
    padding-top: 6px;
    margin-bottom: 10px;
}

.blogpost small.date{
    position: relative;
    left:38px;
}

#r_col{
    float:right;
    width:130px;
    margin-right: 7px;
    margin-top:62px;
    min-height: 500px;
}

#r_col .widget{
    margin-bottom:20px;
}

#searchform input[type=text]{
    width:125px;
    height: 25px;
    margin-bottom: 10px;
}

#header{
    height:120px;

}

#header-blog{
    position:relative;
}

#navigation{
    width:170px;
    float:left;
    margin-top:55px;
    margin-left:35px;
    
}

#navigation ul{
    left:11px;
    margin:auto;
    width:100%;
    border-top:2px dashed black;
    border-bottom:2px dashed black;
    padding-top:25px;
    padding-bottom:25px;
    margin-top:25px;
    margin-bottom:25px;
}

#navigation ul li{
    margin-bottom:15px;
}

#navigation ul li a{
    display:inline-block;
    margin-left:7px;
    margin-right:7px;
}

#blog_navigation{
    position: absolute;
    top:93px;
    left:292px;
    margin:0px;
    padding: 0px;
}

#blog_navigation li{
    float:left;
    margin-right:35px;
}

#blog_navigation li a{
    display: inline-block;
    margin-left:7px;
    margin-right:7px;
}

#blog-footer ul li ul li{
    float:left;
    margin-right:6px;
    margin-bottom:4px;
}

#blog-footer .widget{
    clear: both;
    margin-top:7px;
}

#blog-footer ul{
    padding:10px;
}

#body{
    width:580px;
    min-height: 400px;
    float:right;
    padding-right:8px;
}

#slideshow{
    margin:auto;
    width:553px;
    height:375px;
    background-image:url('images/slideshow_bg.png');
    background-repeat: no-repeat;
}

#slider{
    position: relative;
    margin:auto;
    width:520px;
    top:15px;
    right:3px;
}

#slider li{
    width:520px;
    height:346px;
}

#footer{
    margin: auto;
    width:515px;
    
}

#address{   
    margin-left:35px;
    width:370px;
    display:inline-block;

}

#copyright{
    margin-top:12px;
    height:30px;
}

#blurb{
    margin-bottom: 60px;
}

.content div.wpcf7{
    margin: auto;
    width:70%;
}

.widget_sp_image{
	margin-bottom:10px;
}


.comment{
    margin-bottom: 15px;
}

.comment-meta{
    margin-bottom: 10px;
}

.bypostauthor{
    border: 2px dashed #231f20;
    padding:4px;
}

#respond{
    margin-top: 20px;
}

#commentform p{
    padding-bottom: 10px;
}

#commentform .comment-notes{
    padding-top:5px;
}

#commentform label{
    margin-top:4px;
    margin-bottom: 4px;
}

#commentform .comment-form-comment label{
    display:block;

}

#commentform input{
    display:block;
    padding: 4px;
    margin-bottom: 6px;
}

#commentform textarea{
    padding:4px;
}

.gallery_slider{
	position:relative;
	width:580px;
	height:500px;
text-align:center;

}

.gallery_slider img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

