@import url("css/suckerfishoriginal.css");
@import url("css/tabs.css");

/*
Theme Name: RaggaFuegos
Theme URI: http://www.raggafuegos.com/
Description: 2-column, widget-ready, fixed-width, fully gettext. Released under released under the GNU General Public License. This means you may use it for any purpose, and make any changes you like.
Version: 1.0.0
Author: RaggaFuegos
Author URI: http://www.raggafuegos.com/
Tags: two-columns, fixed-width, right-sidebar, translation-ready, */

/* ************** GENERAL RESET ************** */
* {
	margin: 0;
	padding: 0;
}
/* CLEARFIX */
.clearfix, .clear {
	clear:both;
}
body {
	color:#444444;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:75%;
	text-align:center;
	background:url(images/bgr.gif) #d9d4cb repeat-x;
	line-height:1.5;
}
a {
	text-decoration: none;
	color: #f8af2a;
}
a:hover {
	text-decoration: none;
        color:#444;
}

a:focus,
a:active {
outline: none!important;
}


hr{ width:100%; clear:both; visibility:hidden;

}

/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight: bold;
}
h1 {
	font-size: 5.8em;
	/*line-height: 1;*/
	font-family: chunkfive,"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
        text-shadow: none;
        letter-spacing:-1px;
}

h2 {
	font-size:1.6em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
}

ul, ol {
	margin: 0 0 1em 1em
}
li {
	margin-left: 1.5em;
	line-height: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 1em 2em;
}
blockquote {
	margin:0;
	padding: 0 0 0 1.5em;
	font-style: italic;
	color: #555;
        border-left:5px solid #DDDDAA;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
pre {
	font: 1em 'Courier New', Courier, monospace;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	background-color:#E8F2FB;
	border: solid 1px #CADFEF;
	color:#333333;
	padding:10px;
	margin: 0 0 1em 0;
}

/* Tables
-------------------------------------------------------------- */

table {
	margin: 1.4em auto;
}
th {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
}
td {
	border-bottom: 1px solid #ddd;
}
th, td {
	padding: 4px 10px 4px 0;
}
tfoot {
	font-style: italic;
}
caption {
	background: #dfcb28;
}
/* Use this if you use span-x classes on th/td. */
table .last {
	padding-right: 0;
}
/* **************** CONTAINER *************** */

#container {
	margin:0 auto;
	padding:0;
	width:960px;
	text-align: left;
}
/* **************** HEADER *************** */

#header {
	height:250px;
	background: transparent url(images/header.jpg) no-repeat left top;
	margin:0;
	padding:0 0 0 0px;
	width:960px;
}
#logo {
	float:left;
	width: 470px;	
	margin:0px 0 0 20px;
        position:relative;
        top:10px;

}
#header a img {
	border: none;
	margin: 0;
	padding: 0;
}
#header h1 a {
        display:block;
	text-decoration:none;
	color:#fff;
	background: transparent url(images/logo.gif) no-repeat 0 0px;
        height:105px;
        padding:0px 0 0 120px;

}
#header #desc {
	margin: 0 0 0 142px;
	color:#5d584b;
	clear:both;
        position:relative;
        top:-10px;
        font-size:28px;
        width:200px;
}
#header #lang_sel{
        float:right;
        margin-top:20px;
        margin-right:20px;
}

/* **************** Content *************** */
#content {
	width:960px;
	clear: both;
	background: #FFFFFF url(images/content.jpg) repeat-y center top;
        padding-top:20px;
}
#main {
	float:left;
	width:600px;
        padding:0 0 20px 40px
	}

#main H2{
       text-align:left;

}



#main .post H2{
       font-size:38px;
       line-height:38px;
       letter-spacing:-2px;
}

/* **************** Search results *************** */

#main H2.search_results{
       font-size:48px;
       margin-bottom:10px;
       letter-spacing:-3px;
       border-bottom:4px dotted #444;
       color:#444!important;
}

div.search_results h1,
div.search_results h2{
       font-size:38px!important;
       line-height:38px!important;
       letter-spacing:-2px!important;
       font-family:"Helvetica Neue", Helvetica, Arial, sans-serif!important;
       color:#F8AF2A!important;
       font-weight:bold!important;
       margin-bottom:10px!important;
}


div.search_results h1 a,
div.search_results h2 a{
        color:#F8AF2A;
}

div.search_results h1 a:hover,
div.search_results h2 a:hover{
        color:#444;
}

div.search_results ul{
        margin:0;
}

div.search_results .hentry{
       margin-bottom:10px;
       border-bottom:4px dotted #444;
}

/* Search */

#searchbox {
	float: right;
	width: 270px;
	margin: 0px;
	padding: 0px;
	height: 83px;
}
#searchform {
	margin: 0px;
	padding: 0 0 6px;
	float: left;
	height: 37px;
	width: 97%;
	overflow: hidden;
}
#searchform #sbox {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: 100%;
}
#sbox input {
	width: 96%;
	border-width: 0px;
	float: left;
	margin: 0 0 6px;
	padding: 4px;
	color: #333333;
	/*font-family: Verdana, Arial, "Times New Roman", sans-serif;*/
	font-size: 11px;
}
#sbutton {
	margin: 0px;
	padding: 0px;
	float: left;
}
select {
	border:1px solid #5d584b;
	width:100%;
	margin: 6px 0 0 0;
}
/* SIDEBAR */
#sidebar {
	width: 300px;
	float:right;
	padding-top: 12px;
}
.widget  {
	margin: 0 0 15px 0;
	padding: 0 30px 0 0;
	list-style-type: none;
}

#sidebar .widget  {
        clear:left;
}
.widget ul, ul.sidebartabs  {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px ;
}
.sidebartabs li {
	/*background-image: url(images/ullibullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;*/
	padding: 0px 0 3px 0px;

}

body#home .sidebartabs li{
	margin: -1em 0;
}

.widget li {
	list-style-type: none;
	padding: 0;
	margin: 0 ;
}
#sidebar h3 {
	margin:10px 30px 0 0;
	padding: 6px 0 6px 0;
        letter-spacing:-1px;
}
#sidebar .widget ul li  a  {
	display: block;
	padding: 8px 8px;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sidebar .widget a:hover {
	background-color: #5d584b;
	color: #FFF;
}
#sidebar .widget ul li ul  {
	padding: 0;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	margin: 0 0 8px;
}
#sidebar .widget ul li  ul li a  {
	padding: 6px 0 6px 24px ;
	text-decoration: none;
	border: none;
}
#sidebar .widget ul li ul li ul {
	padding: 0;
	text-decoration: none;
	border: none;
	margin: 0 ;
}
#sidebar .widget ul li  ul li ul li a  {
	padding: 6px 0 6px 36px ;
	text-decoration: none;
	border: none;
}
/* POST */

.post {
	padding: 12px 8px 12px 0px;
	margin: 0 0 8px;
}
.post h2 {
	margin: 0;
	padding: 0px;
	width: 100%;
}
.post h2 a {
        display:block;
        height:100%;
        width:100%;
        color:#444444;
	text-decoration: none;
}
.post h2 a:hover {
        color:#F8AF2A;
}
.sticky h2 {
	margin: 0;
	padding: 0;
	height: 40px;
	background: #970f00;
	width: 100%;
}
.post h2.pagetitle {
	text-align: center;
	line-height: 40px;
	}

body.archive h2.pagetitle{
        font-size:80px!important;
        margin:15px 0 40px 0;
        color:#e5e5c6;
        text-transform:uppercase;
        letter-spacing:-5px!important;
        line-height:60px !important;
}

.post .entry, .post .entrytext {
	padding:5px 0px 5px 0;
        clear:left;
}

body.archive .post .entry, body.archive .post .entrytext{
        clear:none!important;
}

.postmetadata {
	padding: 5px 12px 0 0;
	clear: left;
        color:#888;
}

.postmetadata .tags a{
        color:#cab13d;
}

.premetadata{
        float:left;
        width:85px;
        margin-right:10px;
        font-size:10px;
        padding:0;
}

.premetadata span.time{
        display:block;
        text-align:center;
	background: url(images/date_bg.gif) no-repeat 0 0;
        width:54px;
        height:50px;
        padding:24px 8px 5px 8px;
        line-height:10px;
        color:#fff;
} 


.premetadata span.author{
        display:block;
        text-align:center;
        text-transform:uppercase;
        color:#444;
        font-size:12px;
        font-weight:bold;
}

.premetadata span.comment{
        display:block;
        clear:left;
}

.metaafter{
        padding:43px 0 0 0px;
        /*background-color:#555;*/
	background: url(images/metabar.gif) no-repeat 0 0;
        text-align:left;
        margin-right:0;
}


.metaafter .category{
	background: url(images/folder.gif) no-repeat 0 0;
        padding:25px 0 25px 55px;
}



.metaafter .tags{
	background: url(images/tag.gif) no-repeat 0 0;
        padding:25px 0 25px 55px;
}

.time, .category, .tags, .commenter, .author, .edit {
	padding: 0 10px 5px 20px;
}
.time {
	background: url(images/calendar.gif) no-repeat 0 0;
}
.category {
	background: url(images/folder.gif) no-repeat 0 .1em;
}
.tags {
	background: url(images/tags.gif) no-repeat 0 .2em;
}
.commenter, .author {
	background: url(images/commenter.gif) no-repeat 0 .1em;
}
.edit {
	background: url(images/edit.gif) no-repeat 0 0;
}
/* .more-link {
	padding: 0 20px 0 0;
	background: url(images/comment.gif) no-repeat right .2em;
}*/

.post p {
}
.post img {
    max-width: 500px; 
    height: auto;
}
code {
	font-family: "Courier New", Courier, monospace;
}
.post ul, .post ol {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 0em;
}
.post ul li, .post ol li {
	/*background-image: url(images/ullibullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;*/
}
/* FOOTER */
#footer {
	padding: 0 0 20px 0;
	margin: 0 auto;
	background:url(images/footer.jpg) #5c594a no-repeat top center;
	height: 100%;
	font-size: 0.94em;
	width: 100%;
	display: table;
}
#footer p {
	text-align: center;
	padding: 25px 0 0 0;
	margin: 0;
}

#footer div.sidebar{
         width:910px;
         margin:40px auto 0 auto;
         border-left:2px dotted #c0bc91;
         height:150px;
         padding-left:20px;
         position:relative;
         left:10px;
}

#footer div.sidebar .widget{
         border-right:2px dotted #c0bc91;
         float:left;
         margin-right:20px;
         padding:0 20px !important;
         text-align:left;
         width:240px;
         height:150px;
}

#footer div.sidebar .widget h3{
         color:#c0bc91;
         text-shadow: 0px 2px 2px #555;
}

#footer div.sidebar .widget a{
         color:#c0bc91;
}

#footer a:hover{
         text-decoration:underline;
}

/* alignment classes */
.navigation {
	display:block;	
	padding: 0 24px 0px 24px;
        line-height:11px;
}
.navigation .alignleft{
	width:47%;	
}
.navigation .alignright{
	width:47%;	
	text-align:right;
}
.floatleft, .alignleft {
   float: left;
}

.floatright, .alignright {
   float: right;
}
.center, .aligncenter {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
	text-align:center;
}
/* Images */
img {border:1px solid #EAE9E9;padding:4px;}
img.centered { display: block; margin-left: auto; margin-right: auto;}
img, img.alignnone { margin: 0 0em 0; display: inline;}
img.alignright {float: right; margin: 0 0 1.5em 1.5em; display: inline;}
img.alignleft { float: left; margin: 0 1.5em 1.5em 0; display: inline;}
.wp-caption {
	margin: 0px;
	padding: 0px;
}
.wp-caption img {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 0px;
}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	line-height: 12px;
}
.navigation {
	padding: 0 0 10px 0;
	margin: 0;
        height:50px;
}
.previous {
	float:left;
	width:27%;
        font-size:10px;
}
.next {
	float:right;
	text-align:right;
	width:27%;
        font-size:10px;
}

.previous a{
        display:block;
	background:url(images/pager_left.gif) no-repeat left center;
        padding:15px 0 15px 30px;
}

.next a{
        display:block;
	background:url(images/pager_right.gif) no-repeat right center;
        padding:15px 30px 15px 0px;

}


.previous a:hover{
	background:url(images/pager_left_over.gif) no-repeat left center;
}

.next a:hover{
	background:url(images/pager_right_over.gif) no-repeat right center;

}

.navigation a{
        color:#888;
        text-decoration:none;
}

.navigation a:hover{
        color:#444;
}

/* comments */
.commnavigation {
	padding: 5px 0;
	display:block;	
}
#comments-template {
	clear:right;
	padding: 3px 0px 0 0px;
	margin: 15px 0 0 0px;
}
#commentform textarea {
	border:1px dotted #bcb5a2;
	margin-top:10px;
	padding:5px;
	width:96%;
}
#comments-template input,
#comments-template input [type=submit],
#commentform input [type=submit],
#commentform input#submit {
        width:144px;
	height: 30px;
	background:url(images/comment_submit_bg.gif) no-repeat 0 4px!important;
	border: none!important;
        text-align:center!important;
	font-size: 12px;
	color: #444!important;
	padding: 3px 3px;
}
.commentlist li {
	clear:both;
	margin:10px 0;
	list-style: none;
}
.commentlist cite, .commentlist cite a {
	background: url(images/comment.gif) no-repeat 0 0;
	border-bottom: 1px dotted #B93F31;
	padding: 0 10px 0 20px;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
}
.commentmetadata {
	padding: 0;
}
.alt {
	padding:15px;
	margin:6px 0 0 0px;
        height:38px;
	background:transparent url(images/post_meta.gif) no-repeat 0 0;
}

.commentlist {
	padding: 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.avatar {
 	float: right;
	margin: 0 0 0 10px;
}
/*Wp-pagenavi*/
.wp-pagenavi {
	padding:8px 12px;
	margin:12px 8px 12px 30px;
	background-color: #f8af2a;	
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #f8af2a;
}

.wp-pagenavi a:hover, .wp-pagenavi a:active {	
	border: 1px solid #f8f5ee;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #fff;
	background-color: #f8af2a;	
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color: #444444;
	border: 1px solid #f8f5ee;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #fff;
	background-color: #f8af2a;	
}


#rsslink a {

	float:right;
	text-align:right;
	padding-top:10px!important;
	padding-left:17px;
	padding-right:20px;
	color:#c7c2bc;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background:transparent url(images/rsslink.gif) left 15px no-repeat!important;
        border:none!important;

}

#rsslink a:hover{
	float:right;
	text-align:right;
	padding-top:10px!important;
	padding-left:17px;
	padding-right:20px;
	color:#c7c2bc;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background:transparent url(images/rsslink.gif) left 15px no-repeat!important;
        border:none!important;
}




/* ***************************** CUSTOM NAVI ******************************** */

#nav{
        padding:0px 0 11px;
            z-index:999!important;
}

#nav li{
            z-index:999!important;

}
#nav a{
            background-color:#5D584B;
            font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size:14px;
            font-weight:bold;
            letter-spacing:0.05em;
            text-transform:capitalize;
            padding:14px 16px 6px 16px;
            color:#efefef;
            border-bottom:6px solid #5D584B;
            z-index:999!important;
}

#nav a:hover{
            background-color:#5D584B;
            font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size:14px;
            font-weight:bold;
            letter-spacing:0.05em;
            text-transform:capitalize;
            padding:14px 16px 6px 16px;
            color:#efefef;
            border-bottom:6px solid #f8af2a;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
            position:relative;
            top:8px;
            background:none repeat scroll 0 0 #5D584B;
            border-top:none;
            float:none;
            margin:0;
            padding:8px 18px;
            display:block;
            width:140px;
            border-bottom:none;
            z-index:999!important;
}

#nav li li a:hover{
            background:none repeat scroll 0 0 #222;
            border-bottom:none;
}

#nav li li {
            margin-top:0px;
            position:relative;
            top:-0px;
            z-index:999!important;
}
#logo,
#logo h1, #logo h1 a{
            z-index:10!important;
            position:relative;
}



.webpackages .col{
            width:170px;
            float:left;
            margin-right:25px;
}

.webpackages .col{
            margin-right:20px;
}

.webpackages .col3{
            margin-right:0px;
}

body#home #tab_main .quotation{
        float:right;
        padding:20px 30px 0 0;
}
a.readmore,
a.contactus,
.quotation a{
	background:transparent url(images/comment_submit_bg.gif) no-repeat 0 0px;
        text-decoration:none;
        display:block;
        width:144px;
        height:25px;
        padding-top:4px;
        color:#444;
        text-align:center;
}

a.readmore:hover,
a.contactus:hover,
.quotation a:hover{
	background:transparent url(images/comment_submit_ovr.gif) no-repeat 0 0px;
        color:#fff;
}



#tabs h2{
            margin-bottom:0.50em;
            padding:0;
}

#tab_main ul.sidebartabs{
            position:relative;
            left:10px;
}

#tab_main2 ul.sidebartabs{
            padding:0 10px;
}

body#home .post {
            padding-bottom:0;
}

/* ***************************** ADDTHIS ******************************** */


#sidebar .addthis_container a:hover{
            background:none!important;
}

#sidebar .addthis_container img{
            margin:0;
}

.addthis_button img{
            margin:0;
}

#sidebar .addthis_container{
            display:none;
}

body.archive #sidebar .addthis_container{
            display:block;
}




/* ***************************** GALLERY ******************************** */

#sidebar #ngg-webslice a:hover{
            background:none!important;
}

ngg-widget img {
            border:2px solid #7e7b6d;
}

#TB_window img#TB_Image {
            border:none!important;
}

#TB_window {
            background-color:#ede8db!important;
}

#TB_window span#TB_next{
            display:block;
            width:92px;
            height:20px;
	    background: url(images/lightbox_pager.gif) no-repeat top left;
            float:right;
            text-align:center;
            padding-top:6px;
            margin-left:10px;
}


#TB_window span#TB_prev{
            width:92px;
            height:20px;
	    background: url(images/lightbox_pager.gif) no-repeat top left;
            float:left;
            text-align:center;
            padding-top:6px;
            margin-right:10px;
}
#TB_window span#TB_prev a,
#TB_window span#TB_next a{
            text-decoration:none;

}

#TB_window #TB_secondLine {
             padding-top:4px;
             display:inline;
}

/* ***************************** MAIN SIDEBAR ******************************** */

ul#main_sidebar{
            background-color:#e7e2d5;
	    background: url(images/main_sidebar.gif) no-repeat top right;
            /*border:solid 1px #bcb5a2;*/
            margin:20px 0;
            padding:20px 0 0px 0;
}

ul#main_sidebar div.widget{
            float:left;
}

#main_sidebar li{
             list-style-type:none;
}

#main_sidebar #ngg-webslice{
              width:350px;
}



/* ***************************** Bread CRUMB ******************************** */

.breadcrumb{
            margin:10px 0 0 18px;
            max-width:480px;
            height:34px;
            color:#8c8252;
}

.breadcrumb a{
            color:#444;
}

.breadcrumb a:hover{
            text-decoration:underline;
}

/*
.breadcrumb p{
            display:inline;
            padding:2px 40px 10px 0px;
	    background: url(images/breadcrumbs_bg_02.gif) no-repeat top right;
            margin:0;
}

.breadcrumb b{
            display:block;
            float:left;
            height:34px;
            width:12px;
	    background:#8c8252 url(images/breadcrumbs_bg_01.gif) no-repeat top left;
}

.breadcrumb span{
            position:relative;
            top:8px;
}*/
/* ***************************** CATEGORY HEADBAR ******************************** */


#category_head_bar {
                  float:right;
                  margin:10px 15px 0 0;
}

#category_head_bar li{
                  float:left;
                  list-style-type:none;
}

#category_head_bar li a{
                  background-color:#5d584b;
                  padding:8px;
                  text-decoration:none;
                  color:#fff;
}

#category_head_bar li a:hover{
                  background-color:#fff;
                  color:#444;
}



/* ***************************** Slider ******************************** */

.wts_title a.jtoggle{
                   display:block;
                   /*background:#d9d4cb!important;*/
	           background:transparent url(images/bar_bg.gif) no-repeat top left!important;
                   padding:10px;
                   text-decoration:none!important;
                   color:#fff!important;
                   font-weight:bold;
} 

.wts_title a.jtoggle:hover{
	           background:transparent url(images/bar_bg_hover.gif) no-repeat top left!important;
                   color:#444!important;
} 

div.wts_slidewrapper{
                   padding-top:20px;
}

/* ***************************** FORMS   ********************************** */


.wpcf7{
                    padding:10px!important;
                    background-color:#5d584b;
                    color:#d4cab9;
}


.wpcf7 input.text{
                    width:100%;
                    /*height:29px;*/
	            background:transparent url(images/form_input_bg.gif) no-repeat top left;
                    border:none;
                    padding:6px 8px;
                    margin-top:8px;
                    color:#000;
}



.wpcf7 select,.wpcf7 textarea{
                    border-top:1px solid #c1b79c;
                    border-left:1px solid #c1b79c;
                    border-right:1px solid #ded2b3;
                    border-bottom:1px solid #ded2b3;
                    margin:6px 0 0;
                    width:100%;
	            background:#fff url(images/form_tarea_bg.gif) no-repeat top left;
                    color:#000;

}

.wpcf7 input.submit{
                    width:180px;
                    height:30px;
                    text-align:center;
                    border:none;
	            background:transparent url(images/submit_bg.gif) no-repeat 0 2px;
                    color:#fff;
                    font-weight:bold;
                    margin-left:180px;
}


.wpcf7 .radio input, .wpcf7 .checkbox input{
                    width:auto!important;
}

.wpcf7 .radio label {
                    font-size:18px;
                    line-height:28px;
}

.wpcf7 .radio label span{
                     display:block;

}

.wpcf7 .radio .wpcf7-list-item{
                     display:block;
                     float:left;
                     width:165px;
                     text-align:center;
                     margin-bottom:10px;
                     padding-bottom:5px;
                     
}

.wpcf7-list-item-label{color:#fff; font-size:18px;}

.wpcf7 .checkbox{
                     display:block;
                     clear:left;
}

.wpcf7 h2 {font-size:26px!important;color:#8d7b59;letter-spacing:-1px!important;border-bottom:4px dotted #8d7b59;margin-bottom:10px;}
.wpcf7 h4 {font-size:21px!important;color:#fff;letter-spacing:-1px!important;}

span.wpcf7-list-item {margin-left:0em!important;margin-right:1.5em!important;}

.wpcf7 a:hover{color:#fff!important;}



/* ***************************** SEARCHBOX ******************************** */

#searchbox{
                    /*width:250px;
                    background-color:#fcedd2;
                    padding:10px;*/
}

#searchbox input{
                    border:1px solid #BCB5A2;
}

#searchbox input.searchbutton{
                    width:144px;
                    height:30px;
                    text-align:center;
                    border:none;
	            background:transparent url(images/side_submit_bg.gif) no-repeat 0 4px;
                    color:#fff;
                    cursor:pointer;
                    cursor:hand;

}

#searchbox input.searchbutton:hover{
	            background:transparent url(images/side_submit_ovr.gif) no-repeat 0 4px;
                    color:#444;
}

#searchform {
                    height:60px;
}


/* ***************************** WIDGETS ******************************** */

.widget p{
                    margin:5px 0;
}

.widget input{
                    border:1px solid #BCB5A2;
                    padding:4px;
                    width:auto;
                    width:96%;
                    font-size:11px;
}

.widget input[type="submit"]{
                    width:144px;
                    height:30px;
                    text-align:center;
                    border:none;
	            background:transparent url(images/side_submit_bg.gif) no-repeat 0 4px;
                    color:#fff;
                    cursor:pointer;
                    cursor:hand;
}

.widget input[type="submit"]:hover{
	            background:transparent url(images/side_submit_ovr.gif) no-repeat 0 4px;
                    color:#444;
}

/* ***************************** WP Product TABLE ******************************** */

#wp-table-reloaded-id-2-no-1.wp-table-reloaded, 
#wp-table-reloaded-id-1-no-1.wp-table-reloaded {
	background-color: transparent!important;
}
#wp-table-reloaded-id-2-no-1.wp-table-reloaded th, 
#wp-table-reloaded-id-1-no-1.wp-table-reloaded th {
	background-color: transparent!important;
}

#wp-table-reloaded-id-2-no-1.wp-table-reloaded th, #wp-table-reloaded-id-2-no-1.wp-table-reloaded td,
#wp-table-reloaded-id-1-no-1.wp-table-reloaded th, #wp-table-reloaded-id-1-no-1.wp-table-reloaded td {
	text-align:center!important;
}

#wp-table-reloaded-id-2-no-1.wp-table-reloaded td.column-1,
#wp-table-reloaded-id-1-no-1.wp-table-reloaded td.column-1{
	text-align:left!important;
        width:120px!important;
}

 #wp-table-reloaded-id-2-no-1.wp-table-reloaded td.column-2,
 #wp-table-reloaded-id-2-no-1.wp-table-reloaded td.column-3,
 #wp-table-reloaded-id-2-no-1.wp-table-reloaded td.column-4,
 #wp-table-reloaded-id-1-no-1.wp-table-reloaded td.column-2,
 #wp-table-reloaded-id-1-no-1.wp-table-reloaded td.column-3,
 #wp-table-reloaded-id-1-no-1.wp-table-reloaded td.column-4{
        width:25%!important;
}


/* ***************************** CSS @font-face ******************************** */

@font-face {
  font-family: "chunkfive";
  src: url("fonts/chunkfive/Chunkfive.eot");
  src: local("Alternate name"), local("Alternatename"),
    url("fonts/chunkfive/Chunkfive.woff") format("woff"),
    url("fonts/chunkfive/Chunkfive.otf") format("opentype"),
    url("fonts/chunkfive/Chunkfive.svg#filename") format("svg");
  }




@font-face {
  font-family: "tempesta";
  src: url("fonts/tempesta/pf_tempesta_seven.eot");
  src: local("Alternate name"), local("Alternatename"),
    url("fonts/tempesta/pf_tempesta_seven.woff") format("woff"),
    url("fonts/tempesta/pf_tempesta_seven.otf") format("opentype"),
    url("fonts/tempesta/pf_tempesta_seven.svg#filename") format("svg");
  }
@font-face {
  font-family: "tempesta bold";
  src: url("fonts/tempesta/pf_tempesta_seven_bold.eot");
  src: local("Alternate name"), local("Alternatename"),
    url("fonts/tempesta/pf_tempesta_seven_bold.woff") format("woff"),
    url("fonts/tempesta/pf_tempesta_seven_bold.otf") format("opentype"),
    url("fonts/tempesta/pf_tempesta_seven_bold.svg#filename") format("svg");
  }


@font-face {
  font-family: "timeless";
  src: url("fonts/timeless/Timeless.eot");
  src: local("Alternate name"), local("Alternatename"),
    url("fonts/timeless/Timeless.woff") format("woff"),
    url("fonts/timeless/Timeless.otf") format("opentype"),
    url("fonts/timeless/Timeless.svg#filename") format("svg");
  }
@font-face {
  font-family: "timeless_bold";
  src: url("fonts/timeless/Timeless-Bold.eot");
  src: local("Alternate name"), local("Alternatename"),
    url("fonts/timeless/Timeless-Bold.woff") format("woff"),
    url("fonts/timeless/Timeless-Bold.otf") format("opentype"),
    url("fonts/timeless/Timeless-Bold.svg#filename") format("svg");
  }


@font-face {
  font-family: "RomanSerif";
  src: url("fonts/romanserif/RomanSerif.eot");
  src: local("Alternate name"), local("Alternatename"),
    url("fonts/romanserif/RomanSerif.woff") format("woff"),
    url("fonts/romanserif/RomanSerif.otf") format("opentype"),
    url("fonts/romanserif/RomanSerif.svg#filename") format("svg");
  }


@font-face {
  font-family: "Sansation";
  src: url("fonts/sansation/Sansation_Regular.eot");
  src: local("Alternate name"), local("Alternatename"),
    url("fonts/sansation/Sansation_Regular.woff") format("woff"),
    url("fonts/sansation/Sansation_Regular.otf") format("opentype"),
    url("fonts/sansation/Sansation_Regular.svg#filename") format("svg");
  }
@font-face {
  font-family: "Sansation_Light";
  src: url("fonts/sansation/Sansation_Light.eot");
  src: local("Alternate name"), local("Alternatename"),
    url("fonts/sansation/Sansation_Light.woff") format("woff"),
    url("fonts/sansation/Sansation_Light.otf") format("opentype"),
    url("fonts/sansation/Sansation_Light.svg#filename") format("svg");
  }

@font-face {
  font-family: "Sansation_Bold";
  src: url("fonts/sansation/Sansation_Bold.eot");
  src: local("Alternate name"), local("Alternatename"),
    url("fonts/sansation/Sansation_Bold.woff") format("woff"),
    url("fonts/sansation/Sansation_Bold.otf") format("opentype"),
    url("fonts/sansation/Sansation_Bold.svg#filename") format("svg");
  }


/* ***************************** Page specific FIXes ******************************** */


.pagecol{
           float:left;
           width:45%;
           margin-right:20px;
}

.fbc_loginstate_top {
           position:absolute;
           right:50%!important;
           top:0!important;
           margin-right:-400px;
           width:450px;
           text-align:right;
}

.fbc_loginstate_top br{
           display:inline;
           float:left;
}

.FB_name {
           padding-right:8px;
}

.fbc_profile_header {
            padding:15px 0 0 6px!important;
            height:28px;
            border:none!important;
            outline:none!important;
            background:none!important;
            color:#fff!important;
            margin-left:auto;
            width:100%!important;
}



.fbc_profile_header a:hover{
            color:#fff!important;
}

.fbc_loginstate_top img,
a.FB_Link img {
            width:50%;
            height:50%;
            border:none!important;
            position:relative;
            top:-12px;
}

#aktt_tweet_form fieldset #aktt_tweet_submit {
float:left!important;

}

/* ***************************** CATEGORY PAGES ******************************** */

/* ************ Music ************* */

body#music #header h1 a {
	background: transparent url(images/music_logo.gif) no-repeat 0 0px;
}
body#music{
	background:url(images/music_bgr.gif) #d9d4cb repeat-x;
}
body#music #header  {
         background:url("images/music_header.jpg") no-repeat scroll left top transparent;
}
body#music #footer  {
	background:url(images/music_footer.jpg) #cab13d no-repeat top center;
}
body#music h1{
         font-family: chunkfive, helvetica, arial, sans-serif;
         font-size:48px;
         text-shadow: 0px 2px 3px #555;
}
body#music .post h2,
body#music .post h2 a {
         color:#f58337;
}
body#music #nav a {
         background-color:#f58337;
         border-bottom:6px solid #f58337;
}
body#music #nav a:hover {
         background-color:#f58337;
         border-bottom:6px solid #fff;
}
body#music #nav li li a,
body#music #nav li li a:hover {
         border-bottom:none;
}

body#music #nav li li a:hover {
         background-color:#000;
}

body#music #footer a {
         color:#5d584b;
}

body#music #header #desc{
         visibility:hidden;
}

body#music #footer .widget h3{
         color:#444;
         text-shadow:none;
} 
body#music #footer a {
         color:#5d584b;
}

body#music #footer div.sidebar{
         border-left:2px dotted #444;
}

body#music #footer div.sidebar .widget{
         border-right:2px dotted #444;
}


/* ************ About ************* */

body#about .post{
background:url("images/about_bg.jpg") no-repeat scroll left top transparent;
/*height:400px;*/
}

body#about .post .entrytext{
padding:0 20px 0 24px;
}


body#about .post h2{
color:#fff;
margin:0 0 20px 10px;
padding:0 0 0 20px;
}

body#about #footer{
height:200px;
}

body#about h4{
color:#444444;
font-size:48px;
letter-spacing:-2px;
line-height:40px;
margin-bottom:0;
}

/* ************ Archives ************* */

body.archive #header {
              background:url("images/archives_header.jpg") no-repeat scroll left top transparent;
}

body.esettanulmany h2.pagetitle {
              font-size:72px !important;
}

/* ***************************** Remove Icons ******************************** */

.time, .category, .tags, .commenter, .author, .edit, .commentlist cite, .commentlist cite a{
padding:0 10px 5px 0px;
background:none;
border:none;
}


/* ***************************** THICKBOX ******************************** */


body.thickbox {
background-image:none;
background-color:#FCEDD2;
}

body.thickbox #page{
background-image:none;
background-color:#FCEDD2;
}

body.thickbox #content{
background-image:none;
background-color:#FCEDD2;
width:410px;
text-align:left;
}

body.thickbox #content a.post-edit-link,
body.thickbox #content h2{
display:none;
}

body.thickbox #content p{
margin:0;
}

body.thickbox #content .post{
padding:0;
}

#TB_title #TB_ajaxWindowTitle{
font-size:22px;
}


#TB_title {
background-color:#5d584b!important;
height:42px!important;
color:#fff!important;

}

#TB_title img{
border:none!important;
}


.textwidget a.contact,
.textwidget a.thickbox{
                    display:block;
                    width:144px;
                    height:30px;
                    text-align:center;
                    border:none;
	            background:transparent url(images/side_submit_bg.gif) no-repeat 0 4px;
                    color:#fff;
                    font-family:Verdana,Arial,"Times New Roman",sans-serif;
                    font-size:11px;
                    text-decoration:none;
                    padding-top:8px;
}
.textwidget a.contact:hover,
.textwidget a.thickbox:hover{
                    background-color:none!important;
	            background:transparent url(images/side_submit_ovr.gif) no-repeat 0 4px!important;
                    color:#444;
}



/* ***************************** ARCHIVES ******************************** */

body.archive #lang_sel {
                    display:none;
}


/* ***************************** Follow Us ******************************** */

div.follow a{
                    display:block!important;
                    width:32px;
                    height:32px;
                    margin:0 8px 0 0px;
                    float:left;
                    border:none!important;
                    margin-bottom:20px;
                    padding-top:4px!important;
                    position:relative;

}







div.follow a.facebook{
	            background:#fff url(images/facebook_32.png) no-repeat 0 5px!important;
}
div.follow a.google{
	            background:#fff url(images/googletalk_32.png) no-repeat 0 5px!important;
}
div.follow a.linkedin{
	            background:#fff url(images/linkedin_32.png) no-repeat 0 5px!important;
}
div.follow a.skype{
	            background:#fff url(images/skype_32.png) no-repeat 0 5px!important;
}
div.follow a.twitter{
	            background:#fff url(images/twitter_32.png) no-repeat 0 5px!important;
}


div.follow a.facebook:hover{
	            background:#fff url(images/facebook_32.png) no-repeat 0 0px!important;
}

div.follow a.google:hover{
	            background:#fff url(images/googletalk_32.png) no-repeat 0 0px!important;
}

div.follow a.linkedin:hover {
	            background:#fff url(images/linkedin_32.png) no-repeat 0 0px!important;
}

div.follow a.skype:hover {
	            background:#fff url(images/skype_32.png) no-repeat 0 0px!important;
}

div.follow a.twitter:hover {
	            background:#fff url(images/twitter_32.png) no-repeat 0 0px!important;
}



div.follow a span{
                    visibility:hidden;
}

/* ***************************** Mainpage ******************************** */

body#home .about h1{
        margin-top:-30px;
        margin-bottom:-10px;
}

body#home #main{
        width:760px!important;
        padding:10px 120px 0px 100px;
}

body#home ul.preamble {
        padding:0;
        margin:0;
        border-top:4px dotted;
        padding-top:20px;
        margin-bottom:20px;
}

body#home ul.preamble li{
        float:left;
        margin:0 2% 0 0;
        padding:0 2% 0 0;
        width:30%;
}

body#home ul.preamble li.main_links a{
	background:transparent url(images/preamble_sbg.gif) no-repeat right center!important;
        display:block;
        color:#444;
        padding-right:30px;
        line-height:14px;
}

body#home ul.preamble li.main_links a span{
	font-size:30px;
        color:#444;
        display:block;
        font-weight:bold;
        letter-spacing:-2px;
        padding-bottom:5px;
        line-height:34px;
}

body#home ul.preamble li.main_links a:hover span{
        color:#F8AF2A;
}

body#home ul.preamble li.lastchild{
        margin:0 0 0 0;
}

body#home #footer{
         background:none!important;
}

body#home #footer p a{
          color:#000;
}

body#home #footer a:hover{
          text-decoration:underline;
}

body#home abbr, body#home acronym{
          border:none!important;
}


body#home h3{
          letter-spacing:-1px;
          line-height:1.1em;
}


body#home h2{
          letter-spacing:-2px;
}

body#home h2 a:hover{
          text-decoration:none;
          color:#F8AF2A!important;
}


body#home ul.preamble li.contact{
          background:#4b483c url("images/contact_head.gif") no-repeat left top;
          padding:25px 10px 0 10px;
          color:#fff;
          width:205px;
}



body#home ul.preamble li.contact h3 a{
          background:#4b483c url("images/contact_icon.gif") no-repeat left top;
          padding:5px 0 5px 50px;
          color:#fff;
}

body#home ul.preamble li.contact a:hover{
          color:#F8AF2A;
          background:#4b483c url("images/contact_icon_over.gif") no-repeat left top;
}


.quick_links{
          margin-bottom:25px;
}

#sidebar h2 a{
          background:url("images/pager_right.gif") no-repeat scroll right center transparent !important;
          display:inline;
          padding:10px 30px 10px 0;
          border-bottom:4px dotted #BCB5A2;
          text-decoration:none;
          color:#444;
          letter-spacing:-1px;
          
}


#sidebar h2 a:hover{
          text-decoration:none;
          background:url("images/pager_right_over.gif") no-repeat scroll right center transparent !important;
          color:#F8AF2A!important;

}

/* ***************************** Services ******************************** */

body#products .service{
        border-bottom:4px dotted;
        margin-bottom:20px;
	background:transparent url(images/pager_right.gif) no-repeat right 90%!important;
        margin-top:20px;
}

body#products .service h2{
        margin-bottom:8px;
}

body#products #sidebar h2.all_services{
        display:none;
}


/*** Z-index fix ***/



/* ***************************** Form errors ******************************* */


div.wpcf7-validation-errors  {
border:2px solid #F8AF2A!important;
}

/*.wpcf7 span{
color:#000!important;
}*/

span.wpcf7-not-valid-tip {
left:4px!important;
top:-5px!important;
background-color:red!important;
color:#fff;
border:none!important;
}

div.wpcf7-mail-sent-ok  {
border:2px solid #8C8252!important;
}
/* ***************************** CLEAR FIX ******************************** */

 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }


/* ***************************** Client page ******************************** */

body.client ul.preamble li {list-style-type:none;}
body.client ul.preamble li.contact {padding-bottom:10px!important;}