/*
Theme Name:     Daktari2010
Theme URI:      http: //www.daktaridx.com/
Description:    Child theme for the Twenty Ten theme 
Author:         Aaron Oppenheimer
Author URI:     http: //www.daktaridx.com/
Template:       twentyten
Version:        0.1.0
*/

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

body {
	font-family: "Gill Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
}

#main {
	min-height: 350px;
}

#content {
	font-size: 16px;
}

/* =Header
-------------------------------------------------------------- */

div#header {
	width: 880px;
	margin-right: 30px;
}

/* for ie6 use a margin half as wide as we'd like */
div#header {
	margin-left: 30px;
}

/* now, for everyone else, use a child selector to correct the margin. */
div#wrapper > div#header {
	margin-left: 30px;
}

#masthead {
	height:42px;
}

#branding {
	width: 311px;
	height: 36px;
	display:inline;
	float: left;
}

#branding img {
	display: inline;
	border-top: none;
	border-bottom: none;
}

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

/* edit */
#access {
	width: auto;
	background: #FFF;	

# do it this way to get the menu to float to the bottom - branding should not float. Not sure how to get menu bottom-aligned otherwise
#	display: inline-block;
#	float: none;
display: inline;
float: left;

}

#access img.navspace {
	height:15px;
	width:1px
}

/* edit */
#access .menu-header,
div.menu {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 12px;
	width: auto;
}}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}

/* unselected */
#access a {
	display:block;
	text-decoration:none;
	color:#8FC9ED;
	padding:0 10px;
	line-height:18px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:18px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width: 160px;
}

/* hovering over item */
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#A7A9AC;
}
#access ul li:hover > ul {
	display:block;
}
/* edit */
/* selected */
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a {
	color: #A7A9AC;
}
/* edit */
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#A7A9AC;
}
 
#access ul li.current_page_item:hover > a {
	color: #fff;
}


#access ul li.current-menu-parent > a {
	color:#8FC9ED;
}

#access ul li.current-menu-parent:hover > a {
	color: #fff;
}


/* =Content layout
-------------------------------------------------------------- */
.one-column #content {
	width: 880px;
	margin-left: 0px;
	margin-right: 10px;
}

#main {
	padding-top: 0px;
}

div#container {
	width: 880px;
	margin-right: 60px;
}

/* for ie6 use a margin half as wide as we'd like */
div#container {
	margin-left: 15px;
}

/* now, for everyone else, use a child selector to correct the margin. */
div#main > div#container {
	margin-left: 30px;
}

#content {
	margin-left: 0px;
	margin-right: 0px;
}

#content img {
	max-width: none;
}

#content p {
	margin-bottom: 15px;
}

#content h3 {
	font-size: 24px;
	color: #8FC9ED;
	margin-bottom: 0px;
}


/* =Archive display
-------------------------------------------------------------- */
img.archive-thumb.wp-post-image {
	float: left;
}

div.archive-block {
	display: block;
	clear: left;
	height: 210px;
}

div.archive-block h2.entry-title {
	display: inline;
	padding-left: 20px;
}

div.archive-excerpt {
	padding-left: 220px;
}

.hentry {
	margin-bottom: 20px;
}

div#nav-below.navigation {
	clear: both;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
#	border-top: 1px solid black;
	border-top: none;
	margin-top: none;
	background: transparent;
}

#site-info {
	width: auto;
	float: right;
	color: #FFF;
	font-weight: normal;
}

div.person {
	margin-left: 100px;
	margin-bottom: 20px;
	text-indent: -100px;
}

div.announce {
	border: 2px solid red;
	padding: 20px;
	margin: 20px;
	width: 450px;
}

/* =images in pages
-------------------------------------------------------------- */
#content img.alignright {
	margin-bottom: 30px;
}




