/* CSS Document */
/* ------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: "Futura Book", "Futura", Helvetica, Arial, sans-serif;;
	font-size: 13px;
	background: url(http://www.thepinkcupcake.net/images/bg.jpg) top center repeat-x #fff;
}

p {
	margin: 10px 0 0 0;
	color: #8d5436;
	line-height: 1.4em;
}

h1 {
	margin: 18px 0 0 0;
	font-size: 18px;
	color: #f0278f;
}

h2 {
	margin: 16px 0 0 0;
	font-size: 1.5em;
	color: #564727;
}

h3 {
	margin: 10px 0 0 0;
	color: #ec6daf;
	font-weight: normal;
	line-height: 1.4em;
}

h4 {
	margin: 10px 0 15px 0;
	color: #f0278f;
}

strong {
	color: #f0278f;
	font-weight: bold;
}

ul {
	margin-left: 1em;
	padding-left: 0;
	color: #888;
	list-style: square;
	font-weight: bold;
}


li {
	color: #9d9d9d;
	font-weight: normal;
	line-height: 1.3em;
}


label {
	display: block;
	color: #555;
	line-height: 1.3em;
}

img {
	outline: 0;
	border: 0;
}


/* HYPERLINKS */

/* ------------------------------------- */

a {
	color: #f790c5;
	text-decoration: underline;
	outline: 0;
}

a:hover {
	color: #b0704f;
	text-decoration: none;	
}

/* IDS */
/* ------------------------------------- */

#container {
	position: relative;
	left: 50%;
	margin: 24px 0 0 -372px;
	padding: 0;
	width: 744px;
	height: auto;
	background: url(http://www.thepinkcupcake.net/images/content.gif) no-repeat;
}

#header {
	margin: 0 10px 0 10px;
	padding: 40px 30px 10px 50px;
	border-bottom: 20px solid #8d5436;
}

#logo {
	float: left;
	width: 256px;
	height: 75px;
}

#navigation {
	float: right;
	margin: 36px 0 0 0;
	width: 360px;
	height: auto;
}

#content {
	margin: 0 10px 0 10px;
	padding: 20px 60px 20px 30px;
	min-height: 450px;
	height:auto !important;
	height: 450px;
	border-top: 20px solid #ffe8e8;
	border-bottom: 20px solid #ffe8e8;
}

#inner_images {
	float: left;
	margin: 10px 0 0 0;
	width: 190px;
}

#inner_content {
	float: right;
	width: 420px;
}

#brown {
	margin: 0 10px 0 10px;
	border-top: 20px solid #8d5436;
}

#footer {
	padding: 8px 0 0 0;
	height: 55px;
	background: url(http://www.thepinkcupcake.net/images/bottom.gif) no-repeat;
}

/* CLASSES */
/* ------------------------------------- */

.clear {
	clear: both;
}

.left {
	margin: 0 15px 0 0;
	float: left;
}

.right {
	margin: 0 0 0 15px;
	float: right;
}


/* NAVIGATION */
/* ------------------------------------- */

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

#navigation li {
	display: inline;
	border-left: 0;
}

#navigation a {
	margin: 0 6px 0 6px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 1.1em;
	color: #f0278f;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}

#navigation a:hover {
	color: #e5bad0;
}

#navigation .current {
	color: #8d5436;
}

#inner_images ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#inner_images li {
	text-align: left;
	margin-bottom: 1em;
}

#inner_images a {
	text-decoration: none;
}

/* MISC STYLES */
/* ------------------------------------- */

#footer p {
	color: #f0278f;
	text-align: center;
}

.entry-title a {
	margin: 10px 0 0 0;
	color: #f0278f;
	font-size: 24px;
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration: underline;
}

.entry-content {
	margin-bottom: 40px
}


/* ATTRIBUTION */
/* ------------------------------------- */

#flash {
	background: #fff;
}

#flash #container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -320px 0 0 -223px;
	width: 428px;
	height: 641px;
	background: none;
}

#jlb {
	position: relative;
	left: 50%;
	margin: 10px 0 0 300px;
	width: 65px;
	height: 22px;
	background: url(http://www.thepinkcupcake.net/images/jlb-over.gif);
}

#jlb a, #jlb img {
	border: 0;
}

#jlb a {
	display: block;
	width: 65px;
	height: 22px;
	background: url(http://www.thepinkcupcake.net/images/jlb.gif);
}

#jlb a:hover {
	background: none;
}

#jlb2 {
	position: relative;
	left: 50%;
	margin: 10px 0 0 100px;
	width: 300px;
}