/* 

InsAcademy for GetSimple
Version:				1.5
File:					style.css
Author: 				insraq
URI: 					http://insraq.me/
License:				CREATIVE COMMONS Attribution-ShareAlike 3.0

*/

/* Import */
@import url(//fonts.googleapis.com/css?family=Crimson+Text);
@import url("https://stjosephsd.org/theme/stjoseph/reset.css");
@import url("https://stjosephsd.org/theme/stjoseph/text.css");
@import url("https://stjosephsd.org/theme/stjoseph/960.css");
@import url("https://stjosephsd.org/theme/stjoseph/slider.css");


/* Global Style */

body {
	color: #666;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6;
	background: #fff;
}

a {
	color: #A58A67;
	text-decoration: none;
}

a img {
	outline: none;
	border: 0;
}

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

h1, h2, h3, h4, h2 a {
	padding: 0;
	margin: 0;
	color: #310047;
	font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
	text-transform: uppercase;
}

h4 {
	font-size: 17px;
}

small {
	font-size: 12px;
}

strong {
	font-weight: bold;
}

p {
	margin: 5px 0;
}

blockquote {
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-left: 5px;
	margin-left: 5px;
	border-left: 3px solid #ccc;
	font-style: italic;
}

pre {
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
	padding: 5px;
}

code {
	font-family: Consolas, "Courier New", monospace;
}

strong {
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0
}

li {
	margin: 5px 0 5px 10px;
	list-style: inside url(https://stjosephsd.org/theme/stjoseph/img/list-style.png);
}

/* Header */

.header {
	height: 50px;
	line-height: 50px;
	position: relative;
}

.header h1 {
	color: #403E3B;
}

.header h1 a, .header h1 a:hover {
	color: #403E3B;
}

.search_box {
	text-align: right;
}

.search_input {
	width: 200px;
}

.search_button {
	background: #736253;
	border: 1px solid #403E3B;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 2px 5px;
}

#navbar {
	position: absolute;
	z-index: 1000;
	background: url(https://stjosephsd.org/theme/stjoseph/img/navbar_bg.png) repeat;
	width: 960px;
	font-size: 17px;
}

#navbar a {
	color: #3F3E3A;
}

#navbar a:hover {
	text-decoration: underline;
}

#navbar ul {
	display: block;
	list-style: none;
}

#navbar ul li {
	float: left;
	list-style: none;
	padding: 15px 20px;
	margin: 0;
	line-height: 1.0;
}

#navbar ul li.current a {
	text-decoration: underline;
}

.side-block {
	border-top: 1px solid #EEE3D0;
	margin: 0 0 20px 0;
}

.center-block {
	border-top: 1px solid #D9C39A;
	margin: 0 0 20px 0;
}

.rtside-block {
	border-top: 1px solid #D9C39A;
	margin: 0 0 20px 0;
}
.readmore {
	text-transform: uppercase;
	display: block;
	text-align: right;
	font-size: 12px;
}

.meta {
	border: 1px dashed #ccc;
	padding: 10px;
	margin: 20px 0;
}

.twitter, .facebook, .flickr, .youtube {
	margin: 10px 0;
}

.twitter {
	list-style: inside url(https://stjosephsd.org/theme/stjoseph/img/twitter_16.png);
}

.facebook {
	list-style: inside url(https://stjosephsd.org/theme/stjoseph/img/facebook_16.png);
}

.flickr {
	list-style: inside url(https://stjosephsd.org/theme/stjoseph/img/flickr_16.png);
}

.youtube {
	list-style: inside url(https://stjosephsd.org/theme/stjoseph/img/youtube_16.png);
}

.bottom-scroll {
	border-top: 1px solid #D9C39A;
	margin: 0 0 20px 0;
	position: relative;
}

.footer {
	text-align: right;
	font-size: 12px;
	color: #999;
}

.contactform label {
	display: block;
}

.contactform p {
	margin: 10px 0;
}

.contactform input[type="text"] {
	width: 200px;
}

.contactform textarea {
	width: 500px;
	height: 200px;
}