/*  
Theme Name: iFotoGuide
Theme URI: http://www.ifotoguide.com
Description: a simple, grid-based WordPress theme framework by <a href="http://arcanepalette.com">Arcane Palette</a> that utilizes <a href="http://www.blueprintcss.org/">BlueprintCSS</a> customized for <a href="http://www.ifotoguide.com">iFotoGuide</a>
Version: 1.0 - January 2010
Author: Arcane Palette Creative Design
Author URI: http://www.arcanepalette.com
*/

/* Main */
body {
	background: #222222;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, Verdana, sans-serif;
	color: #d1d1d1;
}
.container {
}

a:link, a:visited {color: #ed5e40; text-decoration: none;}
a:active, a:hover {color: #d1d1d1; text-decoration:none;}
.footer a:link, .footer a:visited {color: #d1d1d1; text-decoration:underline;}
.footer a:active, .footer a:hover {color: #ed5e40; text-decoration: none;}


h1, h2, h3, h4 {margin: auto;}
h2, h3 {color: #ed5e40;}
h4 {color: #d1d1d1;}
h3, h4 {text-transform:uppercase;}
h3, h4 {font-size: 19px;}
h2 {font-size: 26px;}


.spacer-10 {
	clear:both;
	height: 10px;
}

.threecolumn {
	width: 32%;
	float: left;
	margin-right: 10px;
}

/* this stuff is borrowed from Kubrik, the WordPress default theme and handles 
   WP-specific stuff. */
   
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	padding: 3px 0 4px 0!important;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #000000;
	text-align: center;
	background-color: #222222;
	padding-top: 4px;
	margin: 10px;
	-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;
}

/* Header */
.header {
}
.siteinfo {
	position: absolute;
	float: left;
	height: 0px;
	left: -999em;
}
h2.tagline {
	width: 930px;
	text-align:right;
	margin-top: -10px;
	padding-right: 20px !important;
}
.headerimg {margin-left: -7px; margin-top: 10px;}
.navlinks {
	float: left;
	width: 133px;
}
.navbar {
	width: 950px;
	margin: 15px 0 10px 7px !important;
}
.navbar ul {
	list-style-type: none;
	margin: auto !important;
}
.navbar li {
	float: left;
	text-align: center !important;
	border-left: 1px solid #bbbbbb;
	height: 30px;
	padding-top: 7px;
}
.navbar li.first {border-left: none !important;}
.navbar li a:link, .navbar a:visited {}
.navbar li a:hover, .navbar a:active {position:relative; z-index:999;}
.navbar li .first {margin-left: 0px !important;}
.navbar li li {
	display: inline;
	margin: 0;
	clear: left;
	position: relative;
	z-index: 999;
}
.navbar li ul {
	position: absolute;
	left: -999em;
	width: 12em;
}
.navbar li:hover ul {
	left: auto;
}
.navbar li:hover ul, #nav li.sfhover ul {
	left: auto;
}	

/* Content */
.content-wrapper {
	background:url(images/content-middle.jpg) repeat-y;
	width: 964px;
	margin-left: -7px;
}
.span-6 {
	margin-left: 15px;
	margin-right: 15px;
	width: 215px;
	text-align:justify;
}
.content-top {
	background:url(images/content-top.jpg) no-repeat;
	width: 964px;
	height: 12px;
	margin-left: -7px;
}
.content-bottom {
	background:url(images/content-bottom.jpg) no-repeat;
	width: 964px;
	height: 12px;
	margin-left: -7px;
}
.content {
	margin-left: 15px;
	width: 700px;
	float: left;
}
.the_date {
	text-transform: uppercase;
	font-size: 1.2em;
}
.the_title {
	font-size: 2em;
}
.notfound {
	margin-left: 20px;
}
.appstore {font-size: 1.2em; margin-top: 80px;}
.getit {font-weight:bold; margin-left: -7px;}
.post {
	padding: 0 10px;
	margin-bottom: 10px;
}

.the_date h3 {margin-bottom: 0 !important; margin-top: 10px;}
.postmetadata {padding: 0 0 5px 0;}
.navigation {
	margin: 10px auto;
}
.linktous img{margin-bottom: -3px;}
.linktous a {text-decoration: none !important;}

/* Sidebar */

.sidebar {
	height:auto;
	margin: auto;
}
.sidebar h4 {text-align: center; margin:auto;}
ul.sidebar, .sidebar ul, .threecolumn ul  {
	list-style-type: none;
	margin: 0px !important;
}
.the_left, .the_right {
	padding-bottom: 20px;
}
.the_right {
	float: right !important;
}

/* Footer */

.footer {
	margin: 15px auto;
	text-align: center;
}