/*
Theme Name:     workaholic child theme
Theme URI:      http: //example.com/
Description:    Child theme of the workaholic for rachelmayeri.com
Author:         Jody Hughes
Author URI:     http: //www.jodyhughes.com/
Template:       workaholic
Version:        0.1.0
*/


/*
color palette:
green avacaso: #b2b431
orange: 

*/


@import url("../workaholic/style.css");
body {background: none !important;}

#header {
	background: url('images/color_bars.png') bottom center no-repeat;
	margin-bottom:25px;
	margin-top:15px;
}

a {text-decoration: none;border-bottom:1px solid #ddd; color: #72852f}
a:hover {border-bottom:1px solid #d86e93; color: black}


#content div.portfolio {
	background-image:url(images/thumb-bg.jpg);
}

.sf-menu a:hover{color: white;}


/* jh - come back to this later and center it */
.sf-menu {
	margin-left:220px;
}

.sf-menu li {
	margin-right:1.2em;
}


#content div.archive h4 .title {
	font-size: 1.1em;
	color: white;
	text-shadow: 2px 2px 3px black;
}

#content div.archive img {z-index:0;}
#content div.archive span.title { position:absolute;top:0;left:0; bottom:auto;padding:10px 10px 0 15px; line-height: 1.2}


/* jh - from tiny mce for rich text editing */
div.alignleft {
	float: left;
}

div.alignright {
	float: right;
}

.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	margin:10px;
	padding-top:4px;
	text-align:center;
}

p.wp-caption-text {
	margin-bottom:2px;
}

div#gallery {
	background-color: black;
	text-align: center;
}

.portfolio p {
    font-size: 11px;
}

/* NAVIGATION - Search for something */
#search { position: relative; float: right; top: 5px; height:40px; width:130px;}
#search #s { float: left; display: block; margin:0;padding: 5px 5px 5px 20px; width: 100px; border: none; font-size: 12px; color: #999; vertical-align: bottom;  background: #e5ded6 url(images/search.png) 3px 5px no-repeat;-moz-border-radius: 5px;-webkit-border-radius: 5px;line-height: 1}
#search #s:hover { color: #666;background: #ddd5cd url(images/search.png) 3px 5px no-repeat;}

