@import "css3.css";

/* GLOBAL DEFINITIONS */
* {
	margin:0;
	padding:0;
}

body {
 background:#ececec url('../assets/up.png') 0 0 repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:20px;
}

h1, h2, h3, h4, h5, h6 {
 clear:both;
 float:left;
 width:100%;
 color:#555;
 margin-bottom:10px;
 font-weight:normal;
}

p {
	clear:both;
	float:left;
	width:100%;
	color:#666;
	line-height:24px;
	background-color: #000080;
}

ul {
 padding:0;
 list-style-type:none;
}

img {
 border:none;
 background:#fff;
}

hr {
 clear:both;
 float:left;
 width:100%;
 height:1px;
 background:#f0f0f0;
 border:0;
 border-top:1px solid #d6d6d6;

 margin:20px 0;
}

a {
 color:#000;
}

h1 {
	font-size:36px;
	margin-bottom:15px;
	width:100%;
	color:#555;
	margin-top:15px;
	line-height:40px;
	background-color: #FFFFFF;
}

h2 {
 font-size:24px;
 line-height:30px;
 margin-top:15px;
}

h3 {
 font-size:18px;
}

h4 {
 font-size:16px;
}

h5 {
 font-size:14px;
}

h6 {
 font-size:12px;
}

#container {
 clear:both;
 float:none;
 width:960px;
 margin:5px auto;
}

ol, blockquote {
 clear:both;
 float:left;
}

ol {
 padding-left:30px;
}

ol li {
 clear:both;
 float:left;
 color:#555;
 padding:3px 0;
}

blockquote {
 padding:15px 30px 15px 35px;
 background:#f0f0f0;
 border-left:3px solid #d7d7d7;
 margin:10px 0;
 font-style:italic;
}

a.buton, input.buton {
clear:both;
float:right;
background: #353535;
display: block;
padding:5px 10px 6px;
color: #ddd;
text-decoration: none;
font-weight: bold;
line-height: 1;
border-bottom: 1px solid #000;
cursor: pointer;
margin:20px 10px 0 0;
font-size:13px;
}

a:hover.buton, input:hover.buton {
 color:#fff;
 background:#1a1a1a!important;
}

/* THE MENU                         */ 
/* -------------------------------- */

#container #menu {
 clear:both;
 float:left;
 width:100%;
 height:102px;
 background:url('../assets/hr.png') left bottom repeat-x;
 margin-bottom:20px;
}

#menu ul.nav {
 float:right;
 margin-top:47px;
}

ul.nav li {
 float:left;
 display:block;
 position:relative;
 padding:3px 30px 3px 15px;
 border-left:1px dashed #ccc;
}

ul.nav li a {

 float:left;
 text-decoration:none;
 color:#333;
 font-size:16px;
 font-weight:normal;
 display:block;
 text-align:left;
 line-height:18px;
 padding-top:2px;
}

ul.nav li a span {
 display:block;
 width:100%;
 font-size:11px;
 text-align:left;
 color:#666;
}

ul.nav li a:hover {
 color:#000;
 
}

ul.nav li a:hover span {
 color:#000;
}

ul.nav ul {
 	position:		absolute;
	top:			-999em;
	width:			10em; 

}

ul.nav ul li {
 border-top:1px solid #323232;
 border-bottom:1px solid #383838;
 border-left:0;
 padding:5px;
 width:130px;
}

ul.nav li:hover ul,
ul.nav li.sfHover ul {
	left:			0;
	top:			4.3em; /* match top ul list item height */
	z-index:		99;
	
}
ul.nav li:hover li ul,
ul.nav li.sfHover li ul {
	top:			-999em;
}
ul.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:			11.4em; /* match ul width */
	top:			0;
}
ul.nav li li:hover li ul,
ul.nav li li.sfHover li ul {
	top:			-999em;
}
ul.nav li li li:hover ul,
ul.nav li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

ul.nav li li {
	position:relative;
	background:	#353535;
}

ul.nav li li a {
 display:block;
 width:110px;
 font-size:12px;
 padding:5px 10px;
 color:#ccc;
}

ul.nav li li a:hover {
 color:#fff;
 background:#1a1a1a;
}

ul.nav li li li {
	
}

.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	width:			0px;
	height:			0px;
	overflow:		hidden;
	background:		url('../assets/arrow.png') no-repeat; /* 8-bit indexed alpha png. IE6 gets solid image only */
	float:right;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 0px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  0 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	
}

#menu .logo {
 float:left;
 width:213px;
 height:100px;
}

/* THE MENU - END                   */ 
/* -------------------------------- */


/* CUBER CONTAINER / jquery slider   */ 
/* -------------------------------- */

#cu3er-container {
 clear:both;
 float:left;
 width:916px;
 padding:20px;
 background:#e6e6e6;
 border:1px solid #d7d7d7;
 z-index:98;
}

#thecube {
 background:#f0f0f0;
 border:1px solid #d8d8d8;
}

/* -------------------------------- */
/* CUBER CONTAINER END              */ 

/* COLUMNS */

#columns {
 clear:both;
 float:left;
 width:960px;
}

.col1 {
 clear:both;
 float:left;
 width:292px;
 padding-right:28px;
}

.col2 {
 float:left;
 width:292px;
 padding:0 14px;
}

.col3 {
 float:right;
 width:292px;
 padding-left:28px;
}

.col1 img, .col2 img, .col3 img {
 padding:5px;
 border:1px solid #d7d7d7;
}

#columns ul {
 clear:both;
 float:left;
 width:292px;
 padding-top:10px;
}

#columns ul li {
 clear:both;
 float:left;
 width:262px;
 background:url('../assets/bullet.png') 0 10px no-repeat;
 padding:5px 0 5px 20px!important;
 color:#555;
 border-bottom:1px dashed #ddd;
}

#main {
 width:620px;
 clear:both;
 float:left;
 padding:0 20px 20px 0;
}

#main #paginator {
 clear:both;
 float:left;
 width:100%;
}

#paginator a {
 padding:4px 7px;
 margin:0 3px;
 background:#f0f0f0;
 text-decoration:none;
 color:#555;
 border:1px solid #d7d7d7;
}

#paginator a:hover, #paginator a.selected {
 background:#fff;
 color:#000;
}

#main .post {
 clear:both;
 float:left;
 width:620px;
}

.post p {
 margin-bottom:15px;
 color:#555;
} 

#main h1 {
 margin-bottom:15px;
}

#main #comments {
 clear:both;
 float:left;
 width:600px;
 padding:10px;
}

#comments .comment {
 clear:both;
 float:left;
 width:600px;
 padding:10px 0;
 border-bottom:1px dashed #ddd;
}

.comment img {
 clear:both;
 float:left;
 padding:5px;
 background:#fff;
 border:1px solid #d7d7d7;
}

.comment .comright {
 float:left;
 width:490px;
 padding-left:10px;
 padding-top:3px;
}

.comright p {
 margin-top:10px;
}

.comright a {
 float:left;
 font-size:15px;
 font-weight:bold;
 color:#555;
 text-decoration:none;
}

.comright span {
 float:right;
 font-size:10px;
 color:#777;
}

/* CONTACT                          */ 
/* -------------------------------- */

#main #contact {
 clear:both;
 float:left;
 padding:20px;
}

#contact input, #contact textarea {
 padding:10px;
 background:#fff;
 border:1px solid #d7d7d7;
 font-size:13px;
 width:280px;
 float:left;
 margin-bottom:10px;
 color:#555;
}

#contact textarea {
 width:360px;
 height:140px;
 line-height:22px;
}

#contact label {
 clear:both;
 float:left;
 width:120px;
 padding-top:8px;
 color:#333;
}

#contact label span {
 color:#ff0000;
}

#contact input.buton {
 float:left;
 width:auto;
 background:#353535;
 color:#ddd;
 font-size:13px;
 padding: 5px 10px 6px;
 border:0;
 border-bottom: 1px solid #000;
 margin-top:5px;
}

#contact p {
 margin-bottom:0;
}

/* CONTACT - END                    */ 
/* -------------------------------- */

.post h1 a {
 color:#555;
 text-decoration:none;
 font-size:36px;
 margin-bottom:0px;
}

.post h1 a:hover {
 color:#000;
}

.post .meta {
 clear:both;
 float:left;
 width:620px;
 color:#777;
 border-bottom:1px dashed #ccc;
 margin-bottom:15px;
 padding:5px 0;
}

.post .postcontent {
 float:left;
 width:380px;
}

.post img {
 clear:both;
 float:left;

}

.post img.mag {
 padding:5px;
 border:1px solid #d1d1d1;
 margin-right:15px;
}

.post img.normal {
 padding:5px;
 border:1px solid #d1d1d1;
 margin-bottom:15px;
}

.post p.down {
 width:100%;
 margin:15px 0 0 0;
}

.post p a.buton {
 float:right;
 margin: 0 0 5px 0;
}

.post p span {
 float:left;
 width:400px;
}

#sidebar {
 width:280px;
 float:right;
}

#sidebar h2 {
 margin-bottom:5px;
 margin-top:15px;
}

#sidebar ul {
 clear:both;
 float:left;
 width:280px;
 margin-bottom:30px;
}

#sidebar ul li {
 clear:both;
 float:left;
 width:230px;
 padding:5px 25px;
 border-bottom:1px solid #ddd;
 background:url('../assets/arrow_left.png') 5px 12px no-repeat;
}

#sidebar ul li:hover {
 background:url('../assets/arrow_left_hover.png') 5px 12px no-repeat;
}

#sidebar ul li a {
 clear:both;
 float:left;
 width:100%;
 text-decoration:none;
 color:#555;
}

#sidebar ul ul {
 width:230px;
 margin-bottom:0;
}

#sidebar ul li ul li {
 width:210px;
}

#sidebar ul li ul li ul li {
 width:190px;
}

#sidebar li.last {
 border-bottom:0;
}

#sidebar ul li a:hover {
 color:#000;
}

#sidebar .googlemap img {
 padding:5px;
 border:1px solid #d7d7d7;
}

#mainlarge {
 clear:both;
 float:left;
 width:960px;
}

#mainlarge ul {
 clear:both;
 float:left;
 margin-bottom:15px;
}

#mainlarge ul li {
 color:#555;
 clear:both;
 float:left;
 padding:3px 0 3px 20px;
}

#mainlarge .item {
	float:left;
	width:310px;
	overflow:hidden;
	padding-left:5px;
	height:180px;
	margin-top:0px;
	background-color: #FFFFFF;
}

.item a {
 text-decoration:none;
}

.item a img {
 background:#f0f0f0;
 padding:5px;
 border:1px solid #d7d7d7;
 z-index:0;
}

.item a:hover img {
	background:#fff;
	border:2px solid #ccc;
	border-color: #00FF00;
}

.item a span {
 background:#fff;
 border:1px solid #d7d7d7;
 color:#333;
 padding:5px 20px;
 position:relative;
 left:20px;
 top:-20px;
 z-index:90;
 font-size:14px;
}

.item a:hover span {
	color:#fff;
	border:1px solid #FFFF00;
	background-color: #009900;
}

#footer {
 clear:both;
 float:left;
 width:100%;
 margin-top:50px;
 background:#353535 url('../assets/down.png') 0 0 repeat-x;
 padding:25px 0;
}

#footer h2 {
 color:#cacaca;
 font-size:24px;
 margin-bottom:10px;
}

#footer p {
 color:#aaa;
 margin-bottom:15px;
}

#footer ul li {
 clear:both;
 float:left;
 border-bottom:1px dotted #444;
 display:inline;
 width:252px;
}

#footer ul li:hover {
 background:#222;
}

#footer ul li a {
 clear:both;
 float:left;
 font-size:13px;
 color:#aaa;
 padding:5px 10px;
 text-decoration:none;
 width:100%;
}

#footer ul li a:hover {
 color:#f0f0f0;
}

#footer .col3 {
 margin-top:25px;
}

#footer .col3 img {
 background:none;
 border:0;
 margin:10px 5px;
}

.col3 p {
 width:100%;
}

#footer .col3 ul {
 
}

#footer .col3 ul li {
 clear:none;
 float:left;
 border:0;
 width:80px;
}

#footer .col3 ul li:hover {
 background:none;
}

#footer .col3 #search {
 clear:both;
 float:left;
 width:252px;
 padding:5px 5px 5px 10px;
 background:#282828;
 border:1px solid #444;
 height:24px!important;
 overflow:hidden;
}

.col3 p.dark {
 color:#666!important;
 margin-bottom:0!important;
 text-align:center;
}

#search INPUT.normal {
 float:left;
 background:none;
 border:0;
 color:#888;
 padding-top:4px;
}

INPUT.submit {
 float:right;
 width:24px;
 height:24px;
 background:url('../assets/49.png') 0 0 no-repeat;
 border:0;
 cursor:pointer;
}

.cen {
 clear:both;
 float:none;
 width:960px;
 margin:0 auto;
}

.fr {
 float:right;
}

.fl {
 float:left;
}

img.fl, img.fr {
 padding:5px;
 background:#fff;
 border:1px solid #d7d7d7;
}

img.fl {
 float:left;
 margin:0 15px 15px 0;
}

img.fr {
 float:right;
}

.error {
 border:1px solid #ff0000!important;
}

.ok {
 border:1px solid #00ff00!important;
}

/* LOOPED SLIDER */

.container { width:916px; height:492px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:relative; top:0; left:0; }
.slides > div { position:absolute; top:0; width:916px; display:none; }

