@font-face {
	font-family: 'MidoMedium';
	src: url('../type/mido/Mido-webfont.eot');
	src: local('☺'), url('../type/mido/Mido-webfont.woff') format('woff'), url('../type/mido/Mido-webfont.ttf') format('truetype'), url('../type/mido/Mido-webfont.svg#webfonto3aStUbX') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* LAYOUT */
/* ----------------------------------------- */

body {
	background-image:url(../images/background-ipad.jpg);
	background-position:50% 0 top center;
	background-repeat:no-repeat;
	background-color: #e5e0ca;
	font-size:62.5%;
	color:#0a1019;
	font-weight: normal;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	background-attachment: fixed;
}

#wrapper {
	width:962px;
	margin:0 auto;
}

#header {
	background-image:url(../images/header-bg.jpg);
	background-position:50% 0;
	width:980px;
	padding-top:115px;
	margin:0 auto;
	margin-left: -9px;
	height:197px;
	position: fixed;
	z-index:100;
	background-attachment: fixed;
}

#header2 {
	width:962px;
	margin:0 auto;
	height:157px;
	position:relative;
	z-index:100;
}


#logo {
	width:962px;
	margin:0 auto;
	text-align: left;
}

#logo img {
	margin-top:25px;
	margin-bottom:10px;
}

a {
	color: #7e2003;
	text-decoration: none;
	outline:0;
}


h1 {
	
	color:#aa3410;
	text-shadow: none;
	font-size:2.6em;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:14px;
	padding-top:40px;
	font-family: 'MidoMedium', Arial, sans-serif;
}

h1 a {
	color:#aa3410;
}

h2 {
	color:#aa3410;
	text-shadow: none;
	font-size:2.0em;
	line-height:1;
	margin-top:-2px;
	min-height:25px;
	font-family: 'MidoMedium', Arial, sans-serif;
}

h3 {
	color:#aa3410;
	font-size:1.8em;
	font-family: 'MidoMedium', Arial, sans-serif;
}

h4 {
	color:#aa3410;
	font-size:1.6em;
	font-family: 'MidoMedium', Arial, sans-serif;
}

h5 {
	color:#aa3410;
	font-size:1.4em;
	font-family: 'MidoMedium', Arial, sans-serif;
}

h6 {
	color:#aa3410;
	font-size:1.2em;
	font-family: 'MidoMedium', Arial, sans-serif;
}

.shadow {
	 text-shadow: 1px 1px 0px #fff;
}

p {
	font-size:1.3em;
	line-height: 1.5em;
	font-weight:normal;
}

img {
	
}

img.left {
	float:left;
	margin-right:20px;
	margin-top:0;
	margin-bottom:0;
}

img.right {
	float:right;
	margin-left:20px;
	margin-bottom:0;
}

ul.unordered {
	margin-top:20px;
}

ul.unordered li {
	padding-left:26px;
	line-height:16px;
	margin-bottom:10px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	font-size: 1.3em;
	display: block;
}

ol {
	margin-top:20px;
	overflow: hidden;
}

ol li {
	line-height:16px;
	margin-bottom:10px;
	font-size: 1.3em;
	list-style-position: inside;
	list-style-type: decimal;
}

.borderline {padding-top:312px;}

.dropcap {
	display:block;
	float:left;
	font-size:40px;
	padding:0;
	margin: 0;
	margin:0px 8px -10px 0;
	color:#666;
	font-family: 'MidoMedium', Arial, sans-serif;
}

.dropcap2 {
	display:block;
	float:left;
	font-size:25px;
	padding:0;
	margin: 0;
	margin:0px 4px -10px 0;
	color:#666;
	font-family: 'MidoMedium', Arial, sans-serif;
}


/* BUTTONS */
/* ----------------------------------------- */

a.button, a.button:link, a.button:visited {
	display: block;
	position: relative;
	padding: 0 10px 0 20px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	font-family: 'MidoMedium', Arial, sans-serif;
	text-decoration: none;
}
a.button span {
	display: block;
	position: absolute;
	top: 0px;
	right: -10px;
	width: 10px;
	height: 32px;
	background-position: right top;
}
a.button, a.button span {
	background-image: url(../images/button-gray.png);
	float: left;
}
a.button:hover {
	background-position: left -32px;
	text-decoration: none;
}
a.button:hover span {
	background-position: right -32px;
	text-decoration: none;
}

a.button:active, a.buttonactive {
	background-position: left -64px;
	text-decoration: none;
	padding-top:3px;
	height: 29px;
	
}
a.button:active span {
	background-position: right -64px;
	text-decoration: none;
	padding-top:3px;
	height: 29px;
}

.button.gray, .button.gray span, .pbutton.gray, .pbutton.gray span {
	background-image: url(../images/button-gray.png);
	text-shadow: none;
	color:#0a1019;
}

.button.green, .button.green span, .pbutton.green, .pbutton.green span {
	background-image: url(../images/button-green.png);
	text-shadow: 1px 1px 0px #acd8c8;
	color: #397a62;
}

.button.pink, .button.pink span, .pbutton.pink, .pbutton.pink span {
	background-image: url(../images/button-pink.png);
	text-shadow: 1px 1px 0px #d4aad2;
	color:#8f5e8e;
}

.button.blue, .button.blue span, .pbutton.blue, .pbutton.blue span {
	background-image: url(../images/button-blue.png);
	text-shadow: 1px 1px 0px #a1c8d5;
	color: #466d7b;
}

.button.purple, .button.purple span, .pbutton.purple, .pbutton.purple span {
	background-image: url(../images/button-purple.png);
	text-shadow: 1px 1px 0px #a1a7ca;
	color:#596184;
}

.button.brown, .button.brown span, .pbutton.brown, .pbutton.brown span {
	background-image: url(../images/button-brown.png);
	text-shadow: 1px 1px 0px #cdb99e;
	color:#806b50;
}

.button.rose, .button.rose span, .pbutton.rose, .pbutton.rose span {
	background-image: url(../images/button-rose.png);
	text-shadow: 1px 1px 0px #cd9fb0;
	color:#865567;
}

.button.lime, .button.lime span, .pbutton.lime, .pbutton.lime span {
	background-image: url(../images/button-lime.png);
	text-shadow: 1px 1px 0px #b0d39d;
	color: #597949;
}

/* TABLES */
/* ----------------------------------------- */

table {
	width: 100%;
	font-size:14px;
	border-collapse: collapse;
	border-bottom:1px solid #8B8A88;
	border-top:1px solid #8B8A88;
}

table td {
	padding: 10px;
	border-right:1px solid #8B8A88;
}

table td:hover {
	background-color: #FFFFFF;
}

table th {
	padding: 10px;
	color:#000;
	text-align: left;
	border-right:1px solid #8B8A88;
}

table td.center {
	text-align: center;
}

table td.last {
	background: none;
}

table th.center {
	text-align: center;
}

table th.last {
	background: none;
}

table tr {
	border-left:1px solid #8B8A88;
	border-top:1px solid #8B8A88;
}

table tr.caption {
	border-left:1px solid #8B8A88;
}


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

ul#menu {
	width:900px;
	height:81px;
	margin:0 auto;
	padding:0 0 0 60px;
	background-repeat: no-repeat;
	overflow:hidden;
	clear:both;
	font-family: 'MidoMedium', Arial, sans-serif;
}

ul#menu li {
	background-image:url(../images/sep.png);
	background-position: top right;
	background-repeat: no-repeat;
	height:50px;
	margin-top: 1px;
	margin-right:-2px;	
	display: block;
	float:left;	
}

ul#menu li a {

	height:52px;
	line-height: 52px;
	padding:0;
	margin:0;
	padding:0 15px;
	font-size: 1.7em;
	text-decoration: none;
	display: block;
	text-align: center;
	outline: 0;
	float:left;
	color: #0a1019;
}

ul#menu li a:hover {
	color:#666;
}

ul#menu a.active {
	color:#666;
}

/* SLIDERS GENERAL */
/* ----------------------------------------- */

#piecemaker-container {
	display:block;
	height:360px;
	overflow:hidden;
	margin-bottom:250px;
}

.slider-container {
	width:800px;
	overflow: hidden;
	margin:0 auto;
	position: relative;
}

.slider-top {
	width:800px;
	height:9px;
}

.slider-mid {
	width:760px;
	display: block;
	overflow: hidden;
	height: 280px;
	margin: 0 auto;
}

.slider-cy-mid {
	width:760px;
	display: block;
	overflow: hidden;
	height: 210px;
	padding:12px 21px 6px 21px;
}

.slider-nivo-mid {
	width:760px;
	display: block;
	overflow: hidden;
	padding:24px 0 14px 25px;
}

.slider-bottom {
	width:800px;
	height:14px;

}

/* CYCLE SLIDER */
/* ----------------------------------------- */

#sliderholder-cycle {
	width:920px;
	height: 380px;
	padding-bottom: 15px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
	background:transparent url(../images/loading.png) no-repeat 50% 50%; 
}

.sliderdir {
	position: absolute;
	right: 21px;
	float:right;
}

.slidernav {
	overflow: hidden;
	width: 890px;
	float: left;
	padding: 2px 0;
}

.slidernav a, .slidernav.activeSlide {
	display:block;
	width:10px;
	height:10px;
	background:transparent url(../images/slider-buttons-green.png) no-repeat 0 0;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
}

.slidernav a:hover {
	background:transparent url(../images/slider-buttons-green.png) no-repeat 0 -10px;
}

.slidernav .activeSlide {
	background:transparent url(../images/slider-buttons-green.png) no-repeat 0 -10px;
}

.sliderprev, .slidernext {
	display:block;
	float: left;
	width:14px;
	height:14px;
	background:url(../images/slider-arrows-green.png) no-repeat;
	text-indent:-9999px;
	border:0;
	cursor: pointer;
}
.slidernext {
	background-position:-14px 0;

}

.slidernext:hover {
	background-position:-14px -14px;
}

.sliderprev {
	background-position: 0 0;
	margin-right: 5px;

}

.sliderprev:hover {
	background-position:0px -14px;
}

/* ACCORDION SLIDER */
/* ----------------------------------------- */

#splash img {
	-moz-box-shadow:0 0 20px #000;
	-webkit-box-shadow:0 0 20px #000;
	box-shadow:0 0 20px #000;
	position:absolute;
	z-index:5;
}

#splash {
	padding: 0;
	margin: 0;

}

#splash li {
	overflow:visible !important;
}

#splash div.splash-info {
	bottom:20px;
	left:25px;
	padding:10px 10px;
	position:absolute;
	width:520px;
	z-index:15;
	background:#fff;
	opacity:.80;
}

#splash h2 {
	font-size:17px;
}

#splash strong {
	font-size:15px;
	color:#333;
	text-shadow:none;
}

#splash p {
	font-size:12px;
	line-height:16px;
	text-shadow:none;
	color:#333;
}

/* NIVO SLIDER */
/* ----------------------------------------- */

#slider-nivo {
	display: block;
}

#sliderholder-nivo {
	width:760px;
	height: 220px;
	margin:0 auto;
	position: relative;
	background:url(../images/loading.png) no-repeat 50% 50%; 
}

#sliderholder-nivo img {
	position:absolute;
	top:0px;
	left:0px;
	visibility: hidden;
}

#slider-nivo img {
	position:absolute;
	display:none;
}
#slider-nivo a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	bottom:-27px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:transparent url(../images/slider-buttons.png) no-repeat 0 0;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
}

.nivo-controlNav a:hover {
	background:transparent url(../images/slider-buttons.png) no-repeat 0 -10px;
}

.nivo-controlNav a.active {
	background:transparent url(../images/slider-buttons.png) no-repeat 0 -10px;
}

.nivo-directionNav a {
	display:block;
	width:14px;
	height:14px;
	background:url(../images/slider-arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-14px 0;
	right:0px;
}

a.nivo-nextNav:hover {
	background-position:-14px -14px;
}

a.nivo-prevNav {
	background-position: 0 0;
	right:19px;
}

a.nivo-prevNav:hover {
	background-position:0px -14px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}



/* COLUMNS */
/* ----------------------------------------- */

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .one-sixth   {
	float:left;
	position:relative;
}
.one-third {
	width:30%;
	margin-right:5%;
}
.one-half {
	width:48%;
	margin-right:4%;
}
.one-third {
	width:30%;
	margin-right:5%;
}
.two-third {
	width:65%;
	margin-right:5%;
}
.one-fourth {
	width:22%;
	margin-right:4%;
}

.one-fifth {
	width:18%;
	margin-right:2.5%;
}

.one-sixth {
	width:15%;
	margin-right:2%;
}

.three-fourth {
	width:74%;
	margin-right:4%;
}

.last {
 margin: 0;
}

/* INTRO */
/* ----------------------------------------- */

.intro-container {
	width:800px;
	overflow: hidden;
	margin:0 auto;
	margin-bottom:200px;
}

.intro-top {
	width:800px;
	height:9px;
}

.intro-mid {
	width:760px;
	display: block;
	overflow: hidden;
	padding:6px 21px 4px 21px;
}

.intro-bottom {
	width:800px;
	height:14px;
}

.intro-container p {
	font-size: 1.5em;
	float: left;
	padding:0;
	padding-top: 4px;
	max-width: 800px;
	line-height:17px;
}

.intro-container .button {
	float:right;
	margin-right: 10px;
}

/* FOOTER */
/* ----------------------------------------- */

#footer {
	margin: 0 auto 20px;
	width: 960px;
}

.footer-top {
	width:962px;
	background-image:url(../images/trans-top.png);
	background-repeat: no-repeat;
	height:9px;
}

.footer-mid {
	width:920px;
	display: block;
	overflow: hidden;
	padding:6px 21px 4px 21px;
	background-image:url(../images/trans-mid.png);
	background-repeat: repeat-y;
}

.footer-bottom {
	width:962px;
	height:14px;
	background-image:url(../images/trans-bottom.png);
	background-repeat: no-repeat;
}

.footer-container p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	min-width: 890px;
	float: left;
	padding-top: 3px;
}

.footer-container .button {
	float:right;
	margin-right: 10px;
}


/* SECTION */
/* ----------------------------------------- */

.section-container {
	width:962px;
	overflow: hidden;
	margin:0 auto;
	margin-bottom:200px;
}

.section-top {
	width:962px;
	background-image:url(../images/trans-top.png);
	background-repeat: no-repeat;
	height:9px;
}

.section-mid {
	width:920px;
	display: block;
	overflow: hidden;
	padding:12px 21px 7px 21px;
	background-image:url(../images/trans-mid.png);
	background-repeat: repeat-y;
}

.section-bottom {
	width:962px;
	height:14px;
	background-image:url(../images/trans-bottom.png);
	background-repeat: no-repeat;
}

.section-container p {
	padding-top:10px;
	line-height: 22px;
}

.section-container h2 {
	display:inline-block;
	overflow: hidden;
}

.section-container ul {
	margin-top:20px;
	overflow: hidden;
}

.section-container ul li {
	padding-left:16px;
	line-height:16px;
	margin-bottom:10px;
	background-image: url(../images/bullet-green.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-size: 1.3em;
	display: block;
}

/* SERVICES-FULL */
/* ----------------------------------------- */

#services-full h3 {
	margin-bottom: 8px;
}

#services-full h3 img {
	margin-right: 10px;
	margin-bottom: -8px;
}

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

#portfolio {
	overflow: hidden;
	width: 880px;
	margin:0 auto;
	padding-top: 7px;
	margin-bottom:100px;
}

.grid {
  width: 880px;
  overflow: hidden;
  margin:0 auto;
  margin-left:-18px;
}

.grid:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

.grid li {
  width: 190px;
  margin-left: 18px;
  margin-bottom:10px;
  float: left;
  text-align: center;
  line-height: 17px;
  color: #686f74;
  height: 162px;
  overflow: hidden;
  background-image:url(../images/imgbg.png);
  background-repeat: no-repeat;
}

.grid li a {
  outline:0;
  
}

.grid li img {
  display: block;
  width:190px;
  height:158px;
  padding:5px;
}

.gallerynav {
	width:600px;
	margin:0 auto;
	overflow: hidden;
	height:32px;
	margin-top:30px;
	text-align: center;
	font-family: 'MidoMedium', Arial, sans-serif;
}


.gallerynav li {
	float:left;
	color:#0a1019;
	font-size:1.5em;
	margin-right:30px;
}

a.pbutton, a.pbutton:link, a.pbutton:visited {
	display: block;
	position: relative;
	padding: 0 10px 0 20px;
	height: 32px;
	line-height: 27px;
	text-align: center;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	font-family: 'MidoMedium', Arial, sans-serif;
	text-decoration: none;
}
a.pbutton span {
	display: block;
	position: absolute;
	top: 0px;
	right: -10px;
	width: 10px;
	height: 32px;
	background-position: right top;
}
a.pbutton, a.pbutton span {
	background-image: url(../images/button-gray.png);
	float: left;
}
a.pbutton:hover {
	background-position: left -32px;
	text-decoration: none;
}
a.pbutton:hover span {
	background-position: right -32px;
	text-decoration: none;
}

.gallerynav li a.pbutton {
	padding-top:1px;
	height: 31px;
}

.gallerynav li.selected-1 a.pbutton {
	background-position: left -64px;
	text-decoration: none;
	padding-top:4px;
	height: 28px;
	
}
.gallerynav li.selected-1 a.pbutton span {
	background-position: right -64px;
	text-decoration: none;
	padding-top:4px;
	height: 28px;
}

#gallery {
	clear:both;
	margin-top:30px;
}

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

.boxgrid{ 
	float:left; 
	overflow: hidden; 
	position: relative;
	width:208px;
	height:140px;
}

.boxcaption{ 
	position: absolute; 
	background: #000;
	height: 70px; 
	width: 172px; 
	margin-left:11px;
	margin-bottom:10px;
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top:160px;
	left: 0;
	}
	
.caption .boxcaption {
	left: 0;
	top:160px;
}

.cover strong {
	font-size:10px;
	margin:0;
	padding:0;
	line-height:1;
	padding:0;
	padding-top:12px;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	color:#fff;
	font-weight: normal;
	display: block;
}

.cover strong a {
	color:#fff;
	text-decoration: none;
}


/* NEWS */
/* ----------------------------------------- */

#news {
	width: 960px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
	margin-bottom:200px;
}

#output {
	width: 662px;
	float:right;
}

.output-top {
	width:662px;
	background-image:url(../images/news-top.png);
	background-repeat: no-repeat;
	height:9px;
	position: relative;
}

.output-mid {
	width:620px;
	display: block;
	height: 335px;
	padding:10px 21px 6px 21px;
	background-image:url(../images/news-mid.png);
	background-repeat: repeat-y;
	position: relative;

}

.output-bottom {
	width:662px;
	height:19px;
	background-image:url(../images/news-bottom.png);
	background-repeat: no-repeat;
	position: relative;

}

#output .entry {
	position: absolute;
	height: 335px;
}

.show {
	width: 620px;
	height: 335px;
	display:none;
}

.hide {
	display: block;
}

#output .entry p {
	line-height: 22px;
	padding-bottom:5px;
}

#output .entry img {
	display: block;
	margin-top:6px;
}

.entry h2 {
	margin-bottom:0px;
	line-height: 1;
	margin-top: 1px;
}

.jcarousel-container {
    float:left;
    display: block;
    position: relative;
	margin:0;
	padding:0;
}

.scroll {
	height:30px;
	display: block;
}

.jcarousel-container-vertical {
    width:  272px;
    height: 372px;
    
}

.jcarousel-clip-vertical {
    width:  272px;
    height: 372px;


}

.jcarousel-item {
    width: 272px;
    height: 62px;
    overflow: hidden;
	position: relative;
	display: block;
	z-index: 1;
	background: transparent url(../images/line.png) center bottom no-repeat;
}

#newslist {
	width:  272px;
    float:left;
    height: 425px;
    font-family: 'MidoMedium', Arial, sans-serif;
}

.newslist-top {
	width:272px;
	padding-top: 2px;
	background-image:url(../images/newslist.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
	height: 364px;
}

.newslist-bottom {
	width:272px;
	height:14px;
	background-image:url(../images/news-list-bottom.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 20;
	margin-top: -2px;
}

#newslist ul li a.current {
	color: #666;
}


#newslist ul li a {
	display: block;
	height:60px;
	padding:0 10px 0 70px;
	line-height: 62px;
	color: #0a1019;
	text-decoration: none;
	outline: 0;
	font-size: 1.5em;
}

#newslist ul li a:hover {
	color: #666;
	text-decoration: none;
}

#newslist-next {
    position: absolute;
    height: 32px;
    cursor: pointer;
	top:388px;
    outline: 0;
    right:85px;
}

#newslist-prev {
    position: absolute;
    height: 32px;
    cursor: pointer;
    outline: 0;
    top:388px;
    left:85px;
}

#newslist-next img, #newslist-prev img {
    padding-right:3px;
}

a.jbutton, a.jbutton:link, a.jbutton:visited {
	display: block;
	position: relative;
	padding: 0 20px 0 20px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	font-family: 'MidoMedium', Arial, sans-serif;
	text-decoration: none;
}

a#newslist-prev.jbutton {
	background: transparent url(../images/newsarrows-green.png) left 0;
	float: left;
}
a#newslist-next.jbutton {
	background: transparent url(../images/newsarrows-green.png) right 0;
	float: left;
}
a#newslist-prev.jbutton:hover {
	background-position: left -32px;
	text-decoration: none;
}


a#newslist-prev.jbutton:active {
	background-position: left -64px;
	padding-top:3px;
	height: 29px;
	
}

a#newslist-next.jbutton:hover {
	background-position: right -32px;
	text-decoration: none;
}


a#newslist-next.jbutton:active {
	background-position: right -64px;
	padding-top:3px;
	height: 29px;
	
}

a#newslist-prev.jbutton.jcarousel-prev-disabled, a#newslist-prev.jbutton.jcarousel-prev-disabled:hover, a#newslist-prev.jbutton.jcarousel-prev-disabled:active {
	background: transparent url(../images/newsarrows.png) left -96px;
	float: left;
}

a#newslist-next.jbutton.jcarousel-next-disabled, a#newslist-next.jbutton.jcarousel-next-disabled:hover, a#newslist-next.jbutton.jcarousel-next-disabled:active {
	background: transparent url(../images/newsarrows.png) right -96px;
	float: left;
}



/* DATES */
/* ----------------------------------------- */

.postdate {
  width: 28px;
  height: 30px;
  float: left;
  margin-left:11px;
  margin-top:10px;
  padding:4px 6px 6px 6px;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
  background-image: url(../images/dates.png);
  background-repeat: no-repeat;
}

.month {
	text-transform: uppercase;
	font-size: 8px;
	height: 6px;
}

.day {
	font-size: 13px;
	height: 11px;
	padding-top: 2px;
}

.year {
	font-size: 8px;
	height: 10px;
	padding-top: 3px;
}

.month, .day, .year {
  text-align: center;
}


/* NEWS SCROLL */
/* ----------------------------------------- */

.scroll-pane {
	height:338px;
	overflow: auto;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: 0;
	border:none;
	padding-right:5px;
	width:600px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 2px;
	top: 0;
	height: 100%;
}

.jScrollPaneDrag {
	position: absolute;
	overflow: hidden;
	background: transparent url(../images/scroll.png) no-repeat 0 0;
	cursor: pointer;
	width: 7px;
	height: 65px;

}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowUp:hover {
/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;}


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



/* INFORMATION */
/* ----------------------------------------- */

.contact-info ul {
	padding:0;
	margin:0;
}  

.contact-info ul li {
	padding-left:50px;
	font-size:1.3em;
	margin-bottom:12px;
} 

.contact-info ul li.address {
	background-image:url(../images/icon-home.png);
	background-repeat:no-repeat;
	height:30px;
	line-height:30px;
} 

.contact-info ul li.phone {
	background-image:url(../images/icon-tel.png);
	background-repeat:no-repeat;
	height:30px;
	line-height:30px;
} 

.contact-info ul li.email {
	background-image:url(../images/icon-mail.png);
	background-repeat:no-repeat;
	height:30px;
	line-height:30px;
}

/* SOCIAL ICONS */
/* ----------------------------------------- */

ul.social li {
	float:left;
	height:24px;
	width:25px;
	margin:0;
	padding:0;
	margin-left:10px;
}

ul.social li a {
	outline: 0;
} 

ul.social li a img {
	position:relative;
} 

ul.social li:first-child {
	margin-left:0;
} 


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

#twitter {
	background-image:url(../images/twitterbg.png);
	background-repeat:no-repeat;
	width:270px;
	height:132px;
	padding:10px;
	padding-left:20px;
	padding-right:50px;
	margin-bottom:5px;
	margin-top:20px;
}

.message {
	padding:0;
	color: #666;
	font-family: Georgia, "Times New Roman", serif;
	font-size:1.3em;
	line-height:1.5em;
	font-style:italic;
	display: block;
}

.message a{
  font-weight:normal;
  text-decoration: none;
  color: #0a1019;
}

.message a:hover {
	text-decoration: underline;
}

em.twitterTime a {
	text-decoration: none;
	font-style: normal;
	color:#0a1019;
	padding-top:0px;
	font-size:10px;
	display: inline-block;
}

em.twitterTime a:hover {
	text-decoration: underline;
}

.username {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-style: normal;
}

.username a:hover {
	text-decoration: underline;
}


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

#blogcontent {
	width: 990px;
	margin-right: -30px;
	overflow:hidden;
	padding-bottom:30px;
}

.blogcol {
	width: 425px;
	height: 244px;
	background: transparent url(../images/blogcol.png) no-repeat 0 0;
	float: left;
	margin-right: 28px;
	margin-bottom: 28px;
	padding: 21px;
} 

.blogcol p {
	line-height:22px;
	font-size:13px;
}

.meta {
	font-style: italic;
	font-size: 11px;
}

.info {
	margin-bottom: 10px;
	color:#999999;
	display: inline-block;
}

.meta a {
	color:#999999;
}

.meta a:hover {
	color:#0a1019;
}

.info h2 a {
	color:#0a1019;
}

.more {
	color:#0a1019;
}

ul.pagenavi {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
ul.pagenavi li {
	float:left;
	margin-right: 5px;
}
ul.pagenavi li a, ul.pagenavi li a:hover, ul.pagenavi li a.current {
	background: transparent url(../images/pagenavi.png) no-repeat 0 0;
	height: 28px;
	width: 29px;
	line-height: 23px;
	font-size:12px;
	display: block;
	text-align: center;
	font-weight: normal;
	color: #666;
}

ul.pagenavi li a:hover {
	background-position: 0 -28px;
	height: 28px;
	width: 29px;
}

ul.pagenavi li a:active, ul.pagenavi li a.current {
	background-position: 0 -56px;
	height: 28px;
	line-height: 27px;
	width: 29px;
}

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

.box-container {
	width:962px;
	overflow: hidden;
	margin:0 auto;
	margin-bottom:28px;
}

.box-top {
	width:962px;
	background-image:url(../images/trans-top.png);
	background-repeat: no-repeat;
	height:9px;
}

.box-mid {
	width:920px;
	display: block;
	overflow: hidden;
	padding:12px 21px 3px 21px;
	background-image:url(../images/trans-mid.png);
	background-repeat: repeat-y;
}

.box-bottom {
	width:962px;
	height:14px;
	background-image:url(../images/trans-bottom.png);
	background-repeat: no-repeat;
}

.box-container p {
	padding-bottom:5px;
	line-height: 22px;
}

.box-container ul {
	margin-top:20px;
	overflow: hidden;
}

.box-container ul li {
	padding-left:16px;
	line-height:16px;
	margin-bottom:10px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-size: 1.3em;
	display: block;
}

.related {
	float:left;
	width:700px;
}

.related h3 {
	margin-bottom: 15px;
}

.related-item {
	margin-right: 40px;
	margin-bottom: 30px;
	float:left;
	display: block;
	width: 190px;
	height:60px;
}

.related-item img {
	float: left;
	margin-right: 10px;
}

.related-item h5 a {
	font-size: 15px;
	display: block;
	color: #666;
	line-height: 18px;
	margin-bottom: 7px;
}

.related-item h5 a:hover {
	color:#0a1019;
}

.share {
	float:right;
	width:200px;
	margin-right: -15px;
}

.share h3 {
	margin-bottom: 15px;
}

.share ul li {
	background: none;
	padding:0;
	margin-right: 15px;
	float: left;
	width: 24px;
	height: 25px;
}

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

.comment-form {
	margin-top: 30px;
}

.comment-form h3 {
	margin-bottom: 20px;
}

.comment-form input {
	display: block;
	width: 330px;
	height: 22px;
	text-align: left;
	border: 0;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: transparent url(../images/comment-input.png) no-repeat 0 0;
}

.comment-input {
	width: 350px;
	float: left;
	margin-right: 20px;
}

.comment-textarea {
	width: 550px;
	float: left;
}

.comment-form textarea {
	display: block;
	width: 530px;
	height: 116px;
	clear: both;
	border: 0;
	padding: 10px;
	background: transparent url(../images/comment-textarea.png) no-repeat 0 0;
}

.comment-form textarea:hover {
	border:none;
}

.comment-form input#submit-button {
	clear:both;
	float: right;
	margin:0px;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 20px;
}

.comment-form p { 
	position: relative; 
	margin: 0; 
	padding: 0; 

}

.comment-form p label { 
	position: absolute; 
	top: 0; 
	left: 0; 
	padding: 5px 10px; 
	font-size: 11px;
}

.comment-form p br {
	display: none;
}


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

#comments {
	margin-top: 10px;
	
}
#comments ol.commentlist .message p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-style: normal;
	clear: both;
	padding: 0;
}
#comments ol.commentlist {
	list-style:none;
	margin:0;
}
#comments ol.commentlist li {
	margin: 0;
	list-style:none;
	background: none;
	padding: 25px 0 26px 0;
	background: transparent url(../images/border1.png) repeat-x right bottom;
}
#comments .user {
	float:left;
	width:70px;
}
.avatar {
	width: 60px;
	height: 60px;
	float:left;
	display:block;
}

#comments .message .info .date {
	float:left;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-left: 10px;
}
#comments .info a {
	font-size:11px;
	float:left;
	text-decoration: none;
}
#comments .info a:hover {
	color:#0a1019;
}
#comments a.reply-link {
	display:inline;
	margin-left: 10px;
	float:left;
	text-decoration:none;
	font-size:9px;
	color: #999;
	text-transform: uppercase;
	font-style: normal;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#comments .message {
	background:none;
	width:840px;
	float:right;
	font-size:13px;
	line-height:20px;
	position:relative;
	padding:0;
	margin: 0;
}

#comments .info {
	margin: 0 0 3px 0;
}

#comments ul.children {
	margin:0;
	padding:0 0 0 40px;
}
#comments ol.commentlist ul.children li {
	padding:25px 0 0 0;
	margin: 0;
	margin-top: 25px;
	background: none;
	background: transparent url(../images/border1.png) repeat-x right top;
	
}
#comments ol.commentlist ul.children li .message {
	width:800px;	
}

#comments ol.commentlist ul.children ul li .message {
	width:760px;
}
#comments ol.commentlist ul.children ul ul li .message {
	width:720px;

}
#comments ol.commentlist ul.children ul ul ul li .message {
	width:680px;
	
}
#comments ol.commentlist ul.children ul ul ul ul li .message {
	width:640px;
	
}
#comments ol.commentlist ul.children ul ul ul ul ul li .message {
	width:600px;
	
}
#comments .info h3 {
	margin: 0;
	padding: 0;
	line-height: 18px;
	display: inline;
}
#comments .info h3 a {
	font-size: 15px;
	font-style: normal;
}
#comments .info h3 a:hover {
	
}

/* ZOOMBOX */
/* ----------------------------------------- */

#zoombox_aplat {
	position:fixed;
	top: 0;
	left: 0;
	z-index: 190;
	width: 100%;
	height:100%;
	background: #000 url(../js/zoombox/default/info-box-bg.jpg);
	cursor:pointer;
}
#zoombox_loader {
	background:url(../js/zoombox/default/loader.png) left top no-repeat;
	position:absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	top:50%;
	left:50%;
	margin:-13px 0 0 -13px;
	overflow: hidden;
	z-index: 210;
}

#zoombox_close {
	position: absolute;
	right: -3px;
	height: 30px;
	width: 30px;
	background: transparent url(../js/zoombox/default/close.png) ;
	z-index: 200;
}
.zoombox_close{
	cursor: pointer;
}
#zoombox_contener {
	position:absolute;
	padding:0;
	margin:0;
	overflow: visible;
	padding:18px 18px 56px 18px;
	z-index: 190;
}
#zoombox_relative{
	position:relative;
	width:100%;
	height:100%;
}
#zoombox_content {
	width:100%;
	height:100%;
	overflow:hidden;
	background:#000;
	border: 1px solid #3b3b3b;
}	
#zoombox_content iframe{
	border:none;
}
#zoombox_nav{
	bottom:-36px;
	height:26px;
	left:0px;
	position:absolute;
	width:100%;
	z-index:200;
	text-align:center;
	line-height:16px;
}
#zoombox_nav table{
	border:medium none;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 auto;
	padding:0;
}
#zoombox_title{
	background: none;
	margin-right:13px;
}
#zoombox_title span{
	display:block;
	padding: 5px 13px;
	color:#fff;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:17px;
	text-align:center;
}	
#zoombox_next {
	background:transparent url(../js/zoombox/default/zoombox-arrow.png) no-repeat top right;
	display:block;
	height:25px;
	width:25px;
	cursor:pointer;
}	
#zoombox_prev{
	background:transparent url(../js/zoombox/default/zoombox-arrow.png) no-repeat top left;
	height:25px;
	width:25px;
	display:block;
	cursor:pointer;
}	
#zoombox_next:hover,#zoombox_prev:hover{
	
}	
.clear{clear:both;}

#zoombox_bg {
}
div.zoombox_bg_h {
	position:absolute;
	top: -18px;
	left:0;
	width: 100%;
	height: 18px;
	background: transparent url(../js/zoombox/default/ombre_h.png) repeat-x;
}

div.zoombox_bg_hd {
	position:absolute;
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../js/zoombox/default/ombre_hd.png) no-repeat;
}

div.zoombox_bg_d {
	position:absolute;
	top:0;
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../js/zoombox/default/ombre_d.png) repeat-y;
}

div.zoombox_bg_bd {
	position:absolute;
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../js/zoombox/default/ombre_bd.png) no-repeat;
}

div.zoombox_bg_b {
	position:absolute;
	bottom: -18px;
	left:0;
	width: 100%;
	height: 18px;
	background: transparent url(../js/zoombox/default/ombre_b.png) repeat-x;
}

div.zoombox_bg_bg {
	position:absolute;
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../js/zoombox/default/ombre_bg.png) no-repeat;
}

div.zoombox_bg_g {
	left: -13px;
	top:0;
	position:absolute;
	height: 100%;
	width: 13px;
	background: transparent url(../js/zoombox/default/ombre_g.png) repeat-y;
}

div.zoombox_bg_hg {
	position:absolute;
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../js/zoombox/default/ombre_hg.png) no-repeat;
}

#zoombox table {
	background-color: transparent;
	border: none;
	width: auto;
}
#zoombox td, #zoombox tr {
	background-color: transparent;
	border: none;
	padding:0;
}

#zoombox tr:hover {
	background-color: transparent;
}