@import url( "pages.css" );
@import url( "gp.css" );

/* Basic
---------------------------------------------------------- */
body {
	background: #fff;
	color: #000111;
	font: 13px Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	}
a {
	color: #2251A6;
	text-decoration: none;
	}
#content .box2 a:visited, { color: #8B00BF; }
#content .categories-list a:visited { color: #2251A6; }

a:hover {
	text-decoration: underline;
	}
	
img { border: 0; }
form, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
h5 { font-size: 13px; margin-bottom: 10px; }
dt { font-weight: bold; }
ul li { list-style: none; }
address { font-style: normal; }
th, td { font-size: 12px; }
th {
	text-align: left;
	font-weight: normal;
	}

input.text,
select, 
textarea	{
	margin-top: 2px;
	padding: 3px;
	color: #333;
	background-color: #F3F3F3;
	border-color: #B9B9B9 #B9B9B9 #DCDCDC;
    border-style: solid;
    border-width: 2px 1px 1px;
	vertical-align: middle;
	}
	
input.text:focus			{ background-color: #fff; color: green; }
.focus 						{ background-color: #fff!important; color: green !important; }
.text.autocomplete	{ background: #F3F3F3 url("http://c.pathfinder.gr/img/icons/loading.gif") no-repeat 100% 5px; }

.button {
	font-family:  	Arial, Verdana, Helvetica, sans-serif;
	line-height: 	12px;
	color: 			#333; 
	background: 	#ddd;
	padding: 		3px 10px 2px 10px;
	text-align: center;
	cursor: pointer;
	c\ursor: pointer;
	vertical-align: middle;
	}	

.button.bold {
	background: 	#961C00;	
	color: #fff!important;
	}

* html .button { padding-left: 0; padding-right: 0; }

/* Misc
---------------------------------------------------------- */
.spacer {
	clear: both;
	border: none;
	font-size: 1px;
	height: 1px;
}

.hide { display: none; }

/* Sections
---------------------------------------------------------- */
#root {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	}
#content {
	float: right;
	width: 742px;
	}
#modules {
	float: left;
	width: 204px;
	}

/* #header
---------------------------------------------------------- */
#header { padding: 0 0 9px; }
#header #logo {
	background: url("img/grid/logo_pathfinder_mobile.gif") 0 0 no-repeat;
	display: block;
	height: 32px;
	margin: 27px 0 0;
	width: 280px;
	float: left;
	}
#header #logo a {
	display: block;
	height: 32px;
	width: 185px;
	}
#header #logo span { display: none; }
#header .nav-top-1 {
	padding: 0 0 0 17px;
	margin: 27px 0 0;
	float: left;
	width: 244px;
	widt\h: 230px;
	}
#header h1 {
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 3px;
	}
#header .nav-top-2 {
	padding: 0;
	margin: 44px 0 0;
	float: right;
	width: 230px;
	text-align: right;
	}

/* .banner
---------------------------------------------------------- */
.banner {
	margin: 0 0 8px;
	text-align: center;
	clear: both;
	}
.banner * { margin: 0 auto; }

/* #footer
---------------------------------------------------------- */
#footer {
	text-align: center;
	border-top: 1px solid #ffc766;
	font-size: 13px;
	clear: both;
	}
#footer p.footer-nav {
	color: #53656C;
	margin: 0 0 12px;
	padding: 11px 0 0;
	}
#footer p.copy {
	color: #53656C;
	margin: 0 0 11px;
	padding: 0;
	}

/* ccntent & modules related
---------------------------------------------------------- */
/* paragraphs */
#modules p {
	line-height: 1.4em;
	margin: 0 8px 9px;
	padding: 0;
	font-size: 11px;
	}
#content p {
	line-height: 1.5em;
	font-size: 13px;
	margin: 0;
	color: #333;
	}
#content p strong {
	color: #D88B00;
	}
#wrapper p.more {
	text-align: right;
	background: #fff;
	margin: 0;
	padding: 6px 22px 9px;
	line-height: 1.4em;
	font-size: 11px;
	overflow: hidden;
	clear: both;
	_height: 1%;
	min-height: 0;
	}
#wrapper p.more span {
	font-weight: bold;
	font-size: 11px;
	float: right;
	background: url("img/content/dots_more.gif") 0 4px no-repeat;
	}
#wrapper p.more span a, a.more {
	text-decoration: underline;
	padding: 0 0 0 15px;
	font-size: 11px;
	}
#wrapper p.more span a:hover { text-decoration: none; }

/* boxes */
.box	{
	border: 1px solid #FFC766;
	overflow: hidden;
	margin: 15px 0 0;
	}
.box-header	{
	font: bold 15px Arial, Verdana, Tahoma, sans-serif;
	color: #961C00;
	padding: 5px 10px;
	letter-spacing: -.5px;
	margin-bottom: 15px;
	background-color: #FFEBBF;
	border-bottom: 1px solid #FFDA8C;
	}
.box-header a		{ color: #961C00; }
.box-header span	{ font-size: 11px; color: #555; font-weight: normal; }
.box-content	{
	padding: 0 15px 15px;
	overflow: hidden;
	}
.box-footer	{
	text-align: right;
	margin: 0;
	padding: 0 15px 15px;
	}
.box-footer a.more	{
	font-weight: bold;
	font-size: 11px;
	background: url("img/content/dots_more.gif") 0 2px no-repeat;
	padding-left: 12px;
	}

.box.left		{ width: 360px; float: left; margin: 15px 15px 0 0; }
.box.right		{ width: 360px; float: left; margin: 15px 0 0 0; }
.box.third		{ width: 235px; float: left; margin: 0 15px 0 0; }
.box.quarter	{ width: 171px; float: left; margin: 0 15px 0 0; }

.box-content ul li	{ margin: 0 0 5px 0; }

div.box1 {
	border: 1px solid #ffc766;
	margin: 0 0 11px;
		overflow: auto;
	_height: 1%;
	min-height: 0;
	}
div.box2 {
	background: #fff;
	border: 1px solid #ffc766;
	margin: 0 0 11px;
	
	overflow: hidden;
	_height: 1%;
	min-height: 0;
	}
#wrapper div.box1 h2, #wrapper div.box2 h2 { color: #961C00; }

/* headers */
#wrapper h2 {
	font: normal 17px Arial, Verdana, Tahoma, sans-serif;
	color: #961C00;
	}
#content h2 { margin: 5px 0; }
#modules h2 { padding: 7px 8px 12px; }
#wrapper h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 11px 15px;
	}
#wrapper h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 12px 21px;
	}

/* form elements library */
.submit {
	margin: 0;
	background: #961c00;
	color: #fff;
	padding: 0 0 2px;
	height: 19px;
	border: none;
	font: bold 11px Arial, Tahoma, sans-serif;
	vertical-align: middle;
	}
* html input.submit { padding: 3px 0px 5px; }
a.submit {
	margin: 0;
	background: #961c00;
	color: #fff;
	padding: 4px 10px;
	border: none;
	font: bold 10px Verdana, Arial, Tahoma, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	}
a.submit:visited { background: #961c00; color:#fff; }
#content input.text {
 	width: 226px;
	widt\h: 224px;
	}
select.select {
	border: 1px solid #9C9C9C;
	width: 226px;
	margin: 0 4px 0 0;
	padding: 0;
	vertical-align: middle;
	font: normal 13px Arial, Verdana, Tahoma, sans-serif;
	}
* html select.select { width: 228px; }

div.cats {
	padding: 5px 5px 5px 10px;
	font: normal 14px Arial, Verdana, Tahoma, sans-serif;
	color: #961C00;
	}

/* Stop - play */
body a.play, body a.stop {
	width: 12px!important;
	height: 12px!important;
	display: block!important;
	float: left!important;
	background: url("img/controls-b.gif") no-repeat 0 0!important;
	cursor: pointer;
	margin-top: 1px!important;
	margin-right: 5px!important;
	overflow: hidden;
	padding: 0!important;
}
body a.play:hover {
	background-position: -12px 0px!important;
	}
body a.stop {
	background-position: 0 -12px!important;
}	
body a.stop:hover {
	background-position: -12px -12px!important;
	}

/* MP3
------------------- */
		.mp3-container {
			position: relative;
			z-index: 0;
			
			}
		.mp3-container div {
			position: absolute;
			top: 0px;
			left: 18px;
			z-index: -1;
		}
		
		.mp3-playing {

			overflow: hidden;
			}
		.mp3-playing a {
			color: red;
			}
		
		.play, .stop {
			width: 12px;
			height: 12px;
			display: block;
			float: left;
			background: #eee;
			background: url("controls.gif") no-repeat 0 0;
			cursor: pointer;
			margin-top: 3px;
			margin-right: 5px;
			overflow: hidden;;
		}
	.stop {
		background-position: 0 -12px;
		}	
	

/*
span.mp3 {
	display: block!important;
	float: left;
	margin: 0!important;
	padding:0!important;
	margin-right: 5px!important;
	border: 1px solid #eee;
	margin-top: -2px!important;
	_height: 1%!important;
}
*/

#play-note {
	padding: 5px 15px 5px 5px;
	background: #fff url("img/playnote.gif") no-repeat 100% 50%;
	margin: 5px 0 0;
	color: #888;
	font-size: 9px;
	text-align: right;
	}

/* Header
---------------------------------------------------------- */
#top {
	padding: 8px 0 15px 0;
	position: relative;
	border-bottom: 1px solid #E69A12;
	margin-bottom: 15px;
	}
* html body #top {
	height: 1%;
	}	
#top #user {
	font-size: 12px;
	float: right;
	position: absolute;
	right: 0;
	bottom: 20px;
	width: auto;
	}	
#user li {
	border-right: 1px solid #EEEEEE;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}
#user .username {
	font-weight: bold;
	border: none;
	padding: 0;
}
#user .last {
	border: none;
	margin: 0;
	padding: 0;
}
#top #mymobile-device {
	color: #333;
	}
#top span {
	color: #6f6f6f;
}
}
