/*   
Theme Name: nilestyle.com
Theme URI: http://www.nilestyle.com
Description: custom theme for nilestyle.com
Author: Nile Sprague
Author URI: http://www.nilestyle.com
Version: 1.0
.
.
*/

.welcome {
	border: 0px solid #999999; background: #eeeeee; padding: 15px; margin: 25px auto; width: 600px;
	margin-top: 35px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	-moz-box-shadow: 5px 5px 5px #666;
	-webkit-box-shadow: 5px 5px 5px #666;
}

.post_tag, .post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.photoblog .post_tag {
	text-align: left;
	font-weight: bold;
	margin: 12px 0;
	border: 0;
	padding: 0;
}

.photoblog {
	font-family: Palatino, 'Times New Roman', Times, serif;
	width: 320px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-right: 25px;
	margin-left: 16px;
	text-align: center;

}

.photoblog img, .photoblog img:link {
	border: 0;
}

.photoblog a:link {
	/* font-family: arial, helvetica, geneva, verdana, sans-serif; */
	font-size: 135%;
}

.photoblog h2 {
	font-family: arial, helvetica, geneva, verdana, sans-serif;
}

#wraptable {
	position: relative;
}

#contentwrap {
	position: relative;
	position: relative;
	min-width: 900px;
}

#navigation {
	position: absolute;
	left: 15px;
	top: -5px;
	height: 17px;
	font-family: Century Gothic, Apple Gothic, Arial, Helvetica, Geneva, sans-serif;
}


#navigation ul {
	margin: 0px;
	margin-left: 9px;
	padding: 0px;
	}

#navigation li {
	display: inline;
	float: left;
	padding-bottom: 1px;
	padding-top: 12px;
	font-weight: bold;
	padding-right: 15px;
}

#navigation a {
	color: #03c;
	text-decoration: none;
}

#navigation a:hover {
	color: yellow;
	text-decoration: none;
}

#navigation li.current_page_item a, #footer li.current_page_item a {
	color: black;
	text-decoration: none;
}

/* Begin Images from Default theme */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}
/* End Images */


/* Captions from Default theme */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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;
}
/* End captions */

#titlerow {
	text-align: center;
	padding-top: 45px;
}

#blogIndex {
	position: absolute; 
	width: 200px; 
	right: 10px;
  opacity: 0.8;
}

#blogindex ul {
	color: #39f;
  margin:0;
  padding:0;
  list-style-type: square;

}