/*
Theme Name: Sweet Repeat
Theme URI: http://www.sunfishdesign.com
Description: Custom theme for Sweet Repeat Bridal
Version: 1.0.1
Author: Sunfish Design
Author URI: http://sunfishdesign.com
Tags: simple, clean, widgets, widget ready, two columns, right sidebar, fixed width, valid CSS, valid XHTML
*/


/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT

		+ CONTENT LEFT
		+ CONTENT RIGHT

	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################

   	GENERAL

	################################## */

	

body {


background-image: url(http://savoirflair.net/images/bg_blog.gif)
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #979797;
	text-align: justify;

}

a:active {

	color: #788714;
	text-decoration: none;

}

a:link {	

        color: #BDB967;
	text-decoration: none;

} 

a:visited {

        color: #BDB967;
	text-decoration: none;

} 

a:hover {

        color: #788714;
	text-decoration: none;

} 

p {

	margin: 0 0 10px 0;

}

ul, ol {

	margin-bottom: 20px;

}

blockquote {

	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	border-left: 0px solid #FFFFFF;

}

/*	##################################

   	BASIC LAYOUT

	################################## */

	

#content {

	padding: 20px 50px 20px 50px;

}

#content-left {

	float: left;
	width: 580px;

}

#content-right {

	float: right;
	width: 150px;

}


#footer {

}

/*	##################################

   	HEADINGS

	################################## */

	

h1 {

	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
        font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #3FB0D7;

}

h1 a {

	color: #6FA224;
	text-decoration: none;

}

h2 {

	margin: 0 0 20px 0px;       
        font-family: Palatino, Georgia;
        font-size: 22px;
	font-weight: normal;
	color: #78B0BD;

}

h2#blog-description {

	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;

}

h3 {

	margin: 0 0 0px 0;
	font-size: 1.5em;
	font-weight: bold;
        line-height: 14px;

}

h3 a {

	text-decoration: none;

}

h3 a:hover {

	text-decoration: none;

}

h4 {

	margin: 15px 0px 3px 0;
	font-size: 16px;
	font-weight: normal;
	color: #78B0BD;
        font-family: Palatino, Georgia;

}

/*	##################################

   	HEADER

	################################## */

	

#top-nav {

	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;

}

#top-nav li {

	float: left;
	margin: 0 0 0 10px;

}

#top-nav li#rss {

	padding: 0 0 0 15px;
	background: url(images/rss-icon.gif) no-repeat left center;

}

/*	##################################

   	CONTENT

	################################## */

	

/** box left */

.box-left {

	margin: 0 20 10px 0px;

}

.meta {

	clear: both;
	padding: 5px 0px 0 0px;
	background: #FFFFFF url(images/bg-meta.gif) repeat-x left top;
	color: #3FB0D7;

}

.meta-date {

	padding: 0px 10px 0 15px;
	background: url(images/bg-meta-date.gif) no-repeat 0px 2px;
        font-size: 11px;
	color: #999999;

}

.meta-categories {

	padding: 0px 10px 0 15px;
	background: url(images/bg-meta-categories.gif) no-repeat 0px 2px;
        font-size: 11px;
	color: #999999;

}

.meta-comments {

	padding: 0px 10px 0px 15px;
	background: url(images/bg-meta-comments.gif) no-repeat 0px 2px;
        font-size: 11px;
	color: #999999;

}

p.tags {

	clear: both;

}

/** box right */

.box-right {

	margin: 0 0px 5px 0;
	padding: 0px;
	text-align: left;

}

.box-right ul {

	margin: 0 0 3px 0;
	padding: 0px;
	list-style: none;
	text-align: left;

}

.box-right li {

	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #E5E5E5;
	text-align: left;

}

.box-right li a {

	text-decoration: none;

}

/*	##################################

   	COMMENTS

	################################## */

	

#commentform label {

	display: block;
	margin: 0 0 5px 0;

}

#commentform input.text, #commentform textarea {

	width: 500px;
	margin: 0 0 10px 0;

}

#commentform .text {

	height: 22px;
	padding: 6px 6px 0 6px;
	background: #FFFFFF;
	border: 1px solid #dadada;
	color: #56B9D8;
	background: #FFFFFF;

}

#commentform textarea {

	height: 150px;
	padding: 6px 6px 0 6px;
	border: 1px solid #dadada;
	color: #5e5e5e;

}

#commentform .button {

	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #56B9D8;
	border: none;
	color: #FFFFFF;

}

.commentlist {

	margin: 10px;
	padding: 0px;
	list-style: none;

}

.commentlist .quote {

	padding: 10px 50px 10px 10px;

}

.commentlist li {

	margin: 10px 0 0 0;
	padding: 0px;
	background: #999999;
	color: #FFFFFF;

}

.commentlist cite {

	display: block;
	font-style: normal;

}

.avatar {

	float: left;
	margin: 0 10px 25px 0;

}

/*	##################################

   	SEARCHFORM

	################################## */

	

#searchform #search {

	float: left;
	width: 90px;
	height: 22px;
	padding: 3px 3px 0 3px;
	background: #FFFFFF url(images/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;

}

#searchform .button {

	width: 35;
	height: 15px;
	margin: 0px;
	padding: 0 5px;
	background: #CCCCCC;
	border: 1px;
	color: #999999;

}

/*	##################################

   	FOOTER

	################################## */

#footer {

	width: 900px;
	margin: 0 auto;
	padding: 20px 0;

}

#footer p {

	margin: 0 0 10px 0;

}

#legal {

	float: left;
	width: 400px;

}

#webdemar {

	float: right;
	width: 400px;
	text-align: right;

}

/*	##################################

   	USEFUL

	################################## */

.clear {

	clear:both;

}

/** WORDPRESS CSS */

.aligncenter,

div.aligncenter {

   	display: block;
   	margin: 0 auto;

}

.aligncenter {

	margin-bottom: 20px!important;

}

.alignleft {

   	float: left;
   	margin: 0 20px 20px 0;

}

.alignright {

   	float: right;
   	margin: 0 0 20px 20px;

}

.wp-caption {

	margin-bottom: 20px;
	padding-top: 4px;
   	border: 4px solid #DDDDDD;
   	text-align: center;
   	background-color: #DDDDDD;

}

.wp-caption img {

   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;

}

.wp-caption p.wp-caption-text {

   	padding: 0px;
  	margin: 0px;

}

/** WIDGETS CSS */

#calendar_wrap table {

	width: 100%;

}

#calendar_wrap td {

	text-align: center;

}

#wp-calendar caption {

	margin: 0 0 10px 0;
	background: #dedede;

}

.PostHeader, a.PostHeader {
	font-family: Palatino, Georgia;
        color: #78B0BD;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}


