/*  
Theme Name: Corsets
Theme URI: 
Description: 
Version: 1.0
Author: Vector Creations
Author URI: http://www.vcd.co.nz
*/

/* @group Global */

* { 
	margin: 0;
	padding: 0;
	}

body {
	background: #2a0606 top center url(i/bg.gif);
	font-family: Georgia, Times, Serif;
	font-size: 10px;
	text-align: center;
	}
p { 
	margin-bottom: 1em;
	}

a:visited, a:link {
	color: #8e1e14;
}
a:hover {
	color: #ca6259;
}
h2 {
	font: 2em normal;
	font-family: Georgia, Times, serif;
	font-variant: small-caps;
	margin-bottom: 15px;	
}

ol, ul {
	padding-left: 1.5em;
}
img {
	border:none;
	}

/* @end */


/* @group Layout */
#container {
	background: url(i/frame.jpg) 50% 13px no-repeat; 
	padding: 105px 0 90px 0px;

	}

#contentwrap {	
	position: relative;
	margin: 0 auto;	
	text-align: left;
	width: 630px;
	height: 423px;
}
#mainimage {
	background: bottom right no-repeat;	
	height: 423px;
	width: 190px;
	position: absolute;
	bottom: 0;
	right: 0;
	visibility: hidden;
}
#pagewrap {
	width: 100%;
	height: 423px;	
	background-color: #fef7f7;
	overflow: auto;
	overflow-x: hidden;
	}
		 
#page {
	font-size: 1.3em;
	line-height: 1.4;
	background: url(i/header.jpg) no-repeat;
}

#header {	
}
	
#logo { 
	display: block;
	padding: 15px 0 0px 30px;
	float: left;
	}

#content {
	padding: 20px 0 20px 30px;
	margin-right: 210px;
	}

#footer {
	color: #fff;
	text-align: center;
	margin-top: 10px;
	}


/* @end */

/* @group Nav */

#navwrap { clear:both; }

#nav {
	margin: 0 0 0 30px;
	list-style: none;	
	padding: 0;
	}

#nav li {
	display: inline;
	margin-right: 10px;
	background: url(i/navsep.gif) 0px 1px no-repeat;
	padding-left: 20px;
	line-height: 35px;
	}
	
#nav #navhome {
	padding-left: 0;
	background: none;
	}
	
#nav a {
	font-size: 105%;
	text-decoration: none;
	color: #000;
	font-variant: small-caps;
	}
	
#nav a:hover {
	/*-moz-opacity:0.55; opacity:0.55; filter:alpha(opacity='55');*/
	color: #555;
	}

/* @end */	
	
/* @group Pages */

#mainimage {
	background-image: url(i/bridal.png);	
}

#gallery #mainimage {
	display: none;
	background-image: none;	
}

#archive #mainimage {
	background-image: url(i/archive.png);	
}

#faq #mainimage {
	background-image: url(i/faq.png);	
}

#contact #mainimage {
	background-image: url(i/contact.png);	
}
#gallery #content {
	margin-right: 50px;
}
#gallerylist {
	list-style: none;
}
#gallerylist li {
	float: left;
	width: 50%;
	text-align: center;
	background: url(i/divider_s.gif) center bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
#gallerylist p {
	margin: 0.5em 0;
}

#faqs li {
	padding-bottom: 20px;
	margin-bottom: 15px;
	background: url(i/divider.gif) center bottom no-repeat;
}

#archivemeta {
	font-size: 90%;
	padding-bottom: 30px;
	margin-bottom: 15px;
	background: url(i/divider.gif) center bottom no-repeat;
}

/* @end */

/* @group Misc */

.backtotop {
	display:block;
	text-align: right;
	font-size: 90%;
}

.inline-pic {
	width:auto;
	/*border: solid 1px;*/
}
.inline-pic p {
	margin: 0;
}
.caption {
	font-size: 85%;
	padding: 3px;
	}

.right {
	float:right;
	margin: 0 0 10px 10px;

}

/* @end */

