/*
Theme Name: Imagery International
Description: Custom theme for Imagery International.
Author: Jenn de la Fuente
Author URI: http://jrosebud.com/designs
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #492b67 url(images/background.jpg) repeat-y top center;
	font-family: Verdana, Geneva, sans-serif;
	color: #2f0d52;
	font-size: 14px;
}

p {
	padding-bottom: 14px;
}

h1 {
	font-size: 200%;
	padding-bottom: 12px;
}

h2 {
	font-size: 175%;
	padding-bottom: 12px;
}

h3 {
	font-size: 150%;
	padding-bottom: 12px;
}

h4 {
	font-size: 125%;
	padding-bottom: 12px;
}

h5 {
	font-size: 90%;
	padding-bottom: 12px;
}

h6 {
	font-size: 80%;
	padding-bottom: 12px;
}

small {
	font-size: 75%;
	padding-bottom: 12px;
}

a {
	color: #418893;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #418893;
}

img {
	border: none;
	outline: none;
}

li {
	margin-left: 20px;
}

hr {
	margin: 10px 0;
}

/* structure and whatnot */

#container {
	width: 900px;
	background-color: #f6fdff;
	margin: 0 auto;
}

#header {
	border-bottom: 2px #2f0d52 solid;
}

#photostrip {
	width: 75px;
	float: left;
	background: url(images/strip.jpg);
	min-height: 1000px;
}

#rightcolumn {
	width: 790px;
	padding: 15px;
	float: right;
	background-color: #f6fdff;
}

#footer {
	text-align: center;
	padding: 10px;
	margin-top: 15px;
	border-top: 2px #2f0d52 solid;
}

#infobox {
	border: 2px #2f0d52 solid;
	background-color: #418893;
	color: #f6fdff;
	padding: 10px;
	float: right;
	margin: 0 0 15px 15px;
	width: 160px;
	text-align: center;
}

#infobox h4 {
	color: #f6fdff;
}

#infobox a {
	color: #2f0d52;
}

#infobox a:hover {
	color: #2f0d52;
}

#blog {
	width: 580px;
	float: left;
}

#sidebar {
	width: 175px;
	float: right;
	padding-left: 15px;
	border-left: 2px #2f0d52 solid;
}

#sidebar ul li {
	list-style: none;
	padding-bottom: 15px;
	margin-left: 0;
}

#sidebar ul li ul li {
	list-style: none;
	padding-bottom: 0;
	margin-left: 0;
}

#sidebar h4 {
	padding-bottom: 0;
}

.entry {
	padding: 12px 0;
}

.postmetadata {
	padding: 14px 0;
}

.children {
	margin-left: 15px;
}

/* captions and photos */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 15px;
   margin-bottom: 10px;
}

.alignright {
   float: right;
   margin-left: 15px;
   margin-bottom: 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* navigation */

#navigation, #navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 100%;
	height: 35px;
	background-color: #418893;
}

#navigation a {
	display: block;
	color: #f6fdff;
	background-color: #418893;
	padding: 10px 17px;
	text-decoration: none;
}

#navigation a:hover {
	display: block;
	color: #f6fdff;
	background-color: #2f0d52;
	padding: 10px 17px;
	text-decoration: none;
}

#navigation li { /* all list items */
	float: left;
	margin-left: 0;
}

#navigation li ul { /* second-level lists */
	position: absolute;
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navigation li ul a {
	width: 10em;
}

#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 100;
}
