/* @override http://localhost:8888/console/wp-content/themes/quill/style.css */

/*

Theme Name: Quill
Description: A wordpress theme to match the look and feel of the QuintusQuill site.
Author: Steve Harrison (a.k.a "Quintus Quill")
Author URI: http://quintusquill.com/

*/

/* @group Base Styles */

html {
	background-color: #fff;
}

body {
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	color: #2460d4;
}

a:hover {
	color: #4f7fd2;
}

a:active {
	color: #153da8;
}

/* @end */

/* @group Content & Header */

#content {
	width: 525px; /* Same width as .entry */
	margin: 40px auto auto;
}

#logo {
	margin: auto;
	display: block;
}

#infoBox {
	text-align: justify;
	
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 15px;
	
	background-color: #fcf9de;
	border: 1px solid #cacaca;
	color: #725500;
}

.backToIndex {
	display: block;
	margin-bottom: 20px;
}

/* @end */

/* @group Entry Formatting */

/* Styling for Main Entry Elements */

.entry {
	width: 525px;

	margin-top: 10px;
	margin-bottom: 50px;
	
	word-wrap: break-word;
}

.entryTitle {
	color: #3f3f3f;
	font: 22px "Helvetica Neue";
	margin: 0;
}

.entryTitle a {
	color: #555;
	text-decoration: none;	
}

.entryTitle a:hover {
	color: #777;
}

.entryDate {
	font-size: 11px;
	color: #8c8c8c;
	margin-top: 6px;
}

.entryBody {
	margin-top: 15px;
	color: #3f3f3f;
	font: 14px Georgia;
/*	font: 12px "Lucida Grande";*/
	text-align: justify;
}

/* Entry Formatting for Index Pages */

.entryContainer {
	margin-left: 25px;
}

.readMore a {
	color: #7f7f7f;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

/* @group Entry Elements */

/* Styling for elements within an entry */

.entryBody h1,
.entryBody h2,
.entryBody h3 {
	color: #3f3f3f;
	font-family: "Helvetica Neue";
	font-weight: normal;
	margin-top: 22px;
}

.entryBody h1 {
	font-size: 22px;
}

.entryBody h2 {
	font-size: 20px;
}

.entryBody h3 {
	font-size: 16px;
	font-weight: bold;
}

.menuNavigation {
	font-weight: bold;
}

.entry p, li {
	line-height: 22px;
}

.entry li {
	margin-bottom: 8px;
	margin-top: 8px;
}

.entry p {
	margin-top: 15px;
	margin-bottom: 15px;
}

.entry img {
	max-width: 100%;

	display: block;
	margin: 20px auto;

	border: 1px solid #a4a4a4;
}

.entry img.noBorder {
	border: none;
}

.entry blockquote {
	margin-left: 10px;
	border-left: 2px solid #bfbfbf;
	padding-left: 20px;
}

.entry blockquote p {
	color: #999;
}

.entry pre, samp {
	display: block;
	background-color: #fcfcfc;

	font: 11px Monaco;

	overflow: auto;
	word-wrap: normal;

	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #d8d8d8;
}

/* If I ever need text in a <pre> element to wrap */

.entry pre.wrap {
	word-wrap: break-word;
}

.entry code {
	font: 11px Monaco;
	color: #7f7f7f;	
}

/* List elements in an entry */

.entry ol li {
	list-style-type: decimal;
	padding-top: 10px;
	padding-bottom: 10px;
}

.entry ul li {
	list-style-type: disc;
}

/*	Styling for all list items in a news entry
	that descend from a <ul> element
	which is of class "links".
	
	Has different icons for Apple (http://www.apple.com) and ADC (http://developer.apple.com) */
	
.entry ul.links li {
	/* We don't want a black bullet as well as our bullet image */
	list-style-type: none;
	
	background: url(/resources/images/icons/link.png) no-repeat;
	text-indent: 25px;
	line-height: 18px;
}

.entry ul.links li.apple {
	background: url(/resources/images/icons/appleLinkIcon.png) no-repeat;
}

.entry ul.links li.adc {
	background: url(/resources/images/icons/adcLinkIcon.png) no-repeat;
}

/* @end group "Entry Elements" */

/* Styling for the "entry metadata" (which category it was posted on, its tags etc.) */

.entryMetadata {
	margin-top: 30px;
	margin-bottom: 30px;
}

.entryMetadata a {
	text-decoration: none;
}

.entryMetadata p {
	color: #999;
	font-size: 10px;
	text-align: center;

	margin-top: 5px;
	margin-bottom: 5px;
}

.entryMetadataSingle {
	width: 500px;

	color: #3f3f3f;
	font-size: 11px;
	text-align: justify;

	margin-top: 20px;
	padding: 14px;

	background-color: #fbfbfb;
	border: 1px solid #bfbfbf;
}

.entryMetadataSingle p {
	margin-top: 0;
}

.entryMetadataSingle h4 {
	margin-bottom: 8px;
}

.entryMetadataSingle ul {
	margin: 0;
	padding: 0;

	float: right;
	position: relative;
	bottom: 23px;
	right: 155px;
}

.entryMetadataSingle li {
	display: inline;
	padding-right: 15px;
}

/* @end group Entry Formatting */

/* @group Footer */

#footer {
	font-size: 10px;
	color: #919191;
	text-align: center;
	padding-bottom: 20px;
}

#footer p {
	margin-top: 8px;
	margin-bottom: 8px;
}

#footer #copyright {
	margin-bottom: 20px;
}

/* @end */


