/*
Theme Name: Traction PRO Child Theme
Theme URI: http://thethemefoundry.com/traction/
Description: Child theme for customizing Traction PRO.
Version: 2.0
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: traction_pro
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../traction_pro/stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/


body, .wrapper.big {
	background: #fff;
}

a:link,
a:visited {
	color: #0983d1;
	text-decoration: none;
}
a:hover {
	color: #1a3d5c;
}

#main-top {
	background: #fff;
	border: 1px solid #ddd;
	height: 44px;
	margin-bottom: 40px;
}

#main-bottom {
	background: #fff;
}

#main-top h4, #main-top h5 {
	color: #2c2b2b;
	font-weight: normal;
	text-shadow: none;
}

#main {
	background: #fff;
}

#content {
	width: 618px;
	padding: 20px 20px 15px 20px;
}

.post .date {
	background: #0983d1;
}

.post .date div, .post .date .month {
	color: #fff;
}

.entry a:link,
.entry a:visited {
}

.entry h2,.entry h2 a:link {
	color: #0983d1;
	font-weight: 100;
	font-size: 1.5em;
	letter-spacing: -0.05em;
	line-height: 1.5em;
}

h1.title {
	color: #0983d1;
	font-weight: 100;
	font-size: 3em;
	letter-spacing: -0.05em;
	line-height: 1.5em;
} 

#pg-nav-bg {
	height: 42px;
	background: #000 url(/img/blueBar.png) repeat-x top left;
}
#pg-nav {
	float: right;
}
#pg-nav .nav {
	margin: 0;
	line-height: 42px;
}
#pg-nav .nav a	{
	display: block;
	height: 41px;
	padding: 0 10px;
	margin: 0;
	font-size: 13px;
	line-height: 42px;
	float: right;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-shadow: #055180 0 1px;
}
#pg-nav .nav a:hover {
	background-color: #0771b3;
}
#pg-nav .nav ul {
	z-index: 1000;
	background-image: url(../images/nav-bottom-pg.png);
}
#pg-nav .nav li li {
	background: #1c1c1c;
}
#pg-nav .nav li:hover,
#pg-nav .nav li.sfhover,
#pg-nav .nav .current_page_parent,
#pg-nav .nav .current_page_ancestor,
#pg-nav .nav .current-cat-parent,
#pg-nav .nav .current-cat,
#pg-nav .nav .current_page_item,
#pg-nav .nav .current_page_item a,
#pg-nav .nav .current-cat a {
	background-color: #055180;
}
#pg-nav .nav li li:hover,
#pg-nav .nav li li.sfhover,
#pg-nav .nav li li.current_page_parent,
#pg-nav .nav li li.current_page_ancestor,
#pg-nav .nav li li.current-cat-parent,
#pg-nav .nav li li.current-cat,
#pg-nav .nav li li.current_page_item {
	background-color: #0771b3;
}

/*Page Nav Arrows
---------------------------------------*/
#pg-nav a > .sf-sub-indicator {
	bottom: 18px;
}


/* Header */

#pg-nav-bg {
}

#pg-nav-bg a#logo {
	background: url(/img/eurotalk-logo.png) no-repeat top left;
	text-indent: -999px;
	float: left;
	display: block;
	width: 180px;
	height: 40px;
	margin: 0;
	padding: 0;
}

#pg-nav-bg a#logo:hover {
	background-position: -40px left;
}

#pg-nav-bg a#logo:active {
	background-position: -39px left;
}

/*

#header ul#nav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#header ul#nav li{
	display: inline;
}

#header ul#nav li a, #header ul#nav li p{
	display: block;
	height: 42px;
	padding: 0 10px;
	margin: 0;
	font-size: 13px;
	line-height: 42px;
	float: right;
	text-decoration: none;
	font-weight: bold;
	color: #d3d4d4;
	text-shadow: #000 0 1px;
}

#header ul#nav li a:hover {
	color: #fff;
}

#header ul#nav li a:active {
	color: white;
	line-height: 43px;
}

#header ul#nav li a.current {
	color: #0983d1;
	text-shadow: #000 0 1px;
}

#header ul#nav li#search {
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
	float: right;
}

#header ul#nav li#search form input {
	width: 120px;
	color: #999;
}

#header ul#nav li a.social {
	text-indent: -9999px;
	padding: 0;
	width: 32px;
	margin: 0 4px;
	background: url(/img/icons/socialicons.png) no-repeat;
}

*/
