/*   
Theme Name: R&D Reposotory
Theme URI: http://www.researchvalue.net
Description: A theme for INTERVALUE Platform.
Author: Panagiotis Tsarchopoulos
Author URI: http://www.urenio.org/
Version: 1.0
Tags: repository
Version: 1.0
.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles apply YUI grid */
@import url('reset-fonts-grids.css');

/* Apply various browser styles */
@import url('style-hacks.css');


/* Begin Typography & Colors 
-------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0; 
	background: #edeae2 url(../images/bg.png) repeat-x 0 0;
	color:#333;
	font-family: "Lucida Grande", Verdana, Arial, Sans-serif;
	}

p{
	font-size:85%; 
	line-height:1.5; 
	margin-bottom:.5em;
	text-align: justify;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 85%;
	line-height: 1.5em;
	}

small, blockquote, strike {
	color: #777;
	}

a {
	color: #3391d8;
	text-decoration: none;
	}
	
a:visited {
	color: #3391d8;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

/* End Typography & Colors */


/*	Begin Headers 
-------------------------------------------------------------- */

h1, h2, h3 {
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	}
	
h1 {
	font-size: 182%;
	color: #300;
	margin:0;
	padding: 0;
	}
	
h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #300;
	}

h2 {
	font-size: 153.9%;
	}

h3 {
	font-size: 123.1%;
	}
	
h4 {
	font-size: 93%;
	font-weight: bold;
	}

h5 {
	font-size: 93%;
	font-weight: bold;
	}	
	
h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited {
	color: ##3391D8;
	}
	
h2 a:hover h3 a:hover {
	text-decoration: underline;
	}
	
h3 {
	padding: 0;
	margin:1em 0 .5em;
	}

h4 {
	margin: .5em 0;
	}

h4 {
	margin: .5em 0;
	}

/* End Headers */


/* Begin Images 
-------------------------------------------------------------- */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* End Images */


/* Begin Structure 
-------------------------------------------------------------- */

#bd {
background: #f5f3e7;
}

/* Begin Header 
------------------------------------------ */
#hd {
	margin: 15px 0; 
	padding: 0;
	height: 81px;
	background: transparent;
	}

#hd #site-description a {
background:transparent url(../images/logo.png) no-repeat left center;
display: block;
float: left;
height: 81px;
text-indent:-9999px;
width: 291px;
margin: 0;
padding: 0;
}

#banners {
float: right;
margin: 0;
padding-top: 3px;
text-align: right;
width: 665px;
}

#banners img {
margin:0 0 0 10px;
padding:0;
}

/* End Header */

/* Begin Navigation 
------------------------------------------ */
#comp-nav {
height: 30px;
background: #0577ce url(../images/bg_apps_menu_bar.png) repeat-x;
}

#comp-nav ul{
list-style-image:none;
list-style-type:none;
margin: 0 auto;
width:475px;
height:30px;
padding: 0;
background: url(../images/bg_apps_menu.png) no-repeat;
}

#comp-nav li {
	display:inline;
}

#comp-nav li a {
	float:left;
	height:0;
	overflow:hidden;
	padding-top:30px;
	outline: none;
	background: url(../images/bg_apps_menu.png) no-repeat top left;
}

#comp-nav #nav-platform a {
 width: 112px;
 background-position: 0px -30px;
}

#comp-nav li#nav-repository a {
 width: 118px;
 background-position: -112px -30px;
}

#comp-nav li#nav-valorisation a {
 width: 131px;
 background-position: -230px -30px;
}

#comp-nav li#nav-implementation a{
 width: 114px;
 background-position: -361px -30px;
}

#comp-nav #nav-platform a:hover {
 background-position: 0px -60px;
}

#comp-nav li#nav-repository a:hover {
 background-position: -112px -60px;
}

#comp-nav li#nav-valorisation a:hover {
 background-position: -230px -60px;
}

#comp-nav li#nav-implementation a:hover {
 background-position: -361px -60px;
}

#comp-nav li#nav-platform a.active {
 background-position: 0 0;
}

/* End Navigation */


/* Begin Repository Header - Menu
------------------------------------------ */
#rep-header  {
height: 83px;
background: #f5f3e7 url(../images/bg_repository_header.png) repeat-x 0 0;
}

#rep-header h1 {
height: 64px;
padding: 8px 0 0;
}

#rep-header h1 a {
background:transparent url(../images/logo_platform.png) no-repeat left center;
display: block;
float: left;
height: 64px;
text-indent:-9999px;
width: 360px;
margin: 0;
padding: 0;
}

/* End Repository Header - Menu */



/* Begin Footer 
------------------------------------------ */
#footer {
	margin: 0;
	background: #0066cc;
	color: #fff;
	padding: .5em;
}

#footer p{
	margin: 0;
	padding: 0;	
	text-align: center;
}

#footer a, #footer a:visited {
	color: #fff;
}

#ft {
margin: 1em 0;
}

#ft p {
margin: 1em 0;
text-align: center;
}

/* End Footer */

/* End Structure */


/* Begin Content Blocks 
-------------------------------------------------------------- */

/* Home Page Moto 
------------------------------------------ */

#moto  {
-moz-border-radius:8px 8px 8px 8px;
background: #e2dfd7 url(../images/bg_moto.png) no-repeat right top;
border:2px solid #FFFFFF;
color:#330000;
margin:20px;
min-height: 145px;
padding:0 340px 20px 20px;
color: #300;
}

#moto h2 {
	font-size: 167%;
	padding: 22px 0 10px;
	margin: 0;
}

#moto p, #browse-options {
	font-size: 108%;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
}

#browse-options {
	margin-top: 16px;
}

#browse-options a {
	font-weight: bold;
}

/* End Home Page Moto */


/* Begin Breadcrumbs 
------------------------------------------ */

#breadcrumb {
   background: #eeefe1;
   margin: 20px;
   padding: 8px 10px;
   font-size: 85%;
   border: 1px solid #dfdbd0;
}

#breadcrumb a {
   background: url(../images/bg_crumbs.png) no-repeat right center;
   padding: 8px 15px 8px 0;
}

/* End Breadcrumbs 
------------------------------------------ */

/* Main Content (Results & Labs)
------------------------------------------ */
#box-rdr, #box-vp, #box-impl {
	background: url(../images/bg_box_blue.png)  no-repeat 0 0;
	min-height: 222px;
	margin-bottom: 20px;
}

#box-rdr {
margin-left: 20px;
color: #fff;
}

#box-vp {
margin-left: 10px;
margin-right: 10px;
background: url(../images/bg_box_green.png)  no-repeat 0 0;
color: #1a3300;
}

#box-impl {
margin-right: 20px;
background: url(../images/bg_box_yellow.png)  no-repeat 0 0;
color: #300;
}

#content h2 {
padding: 15px 12px 10px;
}

#content img {
padding-bottom: 100px;
}

#box-rdr p, #box-vp p, #box-impl p {
	font-size: 93%;
	line-height: 1.4;
	padding: 0 10px 10px;
	text-align: left;
}

.bn_rep, .bn_vp, .bn_more {
	text-indent: -9999px;
	margin-left: 74px;
}

.bn_rep a, .bn_vp a, .bn_more a {
	display: block;
	height: 21px;
	outline: none;
	color: #fff;
}

.bn_rep a:visited, .bn_vp a:visited, .bn_more a:visited {
	color: #fff;
}

.bn_rep a {
width: 134px;
background: url(../images/bn_visit_the_repository.png) no-repeat top left;
}

.bn_vp a {
width: 172px;
background: url(../images/bn_view_the_vps.png) no-repeat top left;
}

.bn_more a {
width: 86px;
background: url(../images/bn_learn_more.png) no-repeat top left;
}

#main-content {
	border: 1px solid #dad8cb;
	padding: 10px;
	margin-left: 20px;
	margin-bottom:20px;
	background:#f5f3e7 url(../images/bg_module.png)  repeat-x 0 0;
	color: #333;
	position: relative;
}

#main-content h2 {
	color: #300;
	margin: 0 0 .5em;
	padding: 0 0 2px;
	border-bottom: 1px solid #dfe0d2;
	font-size: 138.5%;
}

.box {
	position: relative;
	border: 1px solid #dad8cb;
	padding: 10px;
	margin: 0 20px 1.5em 0;
	background:#f5f3e7 url(../images/bg_module.png)  repeat-x 0 0;
	color: #333;
}

#content .box  h2{
	font-size: 138.5%;
	background-color: #99dd3d;
	color: #030;
	border: 1px solid #86c92d;
	margin: 0 0 .75em;
	padding: 6px 10px 3px;
}

.box ul {
margin:0.25em 5px 0.75em;
}

.box li {
	font-size: 85%;
	line-height: 1.5;
	padding-left: 18px;
	background: url(../images/bullet.png) no-repeat 0 2px;
	padding-bottom: 1px;
}

.box li.active {
font-weight: bold;
}

ol  {
margin:0 0 1em 1.5em;
}

#main-content ul {
margin:0.5em;
}

#main-content ul li {
background:url("../images/bullet1.png") no-repeat scroll 0 4px transparent;
font-size:85%;
line-height:1.5;
padding-left:14px;
}

#main-content ol li {
font-size: 85%;
line-height:1.5;
}

ol li {
list-style-type: decimal;
}

strong  {
font-weight:bold;
}

/* End Main Content 
------------------------------------------ */


/* End Content Blocks 
-------------------------------------------------------------- */
