/*
Theme Name: Raptor3
Theme URI: http://www.vivathemes.com
Description: Premium Theme for your company or personal site.
Author: Viva Themes
Author URI: http://www.vivathemes.com
version: 1.0
Tags: two-column, widget-ready, business, corporate, blog
*/

*{margin:0; padding:0;}

body {
	background: url(http://www.kaleidolinks.org/wp-content/uploads/2010/02/discs.gif);
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}
	
h1 {
	font-size: 34px; 
	color: #999933;
	font-weight: normal;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	line-height: 120%;
}

h2, h2 a {
	font-size: 30px; 
	color: #000;
	font-weight: normal;
	text-transform: none;
	line-height: 34px;
}

h3, h3 a {
	font-size: 18px; 
	color: #000;
	font-weight: normal;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	font-size: 14px; 
	font-weight: bold;
	color: #000;
	font-weight: bold;
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	line-height: 120%;
}

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 { 
	background: #f5f5f5; 
	padding: 5px;
	padding-left: 10px;
	margin: 15px 0;
	color: #000;
	font-style: italic;
	font-size: 12px;
	line-height: 135%;
	border-left: solid 5px #999933;
}

code{
	font-family:"Courier New", Courier, monospace;
}


/* links */

a {
	color:#666;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

/* container */

#container {
	width: 900px;
	padding: 20px;
	margin: 0 auto;
	color: #000;
	line-height: 145%;
	background: #fff;
	overflow: hidden;
}
	
/* header */

#header {
  	width: 900px; 
	margin: 0 auto;
	height: 80px;
}

#logo {	
	width:270px;
	float:left;
	margin: 0;
	margin-top: 20px;
	height: 89px;
}

#logo a {
	color: #fff;
}

#logo h1 {
	margin-top: 55px;
}

#logo h1 a {
	color: #cc6666;
	font-weight: normal;
	font-size: 45px;
	text-transform: uppercase;
}

#logo h1 a:hover {
	text-decoration: none;
}

#frontblock {
	float: left;
	width: 900px;
	clear: left;
	font-size: 17px;
	color: #333;
	line-height: 125%;
	height: 305px;
	background: url(images/frontbg.jpg) no-repeat right;
	margin-top: 20px;
	margin-bottom: 20px;
}

#blktext {
	float: left;
	width: 440px;
	margin-top: 25px;
}

#frontblock h2 {
	margin-bottom: 20px;
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 5px;
}

#frontblock a {
	clear: both;
	float: left;
	border-bottom: dotted 1px #000;
	display: block;
	margin-top: 25px;
	color: #000;
}

#frontblock a:hover {
	text-decoration: none;
	border: none;
}

/* content */

#wrapper {
	width: 900px;
	float: left;
	clear: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

#content {
	float:right;
	width:600px;
	overflow: hidden;
	margin:0;
	padding: 0;
}

#content2 {
	float:left;
	width:880px;
	overflow: hidden;
      margin-top: 0px;
}

.post {
	margin:0;
	padding:0;
	clear:left;
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;
}

.post h2 a {
	margin: 0;
	line-height: 100%;
}

.post h3 {
	margin:0;
	padding: 0;
}
	
.post h3 a {
	font-size: 30px; 
	color: #000;
	font-weight: normal;
	text-transform: none;
	line-height: 34px;
}

.post h3 a:hover {
	text-decoration: none;
}
	
.post h2 a:hover{
	text-decoration: none;
	color: #000;
}

.post img.alignright,
.post img.alignleft  {
}

.post ul {}

.post li {
	margin-left: 15px;
}

.entry p {
	margin:12px 0;
}

#audata {
	height:15px;
	display: block;
	float: none;
	line-height: 15px;
	padding: 0;
	margin-top: 5px;
	font-size: 14px;
	font-style: italic;
}

#audata a {
	text-decoration: none;
	font-style: italic;
	color: #2c56cc;
	margin-right: 5px;
	padding: 0 5px;
}

#audata a:hover {
	color: #333;
}	

a.more-link {
	clear: both;
	float: right;
	margin-top: 6px;
	color: #000;
	height: 22px;
	text-transform: lowercase;
	display: block;
	margin-right: 10px;
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
}

.postmetadata{
	clear: both;
	color:#666;
	padding:0;
	margin:0;
	font-size: 10px;
}

.postmetadata a {
	color:#cc3333;
	font-weight: normal;
}	

.postmetadata a:hover {
	border: none;
	text-decoration: underline;
}

.navigation {
	font-size: 18px;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
	
.alignleft a {
	float:left; 
	margin:10px 0;
}

.alignright a {
	float:right;
	margin:10px 0;
}

.navigation a:hover {
	border:none;
	text-decoration: none;
}

/* right sidebar */

#sidebar {
	width:250px;
	float:left;
	margin:0;
	padding: 0;
	line-height: 150%;
}

#sidebar .widgets {
	width: 210px;
	padding: 20px;
	padding-top: 0;
	display: block;
	margin-bottom: 10px;
	background: #fff url(images/sidebarbg.png) repeat-x;
	border-bottom: solid 1px #999933;	
}

#sidebar label {
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: none;
}

#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: 30px;
	border-top: dashed 1px #eaeaea;
	list-style-type: none;
	color: #666;
	padding-left: 10px;
}

#sidebar ul li:hover {
	background: #bbd08a;
}

#sidebar ul li a:hover {
	text-decoration: none;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
      line-height: 22px;
	margin-left: 15px;
}

#sidebar ul li a {
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

#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: #898989;
}

/* front page widgets bar */

#sidebar2 {
	width: 1000px;
	float: left;
	margin-top: 30px;
	clear: left;
	margin-bottom: 40px;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
	color:#000;
	font-family: candara;
}

#sidebar2 .widgets {
	width: 148px;
	float: left;
	padding-left: 2px;
	margin-right: 99px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(images/sidebar2bg.png) no-repeat;
}


#sidebar2 h2 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: normal;
	margin-top: 5px;
	line-height: 16px;
	margin-left: 18px;
	text-transform: none;
	text-decoration: none;
      width: auto;
	font-family: arial, helvetica, sans-serif;
}

#sidebar2 a {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}

#sidebar2 a:hover {
	text-decoration: none;
}

/* comments */


#commentform {
	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-size: 10pt;
	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;
	font-size: 25px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	clear: left;
}	

ol.commentlist { 
	list-style-type: none; 
	margin:0; 
	padding:0; 
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.avatar {
	float:left; 
	margin:0 12px 0 0;
}

ol.commentlist li {
	margin:0;
	padding:10px;
	list-style-type:none;
	float: left;
	margin-bottom: 20px;
	padding-right: 10px;
	background: #fff;
	border: solid 1px #999933;
	width: 90%;
}

ol.commentlist li ul.children {
	margin-left: 40px;
	width: auto;
	border: none;
}

ol.commentlist li ul.children li {
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

ol.commentlist li.alt {	
}

ol.commentlist li p {
	margin: 6px 0 6px 0; 
	padding: 0 12px 0 0; 
	line-height: 14pt;
}

ol.commentlist a {
	color:#cc6666;
	text-decoration: none;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a {
	color: #cc6666; 
	text-decoration: none; 
}

/* search */

#searchform {
	padding:0;
	margin:0;
	display: block;
	height: 50px;
}

#searchform input#s {
	margin:0;
	padding:2px;
	color: #666;
	width: 180px;
	background: #fff;	
	border: solid 1px #ccc;	
	height:16px;
	font-size:11px;
	padding-top:5px;
	float: left;
}

#searchform input#searchsubmit {
	border: none;
	background: #e7eef6;
	color: #333;
	height: 23px;
	line-height: 23px;
	width: 90px;
	margin-top: 10px;
	float: left;
	clear: left;
	cursor: pointer;
	text-transform:none;
}

/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	padding-left: 2px;
}

.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;
}

.post ol li,
.post ul li { 
	margin-left: 20px; 
}

/* footer */

#footer {
	width: 900px;
	padding: 0;
	font-size: 11px;
	color: #333;
	padding-bottom: 50px;
	border-top: dotted 1px #000;
	bottom: 0;
	clear: left;
}

#copyinfo {
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	width: 400px;
	line-height: 20px;
}

#footer a { 
	border-bottom: none;
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: none;
	border: none;
}

#footermenu {
	width: 450px;
	float: right;
}

#footer ul {
	float: right;
	margin-top: 7px;
	margin-right: 10px;
}

#footer ul li {
	float: left;
	list-style: none;
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #ccc;
	height: 12px;
	line-height: 12px;
}

#footer ul li a {
	font-size: 11px;
	text-transform: none;
	color: #333;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/* main menu */

#menu {
	width: 620px;
	float: right;
	height: 22px;
	margin-top: 60px;
}

#menu ul {
	margin:0;
	padding:0;
	width: auto;
	float: right;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
      height: 22px;	
	line-height: 22px;
	border-right: solid 1px #333;
}

#menu ul li a {
	color: #333;
	font-size: 16px;
	display:block;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	margin-top: 5px;
}

#menu ul li a:hover {
	text-decoration: none;
	border: none;
	color: #82a23f;
}

#menu ul li#current a,
#menu ul li.current-cat a,
#menu ul li.current_page_item a {
	color: #2c56cc;
	text-decoration: none;
}

#menu ul li ul {
	display: none;
}

#menu ul li ul li {
	display: none;
}
