/* 
 * Theme Name: IRT.ro
 * Theme URI: http://www.irt.ro
 * Description: Theme designed for the IRT website
 * Author: Cristian Dinu
 * Author URI: http://www.info-ideea.com
 * Filename: IRT.css -- style for the IRT Wordpress template
 * (c) 2007 Cristian Dinu, Infoideea SRL
 * e-mail info at info-ideea.com  
 * Date: 07-Oct-07 13:37:31
 */

/*
 * Character and paragraph styles
 */ 

* {
    margin:0pt;
    padding:0pt;
}

clear {
    clear:both;
}

ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

a {
    text-decoration:none;
    color: #404040;
}

img {
    border:0;
}

.skip, hr{
	position: absolute;
	left: -999em;
}

body {
	background: #fff url(images/header-nav.gif) 0 0 repeat-x;
	color: #000;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size: 75%;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}


/*
 * Layouts elements
 */
#container{
	width: 100%;
	min-width: 1000px;
}
#wrapper{
	float: left;
	width: 100%;
	margin-left: -330px;
}

#header {
	margin: 0;
	padding: 0;
	position: relative;
	height: 240px;
	overflow: hidden;
}

#header-logo {
    width: 204px;
    height: 100%;
    float: left;
    background: url(images/header-logo.gif) no-repeat;
}

#header-logo img {
    width: 204px;
    height: 100%;
}


#header-nav {
    height: 100%;
    float: left;
    background: url(images/header-nav.gif) repeat-x;
}


#header-side {
	background: url(images/header-side.gif) no-repeat;
	width: 204px;
	height: 100%;
	padding: 10px;
	padding-top: 20px;
	
	float: right;
	color: white;
	text-align:center;
}

#leftbar {
    width: 190px;
    float: left;
    min-height: 400px;
}

#main {
    width:100%;
}

#rightbar {
    width: 204px;
    float: right;
    border-left: 1px solid #cccccc;
}

#content {
    width:55%;
    padding: 0 2em; 
    float:left;
    overflow: hidden;
}

#footer {
    margin-top: 2em;
    padding-top: 1em;
    width : 100%;
    clear: both;
    text-align: center;
    font-size: 0.8em;
    line-height:0.9em;
    color: #808080;
    border-top: 3px solid #b8cddc;
}

#footer a {
    text-decoration: underline;
}

/*
 * Navigation bar
 */

#header-nav ul {
    display: block;
    height: 160px;
    width: 45em;
    margin-top: 40px;
    padding-left: 1em;
    overflow:hidden;
}

#header-nav ul li {
    width: 14em;
    float: left;
    border-right: 5px solid #b8cddc;
    background: white;
}

#header-nav ul li a
{
    display: block;
    padding-top: 30px;
    margin-left: 15px;
    margin-right: 25px;
    color: #000000;
    text-transform: uppercase;
    font-size: 1.2em;
}

#header-nav ul li ul{
    float: none;
    margin: 5px 0 0 0;
    width: 12em;
}

#header-nav ul li ul li{
    display: block;
    width: 14em;
}

#header-nav ul li ul li a
{
    display: block;
    padding-top: 0px;
    color: #808080;
    text-transform: none;
    font-size: 0.9em;
    margin: 0 5px;
}


/*
 * Header side bar
 */
#lang-menu {
    margin-top: 30px;
    margin-left: 30px;
}

#lang-menu a {
    padding-right: 28px;
    margin-left: 6px;
    
    text-decoration: none;
    font-weight: normal;
    font-size:1em;
    color: #ffffff;
    border-bottom: 1px transparent;
}

#lang-menu a:hover {
    border-bottom: 1px dashed #ffffff;
}


#lang-menu li {
    margin-top: 35px;
    float:left;
    display:block;
    list-style-type: none;
}

li#ro a {
    background:transparent url(images/lng_ro.gif) no-repeat scroll right center;
}

li#en a{
    background:transparent url(images/lng_en.gif) no-repeat scroll right center;
}
 
#searchform {
    margin-top: 50px;
    margin-bottom: 10px;
}

#searchform input {
  border: 0;
  background: white;
  height: 18px;
  font-size: 15px;
}


/*
 * Content styles
 */
 
#content p {
    margin-bottom: 0.5em;
}


#content blockquote {
    margin-left: 3em;
}

#content h1, #content h2, #content h3, #content h4,  #content a {
    font-weight: normal;
    color: #26347b;
}

#content h1, #content h2, #content h3 {
    line-height: 1.4em;
    margin-bottom: 0.5em;
}

#content h1 {
    margin-top: 0.5em;
    font-weight: bold;
    font-size: 1.7em;
    border-bottom: 1px solid #cccccc;
}

#content h2 {
    margin-top: 0.3em;
    font-weight: bold;
    font-size: 1.5em;
}

#content h2 a {
    color: #26347b;
    text-decoration: none;
    border-bottom: none;
}

#content h2 a:hover {
    border-bottom: 1px solid #26347b;
}

#content h3 {
    font-weight: normal;
    font-size: 1.1em;
    margin-top: 0.7em;
    display:block;
    background: #e6eef3;
    padding: 2px;
}

#content h4 {
    margin-top: 0.7em;
    padding: 0.3em;
    display:block;
    font-weight: bold;
    font-size: 1.2em;
}

#content h4 a {
    font-weight: bold;
    font-size: 12pt;
    padding-top: 0.5em;
    border-bottom: 1px solid;
}

#content h5 {
    margin-top: 0.7em;
    padding: 0.3em;
    display:block;
}

#content img {
    margin: 10px;
}

#content strong {
    color: #26347b;
}

#content b {
    color: #AA0000;
}

#content a {
    color: #26347b;
    text-decoration: none;
}

#content a:hover {
    border-bottom: 1px solid #26347b;
}

#content ul {
    margin-left: 2em;
}

#content ul li {
    list-style-type: square;
    margin-left: 1em;
}

#content ol li {
    list-style-type: decimal;
    list-style-position : inside;
}

#content small {
    color: #808080;
    font-size: 0.8em;
    
}

#content table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-collapse: collapse;
	border-style: dotted;
	border-color: #cccccc;
	background-color: white;
}

#content th {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: #cccccc;
	background-color: #f9f9f9;
}

#content td {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: #cccccc;
	background-color: #f9f9f9;
}

.postmetadata {
    font-size: 0.8em;
    color: #404040;
}

.post {
    margin-bottom: 1em;
}

/*
 * Widgets
 */
#leftbar a, #rightbar a {
    text-decoration: none;
    color: #404040;
    border-bottom: 1px dashed #404040;
}
 
#leftbar a:hover, #rightbar a:hover {
    border-bottom: 1px solid #404040;
}

li.widget {
    padding: 1em 1.5em 1em 1em;
    font-size: 0.9em;
    color: #404040;
}

li.widget_text, /* Includes title and content */
#calendar,
#tag_cloud { 
    display:block;
    font-size: 1.3em;
    letter-spacing: -1px;
    color: #404040;
    text-align: center;
}

div.textwidget { /* Actual content */
    font-size: 0.7em;
    font-weight:normal;
    letter-spacing: 0px;
    line-height: 1.3em;
    color: #606060;
    text-align: justify;
} 

li.QuoteRotator_displayWidget {
    height: 21em;

    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-top: 1em;
    padding-bottom: 1em;

    overflow: hidden;
}

li.widget_sfststwidget {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: right;
}

li.widget_testimonials {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-top: 1em;
    padding-bottom: 1em;
}

li.widget_testimonials div blockquote p {
    text-align: left;
    font-size: 1.4em;
    line-height: 1em;
}

.widget_testimonials a {
    text-decoration: none;
    font-size: 0.8em;
    color: #808080;
}

#wp-calendar {
    text-align: center;
    width: 100%;
}

#wp-calendar a {
    color: #26347b;
    border-bottom: 1px solid #26347b;
}

#calendar_wrap {
    color: #404040;
    font-size: 0.7em;
}


/*
 * For "Partners" and "Recoomendations", and generally in the sidebar where we have images, do not underline links,
 * since they are logos and clickable anyway.
 */
#text-1 a, #text-1 a:hover,
#text-2 a, #text-2 a:hover {
    border: none;
}

#calendar,
#text-1,
#text-2,
#text-3 {
    font-weight:bold;
    font-size: 1.2em;
}

#calendar_wrap {
    font-weight:normal;
}


#buttons table {
    width: 100%;
    border-style: hidden;
    border-width: 0px;
    background-color: #ffffff;
}

#team td,
#trainers td {
	border-style: dotted;
	border-width: 1px 0px;
	background-color: #ffffff;
}

#team tr:first-child img,
#trainers tr:first-child img{
    text-align:center;
    margin: 0 auto;
}

#team h4, #trainets h4 {
    padding-left: 0;
}

#buttons td {
	border-style: none;
	border-width: 0px;
	background-color: #ffffff;
}



#content th {
	border-width: 0px;
}

#buttons a, #buttons a:hover {
    text-decoration: none;
    border: none;
}

#buttons img {
    margin: 0;
}

#bottom-navbar {
    text-align: center;
    width:100%
}

/* Contact bar */
#ii_contact_bar {
    margin: 0 auto;
}

#ii_contact_bar form,
#ii_contact_bar confirmation {
    margin: 0 auto;
    width: 90%;
}

#ii_contact_bar form .label {
}

#ii_contact_bar a.ii_contact_bar_more_info {
}

#ii_contact_bar a.ii_contact_bar_order_now {
}

div.row {
  clear:both;
  }
div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }
div.row span.formw {
  float: right;
  width: 370px;
  text-align: left;
  }
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }
div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }
div.row span.submit{
  width:280px;
  text-align:center;
}

a.contact {
	text-align: center;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 45px;
	background: transparent url('images/apply.jpg') no-repeat top center;
}

#content a.contact:hover {
    border: none;
}
