/*  
Theme Name: Turbomecanica 0.1
Theme URI: http://e-magine.ro/
Description: The default Turbomecanica theme.
Version: 0.1
Author: Razvan Brates
Author URI: http://e-magine.ro/
*/



/* Begin Typography & Colors */
body {
font-size: 62.5%; /* Resets 1em to 10px */
font: 62.5%/1.5em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
color: #333;
text-align: center;
margin: 0;
padding: 0;
background-color: #EEE; /*#002F5A;*/
}

/* PNG transparency fix */
img { behavior: url(styles/iepngfix.htc); }

/* links */
a img {
background-color: none;
border: 1px solid #ADD65B;
padding: 3px;
margin: 5px; 
vertical-align: sub;
}
a.imagelink:hover {
background: none;
background-color: transparent !important;
}
a.imagelink:hover img {
background-color: #ADD65B;
}

a.more-link {
display: block;
clear: both;
margin: 0.5em 0 0;
padding: 0 0 0 18px;
background: url(images/bullet_go.gif) no-repeat 0 55%;
line-height: 1.8em;
}

.clear {
clear: both !important;
height: 0 !important;
visibility: hidden !important;
line-height: 0 !important;
font-size: 1px !important;
}

#page {
background-color: white;
text-align: center;
width: 80em;
margin: 0 auto;
}

#header {
height: 15em !important; 
}

#headerimg 	{ 
height: 15em !important; 
width: 60em;
float: right;
}

#headerimg h1 a img {
background: none;
border: 0 none;
margin: 0;
padding: 0;
vertical-align: top;
}

#headerimg h1 {
font-size: 1em;
text-transform: none;
padding: 0;
text-indent: 0;
margin: 0;
}

#headerimg h1 a {
font-size: 1em;
position: relative;
display: block;
float: left;
overflow: hidden !important;
width: 60em !important;
height: 15em !important;
margin: 0;
padding: 0;
color: #222;
background-color: #00386c;
}

#header h1 a span {
font-size: 6.4em;
color: #5BCAD6 !important;
float: none;
text-align: left;
line-height: 1em;
}

img#logo {
width: 60em;
width: expression('60.3em');
height: 15em;
}

img#illustration	{ 
height: 15em !important; 
width: 60em;
float: right;
}

#content {
font-size: 1em
}

.narrowcolumn .entry {
line-height: 1.4em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.narrowcolumn .postmetadata {
text-align: center;
}

.alt {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}

h1 {
font-size: 4em;
text-align: center;
}

#headerimg .description {
font-size: 1.2em;
text-align: center;
}

h2 {
font-size: 1.8em;
}

h2.pagetitle {
font-size: 1.9em;
}

#sidebar h2 {
font-family: 'Lucida Grande', Verdana, Sans-Serif;
font-size: 1.2em;
}

h3 {
font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
text-decoration: none;
color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #555;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration: none;
}

.entry p a:visited {
color: #b85b5a;
}

small, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
color: #06c;
text-decoration: none;
}

a:hover {
color: #147;
text-decoration: underline;
}
/* End Typography & Colors */

/* Begin Structure */
.narrowcolumn {
float: right;
padding: 0;
margin: 0;
width: 60em;
}

.post {
margin: 1em 0.8em;
text-align: justify;
font-size: 1.3em;
}

.post hr {
display: block;
}


.narrowcolumn .postmetadata {
padding-top: 5px;
}

.postmetadata {
clear: left;
}

#footer {
padding: 0;
margin: 0 auto;
width: 80em;
clear: both;
}

#footer p {
margin: 0;
padding: 2em 0;
text-align: center;
}
/* End Structure */

/*	Begin Headers */
h1 {
padding-top: 70px;
margin: 0;
}

h2 {
margin: 1.2em 0.4em;
text-align: right;
border-bottom: 1px solid #DDD;
}

h2.pagetitle {
margin-top: 1em;
text-align: left;
}

#sidebar h2 {
margin: 1.2em 0.8em 0.8em 0.8em;
font-size: 1.6em;
color: #AAA;
padding: 0;
}

h3 {
padding: 0;
margin: 1em 0;
}

h3.comments {
padding: 0;
margin: 1.3em auto 1em;
}
/* End Headers */

/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
/* End Images */

/* Begin Lists */

.entry dt {
font-weight: bold;
}

.entry ul {
margin-left: 0;
list-style: square;
padding-left: 10px;
} 

.entry ul ul {
margin-left: 0.5em;
list-style: none;
padding-left: 10px;
font-style: italic;
} 

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

/* End Entry Lists */

/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

select {
width: 130px;
}
/* End Form Elements */

/* Begin Sidebar */
#sidebar
{
padding: 0 0 1em 0;
width: 19em;
float: left;
text-align: left;
margin-top: -25em;
}

#sidebar form {
margin: 0;
}
#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 1.5em;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 0;
padding: 0;
}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

hr {
display: none;
}

a img {
border: none;
}

.navigation {
display: block;
text-align: center;
margin: 1px;
}
/* End Various Tags & Classes */

/* Homepage */
#homepage_head img, #homepage_bottom img {
width: 60em;
height: 19.7em;
float: left;
margin-right: 0.7em;
}
#homepage_head p, #homepage_bottom p {
font-size: 1.5em;
padding: 0.5em;
text-align: left;
margin: 0;
}
#homepage_head p {
font-size: 1.4em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#homepage_bottom h3 {
font-size: 1.8em;
margin: 0 0.2em 0.6em 0.2em;
padding: 0;
text-align: left;
}
#homepage_bottom ul {
list-style-type: none;
font-size: 1.4em;
text-align: left;
margin: 0.2em;
}
#homepage_bottom ul li {
margin: 0.8em;
}
#homepage_links {
text-align: left;
float: left;
}
#homepage_links ul {
list-style-type: none;
margin: 2.5em 0.5em;
width: 15em;
font-size: 1.2em;
padding: 0
}
#homepage_splash {
width: 60em;
width: expression('60.3em');
height: 20em;
float: right;
}
/* End Homepage */

/* Display Case (used either for categories, or people */
.display_case {
display: block;
width: 28em;
text-decoration: none;
float: left;
margin-left: 1em;
margin-bottom: 1em;
text-align: left;
padding: 0;
}

.display_case img {
background-color: #003366;
width: 10em;
height: 10em;
border: none;
float: left;
margin: 0 0.5em 0 0;
padding: 0;
}
div.display_case img {
width: 9.3em;
height: 7em;
}
a.display_case img {
width: 10em;
height: 10em;
}
.display_case h3 {
margin-top: 0;
font-size: 1.4em;
color: #114477;
}
.display_case span {
font-size: 1.3em;
color: #666666;
}
a.display_case:hover {
text-decoration: none;
background-color: #EEE;
}
/* End Display Case */

/* Pages Accordion Widget */
#sidebar #pages-accordion a, #homepage_links a {
display: block;
display: expression('inline-block');
padding: 0.1em;
}

#sidebar #pages-accordion ul li, #homepage_links ul li {
border-top: 1px solid #EEE;
font-size: 1.5em;
padding: 0 0 0 0.8em;
font-weight: bold;
}

#homepage_links ul li {
font-size: expression('1.3em');
}

#sidebar #pages-accordion ul li ul li {
font-size: 0.9em;
font-weight: normal;
}

#sidebar #pages-accordion ul li ul li ul li {
background-color: #EEE;
padding-left: 1.2em;

}

#sidebar #pages-accordion .current_page_item span, #sidebar #pages-accordion .current_page_item a {
background: url(images/selected-menu.gif) no-repeat 0 5%;
background-color: #EEE;
padding-left: 0.9em;
margin-left: -0.9em;
font-weight: bold;
display: block;
}

#sidebar #pages-accordion .current_page_item ul li a {
background: none;
padding-left: 0.5em;
font-weight: normal;
}

#sidebar #pages-accordion .page_item a.page_item_selected, #sidebar #pages-accordion .current_page_ancestor a.page_item_selected {
font-weight: bold;
background-color: #EEE;
}
/* End Pages Accordion Widget */

/* Breadcrumb */
#breadcrumb {
padding-left: 3em;
font-size: 1.2em;
text-align: left;
}
/* End Breadcrumb */

/* Pretty Search Widget */
#pretty-search #search {
width: 18em;
margin: 0.5em 0 0.5em auto;
}
#content #search_inpage {
margin: 0.5em auto;
width: 35em;
}
#pretty-search #s, #content #s_inpage {
border: 0;
border-top: 0.14em solid #CCCCCC; 
border-bottom: 0.14em solid #CCCCCC; 
float: left; 
font-size: 1.5em; 
height: 1em; 
height: expression("1.1em");
width: 8.8em; 
margin: 0; 
padding: 0.5em 0;
line-height: 2em;
color: #666;
}
#content #s_inpage {
width: 20em;
}
#pretty-search #search_submit, #content #search_submit_inpage {
float: left; 
width: 3.6em; 
height: 3.4em;
font-size: 1em;
margin: 0;
padding: 0;
border: 0;
}
#pretty-search #search_left, #content #search_left_inpage {
float: left; 
width: 0.8em; 
height: 3.4em;
border: 0;
margin: 0;
padding: 0;
}
/* End Pretty Search Widget */

/* Begin pages navigation */
.navigation a {
font-size: 1.3em;
padding: 0 1em;
}
/* End pages navigation */

/* Begin News Archives */
li#archives select {
border: 1px solid #999999;
width: 80%;
margin: 0.5em 1em;
}
/* End News Archives */

/* Begin recent-posts-w-excerpt */
li#recent-posts-w-excerpt p {
color: #555;
font-size: 1.2em;
}
li#recent-posts-w-excerpt h3 {
color: #114477;
font-size: 1.2em;
}
li#recent-posts-w-excerpt a {
display: block;
padding: 0 0.4em;
}
li#recent-posts-w-excerpt a:hover {
background-color: #eee;
text-decoration: none;
}
/* End recent-posts-w-excerpt */


/* Begin Footer */
#footer {
border: none;
background-color: #EEE;
padding-top: 1em;
}
#footer ul {
list-style-type: none;
margin: 0;
padding: 0;
text-indent: 0;
font-size: 1.4em;
font-weight: bold;
}
#footer ul li {
display: inline;
padding: 0 1em;
}
#footer p {
color: #999;
}
#footer p a {
color: #666666;
font-weight: bold;
}
/* End Footer */

/* Begin Contact Form */
.contactform input, .contactform textarea {
border: 2px solid #BBB;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #666;
}
.contactform input:focus, .contactform textarea:focus {
border: 2px solid #000000;
background-color: #E1F0FF;
}
/* End Contact Form */

/* Misc */
#content p.category_description {
font-size: 1.4em;
text-align: justify;
padding: 0.5em;
}
/* Team pages */
#post-38.post, #post-39.post {
font-size: 1em;
}
#post-38 .entry, #post-39 .entry {
line-height: normal;
}
#post-38 h2, #post-39 h2 {
font-size: 2.0em;
}
#post-38 p, #post-39 p {
font-size: 1.4em;
}
#post-38 span span, #post-39 span span {
font-size: 1em;
cursor: default;
letter-spacing: normal;
}