/*   
Theme Name: Royalle, With Cheese
Theme URI: http://brightcoconut.com
Description: Child theme for Royalle
Author: Bright Coconut
Author URI: http://brightcoconut.com
Template: royalle
Version: 1.0
*/

@import url(../royalle/style.css);

/* @group Header */
#logo { left: 0; top: 0; }
#sites { display: none; }

/* @end */
/* @group Content */
.big-box { width: 290px; float: right; border: 1px solid #999999; background-color: #efefef; padding: 10px; margin: 10px 0 10px 20px; text-align: center;}
	.big-box h3 { color: #ad0001; font-size: 18px; }
	#big-box-intro { background: transparent url(/members/wp-content/uploads/box-arrows.gif) no-repeat scroll bottom center; padding: 0 0 60px 0; }

.archive_header { display: none; }

td { vertical-align: middle; padding: 15px;}
.entry img { border: none; }

#recap { background: transparent url(/images/recap_bgnd.jpg) no-repeat scroll 0 20px; height: 400px; width: 880px; }
ul#recaplist { font-family: Verdana, Arial, sans-serif; padding: 0 0 0 25px; margin-top: -20px;}
	ul#recaplist li { /*list-style-image: url(/images/arrow_bullet2.png);*/ background: transparent url(/wp-content/themes/royalle/images/post_li.png) no-repeat scroll left bottom !important; padding: 42px 0 0 35px; }
	ul#recaplist li#one {  }

/* @end */

/* @group Footer */
#credit { margin-top: -10px; }
/* @end */

/* Sidebar Subscribe Button (Image Based) 
.custom .sidebar input[type="submit"] { background: transparent url(/images/updates.gif) no-repeat scroll center top; height:22px; width:155px; border: none; color: transparent;display:block; text-indent:-9999px; outline:0;margin: 3px 0 0 38px;}
.custom .sidebar input[type="submit"]:hover { background-position:bottom center;} */

#sidebar-optin {width: 175px; border: solid; padding:3px; border-color: #6b7a81; background-color:#bfc0c0; border-width: 1px; clear: right; margin-left:auto; margin-right:auto;}
#sidebar-optin form {
		padding: 20px;		
	}
#sidebar-optin form input[type=text] {
		margin: 1px;
		margin-left: -5px;
	
		font-size: 11px;
		color: #666;
		width: 120px
        height: 20px;
	}

input#mce-FNAME  {
		margin: 5px;
		margin-left: -5px;
	
		font-size: 10px;
		font-weight: bold;
		color: #666;
		width: 130px;
        height: 20px;

	}
input#mce-EMAIL  {
		margin: 5px;
		margin-left: -5px;
	
		font-size: 10px;
		font-weight: bold;
		color: #666;
		width: 130px;
        height: 20px;



input#mc-embedded-subscribe {
		width: 250px !important;
		height: 50px;
		background: none;
		text-indent: -99999999px;
		border: none;
		cursor: pointer;
        
	}
    .clear { clear: both; }