/*
Theme Name: My Theme
Theme URI: http://MyThemeURL.com
Description: Spice up Twenty Tens menu bar.
Author: Scott Dixon
Author URI: http://MyURL.com
Template: twentyten
Version: 1.0
Tags: twenty ten, menu
*/
@import url("../twentyten/style.css");

#header{
  padding: 10px 0 0;
}

#site-description {
    clear: both; float: left;
    margin-top: -20px; margin-left: 5px;
	font-size:13px;
width:100%; /* adjust as needed */
}

#header #access{  /* move menu bar onto header */
	top: 5px;
	position: relative;
}
#main {  /* raise main area up close to new positioned menu */
	padding: 30px 0 0;
}
#primary {  /* adjust the sidebar */
	margin-top: 10px;
}
#access { /* decrease the height of menu */
	height:30px;
	background:none repeat scroll 0 0 #000000;
} 

}
#access ul ul a,#access li:hover > a,#access ul ul :hover > a {
	background-color: #000;
	background: rgb(0, 0, 0); /* Fallback for web browsers that don't support RGBa */
	background: rgba(0, 0, 0, 0.7); /* RGBa for sub menus */
}
#access a { /* brighten the menu links */
	color:#888;
	line-height:30px;
}
#access li:hover > a,#access ul ul :hover > a {
	color: #CC0000; /* menu hover link color */
	background: rgba(8, 8, 8, 0.8);
}
#access ul li.current_page_item > a,#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,#access ul li.current-menu-parent > a {
	color: #CC0000; /* current menu link */
}
#access ul ul { /* adjust height of dropdown menus */
	top:30px;
}
#access ul ul ul {
	top:0;
}
    #access {
    display:block;
    z-index:999;
    position:absolute;
    text-align:left;
    }

    #access ul{display:inline-block;}
/* Edit Fonts */

body, input, textarea {
	font-family: Arial, Helvetica, sans-serif; /* overall font */
}
#content,
#content input,         
#content textarea {             /* change the content font and make it smaller and reduce line height */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	line-height: 155%;
}
#content .entry-title {  /* post title font */
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
/* end edit fonts */

/* add a border to images */
#content img.attachment-post-thumbnail,
#content img.attachment-single-post-thumbnail {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #f1f1f1;
    padding: 10px;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #f1f1f1;
    padding: 10px;
}
#content img {
    max-width: 95%;
}
/* change the color of the meta links for posts */
.entry-utility {
	color: #CC0000;
	padding: 5px;
	background: #111111;
}
.entry-utility a {
	color: #888;
}
/* hide the top navigation links when viewing posts */
.paged #nav-above, .single #nav-above {
    display: none;
} /* hide page titles */
.page .entry-title {
	display:none;
}
/* hide comment form allow tags */
#respond .form-allowed-tags {
	display: none;
}

/* wider sidebar */
#container { 
	float: left; 
	margin: -10px 0 4px; 
	width: 638px; 
}
#content {
	width: 610px; 
	overflow:hidden; 
	margin:0 0px 10px 0px;
    padding: 5px 0px 0px 20px;
}
#primary, #secondary { 
	float: right; 
	overflow: hidden; 
	width: 270px;
    margin: 0 0 4px 0;
}
.one-column #content { 
	margin: 0 0 0 80px; 
	padding: 0; 
	width: 800px;
}
/* add shadow around site, uncomment to use
#wrapper {
	-moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.25);
}*/


#site-generator {display:none; }
#site-info {display:none;}

.entry-meta {display:none;}
.entry-utility{display:none;} 

.entry-content a,
.entry-summary a{/* CONTINUE READING */
color: #888;
text-decoration: none;
font-size: 12px;
}

.entry-content a:hover,
.entry-summary a:hover{/* CONTINUE READING */
color: #CC0000;
text-decoration: underline;
} 
/* Change our default link colors */
a:link{
color:#888;
}
a:visited{
color:#CC0000;
}
a:hover{
color:#CC0000;
}
a:active{
color:#CC0000;