/* Start of CMSMS style sheet 'standard_master' */
/**
 * Screen styles for Bootie Call
 * Author Matthew Holmes
 * Created 30 Jan 2008
 */
 
 body {
 	margin: 0;
 	padding: 0;
 	background: #dadada;
 	color: #666666;
 	font: 62.5%/1.6 "Lucida Grande", Arial, Helvetica, sans-serif;
 	}
 	
 	
 	/* -- links */
	a {
		color: #d640d6;
		}
	a:hover {
		text-decoration: none;
		}
	a:focus {
		outline: none;
		}
 	a img {
 		border: 0;
 		}
 	
 	
 	/* -- common elements */
 	h1, h2, h3, h4, h5, h6, ul, form {
 		margin: 0;
 		}
 	
 	
 	
 	
 	/* -- structure
 	--------------------------------------*/
 	#container {
 		background: #fff url(uploads/images/standard/webimages/bg-header.gif) 0 92px repeat-x;
 		}
 		
 		
 		#header,
 		#banner,
 		#main-body,
 		#footer .wrapper {
 			width: 950px;
 			margin: 0 auto;
 			}
 			
 			
 		.clearfix:after {
 			clear: both;
 			display: block;
 			height: 0;
 			content: ".";
 			visibility: hidden;
 			}
 			
 			
 			
 		/* -- header */
 		#header {
 			position: relative;
 			height: 92px;
 			}
 			
 			
 			#header #nav {
 				position: absolute;
 				top: 55px;
 				right: 280px;
 				margin: 0;
 				padding: 0;
 				list-style: none;
 				}
 			#header #nav a {
 				color: #d640d6;
 				font-size: 1.1em;
 				}
 			
 			
 			
 			#header form {
 				position: absolute;
 				top: 52px;
 				right: 62px;
 				}
 			#header form label {
 				display: none;
 				color: #fff;
 				font-size: 1.1em;
 				}
 			#header form input {
 				margin: 0 3px 0 5px;
 				padding: 3px;
 				border: 1px solid #dadada;
 				width: 130px;
 				color: #777;
 				font-size: 11px;
 				}
 			#header form button {
 				width: 54px;
 				height: 23px;
 				border: 0;
 				background: url(uploads/images/standard/webimages/btn-search.gif) no-repeat;
 				text-indent: -999em;
 				cursor: pointer;
 				}
 			
 			
 	
 		/* -- banner */
 		#banner {
 			position: relative;
 			height: 148px;
 			}
 			
 			
 			#banner h1 a {
 				position: absolute;
 				top: -70px;
 				left: 15px;
 				display: block;
 				width: 285px;
 				height: 153px;
 				background: url(uploads/images/standard/webimages/bootiecall-logo.png) no-repeat;
 				text-indent: -999em;
 				}
 				
 				
 			#banner ul {
 				position: absolute;
 				bottom: 0;
 				left: 0;
 				margin: 0;
 				padding: 0;
 				list-style: none;
 				}
 			#banner li {
 				float: left;
 				display: block;
 				margin: 0 5px 0 0;
 				}
 			#banner li a {
 				display: block;
 				text-align: center;
 				color: #fff;
 				font-size: 1.2em;
 				text-decoration: none;
 				background: #b901b9 url(uploads/images/standard/webimages/bg-left-corner-off.gif) top left no-repeat;
 				}
 			#banner li a span {
 				display: block;
 				width: 107px;
 				padding: 10px 0;
 				background: url(uploads/images/standard/webimages/bg-right-corner-off.gif) top right no-repeat;
 				}
 			#banner li a.currentpage, #banner li a:hover, #banner li a.activeparent {
 				background: #fff url(uploads/images/standard/webimages/bg-left-corner-over.gif) top left no-repeat;
 				color: #b901b9;
 				}
 			#banner li a.currentpage span, #banner li a:hover span, #banner li a.activeparent span {
 				background: url(uploads/images/standard/webimages/bg-right-corner-over.gif) top right no-repeat;
 				}
 			#banner li a.currentpage, #banner li a.activeparent {
 				font-weight: bold;
 				}
 				
 			.brides, .mum, .boy, .bikini {
 				position: absolute;
 				top: 0;
 				right: 8px;
 				width: 400px;
 				height: 148px;
 				background: url(uploads/images/standard/webimages/bg-bride.jpg) no-repeat;
 				}
 			.mum {
 				right: 19px;
 				background: url(uploads/images/standard/webimages/bg-mum.jpg) no-repeat;
 				}
 			.boy {
 				right: 19px;
 				background: url(uploads/images/standard/webimages/bg-boys.jpg) no-repeat;
 				}
 			.bikini {
 				right: 19px;
 				background: url(uploads/images/standard/webimages/bg-bikini.jpg) no-repeat;
 				}
 			
 		
 		/* -- main body */
 		#main-body {
 			height: 1%;
 			padding: 35px 0;
 			font-size: 1.1em;
 			}
 			
 			#sidebar {
 				float: left;
 				width: 230px;
                padding-left: 30px;
 				}
 				
 				#sidebar ul {
 					margin: 0;
 					padding: 0;
 					list-style: none;
 					}
 				#sidebar li {
 					width: 100%;
 					margin: 0;
 					border-bottom: 1px solid #c5c5c5;
 					}
 				#sidebar li a {
 					display: block;
 					margin: 0;
 					padding: 6px 12px;
 					font-size: 1.2em;
 					text-decoration: none;
 					}
 				#sidebar li a.currentpage, #sidebar li a.activeparent {
 					font-weight: bold;
 					text-decoration: underline;
 					}
 				#sidebar li li {
 					border: 0;
 					}
 				#sidebar li li a {
 					padding: 3px 12px;
 					font-size: 1em;
 					}
 				
 				
 			#content {
 				float: right;
 				width: 610px;
 				padding-right: 36px;
 				}
 				
 			h2#content-title {
 				color: #b901b9;
 				font-size: 2em;
 				padding: 20px 20px 15px;
 				margin: 0 0 15px;
 				background: url(uploads/images/standard/webimages/bg-content-title.gif) bottom no-repeat;
 				}
 			
 			div#inner-content {
 				padding: 0 20px;
 				font-size: 1.2em;
 				line-height: 1.6;
 				}
 			
 			
 		/* -- footer */
 		#footer {
 			padding: 20px 0;
 			border-top: 4px solid #c5c5c5;
 			font-size: 1.1em;
 			}
 		#footer p {
 			margin: 0;
 			}
 		#footer .siteby {
 			float: right;
 			padding: 0 22px;
 			}
 		#footer .copyright {
 			float: left;
 			padding: 0 22px;
 			}
 			
 			
 			
 			
 		* html .logo {
			azimuth: expression(
			this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.content')>-1?(this.runtimeStyle.backgroundImage = "none",
			this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
			this.src = "/style/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
			this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='noscale')",
			this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
			);
			}
/* End of 'standard_master' */

