/*
THEME NAME: SpringBreakPho
THEME URI: http://www.springbreakpho.com
DESCRIPTION: A design by devoted pho (and spring break!) fans. Built from the WP Sandbox theme.
VERSION: 1.0
AUTHOR: Estella Tse
AUTHOR URI: http://craisin.com/
*/

/******************* GENERAL *******************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0 0 0 120px;
	margin: 0;
	background-image: url(images/bg.png);
}

div#wrapper {
	width: 850px;
	text-align: left;
	padding: 0;
	margin-left: -2px;
}


/******************* HEADER *******************/
#header {
	height: 150px;
	padding-left: 250px;
	z-index: 1;
	padding-top: 0px;
} 
#noodle_topleft {
	min-height: 287px;
	width: 146px;
	margin-top: 0px;
	margin-left: -348px;
	float: left;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/noodles_topleft2.png);
	background-repeat: no-repeat;
}
#logo {
	height: 182px;
	width: 240px;
	margin-top: 25px;
	margin-left: -275px;
	z-index: 1;
	float: left;
	position: absolute;
}
#banner {
	margin-top: 38px;
	margin-left: 50px;
}
#nav_bar {
	background-color: #9bc7f3;
	width: 850px;
	height: 15px;
	z-index: 0;
	border: 1px solid #EFF7FF;
	background-repeat: no-repeat;
	background-position: 180px 0px;
	background-image: url(images/navbar_bg_gradient.png);
}

/******************* SIDEBAR *******************/

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:right;
	width:200px;
	background-color: #ebf5fe;
	font-size: 0.9em;
	color: #444444;
	padding: 0px 15px 15px 15px;
	margin-top: 0px;
}

.sidebar #navigation {
	background-image: url(images/sidebar_navigation.png);
	background-repeat: no-repeat;
	height: 62px;
	width: 285px;
	margin-left: -15px;
	margin-top: 0px;
	margin-bottom: -10px;
}
.sidebar #friends {
	background-image: url(images/sidebar_pho-friends3b.png);
	background-repeat: no-repeat;
	height: 62px;
	width: 285px;
	margin-left: -15px;
	margin-top: 0px;
	margin-bottom: -10px;
}
.sidebar #recipes {
	background-image: url(images/sidebar_pho-recipes.png);
	background-repeat: no-repeat;
	height: 62px;
	width: 285px;
	margin-left: -15px;
	margin-top: 30px;
	margin-bottom: -10px;
}
.sidebar #contact {
	background-image: url(images/sidebar_pho-contact.png);
	background-repeat: no-repeat;
	height: 62px;
	width: 285px;
	margin-left: -15px;
	margin-top: 30px;
	margin-bottom: -10px;
}

.linkroll li {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-left: -25px;
	color: #EFC359;
}
.linkroll li a:link, .linkroll li a:visited {
	color: #444;
	text-decoration: none;
}
.linkroll li a:hover, .linkroll li a:active {
	color: #DCA629;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DCA629;
}
#email {
	font-size: 0.9em;
}

div#secondary {
clear:right;
}

/******************* MAIN CONTAINER *******************/
div#content {
	background-color: #FFF;
	margin: 0;
	z-index: 2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #444444;
	width: 558px;
	min-height: 440px;
	border: 1px solid #ccc;
	border-top: 0px none;
	padding: 15px 30px 15px 30px;
}
.post {
	margin-bottom: 50px;
}

/* - - - comments - - - */
form#commentform .form-label {
margin:1em 0 0;
}
form#commentform span.required {
background:#fff;
color:#c30;
}
form#commentform,form#commentform p {
padding:0;
}
input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}
div.comments ol li {
margin:0 0 3.5em;
}
textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

/* - - - post nav - - - */

/*div#nav-above {
margin-bottom:1em;
}*/
div#nav-below {
margin-top:1em;
}
div#nav-images {
height:150px;
margin:1em 0;
}
div.post-nav {
height:1.25em;
}
div.post-nav div.nav-next {
float:right;
text-align:right;
}


/******************* FOOTER *******************/

#footer {
	background-attachment: scroll;
	background-image: url(images/footer_bowl4.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: -89px;
	padding: 0 10px 0 20px;
	width: 885px;
	min-height: 468px;
	margin-top: -280px;
	position: absolute;
	z-index: -100;
} 
#footer p {
	margin-top: 300px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #9BC7F3;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
}
#footer span a:link, #footer span a:visited {
	color: #ccc;
	text-decoration: none;
}
#footer span a:hover, #footer span a:active {
	color: #9BC7F3;
	text-decoration: none;
}
#up {
	height: 54px;
	width: 50px;
	margin-top: -80px;
	margin-left: 760px;
}



/******************* TEXT STYLES *******************/

#content p {
	margin-top: 0px;
	line-height: 25px;
}
#content h2 {
	font-size: 1.5em;
	color: #dca629;
	margin-bottom: 8px;
	padding-bottom: 0px;
	margin-top: 25px;
}
#content h3 {
	font-size: 1.2em;
}
#content ul li {
	margin-bottom: 10px;
	line-height: 23px;
}
#content a:link,#content a:visited {
	text-decoration: none;
	color: #DCA629;
}
#content a:hover,#content a:active {
	text-decoration: none;
	color: #6FA7DF;
	border-bottom: 1px dashed;
}
#content blockquote {
	border-left: 2px solid #C2D9EF;
	margin: 0 0 1em 1em;
	padding-left: 1em;
	font-size: 0.8em;
	font-style: italic;
}
#content blockquote p {
	line-height: 19px;
}
.entry-date {
	font-size: 0.8em;
	color: #999;
	margin-bottom: 15px;
}
.entry-meta {
	font-size: 0.8em;
	color: #999;
	text-align: right;
}

.published {
	border-bottom: 0 none;
}

/******************* IMAGE STYLES *******************/
.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

#content img {
	padding: 2px;
	border: 1px solid #999;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
font-size: 0.75em;
color: #4179AF;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}



div#menu ul li,div.gallery dl,div.post-nav div.nav-previous {
float:left;
}

/* div#header,div#footer {
text-align:center;
} */

input#author,input#email,input#url,div.post-nav div {
width:50%;
}

div.gallery {
margin:0;
padding:0;
}


/******************* FONT STYLES *******************/

.blue-bold {
	color: #4179AF;
	font-weight: bold;
}
