/*
Theme Name: Timothy Reed v.1 Beta 
Theme URI: http://www.timothyreed.com/blog
Description: WordPress theme desiged by Timothy Reed and free to use for whate ever you want. If you could leave a credit that would be great. Thanks
Version: 20 May, 4:40
Author: Timothy Reed
Author URI: http://www.website.com
*/

body {
	font-size: 75%;
	color: #222;
	background: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	min-height: 580px;
}
.container {
	width: 950px;
	margin: 0 auto;
	min-height: 580px;
}
.main_bg {
	background:url(images/main_bg.jpg) repeat-x top;
}
.other_bg {
	background:url(images/other_bg.jpg) repeat-x top;
}
/* Layout
-------------------------------------------------------------- */

#login {
	height:26px;
}
#logo {
	height:55px;
	margin-top:12px;
	margin-left:-10px;
}
#header {
	height:295px;
}
#header_other {
	height:70px;
}
#slide {
	margin-left:78px;
	margin-right:78px;
	margin-top:10px;
}
#maincontent {
	position:relative;
	height:100%;
}
#call_to_action {
	width:530px;
	margin-top:50px;
	margin-left:40px;
}
#news1 {
	width:225px;
	margin-left:40px;
	margin-top:20px;
	margin-right:20px;
	float:left;
}
#news2 {
	width:225px;
	margin-left:20px;
	margin-top:20px;
	float:left;
}
#about_wraper {
	position:relative;
	margin-top:30px;
	margin-left:30px;
}
#about_photo {
	float:left;
	width:216px;
	margin-right:30px;
}
#about_column1 {
	float:left;
	width:300px;
	margin-right:30px;
}
#about_column2 {
	float:left;
	width:300px;
}
#twitter {
	position:absolute;
	width:200px;
	top:0;
	right:0;
	padding-left:10px;
	margin-right:5px;
	margin-top:50px;
	background:url(images/twitter_bar.jpg) no-repeat left;
	text-align:left;
}
#footer {
	position:absolute;
	left:0;
	height:320px;
	width:100%;
	background: #383838;
}
#footernav {
	width:950px;
	height:200px;
	margin: 0 auto;
	margin-top:80px;
}
#f_nav_left {
	width:150px;
	height:200px;
	float:left;
	margin-right:70px;
	margin-left:80px;
}
#f_nave_center {
	width:150px;
	height:200px;
	float:left;
	margin-right:70px;
}
#f_nave_right {
	width:300px;
	height:200px;
	float:left;
}
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 00px;
	font-weight:bold;
	line-height:0.85;
	margin-bottom: 0em;
	color:#383838;
}
h2 {
	font-size: 23px;
	font-weight:bold;
	line-height: 1;
	margin-bottom: 0.3em;
	margin-left:-3px;
}
h3 {
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:#333;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
#footerlist {
	font-size: 24px;font-weight: bold;color:#FFF;font-family: "Helvetica", Arial, Trebuchet MS, sans-serif;}
h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
h1 img {
	border: #383838 5px solid;
}
h1 a {
	margin:12px;
	display:block;
	width:239px;
	height:28px;
	text-indent:-9999px;
	background: url(images/timothyjamesreed_logo.jpg) no-repeat;
}

/* Text elements
-------------------------------------------------------------- */
img.alignright {float:right; margin:0 0 1em 1em; border: #383838 5px solid;}
img.alignleft {float:left; margin:0 1em 1em 0; border: #383838 5px solid;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; border: #383838 5px solid;}
a img.alignright {float:right; margin:0 0 1em 1em; border: #383838 5px solid;}
a img.alignleft {float:left; margin:0 1em 1em 0; border: #383838 5px solid;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto; border: #383838 5px solid;}


/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #000;
}
a:link {
	color: #333;
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/* Lists
-------------------------------------------------------------- */

li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
/* Tables
-------------------------------------------------------------- */

table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/* Misc classes
-------------------------------------------------------------- */
.pink {
	color:#F3F;
}
.lab {
	padding-top:5px;
	background:url(../images/lab_icon.jpg) no-repeat;
	background-position:885px 4px;
	font-size:12px;
	color:#FFF;
	font-family: "Helvetica", sans-serif;
	text-align:right;
	margin-right:20px;
}

.lab a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.calltoaction {
	font-size:16px;
	line-height:18px;
}
.recentnews {
	font-size:12px;
	font-weight:bold;
	font-family: "Helvetica", sans-serif;
	margin-bottom:10px;
}
.readmore {
	font-size:12px;
	font-style:italic;
	font-family: "Helvetica", sans-serif;
	margin-top:10px;
}
.tweet {
	font-size:12px;
	font-weight:bold;
	font-family: "Helvetica", sans-serif;
	margin-bottom:10px;
}
.artquote {
	font-size:60px;
	margin-top:50px;
	margin-left:30px;
	line-height:60px;
}
.name_credit {
	font-size:10px;
	font-style:italic;
	margin-top:-0px;
	margin-left:30px;
}
.date {
	font-size:10px;
	color:#999;
	margin-top:-15px;
}
/* Success, notice and error boxes
-------------------------------------------------------------- */

.error, .notice, .success {
	margin-left:-10px;
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	list-style:none;
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/* Main Menu
-------------------------------------------------------------- */
#nav {
}
.mainmenu {
	padding-top:15px;
	font-weight: bold;
	width: 100%;
}
.mainmenu ul {
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: right;/*set value to "left", "center", or "right"*/
}
.mainmenu ul li {
	display: inline;
}
.mainmenu ul li a {
	font-family: "Helvetica", sans-serif;
	font-style:normal;
	font-size:12px;
	color: #333;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 1px solid #999; /*bottom border is 3px*/
}
.mainmenu ul li a:hover, .mainmenu ul li a.selected {
	border-bottom-color: #000;
}
.current {
	font-family:Arial, "Helvetica", sans-serif;
	font-style:normal;
	font-size:12px;
	color: #FFF;
	border-bottom: 3px solid;
	border-bottom-color:#999;
}
/* Footer Menu
-------------------------------------------------------------- */

.footermenu {
	width: 100%;
	text-align:left;
}
* html .footermenu { /*IE only rule. Original menu width minus all left/right paddings */
	width: 164px;
}
.footermenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footermenu a {
	font:14px;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #fff;
	text-decoration: none;
}
.footermenu a:visited {
	color: #595959;
}
html>body .footermenu a { /*Non IE rule*/
	width: auto;
}
.footermenu a:hover {
	background-color: #CCC;
	color: black;
}
/* Flickr Widget
-------------------------------------------------------------- */

#flickr_badge_source_txt {
	padding:0;
	font: 11px Arial, Helvetica, Sans serif;
	color:#666666;
}
#flickr_badge_icon {
	display:block !important;
	margin:0 !important;
	border: 1px solid rgb(0, 0, 0) !important;
}
#flickr_icon_td {
	padding:0 5px 0 0 !important;
}
.flickr_badge_image {
	text-align:center !important;
}
.flickr_badge_image img {
	border: 5px solid white;
!important;
}
#flickr_www {
	display:block;
	padding:0 10px 0 10px !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color:#3993ff !important;
}
#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {
	text-decoration:none !important;
	background:inherit !important;
	color:#000000;
}
#flickr_badge_wrapper {
}
#flickr_badge_source {
	padding:0 !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color:#666666 !important;
}
/* Twitter Widget
-------------------------------------------------------------- */

#twitter_div {
}
ul#twitter_update_list {
	list-style: none;
	font-size: 10px;
	color: #333;
	font-style:normal;
}
ul#twitter_update_list li {
	margin-bottom: 10px;
	padding: 10px;/*	background: #f2f2f2;    
	border:#CCC 1px solid; */   /* uncomment out if you prefer */
}
a {
	color: #999;
}
/* email form
-------------------------------------------------------------- */
#main {
	position: relative;
	width:500px;
	float: left;
	overflow: hidden;
	padding: 1em;
	text-align: left;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomleft: 1em;
	background: white url(images/content_top.jpg) 0 0 repeat-x;
}
p small {
	display: block;
}
#main img.loaderIcon {
	width: 15px;
	position: absolute;
	top: 1em;
	right: 2em;
}
#name {
	width:350px;
	height:30px;
	background: #f2f2f2;
	border:#CCC 1px solid;
	font-size:18px;
	font-weight:bold;
	color:#333;
}
#author {
	width:350px;
	height:30px;
	background: #f2f2f2;
	border:#CCC 1px solid;
	font-size:18px;
	font-weight:bold;
	color:#333;
}
#url {
	width:350px;
	height:30px;
	background: #f2f2f2;
	border:#CCC 1px solid;
	font-size:18px;
	font-weight:bold;
	color:#333;
}
#comment {
	background: #f2f2f2;
	border:#CCC 1px solid;
	font-size:18px;
	font-weight:bold;
	color:#333;
}
#email {
	width:350px;
	height:30px;
	background: #f2f2f2;
	border:#CCC 1px solid;
	font-size:18px;
	font-weight:bold;
	color:#333;
}
#comments {
	width:450px;
	height:200px;
	background: #f2f2f2;
	border:#CCC 1px solid;
	font-size:18px;
	font-weight:bold;
	color:#333;
}
/* Icons
-------------------------------------------------------------- */
/* Use this class if a link gets an icon when it shouldn't. */
body a.noicon {
	background:transparent none !important;
	padding:0 !important;
	margin:0 !important;
}

/* Make sure the icons are not cut */
a[href^="mailto:"], a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], a[href$=".rdf"], a[href^="aim:"] {
 padding:2px 22px 2px 0;
 margin:-2px 0;
 background-repeat: no-repeat;
 background-position: right center;
}

/* External links */
a[href^="mailto:"] {
background-image: url(../icons/email.png);
}

/* Files */
a[href$=".pdf"] {
background-image: url(../icons/pdf.png);
}
a[href$=".doc"] {
background-image: url(../icons/doc.png);
}
a[href$=".xls"] {
background-image: url(../icons/xls.png);
}
 
/* Misc */
a[href$=".rss"], a[href$=".rdf"] {
background-image: url(../icons/feed.png);
}
a[href^="aim:"] {
background-image: url(../icons/im.png);
}


/* Blog 
-------------------------------------------------------------- */

html>body #content {
	height: auto;
	min-height: 580px;
}
body, td, th {
	color: #1F1F1F;
	}

#hd {
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px
}
.item {
	width:580px;
	margin-left:50px;
	padding: 10px;
	background-image: url(/);
	background-repeat: repeat;
	text-align:left;
	margin-bottom: 1em;
	margin-top:30px;
}
.item ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}
.item ol {
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}
.itemhead {
	padding-top: 5px;
	padding-bottom: 5px;
}
.chronodata {
	display: inline;
	text-align: right;
	margin-left: 2em;
	font-size: 10px;
	font-style:italic;
}
.itemhead h3 {
	display: inline;
	color:#000;
	font-size: 26px;
	font-style:none;
}
input {
	font-size: 80%;
}
.metadata {
	line-height: 190%;
	font-size: 75%;
}
.metadata a:link, .metadata a:hover, .metadata a:visited {
	color: #333;
}
.tags, .catagory {
	display: block;
}
.commentlist p {
	clear: both;
	font-size: 95%;
}
cite {
	font-size: 95%;
}
.commentmetadata {
	font-size: 80%;
	float: right;
}
.commentlist {
	margin-top: 5px;
}
.commentlist li {
	padding: 2px;
	border-top: 1px solid #616161;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #9C9C9C;
}
.navigation a:link, .navigation a:hover, .navigation a:visited {
	color: #CCC;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
#secondary, #third {
	margin-left:20px;
	background:url(images/twitter_bar.jpg) no-repeat left center;
	text-align:left;
	padding: 0px;
}
#secondary h4, #third h4 {
	color: #1F1F1F;
	font-family: Trebuchet MS, arial, sans-serif;
	margin-top: 5px;
	padding: 3px;
}
#secondary p, #third p {
	padding: 3px;
	font-size: 70%;
}
#searchform {
	clear: both;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}
#third {
	margin-left: 9px;
}
#menu {
	padding:0;
	margin-left:20px;
	border:0px solid #fff
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:85%;
}
#menu ul li {
	padding:0;
	margin:0;
	border-bottom:1px solid #FFFFFF;
}
#menu ul li a {
	display:block;
	padding:4px 4px 4px 10px;
	text-decoration:none;
	color: #242424;
}
#menu ul li a:hover {
	color:myheadttcolor;
	background: #CCC;
}
li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.yui-nav {
	float:right;
	margin-bottom: -1px;
}
.yui-navset .yui-nav a:hover {
	background-color: #CCC;
	color: #242424;
}
.yui-navset .yui-nav li a {
 float:right  background-color: #CCC;
	background-image: url(/);
	background-repeat: repeat;
	border-bottom: 0px;
	color: #242424;
	padding: .3em .7em .3em .7em;
	text-decoration:none;
	font-size: 85%;
}
#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0;
	width: 90%;
	padding: 3px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
}
#wp-calendar td {
	color: #242424;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}
#wp-calendar #today {
 background:;
	color: #0099DD;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#ft {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #9C9C9C;
}
#ft a:link, #ft a:hover, #ft a:visited {
	color: #CCC;
}

