/*
Theme Name: Romance Roll Call
Theme URI: http://www.romancerollcall.com
Description:  A three-column Blog Design using art created by DreamForgeMedia
Author: CrocoDesigns
Author URI: http://www.crocodesigns.com
*/

body {
background:#FCFCFE url(images/bg.jpg) top left repeat-x;
background-attachment:fixed;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Sans-Serif;
color: #333333;
font-size: 9pt;
text-align: center;
}

/* **************** This & That **************** */
#excerpt p {text-indent:45px;}

img { border:0px;}

.alignleft{float:left;border:0;margin:3px 20px 3px 3px;}
.alignright{float:right;border:0;margin:3px 3px 3px 20px;}
.aligncenter{border:0;margin:20px auto;display:block;}

.timesince{
clear:both;
display:block;
margin:0 0 10px;
font-size:7pt;
text-align:right;}

.wp-caption {
   border: 1px solid #000000;
   text-align: center;
   background:#E0E7FA;
   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;
   color:#000000;
}

#clearit{clear:both;}
#backtotop{clear:both;text-align:right;font-size:8pt;}

/* **************** MAIN **************** */
#wrapper{
width:1050px;
margin:0 auto;
padding:0;
}

table#x{
background:#ffffff;
border:5px double #ffffff;
margin:0 auto;
padding:0;
font-family: Verdana, Arial, Sans-Serif;
color:#000000;
font-size: 9pt;
text-align:left;
}

/* **************** CONTENT **************** */
#content {
        margin: 10px 25px 10px 25px;
        padding: 0;
        width: 550px;
        overflow:hidden;
}

#sidebar_left{
width:183px;
margin-top:0px;
margin-right:15px;
overflow:hidden;
line-height:1.4em;}


#sidebar_right{
width:183px;
margin-top:0px;
margin-left:15px;
overflow:hidden;
line-height:1.4em;}
/* **************** FOOTER **************** */

#footer{
border-top:1px solid #000080;
padding-top:3px;
color:#000000;
line-height:1.4em;
font-size:8pt;}

#footer a:link, #footer a:visited{
font-weight:bold;
font-size:8pt;
text-decoration:none;}

#footer a:hover{
font-weight:bold;
font-size:8pt;
text-decoration:underline;}
/* **************** LINKS **************** */
a:link, a:visited{
        color: #324381;
        font-weight:bold;
        text-decoration: none;
}

a:hover {
        color: #261655;
        font-weight:bold;
        text-decoration: underline;
}

/* **************** TAGS **************** */

.tags{text-align:center;}

.tags a:link, .tags a:visited, .tags a:hover, #tag_cloud a:link, #tag_cloud a:visited, #tag_cloud a:hover{
font-weight:normal;}

/* *************** HEADERS *************** */
h1, h2, h3, h4, h5{
font-family: Verdana, Arial, sans-serif;
color:#000000;
margin: 20px 0px 5px 0px;
font-weight:bold;
}

h1{font-size:13pt;}
h2{font-size:12pt;}
h2.pagetitle{text-align:center;margin:0 0 5px 0;}
.ddsg-wrapper h2{font-size:10pt;color:#000080;}
h3{font-size:11pt;}
h4{font-size:11pt;text-align:left;clear:both;}
h5{font-size:10pt;}

.titlepost{
color: #000000;
font-size:11pt;
text-align:left;
margin:5px 0px 5px 5px;
}
#sidebar_right h2, #sidebar_left h2{
clear:both;
color:#CE3119;
font-size:10pt;
letter-spacing:1px;
margin: 0px 3px 2px;
padding-bottom:1px;
border-bottom:1px solid #E1D022;
text-align:center; }

/* ****************** POST ****************** */


.date {
font-size: 9pt;
font-family: Verdana, Arial, Sans-Serif;
color: #7492B8;
font-weight:bold;
text-align: right;
margin:10px 5px 5px 0px;
}

.post_single {
font-size: 1.0em;}

.post {
font-size: 1.0em;
background:url(images/post_02.gif) top center repeat-y;}

.entry{padding:0 5px;line-height: 1.4em; text-align: justify;}
.entrytext{line-height: 1.4em; text-align: justify;}

.postmetadata {
background:url(images/post_04.gif) bottom center no-repeat;
        clear:both;
        text-align: center;
        margin: 10px 0 0;
        border-top:1px solid #000080;
        padding: 3px 0 15px;

}

#single.postmetadata{
background:#ffffff;
clear: both;
width: 400px;
margin: 25px auto 15px auto;
border-top: 1px solid #000080;
border-bottom: 1px solid #000080;
text-align: center;
font-size: 0.8em;
padding: 8px 10px;}

.border{
        margin: 20px auto;
        background: url(images/starrow.jpg) top center no-repeat;
        height:40px;
        width:170px;
}

.post ul {
        margin: 0px 0px 20px 30px;
        padding: 0px 0px 0px 0px;
        }

.post ul li {
        list-style-type:square;
        margin: 0px 0px 0px 20px;
        padding: 0px 0px 0px 0px;
        }
/* ************* SPECIAL CONTENT ************** */


code {
        display: block;
        margin: 5px;
        padding: 5px;
        border: 1px solid #000000;
        font: 1.0em 'Courier New', Courier, Fixed, Sans-Serif;
        background-color: #cccccc;
        color: black;
}

/* Blockquote */
blockquote {
         margin: 15px 30px;
         padding:5px;
         background:#F4F5F8;
         border: 2px solid #C5C9DA;
         color:#000000;
}
/* ************* SIDEBAR ************** */
#sidebar_right ul, #sidebar_left ul, #sidebar_right ul ol, #sidebar_left ul ol {

        margin: 0;
        padding: 0;
}

#sidebar_right ul li, #sidebar_left ul li {
        list-style-type: none;
        list-style-image:none;
        margin-bottom: 15px;
}

#sidebar_right ul ul, #sidebar_left ul ul, #sidebar_right ul ol, #sidebar_left ul ol { padding: 2px 0 0 0px; }

#sidebar_right ul ul ul, #sidebar_left ul ul ul, #sidebar_right ul ol, #sidebar_left ul ol { margin: 0 0 0 0px; }

#sidebar_right ul ul li,
#sidebar_left ul ul li,
#sidebar_right ul li ul li,
#sidebar_left ul li ul li,
#sidebar_right ul ol li,
#sidebar_left ul ol li {
        margin: 0;
        padding: 0;
        list-style-type: none;
}

#sidebar_left a:link, #sidebar_left a:visited, #sidebar_right a:link, #sidebar_right a:visited{
font-weight:bold;
text-decoration:none;}

#sidebar_left a:hover, #sidebar_right a:hover{
font-weight:bold;
text-decoration:none;}
/* *************** SEARCHFORM *************** */

#searchform {
        margin: auto 0;
        padding: 5px 3px;
        text-align: left;
}

form#searchform input:focus {
        border: 2px solid #000000;
        margin: 1px;
}

#searchform input {
        font: 1em Verdana, Arial, Sans-Serif;
        border: 1px solid #000000;
        margin: 2px;
}

#searchform #s {
        width: 115px;
        padding: 2px;
}

#searchsubmit {background:#261655; color:#ffffff;}

/* **************** COMMENTS **************** */

/* Form */

#respond {
        clear: both;
        margin-top: 20px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        color: #000000;
}

form#commentform input:focus, form#commentform textarea:focus {
        border: 2px solid #000000;
        margin: 1px;
}

#commentform input, #commentform textarea {
        font: 1em Verdana, Arial, Sans-Serif;
        border: 1px solid #000000;
        margin: 2px;
        width: 300px;
}
#commentform input#submit {background:#261655;color:#ffffff;}

#commentform p { margin: 5px 0; }

/* Comments */
.pingback, .trackback{
padding:5px;
border-top:1px solid #000080;
border-bottom:1px solid #000080;
}

.bypostauthor, .bypostauthor.odd, .bypostauthor.odd.depth-2, .bypostauthor.odd.depth-3, .bypostauthor.odd.depth-4, .bypostauthor.odd.depth-5, .bypostauthor.even, .bypostauthor.even.depth-2, .bypostauthor.even.depth-3, .bypostauthor.even.depth-4, .bypostauthor.even.depth-5 {
background-color: #D9DFF5;
border-top: 1px solid #000080;
border-bottom: 1px solid #000080;
}

.odd, .odd.depth-2, .odd.depth-3, .odd.depth-4, .odd.depth-5 {
background-color: #EAEAF2;
border-top: 1px solid #000080;
border-bottom: 1px solid #000080;
}

.even, .even.depth-2, .even.depth-3, .even.depth-4, .even.depth-5 {
background:#ffffff;
border-top: 1px solid #000080;
border-bottom: 1px solid #000080;
}

.commentlist {
        padding: 0;
        margin: 0 0 0 0;
        text-align: left;
        line-height:150%;
}

.commentlist li {
        margin: 5px 0 3px 0;
        padding: 5px 10px 3px 10px;
        list-style: none;
}

.commentlist p { margin: 0 0 15px 0; }

.nocomments {
        text-align: center;
        margin: 0;
        padding: 0;
}

.commentmetadata {
margin: 0;
font-size:8pt;
display: block;
}

.reply a:link, .reply a:visited, .cancel-comment-reply a:link, .cancel-comment-reply a:visited{
padding:2px;
border:1px solid #000080;
background:#261655;
color:#ffffff;
margin:0 0 3px;
font-size:8pt;
text-decoration:none;}

.reply a:hover, .cancel-comment-reply a:hover{
padding:2px;
border:1px solid #000080;
background:#261655;
color:#F4E93A;
margin:0 0 3px;
font-size:8pt;
text-decoration:none;}

.comment-head {
margin: 0 0 10px 0;
font-size:8pt;
display: block;
border-bottom:3px double #000080;
padding-bottom:2px;
text-decoration:none;
}

.comment-author-name {
margin: 0 0 2px 0;
font-size:10pt;
font-weight:bold;
letter-spacing:2px;
color:#000000;
text-decoration:none;
}

.commentnumber {
font-size:8pt;
color:#000000;
display:inline;
}

#gravatar-icon{
margin:0 0 3px 10px;
float:right;
}

a.comment-link:link, a.comment-link:visited, a.comment-link:hover{
font-weight:normal;}