/*
Theme Name: Head30 2010 Child
Theme URI: http://blog.markheadrick.com/
Description: Head30 2010 Child based off The 2010 v1.1 default theme for WordPress, Twenty Ten.
Author: Mark Headrick
Version: 1.0
Template: twentyten
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url("../twentyten/style.css");

/* only add styles here to over-ride the 2010 styles */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

/* =Fonts
-------------------------------------------------------------- */

body,
input,
textarea,
.page-title span,
.pingback a.url {
/*	font-family: Georgia, "Bitstream Charter", serif; */
font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	/* background: #498AC0; */
	background: #1944A8;
}

#access a {
	/* color:#aaa; */
	color:#ffffff;
}

#access li:hover > a,
#access ul ul :hover > a {
	color:#FFFFFF;
	background:#6B91E9; 
}

/* =Content
-------------------------------------------------------------- */
#content,
#content input,
#content textarea {
	color: #000000;
	font-size: 12px;
	line-height: 1.5;
}

#content p, 
#content ul, 
#content ol, 
#content dd, 
#content pre, 
#content hr {
   margin-bottom: 18px;
}


/* #content pre, (need to define size and line-height*/
#content pre {
   line-height: 1.333em;
   font-size: 12px;
}

/* =Comments
-------------------------------------------------------------- */
.commentlist li.comment {
	line-height: 18px;
}

/* =Widget Areas
-------------------------------------------------------------- */

#primary {
   width: 230px;
}

.widget-area ul ul {
	list-style: none;
	font-size: 12px;
	line-height: 150%;
}

/* Begin My Stuff */
img.floatleft, table.floatleft {
	float: left;
	margin-right: 0.5em !important;
}
img.floatright, table.floatright {
	float: right;
	margin-left: 0.5em !important;
}
#winamp {
   text-align: center;
   line-height: 0px;
/*   margin: 0; */
}

#random_gallery {
   border: thin solid #FFA500; 
   text-align: center; color: #000000;
}

#twitter-tools .aktt_tweets {
	border: thin solid #FFA500;
	font-size: 0.75em;
   color: #000000;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}
#twitter-tools ul {	
	/* font-size: 0.75em; */
	line-height: 120%;
	margin-right: 10px; 
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
}
#twitter-tools ul li {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: Gray;
	margin-left: 0px; 
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
   overflow-x: hidden;
}
#twitter-tools .aktt_credit {
	text-align: center;
	margin-top: 10px;
}

#my-footer {
	text-align: center;
	font-size: 10px;
	line-height: 120%;
	padding-bottom: 10px; 
}
/* End my stuff */


