#the_title p,#the_footer p,#the_description p {
	margin:0
}

a img,:link img,:visited img {
	border:none
}

/* general layout */
body {
	background:#FFF;
	border-bottom:1em solid #FFF;
	border-top:1em solid #FFF;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:83%;
	margin:0;
	padding:0;
	text-align:center
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
#container {
	margin:0 auto;
	text-align:left;
	width:718px
}

#main-content {
	overflow:hidden;
	float:left;
	width:470px
}

#sidebar {
	float:right;
	width:230px
}

#footer {
	clear:both
}

body div#container {
	background:url(images/pink/box-fill.gif) center repeat-y;
	border-top:1em solid #FFF;
	margin-top:0;
	padding:0
}

div#container div.wrapper {
	background:url(images/pink/box-top.gif) top center no-repeat;
	margin:0;
	padding:0
}

div#header {
	background:url(images/pink/box-bottomtop.gif) bottom center no-repeat !important;
	margin:0;
	padding:2em 50px 4em
}

div#header div.wrapper {
	margin:0;
	padding:0
}

div#main-content {
	color:#3f3f3f;
	line-height:160%
}

div#sidebar {
	background:transparent;
	color:#3f3f3f;
	font-size:83%;
	line-height:140%;
	margin:0;
	padding:0
}

div#footer {
	background:url(images/pink/box-bottom.gif) bottom center no-repeat !important;
	color:#c00;
	padding-bottom:2em;
	text-align:center
}

/* adjusting widths for different layouts */
body#onecolumn div#main-content {
	padding:0 8px;
	width:702px
}

body#twocolumn-right div#main-content {
	display:inline;
	margin-left:8px;
	padding-right:20px;
	width:459px
}

body#twocolumn-right div#sidebar {
	border-left:1px solid #ffd6d6;
	display:inline;
	margin-right:10px;
	padding-left:20px;
	width:200px
}

body#twocolumn-right div#sidebar ul,body#twocolumn-right div#sidebar p {
	margin-left:5px
}

/* general styles: headings */
h1,h2,h3,h4,h5,h6,p.description {
	font-family:Tahoma, Helvetica, Arial, sans-serif
}

h1 {
	background:url(images/pink/tab-fill.gif) left repeat-y;
	color:#bd5f5f;
	font-size:160%;
	font-weight:bold;
	line-height:1.2em;
	margin-top:2em;
	padding-bottom:0.05em;
	padding-left:42px
}

h2 {
	background:url(images/pink/tab-fill.gif) left repeat-y;
	color:#bd5f5f;
	font-size:160%;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:0;
	padding-bottom:0.05em;
	padding-left:42px
}

h3 {
	background:url(images/pink/tab-fill.gif) left repeat-y;
	color:#bd5f5f;
	font-size:110%;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:0;
	margin-top:2em;
	padding-bottom:0.05em;
	padding-left:42px
}

h4 {
	background:url(images/pink/tab-fill.gif) left repeat-y;
	color:#bd5f5f;
	font-size:100%;
	font-weight:bold;
	line-height:1.2em;
	margin-top:2em;
	padding-bottom:0.05em;
	padding-left:42px
}

h5 {
	color:#bd5f5f;
	font-size:100%;
	font-weight:bold;
	line-height:1.2em;
	margin-top:2em;
	padding-bottom:0.05em;
	padding-left:42px
}

h6 {
	color:#bd5f5f;
	font-size:100%;
	font-weight:normal;
	line-height:1.2em;
	margin-top:2em;
	padding-bottom:0.05em;
	padding-left:42px
}

hr {
	background:#FFF;
	border:0;
	border-top:1px solid #ffd6d6;
	height:1px;
	margin:2em 42px !important
}

blockquote {
	background-color:#fae1e1;
	border-left:30px solid #ffb2b2;
	color:#555;
	font-weight:normal;
	margin:0 -1px 0 0;
	padding:0;
	text-align:justify;
	text-indent:10px;
	overflow:hidden
}

body#twocolumn-right blockquote {
	margin-right:-38px !important;
	color:#555;
	padding-right:38px
}

blockquote p {
	margin-left:12px
}

form#searchform input[type="submit"] {
	display:none
}

form#searchform input#s {
	width:175px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #bd5f5f;
	padding:5px
}

p,ul,ol,table,hr,dl {
	margin-left:42px;
	margin-right:42px
}

#main-content p {
	text-align:justify;
	text-indent:10px
}

p.postmetainfo {
	text-indent:0 !important;
	font-size:10px;
	margin-top:0 !important
}

p.postmetadata {
	text-indent:0 !important
}

p.postmetadata img.avatar {
	float:left;
	height:80px;
	margin-right:5px;
	width:80px
}

p.navigation span.previous {
	float:left
}

p.navigation span.next {
	float:right
}

p.attachment,p.smallattachment {
	font-size:65%;
	text-align:center !important;
	text-indent:0 !important
}

/* general styles: gallery */

.gallery {
	margin:auto auto auto 42px
}
.gallery div {
	float:left;
	margin-top:10px;
	text-align:center;
	width:33%
}
.gallery img {
	border:2px solid #bd5f5f
}
.gallery a,.gallery a:visited {
	border:none
}

/* general styles: links */
a {
	border-bottom:1px solid #bd5f5f;
	color:#bd5f5f;
	text-decoration:none
}

a:visited {
	border-bottom:1px dotted #bd5f5f;
	color:#bd5f5f;
	text-decoration:none
}

/* general styles: lists */
ul,ol {
	padding-left:1.8em
}

ul ul,ol ol {
	margin-left:0 !important
}

dt {
	margin-left:0;
	padding-left:0
}

dd {
	margin-left:1.8em;
	padding-left:0
}

dl {
	padding-left:0
}

/* general styles: comments */
ol.commentlist {
	list-style-type:none;
	padding-left:0
}

ol.commentlist>li {
	-moz-border-radius:10px;
	-moz-border-radius-topright:0;
	-khtml-border-radius:10px;
	-khtml-border-top-right-radius:0;
	-webkit-border-radius:10px;
	-webkit-border-top-right-radius:0;
	border-radius:10px;
	border-top-right-radius:0;
	border:1px solid #bd5f5f;
	margin-bottom:2px;
	padding:5px
}

ol.commentlist>li.trackback {
	-moz-border-radius-topright:10px;
	-khtml-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px
}


ol.commentlist>li.alt {
	background-color:#ffeeee;
	margin-bottom:3px
}

ol.commentlist>li img.avatar {
	border:1px solid #bd5f5f;
	border-width:0 0 1px 1px;
	float:right;
	margin:-5px -5px 5px 5px;
	background:#bd5f5f
}

ol.commentlist>li.author {
	background-color:#FFFEEE;
	border:2px solid #bd5f5f
}

ol.commentlist>li.author img.avatar {
	border-width:0 0 2px 2px
}

ol.commentlist>li.editor {
	background-color:#FFFEEE;
	border:3px solid #bd5f5f
}

ol.commentlist>li.editor img.avatar {
	border-width:0 0 3px 3px
}

ol.commentlist>li.admin {
	background-color:#FFFEEE;
	border:4px solid #bd5f5f
}

ol.commentlist>li.admin img.avatar {
	border-width:0 0 4px 4px
}

ol.commentlist>li p {
	margin-left:0
}

ol.commentlist>li ul {
	margin-left:0
}

ol.commentlist>li blockquote {
	margin: -5px;
	clear:right
}

ol.commentlist>li blockquote:last-child {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	bottom-right-radius:5px
}

ol.commentlist>li blockquote blockquote {
	margin:0 !important;
	border-left-width:25px !important
}

/* general styles: commentform */
form#commentform input[type="text"] {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #bd5f5f;
	padding:5px
}

form#commentform input.red,form#commentform textarea.red {
	background-color:#FEE
}

form#commentform input[type="submit"] {
	border:1px solid #bd5f5f;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#fff
}

form#commentform textarea {
	width:616px;
	border:1px solid #bd5f5f;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px
}
/* general styles: tables */
table {
	border-collapse:collapse;
	margin-bottom:1em;
	margin-top:1em
}

table p {
	margin:auto
}

#sidebar table {
	margin-left:0
}

table#wp-calendar td#today {
	font-weight:700
}

table td,table th {
	padding:0.3em 0.6em;
	text-align:left;
	vertical-align:top
}

table th {
	border-bottom:1px dotted #bd5f5f;
	color:#bd5f5f
}

table caption {
	color:#000;
	font-weight:bold;
	padding:0 42px;
	text-align:center
}

/* specific styles */
h1#page-title {
	background:transparent;
	border:0;
	color:#bd5f5f;
	display:block;
	font-size:300%;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:120%;
	margin:0;
	padding:0
}

h1#page-title a {
	border-bottom:1px solid #bd5f5f !important;
}

h1#page-title a:visited {
	border-bottom:1px dotted #bd5f5f !important;
}

div#the_description {
	color:#bd5f5f;
	font-size:140%;
	font-weight:normal;
	text-align:right
}

.clear {
	clear:both
}
.clearleft {
	clear:left
}
.clearright {
	clear:right
}
.ads {
	margin:0 -15px;
	text-align:center
}

/* corrections for different layouts */
div#sidebar h1,div#sidebar h2,div#sidebar h3,div#sidebar h4,div#sidebar h5,div#sidebar h6 {
	background:transparent;
	line-height:120%;
	padding-left:0
}

body#twocolumn-right div#header {
	padding-right:50px
}

body#twocolumn-right p,body#twocolumn-right ul,body#twocolumn-right ol,body#twocolumn-right table,body#twocolumn-right blockquote,body#twocolumn-right hr,body#twocolumn-right dl {
	margin-right:0
}
div#container div.wrapper div,div#main-content div.wrapper {
	background:transparent
}