/** default margin */
p, .entry ol, .entry ul, .alignleft, .alignright, .aligncenter {
	margin-bottom: 15px;
}

/** typograpy */
blockquote  { 
	margin-left: 20px;
	padding-left: 10px;
	border-left: 5px solid #eee;
}

blockquote p  { 
	font-style: italic; 
}

.entry li {
	background: url(../images/bullet.png) left 50% no-repeat;
	padding-left: 15px;
}

.alignleft, .alignright {
	float: left; 
	height: auto; 
	margin: 5px 15px 5px 0; 
}

.alignright  { 
	float: right; 
	margin: 5px 0 5px 15px; 
}

.aligncenter  { 
	text-align: center;
}

img.aligncenter  { 
	display: block;
	margin-left: auto; 
	margin-right: auto; 
}

.wp-caption { 
	padding: 1px; 
	text-align: center; 
}

.wp-caption img{ 
	padding: 4px 0; 
}

.wp-caption-text { 
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5em;
}

strong {
	font-weight: bold;
}

.entry em {
	font-style: italic;
}

.upper {
	text-transform: uppercase;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
}

.hidden {
	display: none;
}

.right {
	float: right;
}

.left {
	float: left;
}