/*  
Theme Name: Modern Photography
Theme URI: 
Description: A Custom WordPress Theme
Version: 1.0
Author: BellePhotos.com
Author URI: http://www.bellephotos.com
*/

/* general layout */
body {
	margin: 0;
	padding: 0;
	background: #fff;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	padding: 44px 0 0 0;
}


/* photos  */
.photo { 
	width: 770px;
	overflow: hidden;
}

#photoleft {
	float: left;
}

#photoright {
	float: right;
}

.clear {
	clear: both;
}

/* the title */

#title {
	float: left;
	margin: 20px 0 0 0;
	
}

#title a {
	display: block;
	height: 27px;
	width: 337px;
	background: url(images/title.png);
	text-decoration: none;
}


#title a:hover {
	background: url(images/title_hover.png);
}

/* prev/next arrows */
#navigation {
	float: right;
	height: 13px;
	margin: 24px 0 0 0;
}


#navigation a {
	display: block;
	float: left;
	width: 27px;
	height: 13px;
	padding:0;
	margin: 0;
	overflow: hidden;
	text-decoration: none;
}

#navigation .left a {
	background: url(images/arrow_left.png);
	margin-right: 30px;
}

#navigation .left a:hover {
	background: url(images/arrow_left_hover.png);
}

#navigation .right a {
	background: url(images/arrow_right.png);
}

#navigation .right a:hover {
	background: url(images/arrow_right_hover.png);
}

/* categories */

#cats {
	font-size: 14px;
	font-family: geneva, sans-serif;
	color: #535353;
	padding: 10px 0 0 0;
}

#cats ul, #cats li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#cats a {
	color: #535353;
	text-decoration: none;
}

#cats a:hover {
	color: #ccc;
}

#cats  a.current-cat {
	color: #7685af;
}
