/*  
Theme Name: Accessibility
Description: Plantilla amb els requisits de accessibilitat i usabilitat.
Version: 1.0
Author: PSDaWEB
*/

@font-face {
	font-family: 'HudsonCondDemoRegular';
	src: url('type/HUCD____.eot');
	src: local('HudsonCondDemo Regular'), local('HudsonCondDemo'), url('type/HUCD____.woff') format('woff'), url('type/HUCD____.ttf') format('truetype'), url('type/HUCD____.svg#HudsonCondDemo') format('svg');
}

@font-face {
	font-family: 'HelveticaNeueLight';
	src: url('type/HelveticaNeue.eot');
	src: local('HelveticaNeue Light'), local('HelveticaNeueLight'), url('type/HelveticaNeue.woff') format('woff'), url('type/HelveticaNeue.ttf') format('truetype'), url('type/HelveticaNeue.svg#HelveticaNeueLight') format('svg');
}

/* @GENERAL //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	line-height: 15pt;
	color: #8a8a8a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	height: 100%;
	width: 100%;
}

body abbr.published {
	border:none;
}

body div.entry-content a:link:after,body div.entry-content a:visited:after {
	font-size:90%;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

body div#blog-description,
body div.sidebar,
body div#access,
body div#globalnav,
body span.archive-meta,
body div.entry-meta,
body div#footer,
body div.navigation,
div#respond,
div#trackbacks-list,
body div.formcontainer,
body form {
	display:block;
}

.clearfix {
	clear: both;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

a {
	color: #5e5e5e;
	text-decoration: none;
}

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

/* @HEADER //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#header {
	width: 600px;
	margin: 0 auto;
	height: 185px;
}

#blog-title {
	text-align: center;
	padding: 14px 0 0;
}

/* @MENU //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#menu {
	font: 12pt 'HelveticaNeueLight', Arial, sans-serif;
	padding: 15px 0 0;
	text-align: center;
	color: #B5B5B5;
	text-transform: lowercase;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style: none;
	display: inline;
	padding: 0 10px;
}

.menu a:hover, .menu .current_page_item a, .menu .current_page_parent a {
	color: #FF480E;
}

.submenu a { font-size: 11pt; }

.submenu a:hover, .submenu .current_page_item a {
	color: #FF480E !important;
}

.idi {
	font: 12pt 'HelveticaNeueLight', Arial, sans-serif;
	padding: 5px 0 0;
	text-align: center;
	color: #B5B5B5;
}

.idi a:hover {
	color: #FF480E;
}


/* @CONTENT //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#container {
	min-height:100%;
	width: 100%;
	background: none;
}

#wrapper {
	padding: 0;
	width: 845px;
	height:400px;
	border: 1px solid #CCC;
	margin: auto;
}

#content {
	width: 822px;
	height: 100%;
	margin: 0;
	padding: 30px 0 27px 23px;
	height: 400px;
}

#sidebar {
	width: 20%;
	height: 100%;
	float: right;
}

/* @CONTENT //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#photoholder {
	margin: -30px 0 0 -22px;
}

.entry-content {
	width: 820px;
	float: left;
	color: #7e7e7e;
}

.entry-eventos {
	width: 363px;
	float: left;
	color: #7e7e7e;
}

.entry-content h1 {
	font: 12pt 'HudsonCondDemoRegular', Arial, sans-serif;
	color: #ad5383;
}

.entry-content h2 {
	font: 12pt 'HudsonCondDemoRegular', Arial, sans-serif;
	color: #FF480D;
	margin-top: 0;
}

#post h2 {
	font: 12pt 'HudsonCondDemoRegular', Arial, sans-serif;
	color: #FF480D;
	margin-top: 0;
}

.entry-content h3 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #4c4c4c;
}

.entry-content h6 {	
	display: none;
}

.entry-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.entry-content ul li a {
	background: url(images/bullet.gif) no-repeat left top;
	display: list-item;
	list-style: none;
	padding: 0 0 6px 30px;
}

.entry-content ul li a:hover {
	background: url(images/bullet_active.gif) no-repeat left top;
	color: #752C24;
}

.entry-content ul li.active a {
	background: url(images/bullet_active.gif) no-repeat left top;
	color: #752C24;
}

.page-numbers {
	padding: 0 5px;
}
.ngg-navigation span {
	padding: 0 5px;
	color: #FF480D;
}


/* @FOOTER //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0;
}

/* @SCROLLBAR //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	height: 100%;
	background: #aaa;
	width: 2px !important;
	margin: 0 0 0 4px;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(images/drag.png) no-repeat top center;
	cursor: pointer;
	overflow: hidden;
	margin: 0 0 0 -4px;
}
.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;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 0;
}

.scroll-pane {
	width: 346px !important;
	height: 300px;
	overflow: auto;
	background: #FFFFFF;
	float: left;
	padding: 0 0 0 20px;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}
