
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right;text-align:right; }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

html {
	background: transparent url(../images/btext.jpg);
}

body {
	margin:0px auto;
	width:980px;
	font: 13px/1.4 'Helvetica Neue',Arial,sans-serif;
	color:#505050;
}

a {
	color:#823f65;
	text-decoration: none;
}

input:focus {
    outline: none;
}

select:focus {
	outline: none;aw
}


#headleft {
	width:592px;
	float:left;
	margin-top:20px;
	margin-bottom:12px;
}

#bodyleft {
	float:left;
	width:608px;
	margin-bottom:12px;
}

#bodyleft h1 {
	width:582px;
	height:30px;
	line-height:30px;
	margin:0 0 12px 0;
	padding:0 0 0 10px;
	background: transparent url(../images/black-05p.png) repeat;
	overflow:hidden;
}

#headright {
	width:370px;
	float:right;
	margin-top:20px;
	margin-bottom:12px;
}

#headleft,#headright {
	height:100px;
}

#siteid {
	background: transparent url(../images/radchick06.png) no-repeat;
	width:431px;
	height:49px;
	margin:10px 0 11px 0;
}

#homelink {
	height:49px;
	width:240px;
	float:left;
}

#inalink {
	margin-top:25px;
	height:20px;
	width:187px;
	float:right;
}

#postmenu ul {
	height:30px;
	line-height:30px;
	background: transparent url(../images/black-05p.png) repeat;
}

#postmenu li {
	display:inline;
	list-style-type:none;
	padding-right:20px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	height:30px;
	border-right:1px dotted #caa8b7;
}

#postmenu li a {
	color:#9d708a;
}

#postmenu li.postmenulast {
	border-right:0px;
}

#siteblock {
	float:right;
	width:370px;
	height:50px;
	background: transparent url(../images/black-05p.png) repeat;
	margin:10px 0 10px 0;
	line-height:50px;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	visibility:none;
}

#searchbar {
	margin-top:70px;
	float:right;
	width:370px;
	height:30px;
	line-height:30px;
	background: transparent url(../images/black-05p.png) repeat;
}

.field {
	line-height:20px;
	width:330px;
	color:#989898;
	float:left;
	margin:5px 0 0 10px;
	border:0px;
	background-color:transparent;
}

.mag {
	height:17px;
	width:18px;
	background: transparent url(../images/mag.png) no-repeat;
	float:right;
	margin:6px 10px 0 0;
}

#pcontainer {
}

.postdiv {
	width:288px;
	border:1px solid #d9d9d9;
	background-color:#ffffff;
	margin:0 12px 12px 0;
	float:left;
}

.firstpost {
	width:590px;
	border:1px solid #d9d9d9;
	background-color:#ffffff;
	margin-bottom:12px;
}

.singlepostdiv {
	width:590px;
	border:1px solid #d9d9d9;
	background-color:#ffffff;
	margin:0 12px 12px 0;
	float:left;
}

.firstpost {
	border:1px solid #d9d9d9;
	background-color:#ffffff;
	margin-bottom:12px;
}

.cellcat {
	float:left;
	padding:2px 10px 2px 5px;
	/*background-color:#f1e3ea;*/
	background-color:#e1e1e1;
}

.cellcat a {
	color:#ffffff;
	font-weight:bold;
}

/*.celldate {
	float:right;
	background-color:#d9d9d9;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	color:#909090;
	padding:2px 5px 2px 5px;
	margin-right:10px;
}*/

.celldate {
	float:right;
	font-size:10px;
	text-transform:capitalize;
	font-style: italic;
	color:#a3a3a3;
	/*color:#909090;*/
	padding:5px 0px 2px 5px;
	margin-right:10px;
}

.postdiv h2,.singlepostdiv h2 {
	font-size:16px;
	font-weight:bold;
	color:#606060;
	margin:15px 20px 5px 20px;
}

.postdiv h2 a {
	color:#606060;
}

.firstpost h2,.singlepostdiv h2 {
	font-size:20px;
}

.postdiv p,.singlepostdiv p {
	margin:0 20px 10px 20px;
}

.postdiv p.comlink,.singlepostdiv p.comlink {
	margin:0 20px 10px 20px;
	font-size:11px;
	font-weight:bold;
}

.postdiv h4,.postdiv h5,.postdiv h6,.singlepostdiv h4,.singlepostdiv h5,.singlepostdiv h6 {
	margin:0 20px 10px 20px;
}

a.moretag,a.more-link {
	font-size:11px;
	font-weight:bold;
}

#postnav {
	width:590px;
	float:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	margin:20px 0 20px 0;
}

#postnav a {
	color:#666666;
}

.inpostnav {
	font-size:11px;
	font-weight:normal;
	width:270px;
	text-transform:none;
}

blockquote {
	margin:20px 40px 20px 40px;
	padding:10px 20px 10px 20px;
	border-left:3px solid #e1e1e1;
}

p.postedin,p.taggedas {
	font-size:11px;
	margin-bottom:0;
}

p.taggedas {
	margin-bottom:20px;
}



.bodyright {
	float:right;
	width:369px;
	font-size:11px;
	margin-bottom:12px;
/*	border:1px solid #d9d9d9;
	background-color:#ffffff;
*/}

#rightleft {
	width:240px;
	float:left;
}

#rightright {
	width:120px;
	float:right;
}

#rightfull {
	width:370px;
	float:right;
}

.bodyright h3 {
	padding:10px 10px 0 10px;
}

.bodyright ul {
	padding:5px 10px 5px 10px;
}

.bodyright li {
	border-bottom:1px dotted #d9d9d9;
}

.color01 { /* blue */
	background-color:#dde1e4;
	border:1px solid #dde1e4;
}

.color01 h3 {
	font-size:14px;
	color:#8d9a9d;
}

.color01 li {
	border-bottom:1px dotted #cdd3d6;
	margin-bottom:5px;
	padding-bottom:5px;
	color:#718083;
}

.color01 a {
	color:#8d9a9d;
}

.color01 p {
	text-align:center;
	margin:10px 0 10px 0;
}

.color02 {
	/*background-color:#f1e3ea;
	border:1px solid #f1e3ea;*/
	background-color:#f4e8ee;
	border:1px solid #f4e8ee;
}

.color02 h3 {
	font-size:14px;
	color:#c2aeba;
}

.color02 li {
	border-bottom:1px dotted #dcc9d4;
	margin-bottom:5px;
	padding-bottom:5px;
}

.color02 a {
	color:#aa829b;
	font-size:12px;
	font-weight:bold;
}

.color03 {
	background-color:#f0ece1;
	border:1px solid #f0ece1;
	color:#7e7e7e;
}

.color03 h3 {
	font-size:14px;
	color:#c4b087;
}

.color03 li {
	border-bottom:1px dotted #dcd5c4;
	margin-bottom:5px;
	padding-bottom:5px;
}

.color03 a {
	color:#bca576;
	font-size:12px;
}

.color04 {
	background-color:#e2ebe5;
	border:1px solid #e2ebe5;
	color:#7e7e7e;
}

.color04 h3 {
	font-size:14px;
	color:#9bb29a;
}

.color04 li {
	border-bottom:1px dotted #d1dcd7;
	margin-bottom:5px;
	padding-bottom:5px;
}

.color04 a {
	color:#9bb29a;
	font-size:12px;
}

.color05 {
	background: transparent url(../images/black-05p.png) repeat;
	/*background-color:#d9cac3;*/
	border:1px solid #e6e6e6;
	color:#7e7e7e;
}

.color05 h3 {
	font-size:14px;
	color:#8f8f8f;
}

.color05 li {
	border-bottom:1px dotted #d9d9d9;
	margin-bottom:5px;
	padding-bottom:5px;
}

.color05 a {
	color:#909090;
	font-size:12px;
}

.cleardiv {
	clear:both;
}

.rlblock {
	margin-bottom:12px;
}

.rrblock {
	background: transparent url(../images/black-05p.png) repeat;
	margin-bottom:12px;
}

.rrblock ul {
	margin-top:5px;
}

.rrblock li {
	padding:0 0 3px 0;
	margin:0 0 3px 0;
}

.rrblock a {
	color:#8f8f8f;
}

.rrblock h3 {
	color:#909090;
	font-size:12px;
}

#mainfoot {
	width:980px;
	height:30px;
	line-height:30px;
	background: transparent url(../images/black-05p.png) repeat;
	color:#666666;
	font-weight:bold;
	font-size:10px;
	padding:0 15px 0 15px;
	margin:0 0 20px 0;
}

#mainfoot a {
	color:#666666;
	border-bottom:1px dotted #a6a6a6;
}




/* =Comments
-------------------------------------------------------------- */

#comcontainer {
	float:left;
}

.comdate {
	color:#666666;
	border-top:0;
	float:right;
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:3px;
}

#comarea{
}

.comboxes,.pingboxes {
	padding:0;
	margin:10px 0 10px 0px;
}

.pingboxes {
	margin:10px 0 10px 0;
}

.pingboxes p {
	padding:10px 0 0 0;
}

.comboxes p,.pingboxes p {
	margin:10px 0 10px 0;
}

.depth-1 {
	width:550px;
	border:1px solid #d9d9d9;
	background-color:#ffffff;
	float:left;
	padding:12px 20px 0 20px;
	margin-bottom:12px;
}


.comauth {
	padding:5px 5px 5px 10px;
	background-color:#f2f2f2;
}

.comauth a {
	color:#823f65;
}

.reply {
	text-align:right;
	padding:0;
	margin-bottom:20px;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	font-size:11px;
}
.reply a,
a.comment-edit-link {
	color:#823f65;
}
.reply a:hover,
a.comment-edit-link:hover {
	color:#823f65;
}

.comment-body {
	padding:0;
}

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	background: transparent;
	border:0px;
}
h3#comments-title {
	margin:20px 0 20px 0;
	color:#666666;
}

h3#reply-title a {
	color:#823f65;
	font-weight:normal;
	text-transform:capitalize;
	float:right;
}

.commentlist {
	list-style: none;
}

.commentlist li.comment {
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.commentlist .bypostauthor  {
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 10px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 20px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	left: 0;
	border:1px solid #666666;
}
.comment-author {
	color:#823f65;
}
.comment-author cite {
	color: #823f65;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color:#823f65;
}
.comment-meta a:active,
.comment-meta a:hover {
	color:#823f65;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}

.commentlist .children {
	list-style: none;
	margin: 0;
	padding-left:30px;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;

}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

.authcomment {
	background: transparent url(../images/vio20.png) repeat;
}

/* Comments form */


#comformcont {
	width:550px;
	border:1px solid #d9d9d9;
	background-color:#ffffff;
	float:left;
	padding:12px 20px 20px 20px;
	margin:12px 0 12px 0;
}

input[type=submit] {
	color: #333;
}
#respond {
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
	display:none;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	padding:0px;
}
h3#reply-title {
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
h3#cancel-comment-reply-link {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color:#823f65;
}

#respond .required {
	color: #9f1400;
	font-weight: bold;
	display:none;
}
#respond label {
	font-size: 12px;
	font-weight:bold;
	color:#616161;
}
#respond input {
	width: 99%;
	border:2px solid #bbbbbb;
}
#respond textarea {
	border:2px solid #bbbbbb;
	width: 99%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:none;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
	padding:5px;
}


/* Comments form */

#arcpagelist li {
	border:1px solid #d9d9d9;
	background-color:#ffffff;
	margin:0 12px 5px 0;
	padding:10px 0 10px 0;
	float:left;
	width:590px;
}

.arcdate {
	width: 100px;
	float:left;
	text-align:right;
	margin:0 20px 0 0;
}

.arcpost {
	width:460px;
	float:left;
}

.page {
	padding:20px 0 20px 0;
}

.aboutlinks {
	height:30px;
	line-height:30px;
	text-align: center;
	font-weight:bold;
}

.soctags {
	margin:5px 20px 10px 20px;
}

.soctags ul {
	margin:0 auto;
	width:140px;
}


.soctags li {
	display:inline;
	list-style-type: none;
	float:left;
	padding-right:5px;
	line-height:25px;
}

.fbcomp {
	width:45px;
	overflow:hidden;
}
