/*
Theme Name: Thirty Ten
Theme URI: http://aaron.jorb.in/thirty-ten
Description: A child theme of the 2010 default theme for WordPress.
Author: Aaron Jorbin based on work by the WordPress team
Author URI: http://aaron.jorb.in/
Version: 1.1
Tags: black, blue, white, three-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
Template: twentyten
*/

@import url('../twentyten/style.css');

/* Move menu to be above image */
#header #access{
top: -240px;
position: relative;
}
#site-title {
margin:0 0 44px;
}
/* Change our default link colors */
a:link{
color:#fdb120;
}
a:visited{
color:#d00c0d;
}
a:hover{
color:#1143d8;
}
a:active{
color:#a67942;
}
/* Modify the footer to allow for a bigger description and nicer looking links  */
#site-info{
width:250px;
}
#site-generator{
width: 590px;
}

#site-generator a{
background: none;
padding: 0 7px;
}

#jorbin-link a:link, #jorbin-link a:visited, #jorbin-link a:hover,#jorbin-link a:active {
color:#990000;

}
#generator-link a{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../twentyten/images/wordpress.png) no-repeat scroll left center;
color:#666666;
display:inline-block;
line-height:16px;
margin-left:1px;
padding-left:19px;
text-decoration:none;
}
/* Look good?  Drink a glass of whisky and enjoy */

/* --- to fix Postie table text crap overlap ------- */
.entry-utility 
{
padding-top: 44px;
}

#content p.wp-caption-text
{
margin-bottom: -30px;
}

.entry-content .table
{
border: none;
}

.element.style {
border-top: 0px none;
}

/* ---- next for lightbox ----*/

#lightbox{

	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}



#lightbox a img{ border: none; }

/* ----- next for moblog video div class  ----- */

div.postie-video { margin: 5px;

padding: 5px;
border: solid 2px #666;
background: url( images/bg_body.gif ) repeat-x top #eef;
font-size: 85%;
color: black;
float: left;
text decoration: none;
}

/* ------- wordpress 30 postie image ----------*/
div.postie-image-div 
{ 
//align: center;
}

.postie-image
{
align: center;
border: medium;
}



/* --- next for captions with images use div class  ---*/



.caption { margin: 2px; 

 padding: 3px; 

/* width: 160 px; */ 

 border: solid 2px #666; 
/* border: none; */

background: url( images/bg_body.gif ) repeat-x top #eef;

/* background: #E5F2FF; bright green*/ 

font-size:85%; 

color: black; 

float: right;

text-decoration:none;

}

.caption p {
margin: 0;
}

div.caption {
margin: 0;
padding: 3px;
}





/* -- next for image block --- */



#imgblock {

	//width:400px;
	margin:10px auto;
	padding:0;
	overflow:hidden;
	//background:url(images/bg.jpg) no-repeat #fff;
	border:5px solid #dde;
	text-align:left;
}

/* -- Next for Twitter updates -- */
//The plug in provides the following CSS classes:
//
//    * ul.twitter: the main ul (if list is activated)
//    * li.twitter-item: the ul items (if list is activated)
//    * p.twitter-message: each one of the paragraphs (if msgs > 1)
//    * .twitter-timestamp: the timestamp span class
//    * a.twitter-link: the tweet link class
//    * a.twitter-user: the @username reply link class

.span.twitter-timestamp
{
font-style: italic;
font-size: 25px;
text-decoration:none;
}

