/*
Theme Name: Apuesto Kid Style
Theme URI: http://apuestokid.com
Description: Plantilla de worpres para la página web de Apuesto Kid Pau Inglés
Version: 1.0
Author: Pau Inglés 
Author URI: http://apuestokid.com
	Created with MacRabbit's cssedit
*/




body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: gray;
	text-align: left;
	background-color: #efefef;
}
	
	#page {
	border: 2px solid #bbb;
	text-align: left;
	width: 1000px;
	height: 650px;
	margin: 25px auto 50px;
	background-color: gray;
}

h1 {
	color: maroon;
	font: 50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 40px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 0;
}

h1 a {
	color: maroon;
	font: 50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 40px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin: 0;
	height: 50px;
}

a {
	color: #4c4c4c;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	margin-bottom: 10px;
	text-decoration: none;
	color: #96bb21;
}

p {
	text-align: justify;
	font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 3px;
}

#narrowcolumn {
float:left;
height:450px;
padding-left:30px;
padding-right:10px;
padding-top:20px;
width:660px;
}

#widecolumn {
	height: 430px;
	width: 870px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

#widecolumn2 {
	height: 470px;
	width: 860px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#header {
	margin-right: 50px;
	height: 130px;
	display: block;
	width: 1000px;
	text-align: center;
}

.description {
margin:7px 0 0 355px;
	text-align: left;
	letter-spacing: 7px;
	color: #96bb21;
	padding-top: 100px;
	text-transform: uppercase;
}

.description a.blend {
		color: #96bb21;
	background-color: transparent;
}

.description a:hover, .description a.hover  {
		color: gray;
	background-color: transparent;
}

#sidebar {
	width: 290px;
	float: right;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	margin-top: 50px;
	padding-top: 185px;
	padding-left: 10px;
}

#sidebar li {
	margin-bottom: 13px;
	letter-spacing: 3px;
	font-size: 14px;
}

#sidebar li a {
	margin-bottom: 10px;
	text-decoration: none;
	color: #6b6b6b;
	text-transform: capitalize;
	background-position: center -10px;
	background-repeat: no-repeat;
}

#sidebar li a:hover, #sidebar li a.hover {
	margin-bottom: 10px;
	text-decoration: none;
	color: #96bb21;
	background-position: 0 -50px;
}

#content {
	width: 1000px;
	height: 480px;
	border-color: #545454;
}

#content2 {
	width: 1000px;
	height: 480px;
	border-color: #545454;
}

/* @group footers */

#footer li {
	float: left;
	margin-top: 130px;
	list-style-type: none;
	margin-left: 20px;
	text-decoration: none;
}

#footer {
	text-align: center;
	list-style-type: none;
	margin-left: 20px;
	text-decoration: none;
	margin-top: 0;
	height: 60px;
}

#footer li a:hover {

	color: #e1e1e1;
}



/* @end */

#home_btn {
	float: left;
	clear: none;
	width: 100px;
	text-align: left;
	font-size: 11px;
	letter-spacing: 6.5px;
	height: 20px;
	margin-top: 10px;
	font-weight: bold;
}

#back_btn {
	float: right;
	clear: none;
	width: 500px;
	text-align: right;
	padding-right: 20px;
	font-size: 11px;
	letter-spacing: 6.5px;
	height: 20px;
	margin-top: 10px;
	font-weight: bold;
}

.derecha {
	text-align: right;
	float: right;
}

.green {
	color: #96bb21;
}

.green:hover {
	color: #4c4c4c;
}

p object {
	text-align: center;
	width: 850px;
	margin-right: auto;
	margin-top: 45px;
	margin-left: auto;
}

/* @group jquery */

/* @group jquery */

/* @group navigation */ 	
/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background: url(img/scrollable/left.png) no-repeat;
	float:left;
	margin:30px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image: url(img/scrollable/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:428px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: url(img/scrollable/navigator.png) no-repeat 0 0;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	



/* @end */
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollpane {
overflow: visible;
 top: 0px;
 height: auto;
 padding-right: 5px;
 position: absolute;
}
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 790px;	
	height:80px;	
	
	
	/* custom decorations */
	padding:0px;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:10px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	
	width: 100px;
	padding: 5px 0px 5px 10px;
	font-size:12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border:1px outset #ccc;
	margin-right: 20px;	
	-moz-border-radius:5px;
	height: 64px;
}

div.scrollable div.items div a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}
div.scrollable div.items div.active a {
	color: #d30000;
}

div.scrollable div.items div.nocurrent a,
div.scrollable div.items div.active a {
	
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	
}




div.scrollable div.items div.nocurrent a:hover,
div.scrollable div.items div a:hover,
 div.scrollable div.items div.active a:hover {
	color: #d30000;
	
}

div.scrollable div.items div.date div.dia {
		margin: -8px 0 0 -5px;
	padding: 0;
	float: left;
	color: #d30000;
	
	background-image: none;
	border-style: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 40px;
	height: 20px;
	background-color: transparent;
}

div.scrollable div.items div.date div.mes {
		margin: 0 0 0 -5px;
	padding: 0;
	float: left;
	color: gray;
	
	background-image: none;
	border-style: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 40px;
	height: 15px;
	background-color: transparent;
	display: block;
}

div.scrollable div.items div.date {
	background-image: none;
	border-style: none;
	width: 35px;
	height: 24px;
	margin-right: 5px;
	text-align: left;
	background-color: transparent;
	margin-top: -5px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-left:-10px;
}

.dia {

}


/* @end */

/* @group acordion */

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background: orange url(/img/global/gradient/h600.png) 0 0;
	width: 300px;
	border:1px solid #333;
}

/* accordion header */
#accordion li a {
	background: olive url(/img/global/gradient/h30.png);
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#accordion li a.current {
	cursor:default;
	background-color:#fff;
}

/* accordion pane */
#accordion li ul li {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	height:200px;
	padding:15px;
	color:#fff;
	font-size:12px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}


/* @end */

/* @group pane */


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-right: 10px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #222222;
	width: 7px;
}
.jScrollPaneDrag {
	position: absolute;
		background-image: url(img/gris2.jpg);
	cursor: pointer;
	overflow: hidden;
	background-color: gray;
}
.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;*/
}

/* @end */

#pane2.scroll-pane {
	padding-right: 0;
	height: 465px;
}

#pane1.scroll-pane {
	padding-right: 0;
	height: 430px;
}


/* @end */

.ngg-thumbnail img {
	
	border:1px solid #A9A9A9;
	margin: 50px 0px 4px 5px;
	padding:4px;
	position:relative;
	}

img {
	background-image: none;
}

br {
	color: white;
	background-color: white;
	border-bottom: 2px solid white;
}

.entry {
	margin-bottom: 40px;
	border-bottom: 1px dotted #222222;
	padding-bottom: 20px;
}

h2 small {
	text-align: right;
	float: right;
	color: #96bb21;
	font-size: 0.8em;
}

h2 {
	letter-spacing: 3px;
	margin-top: 20px;
}

#post {
	width: 820px;
}

small {
	letter-spacing: 3px;
	font-size: 60%;
}


