/* @override http://divinepartycreations.com/wp-content/themes/divineparty/style.css */


/*
Theme Name: Divine Party Creations
Theme URI: http://studiocreek.com/
Description: Custom theme for Divine Party Creations by Alex Badasci - Studio Creek.
Version: 1.0
Author: Alex Badasci
Author URI: http://studiocreek.com/
Tags: custom header, fixed width, two columns

*/

* {
	padding: 0px;
	margin: 0px;	
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(http://divinepartycreations.com/wp-content/themes/divineparty/images/body-background.png) repeat-x top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555;
}

#container { 
	width: 940px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	position: relative;
	height: 200px;
} 

#logo h1 a {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 305px;
	height: 169px;
	background: url(http://divinepartycreations.com/wp-content/themes/divineparty/images/logo.png) no-repeat top center;
}

#logo h1 a span, #logo p {
	display: none;
}

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a, h5 a  {
	color: #007273;
	text-decoration: none;
}

#navigation {
	position: absolute;
	top: 104px;
	right: 0px;
	width: 622px;
	height: 58px;
	background: url(http://divinepartycreations.com/wp-content/themes/divineparty/images/navigation-background.png) no-repeat top center;
	overflow: hidden;
}

#navigation ul {
	margin: 20px 0 0 20px;
}

#navigation ul li {
	display: inline;
	padding: 0px 14px 0 14px;
	font-size: 16px;
	font-weight: 900;
	font-family: sans-serif;
}

#navigation ul li a {
	color: white;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #ffef69;
	text-decoration: underline;
}

#content-wrap {
	display: relative;
	padding: 0;
	background: url(http://divinepartycreations.com/wp-content/themes/divineparty/images/content-background.png) repeat-x top center;
	min-height: 380px;
}

#sidebar {
	float: left;
	width: 230px;
	min-height: 380px;
	background: url(http://divinepartycreations.com/wp-content/themes/divineparty/images/sidebar-background.png) no-repeat top center;
	padding: 0px;
	margin: 15px 0 15px 0;
	color: #007273;
}

#sidebar h3 {
	padding: 10px 0 10px 30px;
	font-size: 16px;
}

#sidebar ul {
	padding: 0 20px 0 40px;
}

#sidebar ul li {
	font-size: 11px;
	line-height: 1.4em;
}

#content {
	position: relative;
	margin: 0 0 0 230px;
	padding: 0px;
	width: 710px;
	min-height: 420px;
} 

.post {
	padding: 30px 0 0 30px;
}

#content h2 {
	font-size: 24px ;
	padding: 0 0 .5em;
}

#content p {
	padding: 0 0 1em;
	line-height: 1.5em;
}

#content small, p.postmetadata {
	display: none;
}

.entry {
	float: left;
}

.Home #content {
	background: url(http://divinepartycreations.com/wp-content/themes/divineparty/images/promo-home.jpg) repeat-x bottom center;
}

.Home h2, .Home small, .Home p.postmetadata {
	display: none;
}

#box {
	position: absolute;
	top: 75px;
	right: 0px;
	width: 310px;
	height: 290px;
}

#box h1 {
	padding: 0 0 10px 0;	
	font-size: 38px;
	color: #007273;
}

#box p {
	padding: 0 0 20px 0;
	font-size: 14px;
	color: #007273;
	line-height: 1.7em;
}

#promo {

	height: 260px;
	width: 940px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}

#promo span {
	display: none;
}

#promo-1 a {
	display: none;
	float: left;
	width: 300px;
	height: 160px;
	background: url(http://divinepartycreations.com/wp-content/themes/divineparty/images/promo-1.png) no-repeat top center;
	margin: 50px 15px 15px 0;
}

#promo-2 a {
	display: none;
	float: left;
	width: 300px;
	height: 160px;
	background: url(http://divinepartycreations.com/wp-content/themes/divineparty/images/promo-2.png) no-repeat top center;
	margin: 50px 15px 15px 0;
}

#promo-3 a {
	display: none;
	float: left;
	width: 300px;
	height: 160px;
	background: url(http://divinepartycreations.com/wp-content/themes/divineparty/images/promo-3.png) no-repeat top center;
	margin: 50px 0 15px 0;
}



#alert p {
	position: absolute;
	top: 35px;
	left: 350px;
	width: 550px;
	text-align: center;
	font-size: 14px;
	color: white;
	line-height: 1.5em;
	font-style: italic;
}

#alert p a {
	color: white;
	text-decoration: none;
}

#footer {
	position: relative;
	height: 380px;
	background: url(http://divinepartycreations.com/wp-content/themes/divineparty/images/footer-background.png) repeat-x top center;
} 
#footer p {
	text-align: center;
}

#footer-nav, #details, #copyright {
	text-align: center;
	font-size: 12px;
	color: #e1fdfe;
}

#footer-nav ul {
	padding: 20px 0 0 20px;
}

#footer-nav ul li {
	display: inline;
	padding: 0px 14px 0 14px;
	font-size: 16px;
	font-weight: 900;
	font-family: sans-serif;
}

#footer-nav ul li a, #footer p a {
	color: white;
	text-decoration: none;
}

#footer-nav ul li a:hover {
	color: #ffef69;
	text-decoration: underline;
}

#details ul {
	padding: 15px 0 15px 0;
}

#details ul li {
	display: inline;
	padding: 0px 24px 10px 24px;
	background: url('http://divinepartycreations.com/wp-content/themes/divineparty/images/footer-star.png') no-repeat top left;
}

#details ul li a {
	color: white;
	text-decoration: none;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
