/*
Theme Name:     Twenty Ten Child PM Digital V1
Description:    Child theme for Paradysz-WP Twenty Ten theme 
Author:         Glenn Lalich
Template:       twentyten
*/

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

#site-title a {
    color: #5F3389;
}

/*11*/
* {
	font-family:Arial, Helvetica, sans-serif;	
}

/*11*/
a, a:hover {
	color:#5F3389;
}

/*11*/
.page_item a,
.current_page_item a {
	color:#fff !important;
	text-transform:lowercase;
	font-weight:bold;
}

/* =Header
-------------------------------------------------------------- */
/* Changes made by Glenn in Header section: changed header margin-top from 20px to 1px, 
changed padding from 30px to 1px; changed site-title font-size from 30px to 1px, changed
line-height from 36px to 1 px; changed site-title color from #000 to #fff; 
changed site-description margin from 14px 0 18px to 1px 0 1px 0  */

#header {
	margin-top: 1px;
	padding: 1px 0 0 0;
}
#site-title {
	float: left;
	margin: 0 0 1px 0;
	width: 700px;
	font-size: 1px;
	line-height: 1px;
}
#site-title a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 1px 0 1px 0;
	width: 220px;
}

/* This is the custom header image */
/* Changes made by Glenn in custome header section: changed border-top 
from 4px solid #000 to 6px solid #fff */

/*11*/
#branding img {
	clear: both;
	border-top: 6px solid #fff;
	display: block;
	border-bottom: none; /*1px solid #8D8D8D;*/
}

/* Changes made by Glenn in access section: changed background from #000 to #fff;
changed access a color from #aaa to #8D8D8D */

#access {
	background: #fff;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
	background:#5F3389 url(nav-bg.gif) repeat-x;
}
#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:#8D8D8D;
	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);
	z-index: 99999;
}
#access ul ul ul {
	left:100%;
	top:0;
}
/*11*/
#access ul ul a {
	background:#5F3389;/*#333;*/
	height:auto;
	line-height:1em;
	padding:10px;
	width: 130px;
}
/*11*/
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#5F3389;/*#333;*/
}
#access ul li:hover > ul {
	display:block;
}

/*11*/
#main a,
#main a:visited,
#main a:active,
#main a:link {
	color:#5F3389;
	text-decoration:none;
}

#main a:hover {
	text-decoration:underline;	
}

.menu a {
	color:#fff !important;
	text-transform:lowercase;
	font-weight:bold;
}

.menu a:hover {
	background-color:#5F3389 !important;
}

.widget_search input {
	font-family:Arial, Helvetica, sans-serif;
}

.link-home {
	float: right;
	color:#5F3389;
	font-weight:bold;
	position:absolute;
	text-align:right;
	width:890px;
	margin:30px 0 0 0;
}

