/*   
Theme Name: St. Paul Of the Cross Parish School
Description: St. Paul Of the Cross Parish School Theme in English Language.-- WordPress v3.0.1
Author: Muhammad AbuBakar
Author URI: http://abubakar.me
Version: 1
License: 
License URI:
*/
/**
 * reset css
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border:none;
}
.sticky {

}
.gallery-caption {

}
/*Default CSS*/
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
.clear {
	clear:both;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
a, a:visited {
	color: #00315f;
	text-decoration: none;
}
a:hover {
	color: #00315f;
	text-decoration: underline;
}
#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#banner-area {
	padding-top: 45px;
}
#logo {
	float: left;
	width: 280px;
	padding-left: 2px;
}
#banner {
	float: right;
	width: 672px;
}
#lates-news {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	padding:3px 3px 3px 3px;
	background-color:#bfbfbf;
}
#main-menu {
	background-color: #a6a6a6;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position:relative;
}
#main-menu ul li {
	list-style-type: none;
	float: left;
	display: inline-block;
	position:relative;
}
#main-menu ul li a, #main-menu ul li a:visited {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 11px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#main-menu ul li a:hover, #main-menu ul li.current-menu-item a {
	background-color: #bababa;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cdcdcd;
	padding-top:10px;
}
#main-menu ul .last-menu-item a {
	border-right:none;
}
#main-menu ul ul {
	list-style: none;
	background-color: #fff;
	display: none;
	width: 200px;
	position: absolute;
	z-index: 999;
	text-align: left;
	height: auto;
	color: #fff;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px solid #cccccc;	
	padding:1px;
}
#main-menu ul ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:left;
	display: block;
}
#main-menu ul li:hover ul li  a, #main-menu ul li:hover ul li a:visited {
	color: #00315f;
	text-decoration: none;
	font-weight: normal;
	display: block;
	border-right:none;
	text-align:left;
	text-shadow: none;
	filter: none;
	border:none;
	margin-left:0px;
	margin-right:0px;
	padding-left:12px;
	font-weight:normal;
	text-transform: capitalize;
	padding-top:10px;
	padding-bottom:10px;
}
#main-menu ul li:hover ul li a:hover, #main-menu ul li:hover ul li.current-menu-item a {
	color: #fff;
	text-decoration: none;
	border: none;
	background-color: #999;
	
}
#main-menu li:hover ul {
	display: block;
	position: absolute;
	left: -7px;
}
#main-menu li:hover li {
	float: none;
}
#main-menu li:hover ul ul {
	display: none;
}
#main-menu ul li ul li ul {
	display: none;
	position:absolute;
	background-image:none;
	border-top:1px solid #b6b6b6;
	padding-top: 0px;
	border-left-width:0px;
}
#main-menu ul li ul li:hover ul{
	display: block;
	position: absolute;
	left: 200px;
	top: 0px;
	margin-left: 0px;
	margin-top: -1px;
}
#main-menu ul li ul li:hover ul li ul {
	display: none;
}
#main-menu ul li ul li ul li:hover ul{
	display: block;
}
#main-menu ul li ul li ul li ul{
	width: 75px;
}

#page-wrap-all {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 50px;
	padding-bottom: 0px;
}
#page-wrap {
	background-image: url(images/border.jpg);
	background-repeat: repeat-y;
	background-position: 540px top;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 60px;
}
#content {
	float: left;
	padding-left: 0px;
	width: 500px;
  padding-top:30px;
  padding-left:10px;
}
#sidebar {
	float: right;
	width: 265px;
}
#sidebar h4 {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Times;
	color: #fff;
	font: bold small-caps 18px Times;
	margin-bottom: 20px;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 20px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li {
	list-style-type: none;
	background-image: url(images/diamond.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	display: block;
	margin-left: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
}
#sidebar ul li a, #sidebar ul li a:visited {
	display: block;
	list-style-type: none;
	
	line-height: normal;
	color: #000;
	text-decoration:none;
}
#sidebar ul li a:hover, #sidebar ul li.current-menu-item a {
	color: #00315f;
}
#footer {
	background-image: url(http://www.spocschool.org/wp-content/themes/school-theme/images/bg-footer.png);
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-bottom: 8px;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#footer-widgets {
}
#footer-widgets p {
	font-size:10px;
	color:#fff;
	line-height:16px;
}
#footer-widgets .widget-1 {
	float: left;
	width: 308px;
	padding-left: 20px;
}
#footer-widgets .widget-2 {
	float: left;
	width: 188px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #e1e1e1;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #e1e1e1;
	padding-left: 20px;
}
#footer-widgets .widget-3 {
	float: left;
	width: 188px;
	padding-left: 20px;
}
#footer-widgets .widget-4 {
	float: right;
	width: 188px;
	padding-left: 20px;
  border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #e1e1e1;
}
#footer-widgets h4 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 8px;
}
#footer-widgets ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer-widgets ul li {
	display: block;
	list-style-type: none;
	font-size: 10px;
	color: #fff;
}
#footer-widgets ul li a, #footer-widgets ul li a:visited {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
	margin-bottom: 0px;
	display: block;
	padding-top: 0px;
}
#footer-widgets ul li a:hover, #footer-widgets ul li.current-menu-item a {
	color:#00315f;
}
















/*Tags Style*/
#content .tags {
	color: #666;
	border-top:solid 1px #ddd;
	padding-top: 4px;
}
#content .tags a, #content .tags a:visited {
	color: #666;
	text-decoration: none;
	display:inline-block;
	background-image: url(http://www.spocschool.org/wp-content/themes/school-theme/images/tag.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin:2px 0px 2px 10px;
	padding:2px 0px 2px 18px;
	text-decoration:none;
}
#content .tags a:hover {
	color: #00315f;
	display:inline-block;
}
/*Entry Style*/
.entry {
	margin:0px 0px 40px 0px;
}
.entry table {
	margin:15px 0px 15px 0px;
}
h1, h1 a, h1 a:visited {
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	color: #00315f;
	font-family: Times;
	font-size: 22px;
	font-variant: small-caps;
}
h1 a:hover {
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	color: #00315f;
	font-family: Times;
	font-size: 22px;
	font-variant: small-caps;
}
h2, h2 a, h2 a:visited {
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	color: #00315f;
	font-family: Times;
	font-size: 20px;
	font-variant: small-caps;
}
h2 a:hover {
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	color: #00315f;
	font-family: Times;
	font-size: 20px;
	font-variant: small-caps;
}
h3, h3 a, h3 a:visited {
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	color: #00315f;
	font-family: Times;
	font-size: 18px;
	font-variant: small-caps;
}
h3 a:hover {
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	color: #00315f;
	font-family: Times;
	font-size: 18px;
	font-variant: small-caps;
}
h4, h4 a, h4 a:visited {
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	color: #00315f;
	font-family: Times;
	font-size: 16px;
	font-variant: small-caps;
}
h4 a:hover {
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	color: #00315f;
	font-family: Times;
	font-size: 16px;
	font-variant: small-caps;
}
h5, h5 a, h5 a:visited {
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	color: #00315f;
	font-family: Times;
	font-size: 14px;
	font-variant: small-caps;
}
h5 a:hover {
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	color: #00315f;
	font-family: Times;
	font-size: 14px;
	font-variant: small-caps;
}
h6, h6 a, h6 a:visited {
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	color: #00315f;
	font-family: Times;
	font-size: 12px;
	font-variant: small-caps;
}
h6 a:hover {
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	color: #00315f;
	font-family: Times;
	font-size: 12px;
	font-variant: small-caps;
}
p {
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.search-input {
	width: 100%;
	height: 24px;
	border: 1px solid #ddd;
	color: #999;
	padding:0px 0px 0px 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:5px 0px 5px 0px;
	background-color: #fafafa;
}
.search-button {
	color: #fff;
	display: block;
	font-weight:bold;
	width:70px;
	padding: 5px;
	background-color: #00315f;
	text-align:center;
	margin:5px 0px 5px 0px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	border :solid 1px #002445;
}
.submit-comments {
	color: #fff;
	display: block;
	font-weight:bold;
	width:180px;
	padding: 5px;
	background-color: #00315f;
	text-align:center;
	margin:5px 0px 5px 0px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	border :solid 1px #002445;
}
.url-comments, .email-comments, .author-comments {
	width: 260px;
	height: 24px;
	border: 1px solid #ddd;
	color: #999;
	padding:0px 0px 0px 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:5px 0px 5px 0px;
	background-color: #fafafa;
}
.text-comments {
	width: 99%;
	height: 120px;
	border: 1px solid #ddd;
	color: #999;
	padding:0px 0px 0px 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:5px 0px 5px 0px;
	background-color: #fafafa;
}
.pagination {
	clear:both;
	padding-bottom:10px;
	position:relative;
	font-size:11px;
	line-height:13px;
}
.pagination span, .pagination a {
	color:#fff;
	display:block;
	float:left;
	margin: 2px 2px 2px 0px;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	background: #666666;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.pagination a:visited {
	display:block;
	float:left;
	margin: 2px 2px 2px 0px;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #666666;
}
.pagination a:hover{
	color:#fff;
	background: #00315f;
}
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #00315f;
	color:#fff;
}
#respond {
	margin:10px 0px 0px 0px;
}
#respond ul {
	list-style-type:none;
}
.meta {
	color: #999;
	padding: 0 0 5px 0px;
	margin-bottom:10px;
	font-size:12px;
	font-weight: bold;
	border-bottom: solid 1px #ddd;
}
.posted-on {
	padding-top: 5px;
}
.comment-count {
	padding-top: 3px;
	background-image: url(http://www.spocschool.org/wp-content/themes/school-theme/images/comments-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	height: 27px;
	width: 30px;
}
.widget {
	line-height: 20px;
}
#text-3 {
	margin-bottom: 40px;
	line-height: 20px;
	background-image: url(images/newsletter.jpg) !important;
	background-repeat: no-repeat;
	background-position: center 37px;
	padding-bottom: 30px;
}
#sidebar .widget {
	margin-bottom: 40px;
	line-height: 20px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center 37px;
	padding-bottom: 30px;
}
#sidebar .widget p {
	padding-left:20px;
	padding-right:20px;
}
.textwidget {
	line-height: 20px;
	font-size: 12px;
}
.featured-image {
	float: none;
	margin: 0px 0px 15px 0px;
	text-align:center;
}
.featured-image img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.thumb {
	float: left;
	margin: 0 15px 5px 0;
}
.thumb img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.entry ul {
	margin-bottom:15px;
	margin-left:15px;
}
.entry ol {
	margin-bottom:15px;
	margin-left:15px;
}
.entry ul li {
	margin-top:7px;
	margin-bottom:7px;
	margin-left:10px;
	list-style-type: square;
	list-style-position: outside;
  line-height:20px;
}
.entry ol li {
	margin-top:7px;
	margin-bottom:7px;
	margin-left:10px;
	list-style-position: outside;
  list-style-type: decimal;
  line-height:20px;
}
.entry blockquote {
	margin:15px 0px 15px 20px;
	color: #888;
	border-left: 4px solid #bbb;
	padding:0px 0px 0px 15px;
	line-height:20px;
}
.recentcomments {
	padding:0px;
	display:block;
}
.recentcomments a {
	background:none !important;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:5px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

@media screen {
* { margin: 0; padding: 0; }
ul, ol { margin: 0 0 1px 0; }
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px solid #ddd; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata {padding: 3px 0 7px 0;}
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; padding: 7px 0 0 0; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #888; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #aaa; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #ccc; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #666; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }
}
 /* END screen media */

@media print {
.do-not-print { display: none; }
#comments { page-break-before: always; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: #666; }
/* END print media */
}