/*
@font-face {
font-family: 'Decotech';
src: url('fonts/decotech2.eot');
src: local('â?º'), url('fonts/decotech2.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
*/

/* Main layout */

body {
margin: 0;
padding: 0;
color: #000;
background-color: #fff;
font: 13px 'Maven Pro', Arial, Helvetica, sans-serif;
}

body#back {
background: #fff url(body.png) repeat-x left bottom;
}

body.admin-menu {
margin-top:30px !important;
}



#logo {
border: 0;
float: left;
}


#footer {
padding: 0;
}




/* a, hX, p */

a {
text-decoration: none;
}

a:link, a:visited {
}

a:hover {
text-decoration: underline;
}

h1, h1 a {
font-weight: bold;
font-size: 20px;
color: #777;
margin: 0 0 12px;
}

h2, h2 a {
font-weight: bold;
font-size: 16px;
color: #777;
margin:0;
}

h3, h4, h5, h6 {
font-size: 1.1em;
margin-bottom: 0.5em;
}

p {
margin-top:0;
margin-bottom: 0.9em;
font-size:14px;
line-height:22px;
}

/*
** Common Drupal stuff
*/

/* breadcrumbs */

.breadcrumb {
margin-bottom: .5em;
font-size: 11px;
}

/* messages */

.messages {
background-color: #eee;
border: 1px solid #ccc;
padding: 0.3em;
margin-bottom: 1em;
}

.error {
border-color: red;
}

/* misc */

img {
border: 0;
}

.submitted {
color: #999;
font-size: 0.8em;
}

.block {
padding-bottom: 0;
margin-bottom: 15px;
}


.node {
margin: 0;
}

.node .content {
margin: 0;
}

.node .taxonomy {
color: #999;
font-size: 0.8em;
}

tr.odd td, tr.even td {
padding: 0.3em;
}
fieldset {
border: 1px solid #ccc;
}
pre {
background-color: #eee;
padding: 0.75em 1.5em;
font-size: 12px;
border: 1px solid #ddd;
}
table {
font-size: 1em;
}
table tbody {
border: 0;
}
.form-item label {
font-size: 1em;
color: #222;
}
.item-list .title {
font-size: 1em;
color: #222;
}
.links {
margin-bottom: 0;
}

/* comments */

.comment {
border: 1px solid #abc;
padding: .5em;
margin-bottom: 1em;
}

.comment .content {
margin: 0;
}

.comment .title a {
font-size: 1.1em;
font-weight: normal;
}
.comment .new {
text-align: right; /* LTR */
font-weight: bold;
font-size: 0.8em;
float: right; /* LTR */
color: red;
}
.comment .links {
margin-bottom: 0;
}

.clear {clear:both; height:1px; display:none;}










