/*
Theme Name: CassTheme
Theme URI: http://paleochristianity.org
Description: Theme for Cassiopaea.org
Version: 1.1
Author: Scott Ogrin, slightly improved by Michael Franzl
Author URI: http://cassiopaea.org
Tags: paleochristianity, fellowship, FOTCM, cassiopaea
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}
	
body {
	background: #36B1C4 url('images/bigbg.jpg') repeat-y center top;
	font: 400 1.0em 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
	color: #191919;
}
	
#wrap {
	width: 940px;
	margin: 0 auto;
	padding-top: 0;
}
	
a {
	text-decoration: underline;
	color: #777;
}

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

img.topleft {
	float: left;
}

ul {
	padding: 0;
	margin: 0;
}

div.acenter {
	text-align: center;
}

.head { 
	width: 765px;
	margin-left: 175px;
	padding-top: 15px;
	position: relative;
}

.head a { text-decoration: none; }
	
.head span {
	margin-left: 10px;
	color: #AAA;
}

.head  #donate-button {
    float: right;
    width: 100px;
	height: 40px;
    position: absolute;
    right: 25px;
    top: 90px;
}
.head  #donate-button img{
	border: none;
}

#nav {
	width: 170px;
}

.menu {
	width: 150px;
	margin: 0 0 10px 0;
}

.menuleft {
	float: left;
}
.menuright {
	float: right;
	margin-top: -12px;
}
	
.menu ul {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0;
}
	
.menu  li {
	padding: 8px 0 8px 0px;
	text-align: center;
}

.menu  li a {
	padding: 0 0 0 0px;
	color: #C17E19;
	text-decoration: none;
	font: 400 1.0em 'lucida sans','lucida sans unicode','verdana',sans-serif;
}

.menu  li a:hover {
	color: #1C1C8B;
}
	
#main {
	width: 770px;
	margin: 20px 20px 0 170px;
	padding-bottom: 50px;
}
#main h1 {
	margin-top: 60px;
	text-align: center;
}	
.sidebar {
		width: 150px;
		float: right;
		clear: none;
		margin-left: 20px;
		font-size: 0.7em;
	}

.sidebar h3 {
	color: #C17E19;
	margin-bottom: 5px;
	font-size: 1.4em;
	text-align: center;
}

.sidebar ul {
	list-style-type: none;
	margin-bottom: 1px;
}
	
.sidebar li.list-item {
	margin-bottom: 5px;
	background: #ddd url('images/gold_bg2.jpg') repeat-y top left;
	border-left: 1px solid #C17E19;
	border-right: 1px solid #C17E19;
	padding: 8px;
	color: #191919;
	
}

.sidebar li.list-item a {
	text-decoration: none;
	display: block;
	color: #191919;
}
.sidebar li.list-item a.bold-link {
  font-size: 1.5em;
  font-weight: bolder;
	text-align: center;
}

a.left-link {
  font-size: 1em;
  font-weight: normal;
	text-align: left;
}

.sidebar li.post-item { display: none; }
.sidebar li.post-item-button{ display: block; }
.sidebar li.post-item div.cat-toggle {
	width: 50px;
	height: 11px;
	display: block;
	text-align: center;
	background: url('images/cat_arrows.png') no-repeat;
	margin: -10px auto 0 auto;
	cursor: pointer;
}
.sidebar li.post-item div.cat-toggle-down {
	background-position: 0px -11px;
}
.sidebar li.post-item div.cat-toggle-up {
	background-position: 0px 0px;
}

.sidebar li.post-item:hover a {
	color: #1C1C8B;
}

.subnav {
	width: 100%;
	background: #FFF url('images/underline.gif') repeat-x bottom left;
	text-align: left;
	margin-bottom: 18px;
}
	
.subnav span.title {
	display: block;
	clear: none;
	text-decoration: none;
	color: #666;
	padding-bottom: 12px;
}

.subnav ul {
	list-style: none;
	float: right;
}

.subnav ul li {
	float: left;
}

.subnav ul li a {
	margin: 0 0 0 20px;
	font-size: 0.8em;
	padding: 0px 0 12px 0;
	line-height: 1.5em;
	color: #AAA;
	text-decoration: none;
	display: block;
}
	
.subnav ul li a:hover {
	color: #000;
	background: url('images/underline_arrow.gif') no-repeat bottom center;
}

.clear50 {
	clear: left;
	padding: 25px 0;
	font-size: 0;
}

.clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
	font-size: 0;
}

h1 {
	font-size: 1.4em;
	color: #333;
	font-weight: 600;
	margin: 15px 0 10px 0;
}

h2 {
	color: #1028A0;
	font-weight: 400;
	margin: 20px 0 10px 0;
}

h2 span {
	margin-left: 10px;
	color: #AAA;
}

h2 a {
	text-decoration: none;
	color: black;
}

h3 {
	color: #C17E19;
	margin: 5px 0 5px 0;
	font-size: 1.1em;
}
	
	
h4 {
	color: #444;
	margin: 5px 0 5px 0;
	font-size: 1.0em;
}

blockquote {
	background:#F4F5F7 url(images/blockquote2.gif) 3px 3px no-repeat;
	border:1px solid #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0 10px 0;
  font-size: 90%;
}

hr {
	color: #C17E19;
	background-color: #C17E19;
	height: 3px;
	margin: 10px 0 0 0;
}

p.main {
	font-size: 0.8em;
	font-family: arial,sans-serif;
	line-height: 1.6em;
	margin: 5px 160px 15px 0;
}

span.bold {
	color: #555;
	font-weight: 600;
}

.readmore {
	display: block;
	margin-top: 10px;
}
.entry {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 10px 0 2px 0px;
	/*border-top: 1px solid #EEB333;*/
	line-height: 1.4em;
	margin: 0 170px 25px 0;
}

/* michael
.entry a {
	color: #1028A0;
}

.entry a:hover {
	color: #C17E19;
	text-decoration: underline;
}
*/

.entry .title {
	font-size: 1.0em;
	color: #1028A0;
	font-weight: 400;
	margin-bottom: 10px;
}

.entry h2 {
	font-weight: bold;
	margin-top: 40px;
}

.entry h2 span {
	float: right;
	font-size: 0.7em;
	color: #1028A0;
}

.entry h1 {
	font-weight: bold;
}

.entry h1 span {
	float: right;
	font-size: 0.6em;
	color: #1028A0;
}

.entry p {
	font-size: 1.0em;
	padding: 10px 0px 10px 0px;
}

.entry ul {
	margin: 5px 0;
}
 
.entry ul span {
	font-style: normal;
}

.entry ul li {
	margin-left: 40px;
	padding: 5px 0
}

.comment {
	color: #996313;
	font-size: 0.7em;
	font-weight: bold;
	padding: 5px 0;
}

.comment a {
	font-weight: normal;
}

.tag-cloud {
	padding-left: 5px;
}
.tag-cloud a:hover {
	color: #1C1C8B;
}

ol {
	margin: 5px 0;
}
 
ol span {
	font-style: normal;
}

ol li {
	margin-left: 40px;
	padding: 5px 0
}

ul.content {
	font-size: 0.8em;
	list-style-type: none;
	margin-left: 10px;
}
	
.content li {
	padding: 4px 0 4px 20px;
	background: url('images/bullet.gif') no-repeat left center;
}

table {
  width: 100%;
  margin-bottom: 20px;  
  
  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0 0 0 3px;
  font: 400 1.2em 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
  text-align: left;  
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}

thead {
  border: 1px solid #CCC;
  }

thead th {
	font-size: 0.9em;
  color: #555;
  background: #EEE;
}


tbody tr {
	font-size: 0.8em;
  border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; border-left: 1px solid #EEE;
}


form label{
	display:block;
}

form p {
	font-size: 0.8em;
	margin-bottom: 10px;
}

form input.text, form textarea{
	width:90%;
	border:1px #CCC solid;
	color:#666;
	padding: 4px 5px;
	font:12px 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
	background-color: #F3F3F3;
}

form input.text:hover, form textarea:hover{
	border:1px #999 solid;
}

form input.text:focus, form textarea:focus{
	border:1px #999 solid;
	color:#666;
}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:12px Verdana,Arial,san-serif;
}

* html form input.text,

* html form textarea{
	border-color:#533a18;
	color:#333;
}

.footer {
	width: 850px;
	margin: 20px auto;
	border: 1px solid #CCC;
	font-size: 0.7em;
	clear: both;
}

	
.footer p {
	padding: 10px;
	text-align: center;
}

.footer .footnav {
	border-bottom: 1px solid #CCC;
	padding: 10px;
}

.footnav a {
	text-decoration: none;
	padding-right: 15px;
}

.footnav a.first {
	font-size: 1.5em;
	font-weight: 800;
}

.linksleft {
	float: left;
	margin-right: 10px;
	width: 170px;
	padding: 0 10px 0px 0px;
	list-style-type: none;
}

.linksleft ul {
	list-style-type: none;
}

.linksleft li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.linksleft li a {
	padding: 4px;
	display: block;
	margin:  0;
	text-decoration:none;
}

.alignleft {
	float:left;
	text-align:center;
	margin-right:10px;
}

.alignright {
	float:right;
	text-align:center;
	margin-left:10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background:#FFF;
	border:1px solid #CCC;
	padding:5px 0;
	margin-bottom:5px;
	font-size: 12px;
}

.wp-caption p {
	padding: 0 5px;
}

.wp-caption-text {
	line-height: 1.1em;
	text-align: center;
}

.search-box {
	float:right;
	height:35px;
	position:absolute;
	right:-23px;
	top:5px;
	width:200px;
}

form input.srch-input {
	border: 1px solid #39BACE;
	background-color:#F3F3F3;
	color:#666666;
	font:12px 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
	padding:4px 5px;
	width:80%;
}

.lang-row {
	height: 32px;
    position: absolute;
    top: 150px;
}
ul.lang-buttons {
	margin: 6px 0 0 0;
}
ul.lang-buttons  li {
	display: inline;
	padding-right:6px;
}

/*
.menu-header ul {} // container class first unordered list
.menu-header ul ul {} //unordered list within an unordered list
.menu-header li {} // each navigation item
.menu-header li a {} // each navigation item anchor
.menu-header li ul {} // unordered list if there is drop down items
.menu-header li li {} // each drop down navigation item
.menu-header li li a {} // each drap down navigation item anchor
*/
.menu-header {
	width: 600px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
}
.menu-header ul {
    list-style: none outside none;
    margin: 0;
}
.menu-header li {
    float: left;
    position: relative;
    padding: 8px 15px 8px 15px;
    text-align: center;
}
#menu-main-menu li a {
	line-height: 22px;
}
.menu-header a {
    color: #AAAAAA;
    display: block;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none;
}
.menu-header ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 38px;
    width: 180px;
    z-index: 99999;
}
.menu-header ul ul li {
    min-width: 180px;
}
.menu-header ul ul ul {
    left: 100%;
    top: 0;
}
.menu-header ul ul a {
    background: none repeat scroll 0 0 #333333;
    height: auto;
    line-height: 1em;
    padding: 10px;
    width: 160px;
}
.menu-header li:hover > a, .menu-header ul ul *:hover > a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #1C1C8B;
}
.menu-header ul li:hover > ul {
    display: block;
}
/* .menu-header ul li.current_page_item > a, .menu-header ul li.current-menu-ancestor > a, .menu-header ul li.current-menu-item > a, .menu-header ul li.current-menu-parent > a {
    color: #C17E19;
}*/
.menu-header ul li.current-menu-ancestor > a, .menu-header ul li.current-menu-parent > a {
    color: #C17E19;
}
* html .menu-header ul li.current_page_item a, * html .menu-header ul li.current-menu-ancestor a, * html .menu-header ul li.current-menu-item a, * html .menu-header ul li.current-menu-parent a, * html .menu-header ul li a:hover {
    color: #1C1C8B;
}
.menu-header #menu-main-menu, .menu-header ul.menu {
	width: 100%;
}

/* Jetpack Sharing Fix */
div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {
	clear: none !important; 
}
div.sharedaddy:after, div.sharedaddy .sd-block:after, div.sharedaddy ul:after {
	clear: none !important;
	padding-bottom: 15px !important;
}
