/*  
Theme Name: Robert Bellarmine
Theme URI: http://srbcl.com/
Description: This is the official website of St. Robert Bellarmine Center from Learning.
Version: 1.0
Author: Allan Reyes
Author URI: http://pixeleden.com/

	Blue Cardinal
	http://srbcl.com/

	This theme was designed and built by Allan Reyes,
	whose blog you will find at http://pixeleden.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 75%/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #333333;
	background: #090A1F;
	margin: 0px;
	padding: 0px 0px 10px;
}

a {
	color: #06c;
	text-decoration: underline;
	outline: 0;
}

a:visited {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #090A1F;
	text-decoration: underline;
}

p {
	padding: 5px 0px 10px;
	margin: 0px;
	font-weight: normal;
}

h1 {
	margin: 0px;
	background: url(images/logo.png) no-repeat;
	padding-left: 70px;
	height: 119px;
	font: bold 36px/100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #c9eefe;
	text-indent: -9999px;
}

div.description {
	text-indent: -9999px;
}

h1 a {
	color: #c9eefe;
	text-decoration: none;
}

h1 a:visited {
	color: #c9eefe;
	text-decoration: none;
}

h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}

h2 {
	color: #0D1542;
	margin: 0;
	font: bold 2.56em 'Cantarell', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 a, h2 a:visited {
	color: #090A1F;
	text-decoration: none;
}

h2 a:hover {
	color: #06c;
	text-decoration: none;
}

h3 {
	font: normal 1.3em/1.25em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0D1542;
	margin: 10px 0px 5px;
}

.entry h3 {
	margin-bottom: 10px;
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}

#page {
	margin: 0px auto;
	width: 940px;
	background: #C6D2F6;
	text-align: center;
}

#header {
	background: #090A1F url(images/bg-cardinal.png) no-repeat;
	height: 160px;
	position: relative;
}

#headerimg {
	position: relative;
	padding: 20px 0px 0px 0px;
	height: 60px;
}

#headerimg .description {
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}

#nav {
	list-style: none;
	margin: 0px;
}

#nav li {
	float: left;
	margin-left: 5px;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
	background: #69f;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #C6D2F6;
	border-left: 1px solid #C6D2F6;
	border-right: 1px solid #C6D2F6;
	display: block;
}

#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover {
	color: #090A1F;
}

#content {
	float: left;
	overflow: hidden;
	padding: 0 10px 20px;
	text-align: left;
	width: 560px;
}

div.fullpage #content {
	width: 870px !important;
	overflow: hidden;
}

.post {
	clear: both;
}

.post h2 {
	line-height: 1.25em;
	font-weight: bold;
}

.post-date {
	width: 45px;
	height: 49px;
	float: left;
	background: #aaa url(images/date-bg.gif) no-repeat;
}

.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #ccc;
	text-align: center;
	display: block;
	line-height: 11px;
	padding-top: 5px;
	margin-left: -3px;
}

.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #ddd;
	text-align: center;
	display: block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
}

.entry {
	clear: both;
	padding: 10px 0 15px;
	color: #222;
	font: 1.25em/1.6em Georgia, "Times New Roman", Times, serif;
}

.entry p {
	font-weight: normal;
}

.entry img {
	padding: 4px;
	background: #ddd;
	margin: 0 15px 5px 0;
}

.entry p.wp-caption-text {
	font-size: .9em;
	color: #777;
	margin-top: 5px;
}

* html div.entry p {
	font-weight: normal;
	font-size: 12px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float: left;
	font-size: 95%;
	color: #999999;
}

.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}

.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}

.post-content {
	clear: both;
	padding-top: 10px;
}

.navigation {
	clear: both;
	padding: 0;
}

.navigation a {
	font-size: 1.75em;
	font-weight: bold;
	clear: both;
	padding: 0 0 25px;
}

#announcement .navigation a {
	color: #ffffff;
	text-decoration: none;
	background: #59770e;
	padding: .56em .78em;
	display: block;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#announcement .navigation a:hover {
	background: #476016;
}

.single-item .navigation {
	width: 750px;
	margin: 0 15px;
}


.previous-entries {
	float: left;
	padding-left: 0;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}

.next-entries {
	float: right;
	padding-right: 0px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

#comments {
	padding-bottom: 5px;
}

h3#respond {
	background: #DFF7D2 url(images/balloon--plus.png) no-repeat 4px 4px;
	padding: 6px 4px 6px 24px;
	font-size: 1.34em;
	line-height: 1em;
	font-weight: bold;
	color: #2B9435;
}

h3#comments {
	background: #FFF9E6 url(images/balloons.png) no-repeat 3px 3px;
	padding: 4px 4px 4px 24px;
	font-size: 1.12em;
	font-weight: bold;
	color: #777;
}

.commentlist {
	margin: .56em 0 1em;
}

.commentlist p {
	font-size: 1.12em;
	line-height: 1.45em;
	color: #242424;
}

.commentlist li {
	padding: .89em .9em .45em;
	position: relative;
	list-style-type: none;
	border: 6px solid #eee;
	margin: 1.23em 0;
}

.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}

.commentlist .alt {
	background: #fafafa;
}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #06c;
	text-decoration: none;
}

.commentlist small {
	margin-bottom: 8px;
	display: block;
	font-size: .8em;
}

#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}

#commentform p {
	padding: 0 0 2px;
	margin: 0px;
}

#commentform label {
	font-weight: bold;
	font-size: 1.12em;
	margin-left: 5px;
}

#commentform label small {
	color: #555;
}

#commentform input {
	font-size: 1.34em;
	font-weight: bold;
	color: #282828;
	width: 320px;
	padding: 4px;
	margin-top: 3px;
	border: 2px solid #ddd;

}

#commentform textarea {
	font-size: 1em;
	width: 540px;
	height: 135px;
	border: 2px solid #ddd;
	padding: 4px;
	margin-top: 3px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}

#commentform #submit {
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 13px Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	border: none;
	float: left;
	width: 144px;
	height: 28px;
}

.commentmetadata a, .postmetadata {
	color: #888 !important;
}

.postmetadata a {
	text-decoration: none;
}

.postmetadata {
	margin-top: -12px;
	border-bottom: 1px dotted #e4e4e4;
	border-top: 1px dotted #eee;
	padding: 2px 0;
	font-size: .89em;
}

#side2 .postmetadata {
	margin-top: 0;
}

#sidebar {
	float: right;
	padding: 0 10px 20px 0;
	width: 340px;
	text-align: left;
}

#searchform {
	background: #bcd67e url(images/searchform-bg.gif) repeat-x;
	width: 220px;
	padding: 10px 10px 10px 10px;
	float: right;
}

#searchform #s {
	border: 1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #e9facc;
	vertical-align: middle;
}

#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

#searchform label {
	font-size: 11px;
	color: #41550e;
}

#sidebar h3 {
	font: normal 140%/100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #758d38;
	margin: 10px 0px 5px;
}

.entry ul li,
.entry ol li {
	list-style-position: outside;
}

.entry ul,
.entry ol {
	margin: 0 10px 10px 25px;
}

.entry ul li ul {
	margin: 5px 10px 10px 25px;
	font-style: italic;
}

.ul-cat {
	list-style: none;
	margin: 0px 0px 15px;
	padding: 0px;
	border-bottom: 1px solid #dceeb7;
}

.ul-cat li {
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}

.ul-cat li a, .ul-cat li a:visited {
	color: #495233;
	text-decoration: none;
}

.ul-cat li a:hover {
	color: #FF6600;
	text-decoration: none;
}

.ul-archives {
	list-style: none;
	margin: 0px 0px 15px;
	padding: 0px;
	border-bottom: 1px solid #dceeb7;
}

.ul-archives li {
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}

.ul-archives li a, .ul-archives li a:visited {
	color: #495233;
	text-decoration: none;
}

.ul-archives li a:hover {
	color: #FF6600;
	text-decoration: none;
}

li#archives ul li {
	list-style-type: none;
}

#footer {
	clear: both;
	background: #A5B8F1;
	color: #222;
	font-size: 110%;
	line-height: 130%;
	padding: 20px 10px;
	text-align: left;
}

#footer a, #footer a:visited {
	color: #ffffff;
}

#footer .left-col {
	width: 520px;
	float: left;
	margin-left: 10px;
}

#footer .left-col strong {
	font-weight: bold;
}

#footer .right-col {
	width: 320px;
	float: right;
	padding: 10px 5px 10px 15px;
	background: #fff;
}

#footer h3 {
	font: normal 200%/100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 15px;
	font-weight: bold;
}

#footer h4 {
	font: normal 1.4em/1.25em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0066CC;
	margin: 10px 0px 5px;
	font-weight: bold;
}

#footer h4 a:hover {
	text-decoration: none;
}

#footer p {
	padding: 3px 0 17px;
}

.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}

.recent-comments li {
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}

.recent-comments a {
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}

.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}

.recent-posts li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}

.recent-posts a {
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}

#credits {
	margin: 10px auto;
	width: 940px;
	color: #7a9299;
	font-size: 95%;
	line-height: 120%;
}

#credits a, #credit a:visited {
	color: #048db4;
}

.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}

.left {
	float: left;
}

img.left, a img.left {
	float: left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}

a:hover img.left {
	border-color: #FF6600;
	background: #FF6600;
}

.right {
	float: right;
}

img.right, a img.right {
	float: left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}

a:hover img.right {
	border-color: #FF6600;
	background: #FF6600;
}

.clear {
	clear: both;
}

hr.clear {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}

a:hover img.img_border {
	border-color: #FF6600;
	background: #FF6600;
}

div.para {
	background: #fff url(images/bg-bottom-para.png) no-repeat right bottom;
	padding: 15px;
	margin-bottom: 15px;
}

.capt {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.para p {
	font: 150%/140% Georgia, "Times New Roman", Times, serif;
}

div.para li {
	font: 120%/130% Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

div.para ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: outside;
}

div.para li {
	background: url(images/bullet-asterisk.png) no-repeat left top;
	padding-left: 25px;
	list-style-type: none;
	margin: 0 0 10px;
}

#photoslide {
	width: 940px;
	background: #090A1F;
	text-align: center;
}

#photoslide img {
	margin: 0 auto;
}

#footer #more-about {
	margin-right: 10px;
	box-shadow: 1px 2px 6px #888;
	-moz-box-shadow: 1px 2px 6px #888;
	-webkit-box-shadow: 1px 2px 6px #888;
}

#footer #more-about h4, #footer #more-about p {
	padding: 0 15px 0 0;
}

#footer #more-about p {
	margin: 5px 15px 0 0;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.fr {
	float: right;
	margin: -25px 0 0 0;
	padding: 10px;
}

small {
	font-size: .9emem;
	color: #888;
}

.widget {
	margin-bottom: 15px;
}

.widget a {
	text-decoration: underline;
}

.widget, .widget ul li {
	list-style-type: none;
	margin: 1.01em 0 .67em;
	font-size: 1em;
}

.widget ul {
	overflow: hidden;
}

.widget_archive ul {
	margin-left: .23em;
}

.widget_archive ul li {
	margin: .56em 0;
	background: url(images/calendar-month.png) no-repeat left 2px;
	padding: 2px 2px 2px 24px;
}

.widget_archive ul li a {
	text-decoration: none;
}

.widget_tag_cloud div {
	padding-right: 15px;
}

.widget_tag_cloud div a {
	line-height: 1.23em;
	text-decoration: none;
}

.thickbox img {
	padding: 4px;
	background: #eee;
	border: none;
	margin: 0 5px 5px 0;
}

.thickbox img a {
	border: none;
}

#zenphotopress_badge dt {
	float: left;
	margin: 0 4px 4px 0;
}

h2.widgettitle {
	margin: 0 0 .23em;
	font: bold 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -0.065em;
}

h2.widgettitle a {
	text-decoration: none;
}

#zenphotopress_badge hr {
	border-bottom: none;
}

#zenphotopress_badge img {
	padding: 3px;
	background: #ddd;
	border: 1px solid #fff;
}

#zenphotopress_badge img:hover {
	background: #fff;
}

#copyright {
	padding: 10px 0 5px 0;
	text-align: center;
	background: #090A1F;
	color: #888;
}

#copyright a:hover {
	color: #fff;
	text-decoration: none;
}

/* self-clear floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#menu {
	background: #090A1F;
	width: 940px;
	height: 25px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 4px solid #C6D2F6;
}

#meta {
	width: 30%;
!important
}

div.wpg2sidebargrid-image {
	float: left;
}

div.wpg2sidebargrid-image img {
	padding: 5px;
	background: #ddd;
	margin: 0 5px 5px 0;
	border: 1px solid #eee;
	height: 90px;
}

div.wpg2sidebargrid-image img:hover {
	padding: 5px;
	background: #fff;
	margin: 0 5px 5px 0;
	border: 1px solid #fafafa;
}

#side2 {
	float: right;
	text-align: left;
	width: 190px;
	padding: 10px 20px 20px 0;
}

#side2 small {
	text-transform: capitalize;
}

#side2 small a {
	color: #666;
}

#slider {
	width: 940px;
	/*

important to be same as image width */ 
   height: 310px;
	/

* important to be same as image height */
   position: relative;
	/*



important */
   overflow: hidden;
	padding: 5px;
	background: #fff;
	margin-bottom: 10px;
	clear: both;
}

ul#sliderContent {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#s3slider {
	margin: 0 auto 10px;
	text-align: center;
	height: 310px;
	position: relative;
	overflow: hidden;
}

#s3sliderContent {
	width: 940px;
	position: absolute;
	top: 0;
	margin-left: 0;
}

.s3sliderImage {
	float: left;
	position: relative;
	display: none;
}

.s3sliderImage span {
	position: absolute;
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 374px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	top: 0;
}

.clear {
	clear: both;
}

.alignright {
	float: right;
}

img.alignright {
	padding: 4px;
	margin: 0 0 10px 20px;
	background: #eee;
}

.alignleft {
	float: left;
}

img.alignleft {
	padding: 4px;
	margin: 5px 15px 5px 0;
	background: #f1f1f1;
}

#footer #more-about a {
	color: #0066CC;
	text-decoration: none !important;
}

#footer #more-about a:hover {
	color: #090A1F;
}

img {
	border: none;
}

#footer .more-link a {
	display: block;
	margin-top: 5px;
	text-decoration: none;
}

#announcement, .single-item #content {
	background: #fff;
	overflow: hidden;
}

#announcement {
	padding: 15px;
	box-shadow: 0 1px 5px #555;
	-moz-box-shadow: 0 1px 5px #555;
	-webkit-box-shadow: 0 1px 5px #555;
}

.single-item #content {
	width: 650px !important;
	margin: 0 15px 15px;
	padding: 20px;
}

.single-item #content {
	width: 650px !important;
	margin: 0 15px 15px;
	padding: 20px;
	box-shadow: 0 1px 5px #555;
	-moz-box-shadow: 0 1px 5px #555;
	-webkit-box-shadow: 0 1px 5px #555;
}

.single-item #content .entry {
	font-size: 1.3em;
}

#content h2 {
	font-weight: bold;
	letter-spacing: -0.09em;
	clear: right;
}

#announcement img {
	background: #eee;
	padding: 4px;
	text-align: center;
	margin: 0 .78em 1em 0;
}

#announcement div {
	padding: 5px 10px 10px 5px;
}



#main {
	background: #fff;
	margin: 0 20px 20px 20px
}

#main h1 {
	padding: 0;
	margin-top: 20px
}

#main h2 {
	text-align: left
}



* html #footer #mini-lists li a {
	height: 1%;
}

* html p {
	font-weight: normal !imporant;
}

* html #page, * html #header, * html #dash, * html dl.profile, * html #sidebar, * html #searchoptions, * html #content p.page, * html #content #ad-content, * html #mini-lists, * html form#find.find-welcome, * html div.teaser {
	height: 1%;
}

* html body,
* html content p,
* html #sidebar p {
	font-weight: normal;
}

h2#trc-title {
	text-indent: -9999em;
	background: url(images/foto-bella.jpg) no-repeat left top;
	height: 226px;
	border: 1px solid #ddd;
}

ul#trc li {
	list-style-type: none !important;
	margin: 10px 0;
	padding: 0;
	font-size: 1.2em;
}

#sidebar ul#trc h3 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.25em;
	margin: 3px 0 5px !important;
}

#sidebar ul#trc h3 a {
	text-decoration: none;
}

ul#trc p {
	clear: both;
	line-height: 1.4em;
	margin: 0;
	padding-bottom: 0;
}

.sideposts_date {
	color: #fff;
	padding: 2px 5px;
	text-transform: uppercase;
	display: inline;
}

.sideposts-title {
	font-size: 1.56em;
	line-height: 1.34em;
	font-weight: bold;
}

.sideposts-title a {
	text-decoration: none;
}

.date-stamp {
	color: #fff;
	background: #D8D4B5;
	font-size: .9em !important;
	padding: 2px 15px 2px 10px;
	display: inline;
	text-transform: uppercase;
	float: right;
	position: relative;
	right: -30px;
}

.sideposts_date {
	margin-bottom: 3px;
	background: #B2C1F2;
	font-size: .8em !important;
}

.spli-first, .spli {
	padding-right: 10px;
}

.spli-first p, .spli p {
	padding-top: 5px;
}

.spli-archive {
	font-weight: bold;
}

#recentcomments li {
	background: url(images/balloon-left.png) no-repeat left 1px;
	padding: 0 2px 6px 24px;
	margin: 0.67em 0;
	border-bottom: 1px dotted #e4e4e4;
}

#recentcomments li .url {
	font-weight: bold;
	color: #333;
}

#recentcomments li a {
	text-decoration: none;
}

#recentcomments li a:hover {
	text-decoration: underline;
}

.group:after, .clearfix:after, ul#trc li:after, ul#nav:after, #s3slider:after, li.widget:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ffox {
	margin: 10px 0;
	font-size: 1em;
}

/* Roundedness */

.rnd, .date-stamp, .sideposts_date, h2#trc-title {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#content, #announcement, #s3slider, #footer .right-col, .commentlist li, #commentform input, #commentform textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
