#navbar-iframe {
display: none !important;
}


/* Variable definitions - not used, was supplied by blogger.
   ====================
   <Variable name="bgcolor" description="Page Background Color"
             type="color" default="#fff" value="#ffffff">
   <Variable name="textcolor" description="Text Color"
             type="color" default="#333" value="#333333">
   <Variable name="linkcolor" description="Link Color"
             type="color" default="#58a" value="#5588aa">
   <Variable name="pagetitlecolor" description="Blog Title Color"
             type="color" default="#666" value="#666666">
   <Variable name="descriptioncolor" description="Blog Description Color"
             type="color" default="#999" value="#999999">
   <Variable name="titlecolor" description="Post Title Color"
             type="color" default="#c60" value="#cc6600">
   <Variable name="bordercolor" description="Border Color"
             type="color" default="#ccc" value="#cccccc">
   <Variable name="sidebarcolor" description="Sidebar Title Color"
             type="color" default="#999" value="#999999">
   <Variable name="sidebartextcolor" description="Sidebar Text Color"
             type="color" default="#666" value="#666666">
   <Variable name="visitedlinkcolor" description="Visited Link Color"
             type="color" default="#999" value="#999999">
   <Variable name="bodyfont" description="Text Font"
             type="font" default="normal normal 100% Georgia, Serif" value="normal normal 100% Georgia, Serif">
   <Variable name="headerfont" description="Sidebar Title Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
   <Variable name="pagetitlefont" description="Blog Title Font"
             type="font"
             default="normal normal 200% Georgia, Serif" value="normal normal 200% Georgia, Serif">
   <Variable name="descriptionfont" description="Blog Description Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
   <Variable name="postfooterfont" description="Post Footer Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
   <Variable name="startSide" description="Side where text starts in blog language"
             type="automatic" default="left" value="left">
   <Variable name="endSide" description="Side where text ends in blog language"
             type="automatic" default="right" value="right">
*/

/* Use this with templates/template-twocol.html */

#navbar{
	display:none;
	/* gets rid of the top nav bar space gap. */
}

body {
background: #40304F url(http://ravens24x7.com/images/ravens/body.jpg) no-repeat center top;
color:#000000;
margin:0;
text-align:center;
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
}

#outer-wrapper {
margin:0 auto;
text-align:left;
width:1024px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background:#222222;
position:relative;
z-index:2000;
}


#main-wrapper {
width:550px; /*this and .post must be the same width*/
padding:10px;
margin: 10px auto 0 auto;
background:#FFFFFF;
position:relative;
z-index:2000;
}

#sidebar-wrapper {
float:right;
margin:0 10px;
width:180px;
padding:10px;
*margin-top:10px;
background:#cccccc;
position:relative;
z-index:2000;
}

#sidebar-wrapperL {
float:left;
margin:0 10px;
width:180px;
padding:10px;
*margin-top:10px;
background:#cccccc;
position:relative;
z-index:2000;
}


a {
color:#9F4134;
text-decoration:none;
}


a:hover {
color:#9F4134;
text-decoration:underline;
}

a img {
border-width:0;
}

/*---------HEADER-----------*/


#header-wrapper {
height:243px;
margin:0 auto  !important;
padding:0 !important;
width:1000px;
position:relative;
}
#header {
color:#000000;
text-align:center;
}
#header h1 {
display:none;
/*hides the header text put in by blogger*/
}





/*---------POST-----------*/


/*THIS IS THE DATE TEXT*/
h2.date-header {
border:medium none;

font-size:11px;
color:#666666;
font-style:italic;
text-transform:uppercase;
}

.post {
margin:0.5em 0 1.5em;
padding-bottom:1.5em;
width:550px;
float:left; /*---fixes 2nd post spacing issue, without this, the 2nd post drops down below the right column widgets---*/
border-bottom:1px dotted #333333;
}

.post h3 {
color:#250B42;
font-size:22px;
font-weight:bold;
line-height:1.4em;
margin:0.25em 0 0;
padding:0 0 4px;
font-family:Georgia, "Times New Roman", Times, serif;
}


/*THIS IS THE BLOG HEADING TEXT*/
.post h3 a, .post h3 a:visited, .post h3 strong {
color:#250B42;
display:block;
font-weight:bold;
text-decoration:none;
}
/*THIS IS THE BLOG HEADING TEXT*/
.post h3 strong, .post h3 a:hover {
color:#250B42;
}

.post-body {
color:#000000;
font-family:arial;
font-size:13px;
line-height:16px;
margin:0 0 0.75em;
}

.post-body blockquote {
line-height:1.3em;
}


<!--post footer background-->
.post-footer {
color:#000000;
padding:10px;
}

.comment-link {
margin-left:0.6em;
}

.post img {
padding:1px;
}

.post blockquote {
color:#000000;
font-style:italic;
margin:1em 20px;
}

.post blockquote p {
margin:0.75em 0;
}

.comment-author {
}

#comments h4 {
color:#000000;
margin:1em 0;
}

#comments-block {
line-height:1.6em;
margin:1em 0 1.5em;
}

#comments-block .comment-author {
background:#ffffff;
border:1px solid #E8E4CB;
font-size:15px;
font-weight:normal;
margin-right:20px;
padding:5px;
}
#comments .blogger-comment-icon, .blogger-comment-icon {
background:#ffffff;
border-color:#000000;
border-style:solid;
border-width:2px 1px 1px;
line-height:16px;
padding:5px;
}

#comments-block .comment-body {
border-left:1px solid #E8E4CB;
border-right:1px solid #E8E4CB;
margin-left:0;
margin-right:20px;
padding:7px;
}

#comments-block .comment-footer {
border-bottom:1px solid #E8E4CB;
border-left:1px solid #E8E4CB;
border-right:1px solid #E8E4CB;
font-size:11px;
line-height:1.4em;
margin:-0.25em 20px 2em 0;
padding:5px;
text-transform:none;
}

#comments-block .comment-body p {
margin:0 0 0.75em;
}

.deleted-comment {
color:gray;
font-style:italic;
}

#blog-pager-newer-link {
float:left;
}

#blog-pager-older-link {
float:right;
}

#blog-pager {
text-align:center;
}

.feed-links {
clear:both;
line-height:2.5em;
}


/*---------SIDEBAR COLORS and TEXTS-----------*/
.sidebar h2{
color:#ffffff;
text-transform:uppercase;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
background:#333333;
padding:5px;
border-bottom:#ffffff 1px solid;
}


.sidebar {
color:#000000;
line-height:16px;
}


.sidebar ul { 
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

.profile-img {/*-------this is the image that goes with the "about me" widget------------*/
float:left;
margin:0 5px 5px 0;
padding:4px; 
}


/*-------FOOTER------------*/

.footer {
border-left: 1px solid #000000;
border-right: 1px solid #000000;
clear:both;
color:#ffffff;
font-size:11px;
margin:0 auto;
width:1024px;
}
.right_footer {
float:right;
padding:42px 60px 0 0;
text-align:left;
width:433px;
}
.footer a {
color:#ffffff;
}


/*-------top share button and div container------------*/


.share-holder {
	position:absolute; 
	right:35px; 
	width:100px; 
	top:10px;
	display:none;
}

.share-holder .stbutton{
  color:#ffffff;
  font-weight:bold;
  font-family:Helvetica, Arial, sans-serif;
  font-size:14px;
}

.share-holder .stbutton a{
  color:#ffffff;
  font-weight:bold;
  font-family:Helvetica, Arial, sans-serif;
}

/* rounded corners http://css3pie.com/ */
.round { behavior: url(PIE.htc); position:relative; z-index:1;}

.round-box {

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}



.header-frame{
	position: absolute;
	left:-12px;
	top:0;
}

.header-nav{
	position: absolute;
	left:-12px;
	top:215px;
	z-index:9000;
}



