/*
Theme Name: Werw
Theme URI: http://www.savorthesuccess.com
*/

/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	margin:  0;
	font: normal 80%/160% georgia, arial, verdana, san-serif;
	background: #4e1417;
}
li {
	list-style: none;
}

div, p, ul, ol, form {
    overflow:hidden;
}
img {
    border:0;
}

hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS";
	font-weight: normal;
}
h1 {
	font-size: 2.8em;
}
h2 {
	font-size: 1.8em;
overflow:hidden;
}
/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #84755c;
}
/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper {
	position: relative;
	width: 930px;
	padding: 0;
	margin: 0 auto;
    background:#fff;
}
#wrapper:after, #header:after, .post:after, .post-date:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	position: relative;
}
#content {
	width: 590px;
	float: left;
	min-height: 455px;
	padding: 20px;
}

#content a {
text-decoration:underline;
}
#sidebar {
	width: 300px;
	min-height: 455px;
	float: right;
    background:#000;
}
/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#site-meta {
    background: url(images/header.gif) no-repeat top left;
    width:930px;
    height:287px;
    position:relative;
}

#navigation {
    background:#000;
    clear:both;
    width:930px;
}
#header {
position: relative;
}
#header h1 {
	position: relative;
}
#header h1 a {
	color: #ed6b79;
display:block;
position:absolute;
top:0;
left:0;
width:980px;
height:240px;
}
#header h1 a span {
display:none;
}
#header h1 a:hover {
	color: #ed6b79;
}
#header span.description {
	position: relative;
	margin-left: 5px;
	color: #7e4c10;
    left:-1000px;
}
#header ul {
	list-style: none;
	padding: 0;
	text-transform: none;
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 8px 20px 8px 16px;
	color: #fff;
	text-decoration: none;
	margin-left: 4px;
    font-family: "Trebuchet MS";
	background: url(images/nav_back.gif) no-repeat right;
    font-size:14px;
    text-transform: uppercase;
}
#header li a:hover {
	color: #e57681;
}
#header li.current_page_item a {
	color: #e57681;
}
#topsearch {
	width: 218px;
	height: 42px;
	text-align: center;
}
#topsearch input {
	width: 145px;
	height: 21px;
	background: url(images/input.gif) no-repeat;
	border: none;
	padding: 9px 8px 5px 32px;
	margin-right: 0px;
	float: left;
	font: normal 1em tahoma, arial, san-serif;
}
#topsearch button {
	width: 33px;
	height: 35px;
	background: url(images/search.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
}
/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
.post h2 {
	margin: 0 0 .2em;
	font-size: 1.6em;
	color: #ed6b79;
}
.post h2 a {
	color: #ed6b79;
}
.post h2 a:hover {
	color: #ed6b79;
}
.post-info {
	background: url(images/hr.gif) 0% 0% no-repeat;
	padding: 5px 0;
	font-size: 90%;
	margin: 10px 0;
	color: #999;
}
.post-info a {
	color: #999;
}
.post-info a:hover {
	color: #84755c;
}
.post-info .setting {
	padding:3px;
	padding-left:20px;
	margin-right: 5px;
}
.post-info .datetime{
	background:#fff url(images/clock.png) no-repeat 0 2px;
}
.post-info .user{
	background:#fff url(images/user.png) no-repeat 0 2px;
}
.post-info .filedlink{
	background:#fff url(images/document.png) no-repeat 0 2px;
}
.post-info .commentslink{
	background:#fff url(images/comments.png) no-repeat 0 2px;
}
.post-info .editlink{
	background:#fff url(images/write.png) no-repeat 0 2px;
}
.post-entry p {
	margin: 0 0 1em 0;
}
.post-entry a {
	color: #4f6373;
}
.post-entry a:hover {
	color: #84755c;
}
.post-entry span.more-link {
	display: block;
	margin: 10px 0;
}
.post-entry span.more-link a {
	color: #864901;
}
.post-entry span.more-link a:hover {
	color: #84755c;
}
.post-entry h3 {
	font-size: 1.25em;
	padding: 0 0 .5em;
	margin: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
.post-entry ul, .post-entry ol {
	margin: 0 0 1em;
}
.post-entry ul {
	margin-left: 1.5em;
}
.post-entry ul li, .post-entry ol li {
	list-style: square;
	border-bottom: 1px solid #fafafa;
	padding: .2em 0;
}
.post-entry ol {
	margin-left: 2em;
}
.post-entry ol li {
	list-style: decimal;
}
.post-entry blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #999;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear: both;
}

.post-entry img.align-right {
	float: right;
	margin: .4em 0 0 1em;
}
.post-entry img.align-left {
	float: left;
	margin: .4em 1em 0 0;
}
.post-entry img.align-center {
	display: block;
	margin: .4em auto;
}
.post-meta {
	font-size: 95%;
	color: #999;
}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #84755c;
}
.post-arch-info {
	font-size: 95%;
	color: #999;
	margin: 0 0 2em;
	padding: 0 0 1em;
	border-bottom: 1px solid #f5f5f5;
}
.wp-pagenavi {
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	color: #555;
	padding: 0;
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #ccc;
	color: #f7951e;
	margin-left: 1px;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #555;
	background: #e2e2e2;
	font-weight: normal;
}
.wp-pagenavi .pages {
	float: left;
	line-height: 13px;
}
.page-title {
display:block;
float:left;width:280px;
line-height:28px;
}
.page-header {
    font-size: 20px; line-height:28px;
    border-bottom:1px solid #ddd;
    padding-bottom:15px;
clear:both;
}

/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2, #respond h2 {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
	color: #ed6b79;
    font-weight:normal;
    font-size:16px;
}
#comments {
	margin: 0 0 1em;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 1em;
}
#comments h3 {
	font-size: 1.2em;
}
#comments img {
	float: left;
	margin: 0 5px 5px 0;
}
#comments p {
	padding-left: 40px;
    color:#666;
}
.commentlist li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#respond input, #respond textarea {
	width: 542px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	padding: 3px;
	margin: .1em 0 .5em;
}
#respond button {
	width: 75px;
	height: 35px;
	text-indent: -9999px;
	border: none;
	float: left;
	cursor: pointer;
}
#respond button#submit {
	background: url(images/submit.png) no-repeat;
	margin-right: 10px;
}
#respond button#reset {
	background: url(images/reset.png) no-repeat;
}
/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar h2 {
	margin: 10px 0px 0 15px;
	padding: 10px 5px;
	font-size: 16px;
    color:#fff;
    font-family: "Trebuchet MS";
    text-transform: uppercase;
	text-indent: -5px;
}
#sidebar li ul {
	margin: 0 0 2em 0;
}
#sidebar li ul li {
	border-bottom: 1px solid #333;
	padding: 3px 0;
	padding-left: 18px;
	margin-right: 5px;
}
#sidebar li ul li:hover {
	background: #111;
}
#sidebar li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 10px;
	background: #e8e8e8;
}
#sidebar li ul li.current_page_item a {
	color: #84755c;
}
#sidebar li ul li ul li, #sidebar li ul li ul {
	display: none;
}
#sidebar li ul li {
	color: #ed6b79;
}
#sidebar li a {
	color: #fff;
}
#sidebar li a:hover {
	color: #84755c;
}
#sidebar #days-left {
    font-size:60px;
    color:#fff;
    text-align:center;
    width:105px;
    height:60px;
    padding-top:30px;
}
#calendar  {
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
}
#wp-calendar {
	width: 90%;
	margin-left: 5%;
}
#wp-calendar caption {
	color: #864901;
	margin-top: 5px;
}

#wp-register-link {
    width:300px;
    height:104px;
    position:relative;
	background: url(images/register_back.gif);
}
#wp-register-link a {
    width:300px;
    height:104px;
    display:block;
    position:absolute;
    right:0;
    top:0;
}
#wp-register-link a span {
    display:none;
}


/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer_wrap {
	position: relative;
	clear: both;
	background: none;
	text-align: center;
	padding: 10px 0 20px 0;
	color: #eee;
	margin: 0 auto;
    width:930px;
}
#footer {
	position: relative;
	clear: both;
	text-align: left;
	font-size: 11px;
	width: 920px;
	padding-bottom: 10px;
	margin: 0 auto;
}
#footer a {
	color: #eee;
}
#footer a:hover {
	color: #f7951e;
}
#rss {
	position: absolute;
	right: 20px;
	bottom: 0;
	margin: 0;
}
#rss-entries {
	background: url(images/rss-entries.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-entries:hover {
	background: url(images/rss-entries.png) no-repeat 0 -18px;
}
#rss-comments {
	background: url(images/rss-comments.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-comments:hover {
	background: url(images/rss-comments.png) no-repeat 0 -18px;
}

.table-listing {
    width:590px !important;
    border:0;
    border-collapse:collapse;
    margin:10px 0 20px 0;
}
.table-listing td {
    vertical-align:top;
    text-align:left;
    padding:2px 5px;
}
.table-listing .date-cell {
    font-weight:bold;
    width:160px;
    padding-top:10px;
    padding-left:0;
}
.table-listing .title-cell {
    padding-top:10px;
}
.table-listing .title-cell a {
    float:right;
}
.table-listing .title-cell h4 {
    font-weight:normal;
    float:left;
    color:#ed6b79;
    font-size:18px;
    margin:0;
}
.table-listing .description-cell {
    font-size:14px;
    font-style:italic;
    border-bottom:1px solid #ddd;
    padding-bottom:10px;
    padding-top:0;
}
.table-listing .image-cell {
    border-bottom:1px solid #ddd;
    padding-bottom:10px;
    padding-left:5px;
}
.table-listing .image-speaker {
    padding-top:10px;
}
.table-listing .image-cell img {
    /* border:1px solid #ddd; */
    float:none;
    margin-right:10px;
    margin-bottom:10px;
}
.table-listing .subtitle-cell {
    text-transform:uppercase;
    color:#edab1f;
    font-family:"Trebuchet MS";
padding-bottom:10px;
}
.table-listing .subtitle-cell em {
    color:#edab1f;
    text-transform:lowercase;
}

.table-listing .section-cell {
font-size:34px;
padding:40px 0 20px 5px;
border-bottom:1px solid #ddd;
}

.table-listing .description-cell form {
    margin:0 0 20px 0;
}
.post-entry ul, .table-listing .description-cell ul {
    margin:0;
    padding:0;
}
.post-entry li, .table-listing .description-cell li {
    font-style:normal;
    padding: 0 0 0 0px;
    margin: 0 0 0 20px;
border:none !important;
    list-style-image: url(images/bullets.gif) !important;
}
.rss-date {
    display:block;
}

li.page-item-952 a { background:none !important; }

#social-share { float:right; overflow:hidden; width:310px;}
#social-share a { position:relative; top:0px; margin:0 15px; padding:0; float:right;}
#social-share #tweetmeme iframe { width:80px; top:1px; float:right; position:relative; }
#social-share #digg iframe { width:100px; top:1px; float:right; position:relative; }

.steps {
font-weight:bold !important;
text-decoration:underline !important;
}
