/*
Theme Name: Gallery Pro
Theme URI: http://www.chris-wallace.com
Description: The ultimate Gallery-style WordPress theme.
Author: Chris Wallace
Author URI: http://chris-wallace.com
Version: 1.3
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------[ Sitemap Elements ]------------------- */

#smcontent {
	position:relative;
	width: 940px;
	display:block;
	overflow:hidden;
}
#lft {
	position:relative; 
	float:left; 
	width:175px; 
	display:block;
}
#rt {
	position:relative; 
	float:left; 
	width:725px; 
	display:block;
	margin-left:35px;
}
#smcontent .smpost {
	display:block;
	margin-bottom:15px;
}
#smcontent .smentry {
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom:15px;
	padding:0 0 5px;
	border-bottom:1px solid #303030;
}

.postleft {
	position:relative;
	float:left;
	display:block;
}
.postright {
	float:right;
	width:545px;
}
.smtitle {
	padding:5px 0;
	border-bottom:1px solid #303030; 
	margin:0 0 10px;
	color:#fff;
}
