/*  
Theme Name:USM Photos
Theme URI: http://www.unionstreetmedia.com
Description: A theme based on the union street site and meant for photo blogging
Version: 1.0
Author: Scott Nelle
Author URI: http://www.unionstreetmedia.com/
*/



.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }

/* Begin Typography & Colors */
.postmetadata {
	
}

blockquote {
	margin: 10px 0;
	border-left: 10px solid #ccc;
	padding: 0 20px 0 10px 
}
/* End Typography & Colors */

/* Begin Comments*/
li.authorcomment {
	background: #eee;
}
.commentlist cite {
	font-style:normal;
	font-weight: bold;
}
/* End Comments */

/* widget sidebar */
#wp-sidebar {

}
#wp-sidebar ul {
	margin-left: 0px;
}
#wp-sidebar ul ul {
	margin-left: 20px;
	margin-bottom: 1em;
}
li.widget {
	list-style: none;
}
li.widget ul {
	list-style: disc;
}
li.widget ul ul {
	list-style: circle;
}



/* phot blog nav (widgets) */
#photoblognav {
	padding-top: 1em;
	border-top: 1px solid #ddd;
	margin-top: 25px;
}

#content li.widget {
	float: left;
	width: 20%;
	padding-left: 3%;
	margin-right: 2%;
}

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
#photoblognav { display: inline-block; }   
#photoblognav:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html #photoblognav { height: 1%; }
#photoblognav { display: block; }

/* photo posts */
#content .photopost {
	margin: 0 auto;
	width: 500px;
	padding: 30px 60px 20px 60px;
	background: #eee;
	border: 1px solid #ddd;
}

#content p.thephoto,
#content p.photocaption {
	margin: 0;
	padding: 0;
}

#content p.photocaption {
	font-size: 10px;
	padding-left: 5px
}

#content p.photodescription {
	width: 600px;
	margin: 1em auto;
}

/* other post styles */
.postmetadata {
	padding-top: 1em;
	border-top: 1px solid #ddd;
	margin-top: 1em;
}


.post {
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
}

#content .post h1 {
	clear: left;
	width: 600px;
	margin: 1em auto 0 auto;
	padding: 0;
}

#content p.commentlink {
	width: 600px;
	margin: 0 auto 1em auto;
	padding: 0;
	font-size: 92%;
}

/* structure overrides */
#content {
	padding:20px 65px 20px 65px;
}
