/*   
Theme Name: Edo
Theme URI: www.edrooth.com.com
Description: my custom theme
Author: Ed Rooth
Author URI: www.edrooth.com
Version: 1.0
.
Please do not use this theme without permission
.
*/

/* basic structure/layout */
html
{ 
	background: #ecdab3 url('images/bg_texture.png') repeat scroll;
	font-family: Verdana,Arial,sans-serif;
}


#doc3
{
	/* yui grids specific */
	margin: auto;
}

#hd 
{
	/* yui grids specific */
	height: 150px;
	background: transparent url(images/bg_head.jpg) repeat scroll 0 0;
}

#hd-content
{
	line-height: 105px;
	padding: 25px 100px 20px 125px;
	color: #ccc;
}

#hd-content h1
{
	font-size: 200%;
        line-height: 40px;
}

#hd-content h2
{
	font-size: 100%;
    margin: 0;
    padding: 0;
    line-height: 20px;
}


#hd-content a, #hd-content a:hover
{
	color: #fff;
	text-decoration: none;
}


#bd
{
	/* yui grids specific */
	min-width: 900px;
}

/* main site navigation */
#nav
{
	background-color: rgba(0,0,0,0.5);
    *background-color: #333;
	font-size: 116%;
	padding: 0 5% 0 5%;
}

#nav li 
{
	display: inline;
	line-height: 3em;
	padding-right: 1em;
}

#nav a 
{
	color: #999;
	text-decoration: none;
	display: inline-block;
	line-height: 2.5em;
}

#nav a:hover
{
	/*color: #fff;*/
	border-bottom: solid 0.2em #fff;
}

#nav ul li.current_page_item a, #nav ul li.current_page_parent a
{
	border-bottom: solid 0.2em #FF9C08;
	color: #fff;
}

#child-page-nav
{
	margin-bottom: 1em;
}

#child-page-nav li
{
	background: url(images/icons/silk-icons/bullet_red.png) left center no-repeat;
	padding-left: 20px;
}


/* sidebar navigation */
#sidebar
{
	margin: 4em 2em 6em 0;
}

#sidebar .bubble
{
	background-color: rgba(0,0,0,0.25);
	*background-color: #ccc;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	box-shadow: 6px 6px 10px #666;-moz-box-shadow: 6px 6px 10px #666;-webkit-box-shadow: 6px 6px 10px #666;	
}

#sidebar .bubble a
{
	color: #333;
	display: block;
	padding: .5em 1em;
}

#sidebar .bubble a:hover
{
	color: #000;
	background-color: rgba(0,0,0,0.15);
	*background-color: #666;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}



#sidebar .bubble h2.widgettitle
{
	background-color: rgba(0,0,0,0.5);
	*background-color: #333;
	color: #fff;
	padding: .5em 1em;
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
}

#sidebar .bubble select
{
	margin: .5em 1em;
}


/* page layouts */
#page-title
{
	color: #000;
	padding: .5em 0 .5em 0;
}

#page-content, #post-content, #single-content
{
	font-size: 108%;
	color: #333;
	margin: 3em;
	min-height: 30em;
	width: 42em;
}


/* front page layout */
#front-page-content
{
	font-size: 108%;
	min-width: 55em;
}

#front-page-left
{
	margin: 3em;
}

#front-page-right
{
	height: 30em;
	background-color: #a62103; /* #d96704; /*#f28705; rgba(100,0,0,0.8);*/
	color: #f28705;
	padding: 5em 3em 5em 3em;
}

div.front-headline
{
	width: 85%;
	padding: 1em;
	border-bottom: dotted #f28705 1px;
}

div.front-headline h2
{
	font-size: 200%;
	color: #fff;
}

#front-page-cloud
{
	margin-bottom: 3em;
}

#front-page-recents
{
	
}

/* footer */
#ft
{
	/* yui grids specific */
	background-color: rgba(0,0,0,0.8);
    *background-color: #333;
	color: #ccc;
	font-size: 100%;
	padding: 1em;
	min-height: 20em;
}

#ft-links
{
	margin: 1em 1em 1em 5em;
}

#fine-print
{
	text-align: center;
	padding: 3em 1em 2em 1em;
}

#icons
{
	text-align: right;
}

#icons img
{
	opacity: .5;
	-webkit-transition-property: opacity, scale;
	-webkit-transition-duration: 1s, 500ms;
	-webkit-transform: scale(0.9);
	
	-moz-transform: scale(0.9);
}

#icons img:hover
{
	opacity: 1;
	-webkit-transform: scale(1.0);
	
	-moz-transform: scale(1.0);
}


/* blog posts */
div.post
{
	clear: both;
}

div.post h2
{
	font-size: 138.5%;
}

div.post div.entry
{
	font-size: 116%;
	padding: 1em 0 1em 0;
	margin-bottom: 2em;
	border-bottom: dotted 1px #666;
}

p.tags
{
	margin-top: 1em;
	font-size: 77%;
}

p.postmetadata
{
	margin: 0 0 2em 3em;
}

div.navigation
{
	clear: both;
}

/* comments */
#comments
{
	margin: 1em 0;
}

ol.commentlist
{
	background-color: rgba(0,0,0,0.25);
	padding: 1em;
	clear: both;
}

div.comment-body
{
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: dotted 1px #666;
}

#respond
{
	margin-top: 10em;
}

#commentform p
{
	margin: .5em 0;
}

#commentform p #comment
{
	width: 100%;
}

/* search form */
#searchform
{
	margin: 0 0 1em .5em;
}
#s
{
	display: inline-block;
}

#searchsubmit
{
	height: 24px;
	width: 24px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	margin-left: 4px;
	border: solid 1px #333;
}
#searchsubmit span
{
	text-align: center;
	height: 16px;
	height: 16px;
	margin: auto;
}

/* general */

img.photo 
{
   padding: 4px;
   background-color: #fff;
   border: solid 1px #ccc;
   margin: 0 1em 1em 0;
}

small
{
	font-style:italic;
	color: #666;
	font-size: 77%;
}

h1
{
	font-size: 138.5%;
}

a, a:visited
{
	color: #a62103;
	text-decoration: none;
}

a:hover
{
	color: #731953;
	text-decoration: underline;
}

strong
{
	font-weight: bold;
}
em
{       
        font-style: italic;
}

input, textarea
{
	border: solid 1px #333;
	padding: .25em;
	font-size: 108%;
	background-color: rgba(0,0,0,0.25);
	color: #333;
}

input:focus, textarea:focus
{
	color: #000;
	background-color: rgba(0,0,0,0.15);
	border: solid 1px #000;
}

input[type="submit"]
{
	padding: .5em;
	cursor: pointer;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

div.skill-list
{
        margin: 1em;
        float: left;
}

div.skill-list div
{
        font-weight: bold;
        text-transform: uppercase;
        background-color: rgba(0,0,0,.5);
        *background-color: #333;
        color: #fff;
        padding: .2em;
        text-align: center;
}

div.skill-list ul li
{
        background: transparent url(images/icons/silk-icons/tick.png) no-repeat scroll left center;
        padding: 2px 2px 2px 20px;
}

/* qtranslate plugin */
#language-chooser
{
	position: absolute;
	top: 1em;
	right: 1em;
}

#language-chooser a
{
	background-color: #000;
	color: #fff;
	padding: 2px;
}

#skype-status
{
	padding-top: .5em;
}

/* lifestream plugin */
h2.lifestream_date
{
	background-color: rgba(0,0,0,0.5);
	*background-color: #333;
	color: #fff;
	padding: .25em;
}

.lifestream_hour, .lifestream_via
{
       color: #333;
}

.lifestream_date { text-align: left; margin-bottom:5px; }
.lifestream_icon { width: 16px; }
.lifestream .lifestream_meta { color: #aaa; font-size:x-small; }
.lifestream_text { padding: 0 0.5em; text-align: left; }
.lifestream img { border: 0; vertical-align: middle; }
.lifestream_blogpost { font-size: 93%; margin-top: 5px; padding-left: 5px; font-style: italic; }
table.lifestream td.lifestream_hour { text-align: center; padding: 3px 0.5em; width: 50px; }
table.lifestream td.lifestream_icon { padding: 3px 0.5em; }
table.lifestream td { vertical-align: top; padding: 3px 0; }
