/*
THEME NAME: Rocky Radar
THEME URI: 
DESCRIPTION: 
VERSION: 1.0
AUTHOR:
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Reset styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	background-image: transparent;
}


#recentheadlines {
list-style-type:none;}

/* remember to define focus styles! */
:focus {
	-moz-outline:0;
	outline:0;
	outline-offset:0;
}
 
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/***************************
******************* Links */
a { 
	text-decoration: underline;
	color: #000;
}
a:hover { 
	text-decoration: underline;
}
a:visited {

}


/***************************
** Typographical Elements */

p, ul, ol, dl, address {
	margin: 0 0 1.6em 0;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ul li, ol li, dl dd {
	padding-left: .9em;
}

blockquote {
	margin-left: 1.8em;
	margin-right: .9em;
}

q:before {
	content: '&ldquo;'; 
}
q:after {
	content: '&rdquo;'; 
}

em {
	font-style: italic;
}

strong {
	font-weight: 900;
}

cite {
	font-style: italic;
}

code {
	font-family: monospace;
}

kbd {
	font-family: monospace;
}

samp {
	font-family: monospace;
}
sup {
	font-size: 80%;
	vertical-align: super;
}
sup.trademark {
	text-transform: uppercase;
	font-size: 70%;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .8em;
}
h1 {
	font-size: 1.9em;
	margin-bottom: 0.9em;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}


/**************************************
******************************* Body */

body {
	font-size: 62.5%;
	line-height: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
}
div#wrapper {
	width: 900px;
	margin: 0 auto;
}



/**************************************
***************************** Header */

div#header {
	background: url('img/header.png') left top no-repeat;
	width: 900px;
	height: 190px;
	padding: 10px 0 0 0;
	position: relative;
}
div#header h1 {
	display: block;
	width: 645px;
	height: 155px;
	margin: 0 0 0 25px;
}
div#header h1 a {
	display: block;
	width: 645px;
	height: 155px;
	text-indent: -999em;
}
div#blog-description {
	display: none;
}

div#header-search {
	position: absolute;
	right: 2em;
	top: 2.5em;
}
div#header-search h2 {
	display: none;
}
div#header-search form input.button {
	display: none;
}
div#header-search form input#s {
	width: 180px;
	height: 20px;
	border: none;
	font-size: 1.2em;
	padding: 3px;
	background-color: #262626;
	color: #fff;
}
div#subscribe {
	position: absolute;
	right: 5em;
	top: 7.5em;
	width: 110px;
	color: #fff;
}
div#subscribe h2 {
	margin-bottom: 5px;
}
div#subscribe ul li {
	display: block;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div#subscribe ul li a {
	color: #853841;
	text-decoration: none;
}
div#subscribe ul li#rss {
	margin-right: 10px;
}
li#rss a {
	background: url('img/rss.png') left top no-repeat;
	padding-left: 17px;
}
div#network-links {
	width: 100%;
	position: absolute;
	bottom: 1.25em;
}
div#network-links ul li {
	display: block;
	float: left;
	width: 160px;
	text-align: center;
	font-size: 1.4em;
}
div#network-links ul li a {
	color: #fff;
	text-decoration: none;
}
div#network-links ul li a:hover {
	text-decoration: underline;
}
div#network-links ul li.current a {
	font-weight: bold;
}



/**************************************
************************* Navigation */

div#access {
	float: right;
	margin: 1.5em 0 0 0;
}
div#access ul {
	margin: 0;
}
div#access ul li {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: 0 1em 0 0;
}
div#access ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #999;
}
div#access ul li a:hover {
	color: #000;
	text-decoration: underline;
}
div.skip-link {
	display: none;
}



/**************************************
**************************** Content */

table.companytable {
      border-style: solid;
      border-width: 2px;
      border-collapse: collapse;
      align: left;
      margin-right: 10px;}

.compheader {
      border-style: none;
      border-collapse: collapse;
      colspan: 2;
      padding: 3px;
     align: left;
      font-size: 10pt;
      background-color: #357032;
      color: #ffffff;}

td.compdata {
      border-style: dotted;
      border-width: 1px;
      border-collapse: collapse;
      padding: 5px;}


.titlespan {
     font-size: 24pt;
     font-weight: bold;
     line-height: 100%;}


.titleline {
     height: 4px;
     width: 570px;
     padding-bottom: 10px;}
               

div#container {
	float: left;
	width: 590px;
}
div#container a {
	color: #336f31;
	font-weight: bold;
	text-decoration: none;
}
div#container a:hover {
	text-decoration: underline;
}
div#content {
	font-size: 1.4em;
	line-height: 1.4em;
}
div.post {
	margin: 0 0 2em 0;
	clear: left;
}
div#container h3 {
	color: #336f31;
	text-decoration: underline;
}
div#container h4 {
	color: #000;
	font-style: italic;
}
div#container ul li {
	list-style-type: disc;
	margin-left: 2em;
	padding: 0;
}
div#container ol li {
	list-style-type: decimal;
	padding: 0;
	margin-left: 2em;
}


/**************************************
************************ Post Extras */

h2.entry-title {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
       line-height: 100%;
}
div#nav-above {
	display: none;
}

div#nav-previous {
	align: left
}

div.entry-date {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #666;
	font-size: 0.8em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0.25em;
	display: block;
	float: left;
	margin: 0 0 1em 0;
       width: 570px;
}
div.entry-content {
	clear: both;
}
div.entry-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-family: Georgia, Times, serif;
	padding: 0.5em 0.25em;
	float: left;
	margin: 0 0 3em 0;
	font-style: italic;
	clear: both;
}

div.comments1 {
       text-align: right;}

div#container div.entry-meta a {
	font-weight: normal;
}
div.entry-meta span.meta-sep {
	display: none;
}
div.entry-meta span.author {
	margin-right: 1em;
}
div.entry-meta span.cat-links {
	margin-right: 1em;
}
div.entry-meta span.edit-link {
	margin-right: 1em;
}
div.entry-meta span.comments-link {
}

.comments-link {
    	float: right;
	display: inline; 
	text-align: right;}

.date1 {
    	float: left;
	display: inline; 
	text-align: left;}

body.single div.entry-meta, body.page div.entry-meta {
	clear: both;
}
body.single div.entry-meta span.author, body.page div.entry-meta span.author {
	margin: 0;
}
body.page div#container span.edit-link a {
	background-color: #336f31;
	color: #fff;
	padding: 0.25em;
	float: left;
}
a.more-link {
	font-style: italic;
	text-decoration: underline;
}


.alignright {
	float: right;
	margin: 1em 0 1em 1em;
}
.alignleft {
	float: left;
	margin: 1em 1em 1em 0;
}

.aligncenter, div.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
} 
.alignleft { 
	float: left; 
} 
.alignright { 
	float: right; 
} 

/**************************************
**************************** Sidebar */
          
div#primary {
	margin: 4em 0 0 0;
}
div.sidebar {
	float: right;
	width: 280px;
	clear: right;
}
div.sidebar ul.xoxo {
	font-size: 1.4em;
	line-height: 1.4em;
}
div.sidebar ul.xoxo ul.xoxo {
	font-size: 1em;
	line-height: 1em;
}
div.sidebar ul.xoxo ul {
	clear: left;
	font-size: 1.2em;
}
div.sidebar ul.xoxo ul li {
	list-style-type: disc;
	margin-left: 2em;

	padding: 0;
	line-height: 1.5em;
}
div.sidebar ul.xoxo ul li a {
	color: #336f31;
	text-decoration: none;
}
div.sidebar ul.xoxo ul li a:hover {
	text-decoration: underline;
}
div.sidebar h3 {
	color: #999;
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.25em 0.25em;
	font-style: italic;
	font-family: Georgia, Times, serif;
}

.sponsortitle {
         font-size: 12pt;
          text-align: center;
          font-weight: bold;
          font-size: 12pt;}

ul.sponsors {
               display: inline;
               list-style: none;
  }
              

.sponsorimage2 {
               list-style: none;
               display: inline;}


#headline { 

        font-size: 8pt;
         text-decoration: none;
         list-style: none;
         margin-top: 5px;
         line-height: 110%;}

span.headlinetitle {
         font-weight: bold;
        font-size: 12pt;
       }


#headlines {
      margin-left: 12px;
      padding: 3px;
      background-color: #D3D3D3;}

div#headlines ul li a {
	color: #000;
	text-decoration: none;
       list-style: none;
}

div#headlines ul li a:hover {
	color: #000;
	text-decoration: underline;
}

div#headlines ul li a:visited {
	color: #357032;
	text-decoration: none;
}



/**************************************
************************* Button Ads */

div.sidebar li.adsensem_widget {
	width: 125px;
	display: inline;
	float: left;
	margin: 0 0 0.25em 0;
       list-style: none;
}

div.sidebar td.adsensem_widget {
	width: 125px;
	display: inline;
	float: left;
	margin: 0 0 0.1em 0;
}



/**************************************
*************************** Comments */

div#comments {
	margin: 2em 0 2em 0;
}
div#comments ol li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}






/**************************************
***************************** Footer */

div#footer {
	width: 100%;
	clear: both;
	height: 100px;
}

div#access-footer {
	float: left;
	margin: 1.5em 0 0 0;
}
div#access-footer ul {
	margin: 0;
}
div#access-footer ul li {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: 0 1em 0 0;
}
div#access-footer ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #999;
}
div#access-footer ul li a:hover {
	color: #000;
	text-decoration: underline;
}

div.skip-link {
	display: none;
}


.widelogo {
        width: 125px;
}



