
html {
	text-align: center;
}

body {
	width: 1008px;
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
	color: #1d2f86;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px 15px 0px;
	background: #2a60f1 url(images/OasisBkgd.jpg) top center no-repeat;
	
}
#container {
	width: 1008px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-top: 0px;
	border: 0px solid #999;
	
}

h1 {
	font-size: 2.6em;
	text-align: left;
	text-indent: -4000px;
	font-style: italic;
}
span.remove {
	
	text-indent: -4000px;
}
h2 {
	font-size: 2.4em;
	margin: 0px;
	color: #2960f1;
	text-align: center;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
}

h3 {
	font-size: 2.0em;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
}

h4 {
	font-size: 1.6em;
	margin-bottom: 8px;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
}

h5 {
	font-size: 1.4em;
	margin-bottom: 8px;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
}



h6 {
	font-size: 1.2em;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	
	font-weight: normal;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}
.entry p {
	font-size: 1.3em;

}
.tmargin10 {
	margin-top: 10px;
}
.italic,
em {
	font-style: italic;
}
.bold,
strong {
	font-weight: bold;
}


ol {
	margin-bottom: 15px;
	text-align: left;
}
/*ol li {
	list-style: decimal outside;
	margin-left: 30px;
}*/
ol li,
ul li {
	list-style-type: none;
	text-decoration: none;
}
ol,
ul {
	text-decoration: none;
	list-style-type: none;
}
.clear	{
	clear: both;
	height: 1px;
	width: 1px;
}

.centertext {
	text-align: center;
}

.lefttext {
	text-align: left;
}

.justify {
	text-align: justify;
}

.underline {
	text-decoration: underline;
}
.floatleft {
	float: left;
}
.smalltext {
	font-size: 11px; 
	line-height: 1.2em;
}

img {
	margin: 10px auto;

}
.floatleftimg {
	float: left;
	
}
.separator {
	border-bottom: 3px double #2a60f1;
	margin: 0px 10px 10px 10px;
}
/*header - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - -*/

#header {
	background: #2a60f1 url(images/OasisHeader3.jpg) no-repeat;
	height: 170px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	position: relative;
}
#search {
	margin: 0px 5px 15px 0;
	/*margin-bottom: 15px;*/
	/*width: 145px;*/
}
#nav {
	background: #2a60f1 url(images/Nav1BkgdWeb.jpg) repeat-x;
	margin: 90px 15px 0px 15px;
	height: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
}
#nav ul {
	display: block;
	padding-left: 6px;
}
#nav ul li {
	float: left;
	position: relative;
}
#nav ul li a {
	/*float: left;*/
	background: #2a60f1 url(images/BlueBut1Web.jpg) repeat-x;
	height: 21px;
	display: block;
	line-height: 1.8em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 2px 3px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#groups #nav ul #groupsz a.lite,
#contact #nav ul #contactz a,
#greatgrace #nav ul #greatgracez a,
#schedule #nav ul #schedulez a,
#events #nav ul #eventsz a,
#blog #nav ul #blogz a,
#media #nav ul #mediaz a,
#about #nav ul #aboutz a,
#home #nav ul #homez a,
#nav ul li a:hover {
	background: #2a60f1 url(images/RedBut1Web.jpg) repeat-x;
	color: #aaa;
}



/*contents - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/


#contents	{
	
	background: url(images/ContentMid.jpg) repeat-y;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000;
	padding: 0px 10px;
	
}
#mncontent {
	margin: 0px 0px 0px 24px;
	
	float: left;
	width: 646px;
	border: 0px solid #000;
}
#mncontent h3{
	margin-top: 1.5em;
}
#mncontent ul {
	margin-bottom: .8em;
}
#mncontent li {
	font-size: 12px;
}
#mncontent a {
	color: #2960f1;
	text-decoration: underline;
}
#mncontent a:hover {
	color: #1d2f86;
	text-decoration: none;
}


#posts {
	width: 425px;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	/*float: left;*/
}
.post h4 {
	margin-left: 0px;
}

.date {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
}

.post {
	margin: 0 0 50px 0;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.entry {
	margin: 20px 0 0 0;
}

.entry p {
	margin: 0 0 20px 0;
}

.entry hr {
	height: 1px;
	border: none;
	background: #cccccc;
}



.post a img {
	border: none;
}



.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}



.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	margin: 0 0 10px 0;
	padding: 5px;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}



.avatarcontainer {
	float: left;
	margin: -18px 5px 0px -2px;
}

.avatar {
	border: 1px solid #cccccc;
}



.sidebar h2 {
	font-size: 14px;
	text-align: left;
	margin-left: 10px;
}
.sidebar {
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
.sidebar ul {
	margin-left: 0px;
	padding: 0px;
}
.sidebar li {
	margin-left: 0px;
	padding: 0px;
}


#wp-calendar {
	width: 210px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
}

#wp-calendar a:hover {
	background: #cccccc;
}


/*New CSS - - - - - - - - - - - - - - - -   */

.objectmov {
	margin: 5px 6px;
}
#crumbs {
	border: 0px double #4e35ae;
	margin: 0px;
	margin-left: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	/*height: 12px;*/
	font-style: italic;
	
}
#mncontent #crumbs li {
	float: left;
	font-size: 1.0em;
	color: #999;
	
}
#crumbs li a{
	display: block;
	color: #999;
	font-size: 1.1em;
	text-decoration: underline;
}
#crumbs li a:hover{
	color: #555;
	text-decoration: none;
}
#rtinner img,
#ltinner img {
	
	margin: 10px 0px 10px 6px;
}
#rtinner ul,
#ltinner ul {
	
	margin: 10px 0px 10px 20px;
}
#rtinner ul li.indent10,
#ltinner ul li.indent10 {
	margin-left: 10px;
}
#ltinner img.floatleftimg,
#rtinner img.floatleftimg {
	float: left;
	margin: 5px 10px 0px 0px;
}
#mncontent h3.tbkgd,
#rtinner h3.tbkgd,
#ltinner h3.tbkgd {
	text-align: center;
	background: #2a60f1 url(images/Nav1BkgdWeb.jpg) repeat-x;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height: 1.4em;
	padding: 0px 0px;
	margin-top: 4px;
	margin-bottom: 10px;
	font-variant: small-caps;
	margin-left: 0px;
	margin-right: 0px;
}
#mncontent h4.tbkgd1,
#rtinner h4.tbkgd1,
#ltinner h4.tbkgd1 {
	text-align: center;
	background: #2a60f1 url(images/Nav2BkgdWeb.jpg) repeat-x;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height: 1.3em;
	padding: 0px 0px;
	margin-bottom: 8px;
	font-variant: small-caps;
	margin-left: 0px;
	margin-right: 0px;
}
#mncontent h4,
#mncontent h5,
#rtinner h4,
#ltinner h4,
#rtinner h5,
#ltinner h5 {
	color: #2960f1;
}
#rtinner p,
#ltinner p {
	
	margin-bottom: 9px;
}
#ltinner  {
	float: left;
	margin-top: 10px;
	width: 60%;
	border: 0px solid #aaa;
	text-align: justify;
	min-height: 500px;
}

#rtinner  {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	border: 0px solid #aaa;
	width: 31%;
	text-align: justify;
}
#rtinner.nominumum  {
	float: right;
	margin-top: 0px;
	min-height: 0px;
	border: 0px solid #aaa;
	width: 48.5%;
	text-align: justify;
}

/* - - -Left Content - - -  - - - - -  - - - - - - - - - - - -  - - - - */

/*#ltcontent {
	float: left;
	margin-top: 10px;
	width: 484px;
	border: 0px solid #333;
	border: 1px solid #a5b;
}*/

#ltsidebar  {
	float: left;
	margin-left: 0px;
	width: 145px;
	border: 0px solid #aaa;
	color: #fff;
}
#ltsidebar img {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000;
}
#ltsidebar ul {
	margin-bottom: .7em;
}
#ltsidebar li {
	font-size: 1.2em;
}
#ltsidebar a {
	text-decoration: none;
}



/* - - -Right Content - - -  - - - - -  - - - - - - - - - - - -  - - - - */

/*#rtcontent {
	float: right;
	margin-top: 10px;
	width: 484px;
	border: 0px solid #333;
	min-height: 500px;
	border: 1px solid #000;
}*/




#rtsidebar  {
	float: right;
	color: #fff;
	width: 145px;
	border: 0px solid #aaa;
	margin: 0px;
	padding: 0px;
}
#rtsidebar ul {
	margin-bottom: .7em;
	margin-left: 0px;
	padding-left: 0px;
}
#rtsidebar li {
	font-size: 1.2em;
}
.comments-template p {
	font-size: 12px;
	margin-left: 5px;
}
#respond {
	font-size: 1.6em;
	margin-left: 5px;
}
#container #translation_bar {
	margin-left: 20px;
	margin-bottom: 10px;
}
#container #translation_bar a {
	
	padding: 0px;
	margin: 0px;
	
}
#container #translation_bar img {
	width: 20px;
	height: 14px;
	padding: 0px;
	margin: 2px;
	
}
a.addtoany_subscribe {
	margin-left: 15px;
}
/*footer - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/


#footer	{
	/*width: 1008px;*/
	background: #1d2f86 url(images/footer.jpg) no-repeat;
	/*height: 65px;*/
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-top: 28px;
	padding-bottom: 3px;
	border: 0px solid #444;
	border-right: 0px solid #444;
	color: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}

.sitemap {
	background: #1d2f86 url(images/sitemap.jpg) repeat-x;
	height: 15px;

	padding: 0px;
	margin: 0px 15px 0px 15px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
}
.sitemap ul li a {
	font-size: 12px;
	line-height: 1.1em;
	color: #1d2f86;
	font-weight: bold;
}
.sitemap ul li a:hover {
	color: #444;
}
#footer p.credits {
	font-size: 10px;
	float: left;
	font-style: italic;
	margin: 3px 0px 0px 15px;
	line-height: 1.0em;
	padding: 0px;
	/*width: 400px;*/
	border: 0px solid #444;
}
#footer p.designer {
	font-size: 10px;
	float: right;
	font-style: italic;
	margin: 3px 15px 0px 0px;
	line-height: 1.0em;
	padding: 0px;
	border: 0px solid #fff;
}
#footer a {
	/*display: block;*/
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #aaa;
}

