/*
* Application CSS
*/
@import "application.css";

#top-section {
	padding: 0 0 10px 0;
}
#bottom-section {
	padding: 10px 0;
	margin: 10px 0;
	clear: left;
}
#left-section {
	width: 45%;
}
#left-section div.text p, #left-section div.text, #quiz p, #quiz ul {
	color: #666665;
}
#left-section div.more {
	margin-top: 10px;
}
#right-section {
	width: 50%;
	float: right;
}
#issueImage {
	float: left;
	width: 45%;
	margin-bottom: 10px;
}
#editorBlog {
	margin-top: 20px;
}
#editorBlog h2 {
	margin-bottom: -4px;
}
#editorBlog div.blogContent {
	margin-top: 10px;
}
#editorBlog div.blogContent p {
	margin: 0px;
	color: #666;
}
#issueDesc, #editorBlog{
	margin-left: 50%;
}
#issueDesc p.excerpt {
	color: #666665;
	margin-bottom: 0px;
}
#issueDesc h2 {
	margin: -4px auto 6px auto;
}
#issueDesc div.more {
	margin-top: 4px;
}
#quiz {
	margin-top: 10px;
}
#quiz ul {
	margin-bottom: 5px;
	list-style: none;
}
#quiz label,#quiz a {

}
#quiz p {
	margin-bottom: 5px;
}

#captionHeader {

}

#welcome {
	margin: 10px 0;
}

.bImage {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #eee;
	padding: 5px;
}	