/*
Theme Name: celedinas_custom
Description: A Child Theme of twentyten
Template: twentyten
*/
@import url(../twentyten/style.css);

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Helvetica, sans-serif;
	
}

a:visited {
	color:#02578e;
}

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

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
	

}
#site-title a {
	color: #02578e;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	padding: 30px 0 0 0;
	clear: both;
	/*border-top: 4px solid #000;*/
	display: block;
	/*border-bottom: 1px solid #000;*/
}


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

#access {
	background: #02578e;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#3399CC; /* none active pages in the menu*/
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	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:#3399CC;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#3399CC;/* rollover*/
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* 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:#fff;
}

/* =Content
-------------------------------------------------------------- */

#content, #content input, #content textarea {
	font-size:14px;
	line-height:24px;
	text-align: justify;
}

#site-title {
	float: left;
	margin: -45px 0 -30px 0;
	width: 939px;
	height: 135px;
	font-size: 0px;
	line-height: 36px;
	color:#02578e;
	background-image:url(../../../../images/celedinas_blog_logo.png);
	background-repeat:no-repeat;
	background-position:center;
}

#site-title a {
	color:#02578e;
	font-weight: bold;
	text-decoration: none;
}

#content
.entry-title {
	color:#02578e;
	font-size:21px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:0;
}


.entry-title a:link,
.entry-title a:visited {
	color:#02578e;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #3399CC;
}


/* = Links and hover colors
-------------------------------------------------------------- */

a:link {
	color:#02578e;
}
a:visited {
	color:#02578e;
}
a:active,
a:hover {
	color: #3399CC;
}

.page-link a:hover {
	color: #3399CC;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #3399CC;
}

.navigation a:active,
.navigation a:hover {
	color: #3399CC;
}


/* =Footer
-------------------------------------------------------------- */
#colophon {
	border-top: 4px solid #02578e; /* Line at the the top of the footer */
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}
