@charset "utf-8";
/* Images By Kayte Website */

.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#000000;
	background-image:url(../img/bg.jpg);
	font-family: Helvetica;
	/*font-family: "Myriad Pro";*/
	color:#FFFFFF;	
	font-size:12px;
}
p {
	color:#FFFFFF;
	font-size:12px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
a:link {
	color:#FFFFFF;
	text-decoration:none;
	}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
a:hover {
	color:#C77CA3;
	text-decoration:underline;
	}
a:active {
	color:#C77CA3;
	text-decoration:underline;
	}
	
/* The Wrapper Container and Footer */	
#container {
	margin: 0 auto;
	width:1024px;
	}
#footer {
	clear:both;
	width:824px;
	padding-bottom:20px;
	padding-top:20px;
	margin-left:100px;
	margin-right:100px;
	border-top: thin solid #C77CA3;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	}	

/* Header Part */
#header {
	width:974px;
	height:200px;
	padding-top:40px;
	padding-left:50px;
	border-bottom: thin solid #C77CA3;
	}
#logo {
	float:left;
	width:281px;
	}
#nav {
	float:left;
	width:650px;
	padding-top:20px;
	}
/* Navigation */
ul.menu {
	list-style:none
	}
li.menu {
	float:left;
	display:inline;
	}

li.menu a{
	float:left;
	display:inline;
	}
	
#home {
	float:left;
	width:150px;
	height:140px;
	margin: 5px;
	}
.home {
	display:block;
	width:150px;
	height:140px;
	margin: 5px;
	background:url(../img/menu/home_wonky.png);
	text-indent:-9999px;
	}
a {
	outline:none;
	}
a.home:link, a.home:visited {
	background:url(../img/menu/home_wonky.png) no-repeat;
	}
a.home:active, a.home:hover {
	background:url(../img/menu/home.png);
	}

#contact {
	float:left;
	width:150px;
	height:140px;
	margin: 5px;
	}
.contact {
	display:block;
	width:150px;
	height:140px;
	margin: 5px;
	background:url(../img/menu/contact_wonky.png);
	text-indent:-9999px;
	}
a {
	outline:none;
	}
a.contact:link, a.contact:visited {
	background:url(../img/menu/contact_wonky.png) no-repeat;
	}
a.contact:active, a.contact:hover {
	background:url(../img/menu/contact.png);
	}
#client {
	float:left;
	width:150px;
	height:140px;
	margin: 5px;
	}
.client {
	display:block;
	width:150px;
	height:140px;
	margin: 5px;
	background:url(../img/menu/client_wonky.png);
	text-indent:-9999px;
	}
a {
	outline:none;
	}
a.client:link, a.client:visited {
	background:url(../img/menu/client_wonky.png) no-repeat;
	}
a.client:active, a.client:hover {
	background:url(../img/menu/client.png);
	}
#blog {
	float:left;
	width:150px;
	height:140px;
	margin: 5px;
	}
.blog {
	display:block;
	width:150px;
	height:140px;
	margin: 5px;
	background:url(../img/menu/blog_wonky.png);
	text-indent:-9999px;
	}
a {
	outline:none;
	}
a.blog:link, a.blogt:visited {
	background:url(../img/menu/blog_wonky.png) no-repeat;
	}
a.blog:active, a.blog:hover {
	background:url(../img/menu/blog.png);
	}

/* Universal Containers/etc */
#content {
	width:824px;
	padding:30px 100px 30px 100px;
	}
#text {
	float:left;
	width:300px;
	padding-right:24px;
	min-height:375px;
	}
.text-bg {
	background: url(../img/text-bg.png) repeat;
	padding: 10px; 
	margin-bottom: 5px;
	border: 1px solid #343434;
}	
	
#packages-page-left {
	float:left;
	width:376px;
	padding-right:24px;
	min-height:375px;
	}
#packages-page-right {
	float:right;
	width:376px;
	padding-left: 24px;
	min-height:375px;
	}	
	
#boudoir-page {
	float:left;
	width:500px;
	}

.packages {
	float: left;
	width: 800px;
	min-height: 100px;
	background: url(../img/text-bg.png) repeat;
	border: 1px solid #343434;
	padding: 10px;
	margin-bottom: 7px;
	position:relative;
	}

.packages ul {
	list-style:disc inside;
	}
.packages li {
	text-indent: -1em;
	padding-left: 2em;
	}
	
.packages .images {
	width: 300px;
	margin: 10px;
	float:right;
	}
	

/* Admin Area */
#admin-upload {
	float: left;
	width: 400px;
	margin-bottom: 10px;
	margin-right: 5px;
	min-height: 350px;
	border-right: thin solid #C77CA3;
}
#admin-user {
	float: right;
	width: 400px;
	margin-bottom: 10px;
	margin-left: 15px;
	min-height: 350px;
}
.text-header {
	color: #C77CA3;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
	}

.adminmenu {
	text-align: center;
	margin: 0 auto;
	width: 800px;
	font-size: 14px;
	margin-bottom: 10px;
	}

/* Client Area */
#client-area {
	float: left;
	width: 800px;
	margin-bottom: 10px;
	min-height: 350px;
}
#userlinks {
	position: relative;
	clear: both;
	width: 400px;
	height: 30px;
	}
	
/* Home Page */
#home-header {
	width:1024px;
	padding-top:40px;
	height:200px;
	text-align:center;
	}
#home-page {
	width:1024px;
	height:300px;
	text-align:center;
}	

/* What To Bring */
#what {
	float: left;
	width: 824px;
	min-height: 500px;
	margin-bottom: 7px;
}

/* Blog Part */
#blog-area {
	float: left;
	width: 824px;
	min-height: 500px;
	margin-bottom: 7px;
	border: 3px dashed #FFFFFF;
}

#blog-post {
	margin-bottom: 10px;
	padding: 10px;
}

#blog-container {
	background: url(../img/text-bg.png) repeat;
	margin: 0 auto;
	width: 600px;
	min-height: 500px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#blog-header {
	background-image: url(../img/blog_header_full.png);
	width: 800px;
	height: 213px;
	z-index: 100;
}

#blog-post-title {
	float: left;
	width: 295px;
	clear:both;

}
#blog-post-date {
	float: left;
	width: 295px;
	clear:both;

}


/* Form Buttons and Fields etc */
input.btn {
	border: thin solid #FFFFFF;
	background: #C77CA3;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px;
	font-size: 11px;
	cursor: auto;
	}
input.btnhov { 
	background-color: #4C4C4C;
	border: thin solid #C77CA3;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px;
	font-size: 11px;
}
input.textfield {
	border: thin solid #C77CA3;
	background: #4C4C4C;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px;
	font-size: 11px;
	}
select.select {
	border: thin solid #C77CA3;
	background: #4C4C4C;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px;
	font-size: 11px;
	}
hr.pinkline {
	border: thin solid #C77CA3;
	width: 250px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 3px;
		}
hr.pinkline-extra {
	border: thin solid #C77CA3;
	width: 400px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 3px;
		}
.package-sub {
	color: #C77CA3;
	font-weight: bold;
	font-size: 14px;
	}
hr.pinkline-sub {
	border: 1px inset #C77CA3;
	width: 100px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 3px;
		}
ul.packages {
	padding-left: 20px;
	}
.homepageimg {
	margin: 5px;
	border: 0;
	}
.homepageimg a:active, a:hover {
	}
	
/* Navigation */
ul.homepage-img {
	list-style:none
	}
li.homepage-img {
	float:left;
	display:inline;
	}

li.homepage-img a{
	float:left;
	display:inline;
	}
	
#img-portrait {
	width:250px;
	height:280px;
	margin: 5px;
	}
.img-portrait {
	width:250px;
	height:280px;
	margin: 5px;
	background:url(../img/nav/home/portrait.png);
	}
a {
	outline:none;
	}
a.img-portrait:link, a.img-portrait:visited {
	background:url(../img/nav/home/portrait.png) no-repeat;
	}
a.img-portrait:active, a.img-portrait:hover {
	background:url(../img/nav/home/portrait_hover.png);
	}
	
ul.stuff {
	list-style: disc;
	display: inline-block;
	}	
