@charset "UTF-8";


/*--------------------------*/
/*------ css coontent ------*/
/*--------------------------*/

/*--[RESET]--*/
/*--[BODY]--*/
/*--[HEADER]--*/
/*--[MENU]--*/
/*----[sub-menu]----*/
/*--[SLIDESHOW_WRAP]--*/
/*--[SLIDER SETTINGS]--*/
/*--[TEXT-AREA]--*/
/*--[FRONT-PAGE]--*/
/*----[front-page highlight]----*/
/*----[front-page content]----*/
/*--[PAGE]--*/
/*----[post]----*/
/*--[PORTFOLIO]--*/
/*--[COMMENTS]--*/
/*----[comments - children]----*/
/*--[PAGINATION]--*/
/*--[SIDEBAR]--*/
/*----[widget]----*/
/*----[autor bio widget]----*/
/*----[app recent post widget]----*/
/*----[widget twitter]----*/
/*----[flicker widget]----*/
/*----[search widget]----*/
/*----[calendar widget]----*/
/*----[recent comments widget]----*/
/*--[FOOTER]--*/
/*----[footer recentcomments widget]----*/
/*----[footer app recent posts widget]----*/
/*----[footer autor bio widget]----*/
/*----[footer twitter widget]--------*/
/*----[footer flickr widget]-----*/
/*----[copyright]----*/
/*--[404 ERROR PAGE]--*/


/*--[RESET]--*/

html, body, div, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, img, del, dfn, em, font, ins, img, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
	font-size:12px;
    color: #6c6c6c;
	font-family: Helvetica, sans-serif;
	line-height: 22px;
}

span {	color: #4c4c4c;}

img {
	max-width:780px;
	max-height: auto;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

img a { border: none; }

img.hoverimg { border: none; }

img.single { border: none; }

.img-all {
	max-width: 960px;
	max-height: auto;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

em, i {font-size:14px;}


p {
	padding-bottom: 10px;
	font-size: 14px;
}

strong, b {
	color:#6c6c6c;
	font-weight: bold;
}

a {
	color:#AD0A64;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
}

a em {
	color:#AD0A64;
	text-decoration: none;
	font-weight: bold;
	font-style:italic;
	font-size:14px;
}

a strong {
	color:#AD0A64;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
}

a:hover {
	color: #AD0A64;
	text-decoration: underline;
	font-weight: bold;
	}  


a:hover em {
	color: #AD0A64;
	text-decoration: underline;
	font-weight: bold;
	font-style:italic;
	} 


a:hover strong {
	color: #AD0A64;
	text-decoration: underline;
	font-weight: bold;
	} 
	
 
body {
    background: url('img/bg.jpg') no-repeat fixed center top;
    line-height: 1;
}

#main{
	padding-top: 10px;}


h1 {
	font-size: 22px;
	font-family: 'Raleway', Helvetica;
	color: #b4b4b4;
	line-height:30px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 15px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
h2 {
	background: url("img/h2-arrow.png") no-repeat scroll left center transparent;
	width:100%;
    display: inline-block;
    float: left;
    margin: 20px 0 10px 0px;
    padding-left: 32px;
	color: #6c6c6c;
	line-height:28px;
	font-size: 20px;
	font-family: 'Raleway', Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	}
	
h3 {
	background: url("img/h3-arrow.png") no-repeat scroll left center transparent;
	width:100%;
    display: inline-block;
    float: left;
    margin: 20px 0 10px 15px;
    padding-left: 28px;
	color: #b4b4b4;
	line-height:26px;
	font-size: 18px;
	font-family: 'Raleway', Helvetica;
	font-weight: normal;
	text-transform: uppercase;
	}
		
h4 {	
	background: url("img/h4-arrow.png") no-repeat scroll left center transparent;
	width:100%;
    display: inline-block;
    float: left;
    margin: 20px 0 10px 15px;
    padding-left: 24px;
	color: #b4b4b4;
	line-height:24px;
	font-size: 16px;
	font-family: 'Raleway', Helvetica;
	font-weight: normal;
	text-transform: uppercase;
	}
	
h5 {
	font-size: 14px;
	font-family: 'Raleway', Helvetica;
	color: #AD0A64;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 10px;
	}
	
h6 {
	font-size: 20px;
	font-family: 'Raleway', Helvetica;
	color: #b4b4b4;
	line-height: 1em;
	margin-bottom: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	}
	
h1 em {
	font-style:italic;
	font-family: 'Raleway';
	font-size: 22px;
	color: #b4b4b4;
	}
	
h2 em {
	font-style:italic;
	font-family: 'Raleway';
	font-size: 20px;
	color: #6c6c6c;
	}

h3 em {
	font-style:italic;
	font-family: 'Raleway';
	font-size: 18px;
	color: #b4b4b4;
	}
	
h4 em {
	font-style:italic;
	font-family: 'Raleway';
	font-size: 16px;
	color: #b4b4b4;
	}
	
h5 em {
	font-style:italic;
	font-family: 'Raleway';
	font-size: 14px;
	color: #AD0A64;
	}

h5 strong {
	font-family: 'Raleway';
	font-size: 14px;
	color: #AD0A64;
	}
	
h5 a {
	font-family: 'Raleway';
	font-size: 14px;
	color: #AD0A64;
	}
	
h5 a.hover {
	font-family: 'Raleway';
	font-size: 14px;
	color: #AD0A64;
	text-decoration:underline;
	}
	
	
ul {
	list-style: none;
}

ol {
	list-style: none;
}
	
blockquote {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

blockquote { 
	background: url(img/quote.png) no-repeat scroll top left;
	color:#AD0A64;
	font-size:14px;
	clear: both;
	margin-top: 10px;
	padding-top:15px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	font-family: 'Raleway'; 
	font-style:italic;
	line-height: 24px;
	display:inline-block;
}

blockquote em {
	font-family: 'Raleway';
	font-style:italic;
	font-size: 14px;
	color:#AD0A64;
} 

blockquote p { 
	color:#AD0A64;
	font-size:14px;
	float:left;
	font-family: 'Raleway', sans-serif; 
	font-style:italic;
	display:inline-block;
}

blockquote strong {
	font-weight:bold;
	color:#AD0A64;
}

blockquote a {
	font-weight:bold;
	color:#AD0A64;
}

blockquote a.hover {
	font-weight:bold;
	color:#AD0A64;
	text-decoration:underline;
}

code {
	background-color: #e6e6e6;
	width: 600px;
	clear: both;
	word-spacing: 2px;
	letter-spacing: 1px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 30px 40px 30px 40px;
	line-height: 22px;
	display: inline-block;
	border-radius: 10px;
}

code strong {
	font-weight:bold;
	font-family: monospace;
}

code em {
	font-style:italic;
	font-family: monospace;
}
	
code a {
	font-weight:bold;
	color:#AD0A64;
	font-family: monospace;
}

code a.hover {
	font-weight:bold;
	color:#AD0A64;
	font-family: monospace;
}

.author-quote {
text-align: right;
margin-right: 100px;
display: block;
font-weight: bold;
float: right;
font-family: 'Raleway';
color: #AD0A64;
font-size: 14px;
clear: both;
width: 100%;
padding-bottom: 25px;
margin-bottom: 15px;
margin-top: -10px;
}

.author-quote em, i {
	font-family: 'Raleway';
	font-style:italic;
	font-size: 14px;
	font-weight: bold;
}

.author-quote div:before { 
content:"— ";
}


del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear-both{clear:both;}
.hideTextAreas #text-area-container{display:none!important;}

.last{margin:0 0 0px 0!important;}

/*--[HEADER]--*/

#wrapper{
	margin:0 auto 0 auto;
	text-align:left;
	width:960px;
	padding-bottom: 15px;        
}

#upper-shadow {
    height:39px;
    width:100%;
    background:url('img/upper-shadow.png') no-repeat center;
   margin:25px 0 0 0;
}

#down-shadow {
    height:39px;
    width:100%;
    background:url('img/down-shadow.png') no-repeat center;
    margin:0 0 25px 0;
}

#background {
    background:url(img/background.png) repeat-y center;
    width:100%;
}

.header-border-top{
    background-color: #FFFFFF;
    background-image: url("img/color-bar.png");
    background-repeat: repeat-x;
    height: 4px;}

.header-wrapper{	
    height: 120px;}

.header-border-bottom{border-top: 1px solid #FFFFFF;
                      clear: both;
                      height: 3px;
                      opacity:0.2;}

#header{    
    margin: 0 auto 0;
    text-align: left;
    width: 980px;	
}

.header-logo{
    float: left;
    padding:20px 0px 0 10px;
	margin: 0;
	}
	
.header-logo img {
	border: none;
	padding: 0;
	margin-bottom: 10px;
}

/*---------[SLIDESHOW_WRAP]---------*/
#slidershow_wrap { 
    height: 350px;
    margin: 0 auto;
    width: 980px;}
.slider-border-bottom{height:5px;background:url(img/slider-border-bottom.png);}

#container_slajdera{
    height: 350px;
    text-align: center;
    width: 980px;}
.hidden{display:none;border:10px solid #fff;}


#high_light{
    margin: 0 auto;
    width: 980px;}

/*---------[SLIDER SETTINGS]---------*/
.slider-img-holder{
    float: right;
    margin:121px 16px 121px 0;
}

.slider-img-left{
    background: url("img/slider-img-bg-left.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 302px;
    width: 7px;}
.slider-img-center{
    background: url("img/slider-img-bg-center.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 302px;
    padding: 7px 0;}
.slider-img-right{
    background: url("img/slider-img-bg-right.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 302px;
    width: 7px;}

.slider-more-info-button{
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 10px 0 0 24px;}
	
.slider-more-info-button:hover div{background-position: bottom;}   

.slider_title_holder{
    color: #4c4c4c;
    float: left;
    font-family: 'Raleway';
    font-size: 28px;
    line-height: 30px;
    margin: 121px 40px 10px 24px;
    min-height: 45px;
    text-align: left;
    text-transform: uppercase;
    width: 346px;}

.slider_content_holder{
    color: #8b8b8b;
    float: left;
    font-size: 12px;
    line-height: 22px;
    margin: 14px 40px 0 24px;
    width: 346px;
    text-align: left;
    font-family:'Raleway';
    min-height:128px;}

/*--------[MENU]-----------*/
.menu-container {
    float: right;
	margin-top: 10px;
	margin-right:270px
	}

.sub-menu-top{
    background: url("img/sub-bg-top.png") no-repeat transparent!important;
    float: left!important;
    height: 5px!important;
    width: 159px!important;}

.sub-menu-bottom{
    background: url("img/sub-bg-bottom.png") no-repeat transparent!important;
    float: left!important;
    height: 6px!important;
    width: 159px!important;}

/*--[SLIDESHOW_WRAP]--*/

#slider-wrap-front{
    height: 372px;
    background-color:#ffffff;
    background-repeat:repeat;}

#slider-container{
    height: 372px;
    margin: 0 auto;
    position: relative;
    width: 980px;}

#slider-wrap{
    height: 270px;
    margin: 0 auto;
    position: relative;
    width: 980px; }

.high_light_h2{	
    color: #4c4c4c;
    display: block;
    font-size: 20px;
    height: 75px;
    line-height: 28px;
    padding: 20px 177px 20px 177px;
    text-align:center;
    width: 626px;
    font-family:'Raleway', sans-serif;
    font-weight:bold;

}

/* ---- ALINEAR ---- */

.izquierda {
	float: left;
	margin: 10px 25px 10px 0;
	display: inline;
	height: auto;	
}

.izquierda img {
	float: left;
	display: inline;
	height: auto;
	display: block;
	margin: 10px 25px 10px 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.derecha {
	float: right;
	margin: 10px 0px 10px 25px;
	display: inline;
	height: auto;
}

.derecha img {
	float: right;
	display: inline;
	height: auto;
	display: block;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0px 10px 25px;
}

.centro {
	display: block;
	text-align: center;
	margin: 0 auto;
	clear:both;
	margin-bottom:10px;
}

.alignleft {
	float: left;
	margin: 0 15px 5px 0;
	display: inline;
}

.alignright {
	float: right;
	margin: 0 0 5px 15px;
	display: inline;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	clear: both;
}

/* ---- ESPECIALES ----*/

.box-text {
	width:auto;
	float:left;
	background-color:#AD0A64;
	color:#FFFFFF;
	font-size:14px;
	clear: both;
	padding-top:25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: 'Raleway'; 
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
.box-text em {
	font-size: 14px;
	color: #FFFFFF;
	font-family: 'Raleway';
	font-style:italic;
	} 

.box-text strong {
	font-weight:bold;
	color:#FFFFFF;
}

.box-text a {
	color:#FFFFFF;
	font-size: 14px;
	font-family: 'Raleway', Helvetica;
	font-weight: bold;
	color:#FFFFFF;
}
	
.box-text a:hover {
	color:#FFFFFF;
	font-size: 14px;
	font-family: 'Raleway', Helvetica;
	font-weight: bold;
	text-decoration:underline;
}

.box {
	float: left;
	display: inline;
	max-width: 365px;
	max-height: auto;
	display:block;
	}

.box img {
	float: left;
	display: inline;
	display:block;
	max-width: 360px;
	max-height: auto;
	margin-bottom: 20px;
	margin-left: 3px;
	-moz-border-radius: 15px;
	border-radius: 10px;
}

.no-border img {
	float: left;
	display: inline;
	display:block;
}

/*---- MAYÚSCULAS ----*/
	
.upper {
	font-size: 14px;
	font-family: 'Raleway', Helvetica;
	color: #AD0A64;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	margin: 0;
    padding: 0;
    vertical-align: baseline;
	}
	
/*---- PRIMER PÁRRAFO ----*/

.first_paragraph {
	color:#AD0a64;
	font-size:14px;
	clear: both;
	padding-top: 5px;
	margin-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
	float:left;
	font-family: 'Raleway'; 
	font-style:normal;
	text-decoration:none;
	text-transform:none;
	line-height: 26px;
	}
	
.first_paragraph em {
	font-size: 14px;
	color: #AD0A64;
	font-family: 'Raleway';
	font-style:italic;} 
	
.first_paragraph a {
	font-size: 14px;
	font-weight:bold;
	color:#AD0a64;
	font-family: 'Raleway';
} 

.first_paragraph strong {
	font-weight:bold;
	color:#AD0a64;
}

.first_paragraph p {
	color:#AD0a64;
	font-size:14px;
	clear: both;
	padding-top: 5px;
	margin-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
	float:left;
	font-family: 'Raleway'; 
	font-style:normal;
	text-decoration:none;
	text-transform:none;
	line-height: 26px;
	display:inline-block;
}

	
/*---- COMPARTIR ARTÍCULO ----*/

.share {
	font-size: 14px;
	font-family: 'Raleway', Helvetica;
	width: 100%;
	color: #AD0A64;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	margin: 0;
	padding-bottom: 20px;
    vertical-align: baseline;
	display:inline-block;
	float:right;
	}

/*---- SIGUENOS HEADER ----*/

.follow-container {
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}

.follow-item {
	float:left;
	padding-left: 10px;
	}
	
.follow-item li {
	padding-left: 10px;
	display:block;
	}

.follow-item img {
	border: none;
	padding-bottom: 0;
	padding-top: 0;
	margin: 0;
	}

/*---- SEARCH ----*/

.search-container {
    display: inline-block;
	left: 370px;
	position: relative;
	width: 280px;
	top: 115px;
}
	
.search-button-container{
	height: 36px;
	}

/*----MIDDLE CONTENT----*/

#container{
    margin: 0 0 -305px;
    float: left;
    position: relative;
    top: -305px;
    width: 578px;
    z-index: 99;}

.content-wrapper{
    margin: 0 auto;
    position: relative;
    width: 960px;
    line-height: 22px;
}

.content-wrapper p {}


#content-top{	
    height: 34px;
    width:580px;
    background-image: url(img/middle-content-top.png);
    background-repeat:no-repeat;}

#content-center{	
    padding: 10px 35px 10px;
    width: 510px;
    line-height: 22px;
    background-image: url(img/middle-content-center.png);
    background-repeat:repeat-y;}

#content-bottom{	
    height: 26px;
    width:580px;
    background-image: url(img/middle-content-bottom.png);
    background-repeat:no-repeat;}


/*Widgets*/
.widget-box ul li a{
    background-image: url("img/recent-comment-star.png");
    background-repeat: no-repeat;
    color: #8B949D;
    font-size: 12px;
    line-height: 22px;
    padding: 0 0 0 20px;}  
.widget-box ul li a:hover{color: #CF5241;}   
.textwidget{
    font-size: 12px;
    line-height: 22px;font-family: Helvetica, serif;
    color:#666666;
}


/*----SEARCH BUTTON----*/
	
.screen-reader-text{visibility: hidden;}
.search-button-holder{height: 36px;}
.search-button-left{    
    background: url("img/search-button-left.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 46px;
    width: 5px;}
.search-button-center{	
    background: url("img/search-button-center.png") repeat-x scroll 0 0 transparent;
    color: #7D281C;
    float: left;
    font-size: 12px;
    height: 40px;
    margin: 0;
    padding: 10px 2px 0 11px;
    text-align: center;
    width: 59%;}
.search-button-right{    
    background: url("img/search-button-right.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 46px;
    width: 48px;}
#s{    
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #dedcdc;
    font-size: 12px;
    height: 35px;
    outline: medium none;
    position: relative;
    top: -4px;
    color:#666;
    width: 150px;}
#searchsubmit{    
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 42px;
    margin-top: 4px;
    outline: medium none;
    width: 42px;}
.search-text{
    color: #DEDCDC;
    float: left;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 22px;
    position: relative;
    top: 5px;}    


/*----RECENT POSTS----*/

.recent-post-holder{    
    display: inline-block;
    margin-bottom: 26px;}
.recent-post-image-holder{width:40px;height:36px;padding:4px;border:solid 1px #d4d4d4;background-color:#fff; float: left;margin: 0 16px 0 0;}
.recent-post-image{
    background: red;
    display: block;
    height: 36px;
    padding: 0px 0 0 0px;
    width: 40px;}
.recent-post-number-image{    
    background: url("img/recent-post-number.png") no-repeat scroll 0 0 transparent;
    display: none;
    height: 20px;
    left: 10px;
    position: relative;
    top: -26px;
    width: 22px;}
.recent-post-image img:hover{cursor:pointer;opacity:0.4;}
.recent-post-image:hover span{display:block;}

.number-of-posts{
    color: #C56D61;
    float: left;
    font-size: 9px;
    height: 1px;
    margin: 2px 0 0 3px;
    text-align: center;
    text-decoration: none;
    width: 16px;}
.recent-post-content{
    cursor: pointer;
    color: #526168;
    float: left;
    font-size: 12px;
    line-height: 22px;
    width: 114px;}
.recent-post-content a:hover{color:#cf5241;}   

/*----RECENT COMMENTS----*/

.recent-comment-holder{    
    float: left;
    margin-bottom: 26px;}

.recent-comment-star{    
    background: url("img/recent-comment-star.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 15px;
    margin: 5px 0 0;
    width: 10px;}

.recent-comment-content{
    color: #8F9BA5;
    float: left;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 0 12px;
    width: 158px;}

.recent-comment-content a{color: #526168;font-size: 12px;text-decoration: none;}
.recent-comment-content a:hover{color: #cf5241;}

/*----MIDDLE CONTENT----*/

.headline-front-page{
    color: #3F3F3F;
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
    width: 100%;float:left;}

.full-width-line{margin-left: 50px;width:100%;margin:30px 0;background: url("img/line-pattern.png") repeat-x transparent;height: 6px;float:left;}

.carousel-slider{width:100%;height:115px;margin: 0 0 35px;float:left;}
.slider-image-holder{width:140px;height:96px;padding:5px;border:solid 1px #d4d4d4;background-color:#fff;margin: 0 27px 0 0;float:left;}
.slider-image-holder-last{width:140px;height:96px;padding:5px;border:solid 1px #d4d4d4;background-color:#fff;margin: 0 0 0px 0;float:left;}
.slider-image{width:140px;height:96px;}
.slider-image a{width:140px;height:96px;cursor:pointer;}



/*----COPYRIGHT----*/
.copyright{    
    clear: both;
    padding: 35px 0 15px;
    text-align: center;
    width: 100%;}
.copyright p{display:inline-block;}
.copyright a{float: left;margin-left: 5px;}
.copyright a:hover{color:#787878;}


/*----BLOG----*/
.post-title a{
	float:left;
	color:#67767d;
	line-height:12px;
	font-size: 14px;
	margin:0 0 15px 0;
	font-weight:bold;
	width: 90%;
	}
	
.post-title a:hover, .post-author a:hover, .blog-comment a:hover, .high_light_h2:hover{color: #8B8B8B;}
.post-info-holder{float:left;color:#67767d;line-height:12px;margin:0 0 35px 0;width: 80%;}
.post-author{float:left;color:#9c9c9c;line-height:12px;font-size: 12px}
.pen-icon{background: url("img/pen-icon.png") no-repeat scroll 0 0 transparent;padding: 0 0 0 22px;}
.post-date{
    color: #9C9C9C;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 0 15px;}
.cal-icon{background: url("img/cal-icon.png") no-repeat scroll 0 0 transparent;padding: 0 0 0 22px;}



.blog-comment{
    background: url("img/blog-comment-bubble.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 32px;
    width: 34px;
    float:right;}

.blog-comment a{color: #9c9c9c;font-size: 12px;font-weight:bold;text-decoration: none;line-height: 13px;}
.post-comment-number{
    color: #526168;
    float: left;
    font-size: 12px;
    margin-top: 6px;
    text-align: center;
    width: 100%;}
.image-eye{
    background: url("img/image-eye.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 34px;
    left: 15px;
    position: relative;
    top: -48px;
    width: 34px;
    cursor: pointer;}  


.portfolio-image-full .image-eye{margin: 157px 0 0 15px;}

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

.form-holder{    
    clear: both;
    width:600px;
    height:340px;
}
.form-holder-comments {
    clear:both;
    margin:23px 0 0 0;
    float:left;
}

.form-holder-full{    
    clear: both;
    float: left;
    margin: 25px 0 0;
    width: 511px;margin:5px 35px 0 0 ;}

.form-field {
    float: left;
    margin: 0 0 25px 6px !important;
    width: 330px;
    height:45px;
    background-color:#4c4c4c;
    border:none;
    font-family:Helvetica, serif;
    color:#fff;
    padding:0 0 0 10px;
    font-size:12px;
}
.comment-textarea {
    font-family:Helvetica, serif;
    width:431px;
    font-size:12px;
    height:176px;
    resize:none;
    background-color:#4c4c4c;
    color:#fff;
    border:none;
    padding:10px 0 0 10px;
    margin:0 0 0 20px;

}
.form-field-last{
    float: right;
    margin: 0 0 25px;
    width: 242px;}

.form-field-left{    
    background: url("img/comment-input-left.png") no-repeat transparent;
    height: 45px;
    width: 5px;
    float:left;}

.form-field-center{	
    background: url("img/comment-input-center.png") repeat-x transparent;
    height: 45px;
    margin: 0;
    text-align: center;
    font-size:12px;
    float:left;
    color:#7d281c; width:328px;
    padding:13px 0px 0px 0px\0/;height: 32px\0/;}

.form-field-right{    
    background: url("img/comment-input-right.png") no-repeat transparent;
    height: 45px;
    width: 5px;
    float:left;}

.form-field .form-field-last {    
    background-color: transparent;
    border: medium none;
    color: #4c4c4c;
    float: left;
    font-family: 'Raleway';
    font-size: 12px;
    height: 42px;
    margin-left: 5px;
    outline: medium none;
    width: 100%;}

.comment-form-text{
    color: #4c4c4c;
    float: left;
    font-size: 12px;
    height: 185px;
    line-height: 22px;
    margin-left: 35px;
    text-align: right;

}    

.form-message-box-top{    
    background: url("img/message-box-top.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 4px;
    width: 429px;}

.form-message-box-center{	
    background: url("img/message-box-center.png") repeat-y scroll 0 0 transparent;
    float: left;
    margin: 0;
    min-height: 178px;
    width: 429px;}

.form-message-box-bottom{    
    background: url("img/message-box-bottom.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 5px;
    width: 429px;}

.form-message-box-center textarea{    
    background-color: transparent;
    border: medium none;
    color: #4c4c4c;
    display: block;
    float: left;
    font-family: 'Raleway';
    font-size: 12px;
    margin: 6px 10px;
    min-height: 166px;
    outline: medium none;
    width: 96%;
    resize: none;}

.form-send-button-left{    
    background: url("img/light-grey-left.png") no-repeat scroll center top transparent;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    margin: 0;
    width: 5px;
    float:left;
}

.form-send-button-center{	
    background: url("img/light-grey-center.png") repeat-x scroll center top transparent;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    margin: 0;
    padding:0 15px 0 15px;
    float:left;

}

.form-send-button-right{    
    background: url("img/light-grey-right.png") no-repeat scroll center top transparent;
    display: inline-block;
    height: 45px;
    width: 5px;
    float:left;
}


.blog-send-button{
    background-color: transparent;
    border: medium none;
    color: #626060;
    display: inline-block;
    float: left;
    font-family:'Raleway';
    font-size: 14px;
    height: 40px;
    text-transform:uppercase;
    padding: 0 20px 10px 20px;
    padding: 12px 10px 10px 10px\0/;}

body:first-of-type .blog-send-button{padding:4px 10px 0px 10px;}

.form-send-button input:hover{cursor:pointer} 
.form-send-button{
    cursor: pointer;
    display: block;
    float: right;
    margin: 26px 0 30px 0;}
.form-send-button:hover div{cursor:pointer;background-position: bottom;}


/* -- [Contact form] -- */
#contact-form{width:510px;}
#error-message{    display: inline-block;
                   margin-left: 20px;
                   position: relative;
                   top: -10px;}


.contact-message-box-top{    
    background: url("img/contact-message-top.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 4px;
    width: 601px;}

.contact-message-box-center{	
    background: url("img/contact-message-center.png") repeat-y scroll 0 0 transparent;
    float: left;
    margin: 0;
    min-height: 178px;
    width: 601px;}

.contact-message-box-bottom{    
    background: url("img/contact-message-bottom.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 5px;
    width: 601px;}

.contact-message-box-center textarea{    
    background-color: transparent;
    border: medium none;
    color: #4c4c4c;
    display: block;
    float: left;
    font-family: 'Raleway';
    font-size: 12px;
    margin: 6px 10px;
    min-height: 166px;
    outline: medium none;
    width: 96%;
    resize: none;}

.contact-send-button-left{    
    background: url("img/light-grey-left.png") no-repeat scroll center top transparent;
    cursor: pointer;
    float: left;
    height: 45px;
    margin: 0;
    width: 5px;}

@media screen and (-webkit-min-device-pixel-ratio:0)
{ .contact-send-button-center{height:20px!important;padding:12px 10px 13px 10px!important;} }

.contact-send-button-center{	
    background: url("img/light-grey-center.png") repeat-x scroll center top transparent;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 0;
    padding: 12px 20px 13px 20px;}

.contact-send-button-right{    
    background: url("img/light-grey-right.png") no-repeat scroll center top transparent;
    float: left;
    height: 45px;
    width: 5px;}

.contact-field-left{    


}

.contact-field-center{	
    background: url("img/comment-input-center.png") repeat-x scroll 0 0 transparent;
    color: #7D281C;
    float: left;
    font-size: 12px;
    height: 45px;
    margin: 0;
    text-align: center;
    width: 275px;
    padding:13px 0px 0px 0px\0/;height: 32px\0/;}

.contact-field-right{    


}

.contact_input_text {
    border: medium none;
    color: #fff;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    height: 45px;
    margin-left: 5px;
    outline: medium none;
    float: left;
    margin: 0 26px 30px 0;
    width: 282px;
    background-color:#4c4c4c;
    padding:0 0 0  5px;
}

.form-textarea {
    width:596px;
    background-color:#4c4c4c;
    height:181px;
    border:none;
    color:#fff;
    font-family:Helvetica, sans-serif;
    font-size:12px;
    resize:none;
    padding:10px 0 0 5px;
}


.contact-form-left{
    float: left;
    margin: 0;
    width: 605px;
}
.contact-field{

}    
.contact-submit{
    background:transparent;
    border:none;
    color: #626060;
    text-transform:uppercase;
    font-family:'Raleway';
    font-size: 16px;
    cursor:pointer;}
.contact-send-button:hover div {background-position: bottom;}
.contact-send-button {
    display: inline-block;
    float: right;
    margin-top: 30px;
    cursor:pointer;
}

.error-icon{
    color: #fff;
    float: left;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight:bold;
    width: 15%;}

.error .warning-title{
    font-weight:bold;
    float: left;
    font-family: 'Raleway';
    color:#fff;
    font-size: 12px;
    width: 80%;}
.success-icon{
    color: #fff;
    float: left;
    font-family: 'Raleway';
    font-weight:bold;
    font-size: 16px;
    width: 15%;}    
.success .warning-title{
    color: #fff;
    float: left;
    font-family: 'Raleway';
    font-size: 12px;
    width: 80%;}

/*----PORTFOLIO----*/

.ajax_holder{
    float: right;
    width: 806px;}

.portfolio-one-post{
    float: left;
    margin: 0 32px 0 0;
    width: 245px;}    

.portfolio-post-title{min-height: 182px;width: 245px;color:#4c4c4c;font-size:16px;margin-bottom:22px;}
.portfolio-post-title a{color:#4c4c4c;font-size:16px;} 
.portfolio-post-text{min-height: 76px;width: 245px;line-height:22px;}

.simplePagerNav{  
    text-align: center;
    width: 100%;}

.simplePagerNav li a{    display: block;
                         height: 25px;
                         padding: 9px 0 0;
                         width: 28px;line-height: 13px;}

.simplePagerNav li:hover{background-position:bottom;}   
.simplePagerNav li{

    background: url("img/pageing-button.png") no-repeat scroll center top transparent;
    display: inline-block;
    height: 30px;
    padding: 0px 4px 0;
    width: 28px;
    position: relative;
    text-align: center;
    top: -11px;
    cursor:pointer;}

.simplePageNavEmpty{background:none!important;}
.portfolio-pageing-next, .portfolio-pageing-prev, .portfolio-cat-button, .simplePagerNav li{ cursor: pointer;}
.portfolio-pageing-next:hover,.portfolio-pageing-prev:hover,.portfolio-pageing:hover, .portfolio-cat-button:hover .portfolio-cat-button-left,.portfolio-cat-button:hover .portfolio-cat-button-center,.portfolio-cat-button:hover .portfolio-cat-button-right{background-position: center bottom; }

.portfolio_category-menu{
    cursor: pointer;
    display: inline-block;
    margin: 0 0 12px;
    width: 100%;}

.cat_cell_active portfolio-cat-button-left,.cat_cell_active portfolio-cat-button-center, .cat_cell_active portfolio-cat-button-right{background-position: center bottom;}


.portfolio-cat-holder{	
    width: 960px; margin:20px 0 50px 0; }


.portfolio-cat-button{	
    background: url("img/read-more-arrow.png") no-repeat scroll left top transparent;
    display: block;
    margin: 20px 0 0;
    padding-left: 18px;
    width: 100%;}


.pageing{    
    height: 30px;
    display: inline-block;
    width: 100%;
    cursor: default;
    text-align: center;
    margin:0 0 30px 0;
	font-size:14px;
}

.portfolio-paging-dots{	
    display: inline-block;
    height: 22px;
    letter-spacing: 1px;
    padding: 4px 2px;
    text-align: center;
    width: 10px;}   

.portfolio-pageing{	
    background: url("img/pageing-button.png") no-repeat scroll center top transparent;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    padding: 0 4px 0;
    position: relative;
    text-align: center;
    top: -11px;
    width: 33px;}

.portfolio-pageing a{
    display: block;
    height: 24px;
    line-height: 12px;
    padding-top: 11px;
    width: 33px;
	font-family:'Raleway';}

.portfolio-pageing-prev{	
    background: url("img/pageing-button-prev.png") no-repeat scroll center top transparent;
    display: inline-block;
    height: 32px;
    text-align: center;
    width: 38px;}

.portfolio-pageing-next{	
    background: url("img/pageing-button-next.png") no-repeat scroll center top transparent;
    display: inline-block;
    height: 32px;
    text-align: center;
    width: 38px;}

.portfolio-pageing-next a, .portfolio-pageing-prev a{	    
    display: block;
    height: 30px;
    width: 32px;}  

.active-portfolio-pageing{
    background-position: center bottom;
    height: 10px;
    line-height: 12px;
    padding: 11px 0;
	font-family:'Raleway';}  



/*----BLOG-POST----*/

.single-post-wrap {
    float:right;
    display:inline-block;
    width:800px;
}

.single-post-wrap .blog-info-holder {
    margin:50px 0 0 0;
}


.blog-page-image-holder, .blog-content-holder {
    float:left;
}

.single-all-wrap .blog-info-holder {
    margin:58px 0 0 0;
}


.single-post-wrap .blog-post-text {
    width:780px;
    float:left;
	font-size:14px;
}

.single-post-wrap .blog-post-text p{
	padding-bottom: 10px;
	font-size:14px;
	}
	
.single-post-wrap .blog-post-text a{
	font-size:14px;
	font-weight: bold;
	}
	
.single-post-wrap .blog-post-text a em{
	font-size:14px;
	font-weight: bold;
	}

.single-comment-post {
    float: left;
    margin: 0 0 10px 25px;
    width: 27%;    
    color: #cf5241;
    font-size: 12px;}
.single-comment-post a{    color: #cf5241;}
.single-comment-holder-last{border:none!important;    margin: 0 0 0px!important;}


/*SHORTCODES*/   
.shortcode-title{
    display: block;
    height: 45px;
    overflow: hidden;
    width: 100%;
    color: #3F3F3F;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;}
.full-width-text{width:100%;line-height:22px;}
.half-holder{width:100%;}
.big_h2, .shortcode-title h2{color:#3f3f3f;	font-size:14px;	line-height: 22px;margin-bottom: 20px;font-weight:bold;}
.custom-headline{    color: #3F3F3F;
                     float: left;
                     font-size: 20px;
                     font-weight: bold;
                     line-height: 29px;
                     text-align: center;
                     width: 100%;}
.onehalf{width:45.2%;line-height:22px;margin:0 9.6% 32px 0;float:left; font-family:Helvetica, serif; font-size:12px; color:#666;}
.one-half-title{color:#3f3f3f;	font-size:14px;	line-height: 22px;margin-bottom: 20px;font-weight:bold;}

.one-fourth{width:22.9%;line-height:22px;margin:0 2.7% 0 0;float:left;}
.one-fourth-last{width:22.9%;line-height:22px;margin:0 0 0 0;float:left;}
.form-side-text{
    float: left;
    line-height: 22px;
    margin: 0;
    width: 364px;}
.inline-image{    float: left;
                  height: 35px;
                  margin: 5px 16px 2px 0;
                  width: 35px;}

.twothird{    display: block;
              float: left;
              margin: 0 40px 0 0;
              width: 601px;}
.oneforth{width:23.5%;float:left;display:block;margin:0 2% 0px 0;}
.shortcodeimg-holder{background:#fff;-moz-border-radius: 2px; /*  Firefox */-webkit-border-radius: 2px; /* Safari, Chrome */ 	border-radius: 2px; /* CSS3 */	padding:6px;border:1px solid #eaeaea;}
.shortcodeimg-holder img{margin:0!important;}
.ajaxmessage{display: block;width: 100%;}
#three-columns{float:left;width:100%;padding:0px 0 0px;}
.titles .cell_title{padding:0!important;}
#four-columns{padding:0px 0;float:left;width: 100%;}
#three-columns .one_cell{float: left;margin: 0 2% 32px 0!important;width: 32%;padding:0%;height:auto!important;border:0!important}
#four-columns .one_cell{float: left!important;margin: 0 4% 32px 0 !important;width: 22% !important;padding:0%;height:auto!important;border:0!important}
.titles{float:left;display:block;width: 100%;}
#four-columns .titles{width: 100%;}

.cell_title{ padding: 7px 0 5px  !important;}
.cell_image_front{ margin:0 5px 0 0!important; width:35px; height:35px; float:left; ;}
.cell_subtitle{color: #e3e3e3!important;font-size: 12px;font-weight: normal;font-style: italic;padding: 6px 0 0;float:left;font-family:'Droid Serif'}
.cell_text img{float: left;margin:0 30px 0 0; padding:5px; border:1px solid #e6e4d9;}
.cell_title{line-height: 22px;padding: 0 0 5px; width: 100%;}
.cell_title h2 a:hover{color:#C25151!important;}
.cell_title_single{padding:0 0 5px 0;}
.cell_title h2, .cell_title h2 a, .cell_title_single h2, .cell_title_single h2 a, h2 a{}
.cell_text{padding:20px 0px 0px!important; float:left; font-family:'Raleway', sans-serif; color:#4c4c4c;}

span.break{float: left;height: 4px;margin: 10px 0;width: 100%;}
.big_h2_container{clear:both;}

.error{
    background: url("img/error-message.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    padding: 16px 0 16px 20px;
    width: 582px;}
.success{
    background: url("img/success-message.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    padding: 19px 0 16px 20px;
    width: 582px;}

/*----COMMENTS----*/

.comment-start{
    display: none;
    margin-top:20px;
    margin-bottom: 35px;
    width: 100%;}

.children{padding:35px 0 0 150px; background:url('img/children-border.png') 100px 5px no-repeat;}

.comment_popup_wrap {
    float:left;
    width:138px;
    text-align:right;
    
}

.comment_popup{color:#4c4c4c;text-transform:uppercase;float: right; font-family:'Raleway'; font-size:16px; font-weight:bold; }

.comment_popup_border {
    background:url('img/color-bar.png') repeat-x;
    display:block;
    width:84%;
    float:right;
    height:1px;
    margin:10px 0 0 0;
}

.children .single-comment-holder {

    min-width:500px;
    margin:0 0 10px 0 ;
}

.children .children .single-comment-holder {
    margin:0 0 55px 0;

}

.children .children .children {
    padding:0 !important;
    background:none !important;

}

.single-comment-holder{
    display: inline-block;
    margin: 55px 0 0 5px;
    width: 100%;}

.comment-left-side{
    float: left;
    line-height: 22px;
    margin-right: 25px;
    width: 113px;
}

.comment-right-side{
    display: inline-block;
    padding: 10px;
    width: 83.4%;
}

.children .comment-right-side{
    display: inline-block;
    padding: 10px;
    width: 80%;
}

.children .children .comment-right-side{
    display: inline-block;
    padding: 10px;
    width: 76%;
}

.comment-image-holder{
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    float: left;
    height: 50px;
    margin-right: 19px;
    overflow: hidden;
    padding: 4px;
    width: 50px;
    -moz-border-radius:2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;}

.comment-post-image{
    display: block;
    height: 50px;
    padding: 0 0 0 0;
    width: 50px;}  

.comment-text{line-height:22px;	}
.comment-text p{font-family:Helvetica, serif; color:#666;}

.single-comment-title a{	font-family:Helvetica, serif;}
.single-comment-title{
    color: #666;
    display: inline-block;
    font-size: 12px;
    text-align: right;
    width: 100%;}

.single-comment-date a{	font-family:Helvetica, sans-serif;}
.single-comment-date{
    color: #4c4c4c;
    display: inline-block;
    font-size: 12px;
    text-align: right;
    width: 100%;}

.reply:hover a, .commentmetadata-edit:hover a, .single-comment-date a:hover{color:#4c4c4c;}

.reply{    
    float: right;
    margin-left: 30px;
    margin-top: 8%;
    text-align: right;
    font-family:"Raleway";
}    

.commentmetadata-edit{
    float: right !important;
    margin-top: 8%;
    text-align: right;}

.commentmetadata-waiting{	display: inline-block;
                          margin: 0 20px 0 0;
                          position: relative;
                          top: -60px;}

.comment-form-left{
    float: left;
    margin: 0 0 0 148px;
    width:350px;}
.comment-form-left p{
    color: #4c4c4c;
    float: right;
    font-family: 'Raleway';
    text-transform: uppercase;
    margin-top: 10px;}
.comment-form-left p a{color:#4c4c4c;}
.comment-form-left p a:hover{color:#8B8B8B;}
.comment-form-right{
    float: left;
    margin: 0;
    width: 430px;}
.cancel-comment-reply{    margin: 0 0 20px 5px;}


/*404*/ 
#container-full{height:auto; padding-bottom:50px;}

.page404{  
    color: #4c4c4c;
    display: block;
    font-size: 150px;
    font-weight: bold;
    line-height: 35px;
    position: relative;
    text-align: center;
    top: 15px;
    font-family:'Raleway';}
.page404span{
    color: #4c4c4c;
    display: block;
    font-size: 52px;
    left: 70px;
    line-height: 60px;
    position: relative;
    text-align: center;
    font-weight:bold;
    width: 830px;
    font-family:'Raleway';
    text-transform: uppercase;}    
.notice404{
    color: #8B8B8B;
    display: block;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    text-align: center;
    width: 980px;
    top:30px;
    font-family:Helvetica, sans-serif;}
.notice404 a{color: #4c4c4c;font-size: 14px;line-height: 35px;} 
.notice404 a:hover{color: #8B8B8B;}
.search404{
    position: relative;
    text-align: center;
    top: 45px;}
.search404 #searchform{
    display: inline-block;
    left: 380px;
    position: relative;
    width:220px;
}  

/*TAG CLOUD*/



.tag-center{    
    background-image: url("img/tag-button-center.png");
    background-position: top;
    background-repeat: repeat-x;
    cursor: pointer;
    display: block;
    float: left;
    height: 24px;
    margin: 0;
    padding: 9px 0 0 0;}
.tag-left{    
    background: url("img/tag-button-left.png") no-repeat scroll left top transparent;
    float: left;
    height: 33px;
    width: 14px;}
.tag-right{    
    background: url("img/tag-button-right.png") no-repeat scroll left top transparent;
    float: left;
    height: 33px;
    width: 14px;}
.button-dark-blue-content{    color: #8B8B8B;    font-size: 14px !important;text-align: center;}
.tag-holder{cursor: pointer;    margin: 4px;    display: inline-block;}   
.tag-holder:hover div {background-position:bottom!important;}   
/*CUSTOM MENU*/

.widget-box ul.menu{display:block;float:none;}
.widget-box ul.menu li{display:block;float:none;}
.widget-box ul.menu li a{display:inline;float:none;color:#8B949D;font-weight: normal;}
.widget-box ul.menu li ul.sub-menu{display:none!important;}
.widget-box ul.menu li a:hover{color: #CF5241;}

/*FIX*/
.wp-caption{}
.wp-caption-text {
	padding-bottom: 15px !important;
	margin: 0 !important;
	}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignright{}
.alignleft{}
.aligncenter{}
.tagsfix a, .tagsfix{display:none;}

/*----FRONT PAGE----*/



.posts-one-row{
    display: block;}

.front-blank-image{height:130px;width:202px;}

.page-image-holder{
    float: left;
    margin: 0 0 25px;}



.page-image-center{
    float: left;
    height: 130px;
    padding:0;}

.page-image-right{
    float: left;
    height: 144px;
    width: 7px;}

.one-post{
    float: left;
    margin: 0 45px 60px 0;
    width: 205px;
    font-family:"Raleway", sans-serif;
}

.last-front{margin:0;}

.front-post-title{min-height: 182px;width: 205px;color:#4c4c4c;font-size:14px;margin: 0;}

.front-post-title a{color:#4c4c4c;font-size:14px; font-family:'Raleway', sans-serif; text-transform: uppercase;}
.front-post-title a:hover{color:#b4b4b4; font-size:14px;} 

.front-post-text{min-height: 76px;width: 203px;line-height:22px;font-family: Helvetica, sans-serif; font-size:12px; color:#4c4c4c;}

.cell_read_more a{
	color:#AD0A64
	font-size: 12px;
	font-family: 'Raleway', Helvetica;
	font-weight: bold;
	text-transform: uppercase;} 

.cell_read_more a:hover{
	color:#AD0A64
	font-size: 12px;
	font-family: 'Raleway', Helvetica;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;} 

.cell_read_more{ 
    display: inline-block;
    margin: 10px 20px 0;
	padding-left:18px;
	background: url("img/read-more-arrow.png") no-repeat scroll left center transparent;
	font-size: 12px;
	font-family: 'Raleway', Helvetica;
	color: #AD0A64;
	font-weight: bold;
	text-transform: uppercase;}

.title-line{
    text-align: center;
    width: 100%;
	margin-top: 10px;
	}

.page-title-text{
    background-color: #4c4c4c;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin:0 auto 44px auto ;
    padding: 7px 23px;
    position: relative;
    z-index: 6;
    font-family:"Raleway", sans-serif;
    text-shadow:none;
    text-transform:uppercase;
}

.page-title{ font-size: 22px;margin:0 auto 30px auto;color: #4c4c4c;width: 100%;}

.title-width-line{
    background: url("img/color-bar.png") repeat-x scroll center bottom transparent;
    height: 6px;
    position: relative;
    top: -66px;
    width: 100%;
    z-index: 5;}
.more-padd {
    padding:7px 45px 7px 45px ;

}
.front-info-box{
    background-color:#4c4c4c;
    height: 112px;
    margin-bottom: 25px;
    width: 100%;
    font-family:'Raleway', sans-serif !important;
}

.front-info-box-text{
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    margin: 30px;
    max-height: 52px;
    min-height: 39px;
    overflow: hidden;
    text-transform: uppercase;
    width: 74%;
    float:left
    font-family:'Raleway', sans-serif !important;
    text-shadow:none;
    float:left;
}

.more-info-button:hover div{background-position: bottom;}
.more-info-button{
    cursor: pointer;
    display: inline-block;
    margin: 32px 0;}

.more-info-button-left{    
    background: url("img/info-left.png") no-repeat scroll center top transparent;
    float: left;
    height: 50px;
    width: 23px;}

.more-info-button-center{	
    background: url("img/info-center.png") repeat-x scroll center top transparent;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 12px;
    padding: 20px 12px 0;
    text-transform: uppercase;}

.more-info-button-right{    
    background: url("img/info-right.png") no-repeat scroll center top transparent;
    float: left;
    height: 50px;
    width: 23px;}
	
/*----PAGE----*/

/*----BLOG PAGE----*/

.blog-page-text {
    float: right;
    width: 960px;
	margin-left: 15px;
	font-size:14px;
}

.blog-page-text p {
padding-bottom: 10px;
}

.blog-page-text ul {
	list-style:square url("img/li.png");
	margin-left: 40px;
	padding-bottom: 10px;
	}
	
.blog-page-text li {
	list-style:square url("img/li.png");
	margin-left: 40px;
	padding-bottom: 10px;
	color:#AD0A64;
    font-size: 14px;
    font-family:"Raleway", sans-serif;
    height: 21px;
	}
	
.blog-page-text li a, .blog-page-text li strong {
	list-style:square url("img/li.png");
	padding-bottom: 10px;
	color:#AD0A64;
    font-size: 14px;
    font-family:"Raleway", sans-serif;
    height: 21px;
	}
	
.blog-page-text li em {
	list-style:square url("img/li.png");
	padding-bottom: 10px;
	color:#AD0A64;
    font-size: 14px;
    font-family:"Raleway", sans-serif;
    height: 21px;
	font-style:italic;
	}

.blog-page-text li a.hover {
	list-style:square url("img/li.png");
	padding-bottom: 10px;
	color:#AD0A64;
    font-size: 14px;
    font-family:"Raleway", sans-serif;
    height: 21px;
	text-decoration:underline;
	}

.blog-page-image-holder{
    display: block;
    float: right;
    width: 780px;}


.blog-page-image-center{
    float: left;
	width: 780px;
    height: auto;
    padding: 10px 0;}

.blog-page-image-right{
    background: url("img/blog-image-right.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: auto;
    width: 7px;}

.blog-one-post{
    display: block;
    width: 960px;
	}

.blog-post-title {
    color: #4c4c4c;
    font-family: 'Raleway', Helvetica;
	float: right;
    font-size: 20px;
    line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin-right: -25px;
	width:780px;
	}

.blog-post-title em {
    font-size: 20px;
	font-style:italic;
	color: #4c4c4c;
}
	
.blog-post-title a {
    color: #4c4c4c;
	font-family: 'Raleway', Helvetica;
	float: right;
    font-size: 18px;
    line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	width:780px;
}

.blog-post-title a em {
    color: #4c4c4c;
	font-family: 'Raleway', Helvetica;
    font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-style:italic;
}

.blog-post-title a:hover {
	color: #6c6c6c;
	font-family: 'Raleway', Helvetica;
	float: right;
    font-size: 18px;
    line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
	width:780px;
}

.blog-post-title a:hover em {
	color: #6c6c6c;
	font-family: 'Raleway', Helvetica;
    font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-style:italic;
	text-decoration: underline;
}

.blog-content-holder{
    width: 795px;
    float: right;}

.blog-post-text{
    float: right;
    width: 780px;
	margin-left: 15px;
}


.blog-post-text ul{
	list-style:square url("img/li.png");
	margin-left: 20px;
	font-size:14px;
	padding-bottom:10px;
	}
	
.blog-post-text li{
	list-style:square url("img/li.png");
	margin-left: 20px;
	font-size:14px;
	padding-bottom:10px;
	}

.more-link { 
    background: url("img/read-more-arrow.png") no-repeat scroll left center transparent;
    display: inline-block;
    margin: 10px 40px 10px;
    padding-left: 18px;
	font-size: 12px;
	font-family: 'Raleway', Helvetica;
	font-weight: bold;
	width: 90%;
	text-transform: uppercase;
	}

.more-link a {
	color:#AD0A64;
	font-size: 12px;
	font-family: 'Raleway', Helvetica;
	font-weight: bold;
	text-transform: uppercase;}
	
.more-link a:hover {
	color:#AD0A64;
	font-size: 12px;
	font-family: 'Raleway', Helvetica;
	font-weight: bold;
	text-decoration:underline;
	text-transform: uppercase;}
	
.more-link a em {
	color:#AD0A64;
	font-size: 12px;
	font-style:italic;
	font-family: 'Raleway', Helvetica;
	font-weight: bold;
	text-decoration:underline;
	text-transform: uppercase;}

.blog-cell_read_more { 
    background: url("img/read-more-arrow.png") no-repeat scroll left center transparent;
    display: block;
    float: left;
    margin: 20px 40px 0;
    padding-left: 18px;
	font-size: 12px;
	font-family: 'Raleway', Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	}

.blog-cell_read_more a{
	color:#AD0A64;
	font-size: 12px;
	font-family: 'Raleway', Helvetica;
	font-weight: bold;
	text-transform: uppercase;}
	
.blog-cell_read_more a:hover{
	color:#AD0A64;
	font-size: 12px;
	font-family: 'Raleway', Helvetica;
	font-weight: bold;
	text-decoration:underline;
	text-transform: uppercase;}

.blog-title-line{
    text-align: center;
    width: 100%;}

.blog-page-title-text{
    background-color: #FFFFFF;
    color: #3F3F3F;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin: 44px 0;
    padding: 0 22px;
    position: relative;
    z-index: 6;}

.blog-title-width-line{
    background: url("img/color-bar.png") repeat-x scroll center bottom transparent;
    height: 6px;
    position: relative;
    top: -56px;
    width: 100%;
    z-index: 5;}

.post-separator{
	margin-left: 50px;
	width:100%;
	margin:15px 0 35px 0;
	background: url("img/color-bar.png") repeat-x scroll center bottom transparent;
	height: 6px;
	display: inline-block;
	float:right;
	opacity:0.75;
	filter:alpha(opacity=75);
}

.post-separator-in{
    background: url("img/color-bar.png") repeat-x scroll center bottom transparent;
    height: 6px;
    width: 700px;
    margin:10px 0 20px;
    display: inline-block;
	margin-left: 50px;
}

.post-separator-info {
    background: url("img/color-bar.png") repeat-x scroll center bottom transparent;
    height: 6px;
    width: 120px;
    margin:10px 0 20px;
    display: inline-block;
}     

.post-separator-footer {
    background: url("img/color-bar.png") repeat-x scroll center bottom transparent;
    height: 6px;
    width: 250px;
    margin:10px 25px 20px;
    display: inline-block;
}          

/* ---- DATOS LATERAL ---- */

.blog-info-holder{
    float: left;
    text-align: center;
    width: 140px;
	padding-top: 10px;
	font-size:12px;
	}
	
.blog-info-holder-single {
    margin:35px 0 0 0;
	float: left;
    text-align: center;
    width: 140px;
	font-size:12px;
}

.info-text {
	color: #4c4c4c;
	line-height: 22px;
	font-family: Helvetica, sans serif;
	font-weight: bold;
	margin: 20px 0 0 0;
	display:block;
	font-size:12px;
}

.info-text img {
	width: 40px;
	height:auto;
	margin-left: 50px;
	margin-bottom: -20px;
	border: none;
}
	
.info-text a {
	color:#4c4c4c;
	text-decoration:none;
	font-family: Helvetica, sans serif;
	font-weight: bold;
	font-size:12px;
}

.info-text a:hover{
	color:#6c6c6c;
	text-decoration:none;
	font-family: Helvetica, sans serif;
	font-weight: bold;
	font-size:12px;
}  

/*-----------*/

.info-text-normal {
	width: 140px;
	color: #4c4c4c;
	line-height: 22px;
	font-family: Helvetica, sans serif;
	font-weight: normal;
	margin: 0;
	display:block;
	font-size:12px;
}

.info-text-normal img {
	max-width: 130px;
	min-height: 130px;
	height: auto;
	margin-left: 5px;
	border: none;
}
	
.info-text-normal a {
	color:#4c4c4c;
	text-decoration:none;
	font-family: Helvetica, sans serif;
	font-weight: normal;
	font-size:12px;
}

.info-text-normal a:hover{
	color:#4c4c4c;
	text-decoration:underline;
	font-family: Helvetica, sans serif;
	font-weight: normal;
	font-size:12px;
}

.info-text-normal p {
	padding-bottom: 10px;
	font-size:12px;
	}
	
.truncate {
    text-overflow: ellipsis;
    display: inline-block;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

/*----FOOTER----*/
#footer{
    background:url('img/bg-footer.png') repeat-y center;
    padding: 0 0 40px;
    width: 100%;
    margin:0 auto 0 auto;
}

.footer-border-top{
    background: url("img/color-bar.png") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #E3E3E3;
    height: 4px;}

.footer-border-bottom{background: url("img/footer-border-bottom.png") repeat-x;height: 5px;}

.footer-container{
    margin: 0 auto;
    width: 960px;
}

.twitter-border-top{    background: url("img/slider-border-bottom.png") repeat-x scroll center bottom ;
                        height: 5px;}

.twitter-holder{width: 100%; background:url("img/bg-twit.png") top center no-repeat; margin:0 auto 0 auto;    }

.footer_twitter{
    margin: 0 auto;
    width: 960px;}
	
/*----ELEMENTOS FOOTER----*/

.footer-box1, .footer-box2{
    float: left;
    margin:0 40px 0 0;
    width: 290px;}
	
.footer-box3 {
    float: left;
    margin:0 0px 0 0;
    width: 300px;}

.footer-box-title {
    color: #4c4c4c;
    font-size: 14px;
    font-family:"Raleway", sans-serif;
    height: 21px;
    text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 15px;
}

.footer-box-about {
    color: #4c4c4c;
    font-size: 12px;
    font-family: Helvetica, sans-serif;   
}

.footer-box-about a {
    color: #AD0A64;
    font-size: 12px;
    font-family: Helvetica, sans-serif;   
}

.footer-box-about a.hover {
    color: #AD0A64;
    font-size: 12px;
    font-family: Helvetica, sans-serif;
	text-decoration:underline;   
}

.footer-box-about em {
    color: #4c4c4c;
    font-size: 12px;
    font-family: Helvetica, sans-serif;   
}

.footer-box-about strong {
    color: #4c4c4c;
    font-size: 12px;
    font-family: Helvetica, sans-serif;   
}

.footer-box-about ul {
	list-style:square url("img/li.png");
	margin-left: 5px;
}

.footer-box-about li {
	list-style:square url("img/li.png");
	margin-left: 5px;
	}

/*----FOOTER-TEXT-WIDGET----*/

.footer_widgettitle{
    color: #4c4c4c;
    font-size: 16px;
    font-family:"Raleway", sans-serif;
    height: 21px;
    margin: 37px 0;
    overflow: hidden;
   
}

/*----[TWITTER DIALOG]----*/
.twitter_table{   }

.twitter-dialog-top{ 
    display: block;
    height: 30px;
	}
	
.twitter-dialog{
	width:960px;
	margin:0 0 0 0px;
	text-align:center;
	}

.twitter-dialog-down{
    height: 10px;
    width: 930px;}
	
.twitter-dialog .bird{
    height:43px;
    height:46px\0/;
    width:42px;
    background: url("img/twitter-bird-big.png") no-repeat;
    display:block;
    float:left;
    position:relative;
    top:10px;
    top:-6px\0/;
	}
	
*+html .twitter-dialog .bird{position:relative;top:8px;}

.twitter-dialog p {  
    font-size:16px;
    line-height:28px;
    width:600px;
    padding:0px 70px 0px 20px;
    margin:0 auto;
    height:57px;}
	
.twitter-dialog-td-p {
    padding-right:120px\0/;
    font-size:16px;
    color:#4c4c4c;
    line-height:30px;
    padding: 0;
    width: 900px;
    text-transform: uppercase;
    font-weight:bold;
    font-family:"Raleway", sans-serif;
}

*+html .twitter-dialog-td-p{padding:0 100px 0 50px;}

.twitter-dialog-td-p a {	
    font-size:16px;
    line-height:28px;
    text-transform: uppercase;
	}
	
.twitter-dialog-td-p a:hover {
	color:#4c4c4c;
	font-size: 16px;
	}
	
.footer_box{
    float: left;
    margin:0 32px 0 0;
    width: 216px;}	



#copyright{width:1060px;margin:0 auto;}

#copyright-wrap {padding: 15px 0 35px 0;  width:960px; margin: 0 auto 0 auto;}

#copyright-wrap p{
    color: #4c4c4c !important;
    font-size: 12px;
    margin:5px 0 0 0;
    font-family: Helvetica, sans-serif;
    float:left;
}

.copyright-text {
	color: #4c4c4c;
	line-height: 22px;
	font-family: Helvetica, sans serif;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	font-size:12px;
}
	
.copyright-text a {
	color:#4c4c4c;
	text-decoration:none;
	font-family: Helvetica, sans serif;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	font-size:12px;
}

.copyright-text a:hover {
	color:#4c4c4c;
	text-decoration:none;
	font-family: Helvetica, sans serif;
	font-weight: bold;
	text-decoration:underline;
	padding-left: 5px;
	padding-right: 5px;
	font-size:12px;
}

.footer-twitter{float:right;margin:0 9px 0 4px;display:block;width:20px;height:17px;background:transparent url(img/twitter.png) no-repeat center;background-position:top;}
.footer-facebook{float:right;margin:0 5px 0 0;display:block;width:20px;height:18px;background:transparent url(img/facebook.png) no-repeat center;background-position:top;}
.footer-facebook:hover, .footer-twitter:hover{background-position:bottom;}

/*----WIDGETS----*/

/*----TWITTER-WIDGET----*/

.twitter_ul li span a{line-height: 22px!important;}
.twitter_ul a{
    background: url("img/twitter-bird-small.png") no-repeat scroll left top transparent;
    color: #8b8b8b!important;
    display: inline-block;
    padding: 1px 0 8px 24px!important;
    line-height: 12px!important;
    ftom: 15px !important;
}
.twitter_ul a:hover{    color: #4c4c4c!important;}
.twitter-box-top{


    width: 212px;}

.twitter-box-center{
    background-color:#fff;
    border:1px solid #e3e3e3;
    line-height: 22px;
    padding: 10px;
    width: 192px;
    color:#666;font-family: Helvetica, sans-serif;
    font-size:12px;
    margin:0 0 10px 0;
}

.twitter-box-bottom{

    width: 212px;}

.twitter-box-center a{
    background: none!important;
    color:#4c4c4c!important;
    display: inline!important;
    padding: 0 !important;}

.twitter_ul li{background:none!important;}

/*----BLOG AUTHOR INFO----*/

.avatar{
    float: left;
    margin: 0 22px 18px 0;}

.authorp{    line-height: 22px;font-family: Helvetica, serif; font-size:12px;}

/*----Blogroll----*/

.footer_box ul li{
    background-image: url("img/widget-link-border.png");
    background-position: center bottom;
    background-repeat: repeat-x;
line-height: 38px;
}


.footer_box ul li a{
    color: #666;
    margin:0;
    

    font-size:12px;
    font-family:Helvetica, sans-serif;

}

.footer_box ul li a:hover{color: #8B8B8B!important;}

/*----CALENDAR STYLE----*/

#calendar_wrap{/*margin: 8px 0 0;width:100%;border:none;border:1px solid #DDDDDD; 
	-moz-border-radius:5px;
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	border-radius: 5px;*/}
table#wp-calendar caption{
    
    background:  no-repeat scroll 0 0 #fff;
    border: 1px solid #DDDDDD;
    padding: 11px 0 9px 34px;
    text-align: left;}
#wp-calendar caption span{
    color: #5E5E5E;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;}
#wp-calendar tbody{
  
    background-color:#fff;
    border: 1px solid #DDDDDD;
    display: block;}
#wp-calendar thead{
    background: none repeat scroll 0 0 #F1F1F1;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;}

#wp-calendar a{padding:0!important;}
#wp-calendar{ 

    display: block;
    font-size: 12px;
    text-align: center;
    width: 216px;}
#wp-calendar th{
    color: #454545;
    height: 32px;
    padding: 10px 0 0;
    text-align: center;
    width: 32px;}
#wp-calendar td{    color: #666;
                    height: 32px;
                    list-style-type: none;
                    padding: 10px 0 4px;
                    width: 32px;
                    font-family: Helvetica, sans-serif;}
#wp-calendar #today {
    background:#f9f9f9;
    border: 1px solid #DDDDDD;
    display: inline;
    height: 14px;
    padding: 2px 3px;}
#wp-calendar td.pad{ height:0px;margin:0px;padding:0px;font-size:0px;line-height:0px;}
#wp-calendar #prev a{height:10px;margin:10px;padding:0px;font-size:0px;line-height:0px;}
#wp-calendar #next a{height:0px;margin:0px;padding:0px;font-size:0px;line-height:0px;}

#wp-calendar #prev{height:0px;margin:0px;padding:0px;font-size:0px;line-height:0px;}
#wp-calendar #next{
    background: url("img/calendar_next.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 0;
    height: 10px;
    left: 38px;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 9px;
    width: 8px;}

#wp-calendar td a{ line-height: 12px;font-family:Helvetica; Arial, sans-serif!important;font-size:12px!important;color:#666; padding:0 4px 0 4px!important;*padding:0 4px 0 4px!important; width:20px!important;height:32px!important;*height:25px!important;*width:25px!important; list-style-type:none!important;text-align:center!important;}
#wp-calendar td a:hover{color:#3c3c3c; } 

#wp-calendar tfoot td#prev a{height:10px!important;margin:0px;padding:0px;font-size:0px!important;line-height:0px;display:block;background:transparent;position:relative;top:-2px;left:-3px;width:10px!important;}
#wp-calendar tfoot td#next a{height:10px!important;margin:0px;padding:0px;font-size:0px!important;line-height:0px;display:block;background:transparent;position:relative;top:-2px;left:-2px;width:10px!important;}

#wp-calendar tfoot td#prev{
    background: url("img/calendar_prev.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 0;
    height: 10px;
    left: 12px;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 9px;
    width: 8px;}
#connect {
    float:left;

}
#wp-calendar tfoot{height:0px;margin:0px;padding:0px;font-size:0px;line-height:0px;display:block;position:relative;top:-60px;float:left;}
#wp-calendar tbody tr{ }

/*---------[flicker widget]---------*/
.widget_app_flickr{float:left;}
.footer_widget_holder .wrap{    
    float: left;
    margin-bottom: 0;
    padding: 0;
    width: 216px;}
.fix {margin:5px; float:left; width:216px;}
.flickr_badge_image {    
    
    float: left;
    height: 55px;
    margin: 0 7px 7px 0;
    padding: 4px 8px 4px 0;
    width: 55px;}

.flickr_badge_image img {padding:0px  !important; width:55px; height:55px; }
.flickr_badge_image a {padding:0px  !important; margin:0px  !important;; text-decoration:none !important; border: 0px  !important;}
.noMargin{    margin: 0 10px 0px;}
.noMargin{    margin: 0 10px 0px;}

/*----TK-RECENT-POSTS----*/

.widget_recent_holder{
    display: inline-block;
    margin-bottom: 25px;
    width: 216px;}
.widget_one_cell recent_solo{}
.widget_cell_image_bg{
    -moz-border-radius:2px; /*  Firefox */-webkit-border-radius: 2px; /* Safari, Chrome */ 	border-radius: 2px	; /* CSS3 */
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    float: left;
    height: 50px;
    overflow: hidden;
    padding: 4px;
    width: 71px;
    margin-right: 14px;}

.widget_cell_title{
    display: inline-block;
    font-size: 13px;
    height: 13px;
    line-height: 17px;

    min-height: 49px;
    width: 121px;}

.widget_cell_title a{color:#4c4c4c}
.widget_cell_title a:hover{color:#8B8B8B}

.widget_cell_text{
    color: #BDBDBD;
    display: inline-block;
    font-size: 11px;}
.no-image{width: 100%;}


.app_recent_title_a {
    font-size:12px;
    font-family:Helvetica, serif;
    display:inline;
    color:#4c4c4c;
    font-size:12px;
    margin:0 0 4px 0;
    display:block;
    line-height:16px;
}
.app_recent_title_a:hover {
    color:#8b8b8b;

}

.app_recent_img {
    width:68px;
    height:48px;
    display:block;
    float:left;
    margin:0 13px 0 0;
}

.app_recent_box {
    display:inline-block;
    width:134px;
    float:right;
}
.app_recent_post {
    margin: 0 0 30px 0;
    display:inline-block; 
}

.app_recent_date {
    font-size:11px;
    font-family:'Raleway', sans-serif;
    color:#bdbdbd;
}


/*----RECENT COMMENTS----*/
.bold {
    font-weight:bold;
    color:#4c4c4c;
}




#recentcomments li{
    line-height:18px !important;
    padding:9px 0 9px 0;
}
#recentcomments li:first-child {
    padding:0 0 9px 0 !important;
}

#recentcomments li a{
    background-image: none !important;
    color: #4c4c4c;
    display: inline-block !important;
    padding: 0 0 0 0 !important;}

#recentcomments li a:hover{color:#8B8B8B;}

/*----CUSTOM MENU----*/

.footer_widget_holder .menu .sub-menu{display:none!important;}
.footer_widget_holder .menu li{
    display: block!important;
    width: 100%!important;
}
.footer_widget_holder .menu li a:hover {color:#4c4c4c!important;}
.footer_widget_holder .menu li a{
    color: #666!important;
    font-family: Helvetica;
    line-height: 38px!important;
    font-size:12px!important;
    padding:0!important;}


/*----BUTTONS----*/
/*----LIGHT-GREY----*/

.button-default-center{    
    background-image: url("img/light-grey-center.png");
    background-position: top;
    background-repeat: repeat-x;
    cursor: pointer;
    display: block;
    float: left;
    height: 17px;
    margin: 0;
    padding: 14px 12px 14px 12px;
}

.button-default-left{    
    background: url("img/light-grey-left.png") no-repeat scroll left top transparent;
    float: left;
    height: 45px;
    width: 5px;}
.button-default-right{    
    background: url("img/light-grey-right.png") no-repeat scroll left top transparent;
    float: left;
    height: 45px;
    width: 6px; }
.button-default-content{color: #4c4c4c;font-size: 14px;text-align: center;  font-family:'Raleway', sans-serif;}
.shortcode-button-default{cursor: pointer;margin: 10px 20px 0 0; float:right;}
.shortcode-button-default a{display:block;}
.shortcode-button-default:hover div {background-position:bottom!important;} 

/*----DARK-GREY----*/

.button-dark-gray-center{    
    background-image: url("img/dark-center.png");
    background-position: top;
    background-repeat: repeat-x;
    cursor: pointer;
    display: block;
    float: left;
    height: 17px;
    margin: 0;
    padding: 14px 12px 14px 12px;}
.button-dark-gray-left{    
    background: url("img/dark-left.png") no-repeat scroll left top transparent;
    float: left;
    height: 45px;
    width: 5px;}
.button-dark-gray-right{    
    background: url("img/dark-right.png") no-repeat scroll left top transparent;
    float: left;
    height: 45px;
    width: 6px;}
.button-dark-gray-content{color: #fff;font-size: 14px;text-align: center;  font-family:'Raleway', sans-serif;}
.shortcode-button-dark-gray{cursor: pointer;margin: 10px 20px 0 0;}
.shortcode-button-dark-gray a{display:block;}
.shortcode-button-dark-gray:hover div {background-position:bottom!important;} 

/*----YELLOW----*/

.button-yellow-center{    
    background-image: url("img/yellow-center.png");
    background-position: top;
    background-repeat: repeat-x;
    cursor: pointer;
    display: block;
    float: left;
    height: 17px;
    margin: 0;
    padding: 14px 12px 14px 12px;}
.button-yellow-left{    
    background: url("img/yellow-left.png") no-repeat scroll left top transparent;
    float: left;
    height: 45px;
    width: 5px;}
.button-yellow-right{    
    background: url("img/yellow-right.png") no-repeat scroll left top transparent;
    float: left;
    height: 45px;
    width: 6px;}
.button-yellow-content{color: #765f2e;font-size: 14px;text-align: center;  font-family:'Raleway', sans-serif;}
.shortcode-button-yellow{cursor: pointer;margin: 10px 20px 0 0;;}
.shortcode-button-yellow a{display:block;}
.shortcode-button-yellow:hover div {background-position:bottom!important;} 

/*----PINK----*/

.button-pink-center{    
    background-image: url("img/pink-center.png");
    background-position: top;
    background-repeat: repeat-x;
    cursor: pointer;
    display: block;
    float: left;
    height: 17px;
    margin: 0;
    padding: 14px 12px 14px 12px;}
.button-pink-left{    
    background: url("img/pink-left.png") no-repeat scroll left top transparent;
    float: left;
    height: 45px;
    width: 5px;}
.button-pink-right{    
    background: url("img/pink-right.png") no-repeat scroll left top transparent;
    float: left;
    height: 45px;
    width: 6px;}
.button-pink-content{color: #873f4a;font-size: 14px;text-align: center;  font-family:'Raleway', sans-serif;}
.shortcode-button-pink{cursor: pointer;margin: 10px 20px 0 0;}
.shortcode-button-pink a{display:block;}
.shortcode-button-pink:hover div {background-position:bottom!important;} 

/*----GREEN----*/

.button-green-center{    
    background-image: url("img/green-center.png");
    background-position: top;
    background-repeat: repeat-x;
    cursor: pointer;
    display: block;
    float: left;
    height: 17px;
    margin: 0;
    padding: 14px 12px 14px 12px;}
.button-green-left{    
    background: url("img/green-left.png") no-repeat scroll left top transparent;
    float: left;
    height: 45px;
    width: 5px;}
.button-green-right{    
    background: url("img/green-right.png") no-repeat scroll left top transparent;
    float: left;
    height: 45px;
    width: 6px;}
.button-green-content{color: #61723b;font-size: 14px;text-align: center;  font-family:'Raleway', sans-serif;}
.shortcode-button-green{cursor: pointer;margin: 10px 20px 0 0;}
.shortcode-button-green a{display:block;}
.shortcode-button-green:hover div {background-position:bottom!important;} 

/*----LIGHT-BLUE----*/

.button-light-blue-center{    
    background-image: url("img/light-blue-center.png");
    background-position: top;
    background-repeat: repeat-x;
    cursor: pointer;
    display: block;
    float: left;
    height: 17px;
    margin: 0;
    padding: 14px 12px 14px 12px;}
.button-light-blue-left{    
    background: url("img/light-blue-left.png") no-repeat scroll left top transparent;
    float: left;
    height: 45px;
    width: 5px;}
.button-light-blue-right{    
    background: url("img/light-blue-right.png") no-repeat scroll left top transparent;
    float: left;
    height: 45px;
    width: 6px;}
.button-light-blue-content{color: #3f7185;font-size: 14px;text-align: center;  font-family:'Raleway', sans-serif;}
.shortcode-button-light-blue{cursor: pointer;margin: 10px 20px 0 0;}
.shortcode-button-light-blue a{display:block;}
.shortcode-button-light-blue:hover div {background-position:bottom!important;} 

/*----DARK-BLUE----*/

.button-dark-blue-center{    
    background-image: url("img/dark-blue-center.png");
    background-position: top;
    background-repeat: repeat-x;
    cursor: pointer;
    display: block;
    float: left;
    height: 17px;
    margin: 0;
    padding: 14px 12px 14px 12px;}
.button-dark-blue-left{    
    background: url("img/dark-blue-left.png") no-repeat scroll left top transparent;
    float: left;
    height: 45px;
    width: 5px;}
.button-dark-blue-right{    
    background: url("img/dark-blue-right.png") no-repeat scroll left top transparent;
    float: left;
    height: 45px;
    width: 5px;}
.button-dark-blue-content{color: #465057;font-size: 14px;text-align: center;  font-family:'Raleway', sans-serif;}
.shortcode-button-dark-blue{cursor: pointer;margin: 10px 20px 0 0;}
.shortcode-button-dark-blue a{display:block;}
.shortcode-button-dark-blue:hover div {background-position:bottom!important;} 


/*selector different collors */

::selection {
        background: #dedede; /* Safari */
        }
::-moz-selection {
        background: #dedede; /* Firefox */
}

/*---- PAGINATION ----*/


.pagination-container {
 height: 30px;
    display: inline-block;
    width: 100%;
    cursor: default;
    text-align: center;
    margin:0 0 30px 0;
	font-size:14px;
}

.pagination {
	background: url("img/pagination.png") no-repeat scroll center transparent;
    cursor: pointer;
    display: inline-block;
    height: 38px;
    text-align: center;
    width: 36px;
	font-weight:bold;
	text-decoration:none;
	}
 
.pagination span, .pagination a, pagionation a.hover {
	background: url("img/pagination.png") no-repeat scroll center transparent;
    cursor: pointer;
    display: inline-block;
    height: 38px;
    text-align: center;
    width: 36px;
	font-family: 'Raleway';
	text-decoration:none;
	font-weight:bold;
}
 
.pagination .current {
	background: url("img/pagination-current.png") no-repeat scroll center transparent;
    cursor: pointer;
    display: inline-block;
    height: 38px;
    text-align: center;
    width: 36px;
	font-family: 'Raleway';
	text-decoration:none;
	font-weight:bold;
}

#wp-biographia-container h3 {
	margin:0 0 10px 0;
	color: #4C4C4C;
	padding:0;
	font-size: 14px;
}

#wp-biographia-container p {
	margin:0 0 10px 0;
	color: #4C4C4C;
	padding:0;
	font-size: 12px;
}

/* --- AUTHOR BIO --- */

#better-author-bio-div {
	background:#e6e6e6; 
	margin: 15px 0px 15px 0px;
	padding: 15px 0 10px 0;
	overflow:hidden;
	width:100%;
	moz-border-radius: 10px;
	border-radius: 10px;
	float:right;
}

#better-author-bio-div h4 {
	color: #4c4c4c;
	background-image: none;
	margin: 10px 0 5px 125px;
	font-size: 14px;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
}

#better-author-bio-div p {
	padding-right: 25px;
	font-size: 12px;
	display:inline;
	}

#better-author-bio-div p, #better-author-bio-div strong, #better-author-bio-div em, #better-author-bio-div a {
	font-size:12px;
	color: #4c4c4c;
	}
#better-author-bio-div strong, #better-author-bio-div a, #better-author-bio-div a.hover {
	font-weight:bold;
	}

#better-author-bio-div em {
	font-style:italic;
	}
	
#better-author-bio-div a.hover {
	font-weight:bold;
	text-decoration:underline;
	}

#better-author-bio-div img {
	float:left;
	margin: -30px 25px 15px 25px;
	width: 100px;
	height: 100px;
	}

#better-author-bio-div ul {overflow:hidden; margin:0 0 0 90px; padding:0; display:none;}

#better-author-bio-div ul li {list-style-type:none; float:left; margin:8px 6px 0 0; padding:0 0 0 6px; line-height:120%; border-left:1px solid #ccc;  display:none;}

#better-author-bio-div ul li.first {border:none; padding:0; display:none;}

/* ----- BANDCAMP ----- */

.bandcamp {
	margin-left: 190px;
	margin-bottom: 25px;
	margin-top: 25px;
	clear:both;
	}
