/*
Theme Name: Ripettes Theme
Theme URI: http://www.ripettesburlesque.com
Description: Based on SimpleCMS Theme for The Ripettes Burlesque
Version: 1.0
Author: Ian Knox
Author URI: http://www.ripettesburlesque.com/
*/

/* Global */
html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	border: 0;
	height:100%;
	}

/* Selectors */
.widthlimit {
	min-width:600px;
	max-width:1000px;
	width:90%;
	margin:0 auto;
	}
	
.mmf-response-output {
	font:normal 0.8em sans-serif;
	color:#fff;
}
	
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
}

.bio {
	margin: 0 0 10px 10px;
	background-color: #ddd;
	padding: 10px;
	border: 1px solid #666;
}

.bio p {
       height:300px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions & aligment */


/* Body & Header */
body {
	background:url('/wp-content/uploads/bkg.jpg');
	height:100%;
	}
#header {
	background:#202225;
	width:100%;
	}
#header h1{ 
	background:url("/wp-content/uploads/rips_banner.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
/* menu */
#menu, #menu ul {
	width:100%;
	background:#E34242;
	height:2em;
	line-height:2em;
	font-weight:bold;
	float:left;
	list-style:none;
	padding:0;
	margin:0 0 0 0;
	}
#menu a {
	color:#202225;
	text-decoration:none;
	padding:0px 10px;
	}
#menu li {
	float:left;
	}
#menu li:hover {
	background:#fff;
	}
#mailing {
	display:inline;
	float:right;
	}
	
/*  content */
#content {
		height:100%;
	}
#internal_content{
	background:#202225;
	padding: 5px;
	}
	
/* text formatting */
h1,h2,h3,h4,h5 {
	color:#E34242;
	}
h1 a,h2 a,h3 a,h4 a,h5 a {
	color:#E34242;
	text-decoration:none;
	}
h1 {
	font:normal bold 3em/80px sans-serif;
	margin:0;
	}
h2 {
	font:normal bold 2em sans-serif;
	margin:0.5em 0;
	}
h3 {
	font:normal bold 1.6em sans-serif;
	margin:0.4em 0;
	}
h4 {
	font:normal bold 1.3em sans-serif;
	margin:0.3em 0;
	}
h5 {
	font:normal bold 1.2em sans-serif;
	margin:0.2em 0;
	}
p {
	font:normal 0.8em sans-serif;
	color:#fff;
	}
p a {
	color:#E34242;
	text-decoration:none;
	}
p a:hover {
	text-decoration:underline;
	}
ul li, ol li {
	font-family:sans-serif;
	color:#202225;
	}

/* footer*/
#footer {
	background:#202225;
	height:2em;
	position: fixed; 
	bottom: 0;
	min-width:600px;
	max-width:1000px;
	width:90%;
	}
#footer a {
	color:#E34242;
	text-decoration:none;
	}

