/* This is only here to make the template engine happy */

/* ---------------------------------------------------------
	START: Overridden styles from default.css
--------------------------------------------------------- */
h2 {
	margin-bottom: 15px;
	padding-left: 25px;
	background: url(images/contentHeaderBullet.jpg) no-repeat left top;
	font-size: 18px;
	color: #0450AE;
}

#sidebar h2{
	padding-left: 0px;
	background: none;
}

#sidebar {
	width: 210px;
	padding: 0 0 10px 10px;
}

#sidebar ul {
	padding-left: 0;
}

#sidebar li {
	padding-left: 0;
	background: none;
	list-style: none;
}

/* Right Sidenav HR */
#right-sidebar {
	float: right;
	width: 230px;
	padding: 0;
}

#right-sidebar .hr1 b {
	background:none;
}
#right-sidebar .hr1 b b {
	background: url(images/hRule_right.jpg) no-repeat center right;
}


/* Right Content HR */
#content-rightNav .hr1 b b {
	background: none;
}

/** PAGE - Right Menu*/
#page-rightMenu {
	text-align: left;
	margin: 0px auto;
	width: 946px;
	font-size:12px;
	background: url(images/vRule.gif) repeat-y 697px 0px;
}
#bottom-spacer-rightMenu {
	clear: both;
	height: 20px;
	width: 37px;
	position: relative;
	left: 697px;
	background: url(images/vRule_bottom.gif) no-repeat;
}

#top-spacer-rightMenu {
	height: 20px;
	width: 37px;
	position: relative;
	left: 697px;
	background: url(images/vRule_top.gif) no-repeat;
}

#content-rightNav {
	float: left;
	width: 696px;
	padding: 0px 10px;
}

/* ---------------------------------------------------------
	END: Overridden styles from default.css & layout.css
--------------------------------------------------------- */

/* Start of styles from Saphire theme */

/* General */
.page_item {
	font-weight: bold;
	font-size: 140%;
	}

.page_item a:hover {
	text-decoration: none;
	}

.page item current_page_item {
	color: #000;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 60px;
}

/* Posts */
.postmetadata {
	padding-top: 5px;
	clear: both;
}


.widecolumn .postmetadata {
	margin: 30px 0;
	font-size: .7em;
}

.entry p a:visited {
	color: #666;
}

.entry {
	padding-top: 5px;
}

.entry, .entrytext  {
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: left;
}

.widecolumn .entry {
	font-size: 1.3em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 2.5em;
}

/* These were modified to fit our template.  See  #content_rightNav */
.narrowcolumn {
	float: left;
	width: 696px;
	padding: 0px 10px;
}

.widecolumn {
	width: 926px;
	padding: 0px 10px;
}

.post {
	padding: 0 0 10px;
	clear: both;
}

.sticky h2 {
padding-bottom: 5px;
border-bottom: 3px double #CECECE;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding: 5px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* Headings */
.description {
	font-size: 1.7em;
	text-align: center;
}

/* Images */
p img {
	padding: 0;
	margin: 0 5px;
	}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.alignleft-with-space {
	float: left;
	padding-left: 5px;
}

/* Forms */
#searchform {
	margin: 0 auto 10px;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 689px;
	padding: 2px;
	border: 1px solid #c2c2c2;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* Comments */
.thread-alt {
	margin: 0;
	padding: 10px;
	border: 1px solid #cecece;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 0px 3px 10px;
	list-style: none;
	}

.commentlist li .avatar {
	float: right;
	padding: 2px;
	border: 1px solid #eee;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Main Content Area */
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border: 3px double #cecece;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption, .wp-caption p {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Flexi pages styles */
#flexi-pages-1 .page_item a {
	text-decoration: none;
	font-size: 18px;
}

#flexi-pages-1 .page_item a:hover {
	text-decoration: underline;
}

#flexi-pages-1 .current_page_item a {
	color: #000;
}
