/*  
Theme Name: EYE
Theme URI: http://www.robertrundle.com
Description: This is my theme for travmatotherapeia.com
Version: 1.0
Author: Robert Rundle
Author URI: http://www.robertrundle.com/

*/

/* body styling */
body, h1, h2, h3, h4, h5, h6, blockquote, p,form{
margin: 0;
padding: 0;
}

body{
margin: 0;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: center;
vertical-align: top;
background: #5a8d14;
background-image: url("http://travmatotherapeia.com/v1/wp-content/themes/eye/images/bg_green.jpg");
background-repeat: no-repeat;
color: #000000;
}

h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

a:link, a:visited
{
text-decoration:none;
color: #616161;
}
a:hover{
text-decoration: none;
color: #000000;
}
p{
padding: 10px 0 0 0;
}

/* wrapper styling */
#wrapper{
margin: 0 auto 0 0;
width: 1100px;
text-align: left;
}

/* header styling */
#header{
float: left;
width: 750px;
height:134px;
background:url(images/top_logo.jpg) no-repeat;
}
#menu{
	font-family: tahoma;
	line-height:25px;
	padding: 0 0 0 10px;
	font-size: 12px;
	float:left;
	width:740px;
	height:32px;
	background:url(http://travmatotherapeia.com/v1/wp-content/themes/eye/images/green_menu_bg.gif) repeat-x;
}
#menu ul {
	list-style: none;	
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style: none;
	display: inline;
	margin: 0px;	
	border-right: 1px solid #90AE00;
}
#menu a {	
	color: #212121;
	text-decoration: none;
	font: bold 11px Tahoma, Arial;
	padding: 0px 4px;	
}
#menu a:hover {
	text-decoration: underline;
}
#welcome{
	margin: 5px 0 0 174px;
	height:25px;
	background:url(http://travmatotherapeia.com/v1/wp-content/themes/eye/images/welcome.jpg) no-repeat;
	background-color: white;
}
/* container styling */
#container{
float: left;
width: 750px;
background-color:#eee;
}
/* POST STYLING */
.post{
padding: 10px 10px 10px 10px;
background-color:#FFF;
margin: 0 0 0 165px;
text-decoration:none;
}
.post h2{
background-color:#f7f8f9;
border:dotted;
border-bottom-color:#999;
border-width:thin;
padding: 10px ;
font-family: tahoma;
font-size: 14px;
text-decoration:none;
}
.entry{
line-height: 18px;
border:dotted;
border-bottom-color:#999;
border-width:thin;
padding: 10px ;
}
p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}
/*left column styling*/
#left{
	float:left;
	width:174px;
	height:500px;
	padding: 0 0 10px 0;
    background-color:white;
}

/* navigation styling */
.navigation
{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/* sidebar class*/
.sidebar{
	float: left;
	width: 225px;
	height: 500px;
	background: url(http://travmatotherapeia.com/v1/wp-content/themes/eye/images/sidebar_bg.jpg);
        background-repeat: no-repeat;
	margin: -115px 0 0 10px;
	display: inline;
	color:white;
}
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 8px;
}
.sidebar ul li{
	padding: 4px 0 4px 0;
}
.sidebar ul li h2{
height: 37px;
width:230px;
margin: 10px 15px 2px -15px;
	color:white;
padding: 5px 0 0 0px;
	font-family: arial;
        text-align: center;
        vertical-align:center;
	font-size: 14px;

        

        background:url(http://travmatotherapeia.com/v1/wp-content/themes/eye/images/titlegrnbg.png);
background-repeat: repeat-x;}
.sidebar ul ul p {
	color:#7dba00;
	font-size:11px;
	padding: 0;
	line-height:15px;
}
.sidebar ul ul a {
    background: url(http://travmatotherapeia.com/v1/wp-content/themes/eye/images/green_menu_bg.gif);
	color:black;
	font-style:bold;
	font-size:11px;
	padding: 3px;
	line-height:15px;
        margin: -10px 0 0 -10px;
}
.sidebar ul ul li{
	color:#7dba00;
	padding: 0;
	line-height:24px;
}
table#wp-calendar{
	width: 100%;
}

/* footer styling */
#footer{
	clear: both;
	float: left;
	width: 750px;
	line-height:18px;
	font-size:10px;
	text-align:center;
	background:url(images/green_menu_bg.gif) repeat-x;
}

/*comments styling*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignnone{
   float: left;
   margin: 5px 10px 5px 5px;
}
.alignleft {
   float: left;
   margin: -10px 10px 5px 5px;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
#youtube{
	padding-top:50px;
	float:left;
	width:229px;
	height:200px;
	margin-left:-12px;
}
#emdreurope{
width:219px;
height:46px;
float:left;
margin-top:-60px;
padding:3px;
}
