/*
Theme Name: Pantheon
Theme URI: http://www.vivathemes.com
Description: Business Theme
Author: Viva Themes
Author URI: http://www.vivathemes.com
version: 2.0
Tags: two-column, widget-ready, business, corporate, personal
*/
html {font-size: 100.01%
}
*{margin:0; padding:0;}

body {
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	margin:0;
	padding:0;
}
	
h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
}

h3, h3 a {
	font-size: 1.3em;
	font-weight: normal; 
	font-family: arial, helvetica, sans-serif;
}

h4 {
	font-size: 1em;
}

h2.pagetitle { 
	display:none; 
}

p { margin-top: 6px; }

img { 
	border: none; padding:0; 
}

img a {
	border:none;
}

img.left { 
	float: left; border: none; padding: 6px 0 0 0; 
}

img.right { 
	float: right; border: none; padding: 0 0 0 6px; 
	}

blockquote {
	border-left: 1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}

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


/* links */

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* container */

#container {
	width: 820px;
	padding:0;
	clear: left;
	margin-left: 150px;
	overflow: hidden;
	line-height: 140%;
	background: url(images/whitebg.gif) repeat-y;
}
	
/* header */

#header {  	
  	width: 600px;
	float:left;
}

#logo  {
float:left;
height:40px;
margin-left:20px;
display:block;
float:left;
padding:15px 0 0;
}



#logo a:visited, #logo a:hover, #logo a:link, #logo a {
	text-decoration: none;
	border: none;
}


#title {
display:block;
float:left;
font-size:2.3em;
font-weight:bold;
margin:0;
padding:0 0 9px 20px;
text-align:right;
width:560px;
}

#subtitle {
display:block;
float:left;
font-size:1em;
font-weight:bold;
margin:0;
padding:0 0 0 20px;
text-align:right;
width:560px;
}

#header h2 {
	display: none;
}
/* search - moved from poseidon.css */

#searchform {
	padding:0;
	margin:0;
	float: right;
	width: 150px;
	margin-top: 5px;
	margin-right: 5px;
}

#searchform input#s {
	margin:0;
	padding:2px;
	color: #ccc;
	width: 130px;
	background: #fff;	
	border: solid 1px #eaeaea;	
	height:14px;
	font-size:11px;
	padding-top:2px;
}

#searchform input#searchsubmit {
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
}
/* content */

#contentwrapper {
	clear: left;
	float: left;
	width: 820px;
}

#leftcontent {
	width: 600px;
	clear: left;
	float: left;
	margin: 0;
}

#content {
	float:left;
	width:560px;
      margin-left: 20px;
	padding-bottom: 15px;
}
#content2 {
	float:left;
	width:770px;
	overflow: hidden;
      margin: 0px;
}


/* slideshow */

#slideshow {
    	position:relative;
    	height:310px;
	width: 560px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 10px;
      z-index: 0;
	clear: left;
	float: left;
	background: #ccc;
}

#slideshow img {
    	position:absolute;
    	top:0;
    	left:0;
    	z-index:8;
    	opacity:0.0;
}

#slideshow img.active {
    	z-index:10;
    	opacity:1.0;
}

#slideshow img.last-active {
    	z-index:9;
}
.post {
	padding:0;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 560px;
}

.post h2 {
}

.post h3 {
	margin:0;
	padding: 0;
	margin-bottom: 5px;
}

.post h2 a,	
.post h3 a {
	text-decoration: none;
	font-size: 1.3em;
	font-family: arial, helvetica, sans-serif;
	text-transform: none;
}

.post h2 a:hover,
.post h3 a:hover {
	text-decoration: none;
}

.thumby {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding-right: 2px;
	padding-bottom: 2px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

#audata {
	height:10px;
	display: block;
	float: none;
	line-height: 10px;
	padding: 0;
	margin-top: 5px;
}

#audata a {
	text-decoration: none;
	font-style: normal;
	color: #6f9dff;
	margin-right: 5px;
	padding: 0 5px;
}

#audata a:hover {
	color: #333;
}	

.post ul { margin-left: 20px;}

.post li { list-style: square;
	margin-left: 15px;
	margin-bottom: 10px;
}

.entry p {
	margin:12px 0;
}
.entry h2,.entry h3 { 
margin: 20px 0 8px 0;
	
	}

.postmetadata{
	clear: both;
	color: #333;
	padding:0;
	margin:0;
	font-size: 1em;
}

.postmetadata a {
	color: #666;
	font-weight: normal;
	border-bottom: dotted 1px #666;
	text-decoration: none;
}	

.postmetadata a:hover {
	border: none;
	text-decoration: none;
}

a.post-edit-link {
}

.navigation {
	font-size: 90%;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
	
.alignleft a {
	float:left; 
	margin:0;
}

.alignright a {
	float:right;
	margin:0;
}
/* see posedon.css for navigation */
/* right sidebar */

#sidebar {
	width:200px;
	float:right;
	margin:0;
	margin-top: 340px;
	margin-right: 5px;
	padding: 0;
	font-weight: bold;
}

#sidebar .widgets {
	width: 200px;
	margin: 0;
	padding: 0;
	display: block;
	background: none;
	margin-bottom: 20px;	
}

#sidebar label {
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	margin: 0;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 5px;

}

#sidebar p {
	margin:0;
	padding:0;
}

#sidebar img {
	padding: 0; 
	margin: 0;
}

#sidebar ul {
	margin:0;
	padding:0;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
      height: 22px;
      line-height: 22px;
	margin-left: 25px;
}

#sidebar ul li a {
	color: #530303;
	margin-left: 0;
	text-decoration: none;
}

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

#sidebar ul ul ul {
	margin: 0;
	padding: 0;
	height: auto;
	float: left;
	display: block;
}

#sidebar ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #000;
}

/* below content widget bar */

#sidebar2 {
	width: 650px;
	float: left;
	clear: left;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 140%;
	margin-left: -70px;
}


#sidebar2 .widgets {
	width: 230px;
	float: left;
	margin-left: 70px;
	margin-right: 0;
}

#sidebar2 h2 {
	color: #333;
	margin-bottom: 2px;
	font-weight: normal;
	margin-top: 0;
	text-transform: uppercase;
	text-decoration: none;
      width: auto;
	font-family: arial, helvetica, sans-serif;
}

#sidebar2 a {
	color: #333;
	clear: left;
	float: left;
}


/* comments */


#commentform {
	background:#fff;
	margin:0;
	padding:0;
}
	
#commentform p {
	color: #666;
}
	
#commentform a { 
	color: #666; 
	text-decoration: none; 
	border-bottom: 1px dotted #666;
	line-height: 14pt;
}
	
#commentform h3 {
	font-weight: bold;
	color: #666;
	margin:0;
	padding:0;
}
	
#comment {
	width:80%;
}

#author, #email, #url, #comment, #submit {
	background: #fff;
	font-size: 11px;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #ccc;
}

#author, #email, #url {
	height:16px;
	padding-top:3px;
}
	
#submit {
	margin:5px 5px 0 0; 
	cursor:pointer;
	color: #666;
}

#comments {
	margin:0; 
	padding:0;
}

#respond h3,
h3#comments {
	color: #000;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	clear: left;
}	

ol.commentlist { 
	list-style-type: none; 
	margin:0; 
	padding:0; 
	float:left;
	background: none;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.avatar {
	float:left; 
	margin:0 12px 0 0;
}

ol.commentlist li {
	margin:20px 0;
	padding:5px 0 5px 20px;
	list-style-type:none;
	float: left;
	background: none;
	margin-bottom: 20px;
	padding-right: 10px;
	border-left: solid 1px #ccc;
}


ol.commentlist li.alt {	
	background: none;
	border: none;
}

ol.commentlist li p {
	margin: 6px 0 0 0; 
	padding: 0 20px 0 0; 
	line-height: 14pt;
}

ol.commentlist a {
	color:#666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a {
	color: #666; 
	text-decoration: none; 
	border-bottom: 1px dotted #666;
}

/* misc */

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

img.alignright {
	padding: 0 0 1px 1px;
	margin: 4px 0 8px 7px;
	display: inline;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

img.alignleft {
	padding: 0 1px 1px 0;
	margin: 4px 7px 8px 0;
	display: inline;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
	
.wp-caption {
   	border: 1px solid #ddd;
   	text-align: center;
   	background-color: #f3f3f3;
   	padding-top: 4px;
   	margin: 10px;
}

.wp-caption img {
   	margin: 0;
   	padding: 0;
   	border: 0 none;
}

.wp-caption p.wp-caption-text {
   	font-size: 11px;
   	line-height: 17px;
   	padding: 0 4px 5px;
   	margin: 0;
}
#arch ul {
	margin: 20px;	
}
/* footer */

#footer {
	clear: both;
	float:left;
	font-size:0.8em;
	height:45px;
	margin:30px 0 0 20px;
	padding:0;
	text-align:right;
	width:560px;
}

#copyinfo {
	float: right;
	margin-top: 5px;
}
#paypalform {width: 410px;
	margin: 10px 0 30px 50px;
	background-color: #FFC;
	font-weight: bold;
}
/* mainmenu and lavalamp are on poseidon.css*/