/**

 * $Id$
 * Website Baker template: mobile
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Cristian Laza
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    1.0
 * @platform   Website Baker 2.8
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

*/

* {padding:0;margin:0;}
body {font:80%/1.5em Verdana, sans-serif;word-spacing:2px;color:#444;background:#eee;}

a {color:#00B707;}
a:hover {text-decoration:none;}

input, textarea, select,button {font-family:Verdana, sans-serif;border:1px solid #ccc;padding:2px;}
button {color:#fff;font-weight:bold;background:url(/media/template/content/button-bg-on.gif) repeat-x;height:28px;cursor:pointer;cursor:hand;}
img {border:0px;}
table {border:0;}
td {padding:3px;}

/* PAGE WRAPPER */
#wrapper {background:#fff;width:310px;min-width:310px;margin:auto;margin-top:10px;margin-bottom:10px;border:1px solid #ccc;} 

/* NAVIGATION BAR */
#navbar {margin:0 auto;height:30px;} 

#navbar ul {margin:0;padding:0;list-style:none;text-align:center;width:300px;}
#navbar li {list-style:none;float:left;height:30px;border-left:1px solid #fff;}
#navbar li:first-child {border-left:1px solid #88b22c;}

#navbar a {color:#fff;text-decoration:none;height:20px;width:89px;display:block;padding:5px;background:#88b22c;} 
#navbar a:hover,
#navbar a.menu_current {background:#6E9C09}

/* HEADER */
#header {margin:10px;height:200px;background:#eee url(/media/template/header/cazare-silvas-prislop.jpg) no-repeat;} 

#header h1 {margin:10px;color:#fff;font:190% Verdana;float:right;font-weight:lighter;letter-spacing:-1px;} 

/* CONTENT */
#content {margin:10px;margin-top:0px;}

#content p {line-height:1.5em;padding:5px;}

#content h1,
#content h2 {font:150% Verdana;color:#333;margin:0;padding:10px;}

#content h1 {background:url(/media/template/content/h1-bg.jpg) top repeat-x;}

#content img {margin:3px;padding:2px;border:1px solid #ccc;}

#content ul,
#content ol {margin:0 0 10px 40px;}
#content ul li {list-style-type:square;list-style-position:outside;}

/* SIDEBAR */
#sidebar {width:400px;float:left;min-height:550px;background:url(/media/template/sidebar/bg.jpg) repeat-x 0px 330px;}
* html #sidebar {height:550px;} 

#sidebar p {text-align:justify;padding:5px;margin:5px;font: 85%/1.4em;}
#sidebar td {font-size:90%;}

#sidebar h3 {color:#00B707;font:140% Verdana;padding:10px;}
#sidebar h4 {font:125% Verdana;color:#888;margin:10px;}

#sidebar ol {margin:0 0 10px 40px;}

/* FOOTER */
#footer {margin:10px;border-top:5px solid #F6F7E7;padding:10px 0 0 0;font:70% Verdana;color:#808080;}

#footer p {color : #f7f7f7;}

#footer a {color:#808080;text-decoration:none;font-weight:bold;}
#footer ul {display:inline;}
#footer li {list-style-type:none;display:inline;}

.clearfix {clear:both;height:1px;}
