/*
Theme Name:		Grand Valira
Description:	FreeStyle Blog Theme
Version:		1.0
Author:			Marco González Morano & Carlos Sanz García
Author URI:		carlos.sanz@gmail.com
*/

/*------------------:[ global elements ]: */

* {
	margin:0px;
}

h2, div, img, a {
	behavior: url(http://blog.grandvalira.com/freestyle/wp-content/themes/GrandValira/includes/js/iepngfix.htc);
}

body {
	background:#eae8d5;
	font: normal 10px/14px Verdana, Helvetica, sans-serif;
	color: #252626;
}
img {
	border:0;
}

p {
	margin-bottom:1.75em;
}

a,
a:active,
a:visited {
	text-decoration: none;
	color:#d75c1a;
	border: none;
	outline: none;
}
	
a:hover {
	text-decoration: none;
	color:#fff;
}

a img {
	border: none;
}


.navigation,
#navigation {
	float: right;
	width: 235px;
	padding: 5px 0;
	height: 15px;
	background: url(images/navigation-bg.gif) no-repeat;
	text-align: center;
	clear: both;
}

#navigation {
	position: absolute;
	top: 20px;
	right: 5px;
}

.navigation a,
#navigation a {
	font: italic bold 14px/14px Georgia, Times, Serif;
	color: #09c;
}

.navigation a:hover,
#navigation a:hover,
.navigation span a.selected,
#navigation span a.selected {
	color: #f63;
}

.navigation span a,
#navigation span a {
	padding-right: 5px;
	border-right: solid 1px #09c;
}


.navigation span a:last-child,
#navigation span a:last-child {
	padding-right: 0;
	border-right: none;
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

blockquote {
	margin: 10px;
	color: #83847b;
	padding-left: 50px;
	background: url(images/quotes-left.gif) no-repeat 0 0;
	font: italic bold 125%/130% Georgia, Times, Serif;
}

blockquote span,
blockquote div {
	display: block;
	position: relative;
	padding-right: 48px;
	background: url(images/quotes-right.gif) no-repeat 100% 100%;
}
/*------------------:[ structure ]: */

#wrapper {
	position: relative;
	margin:0 auto;
	width: 960px;
	background:#eae8d5;
}

#header {
	height: 220px;
	background: url(images/header-bg.png) no-repeat;
	z-index: 1;
}

#menu {
	position: absolute;
	top: 116px;
	left: 50px;
	height:50px;
	padding:0 10px;
	z-index: 9;
	}

#content {
	float: left;
	width: 960px;
	min-height:400px;
	margin-top: -95px;
	z-index: 0;
	}
#wrapper #footer {
	position: relative;
	float: left;
	height: 20px;
	z-index: 7;
	color: #fff;
	font: normal 11px/16px Verdana, Arial, Helvetica;
	border-top: none;
	padding-left: 200px;
	padding-top: 5px;
	}

#footer a {
	color: #fff;
}	

#footer a.logo {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	margin-top: 5px;
}

#footer a.logo img{
	border: none;
	behavior: url(includes/js/iepngfix.htc);
}

#footer a:hover {
	color: #4684bc;
}

#bottom-space {
	float: left;
	width: 960px;
	height: 20px;
}

/*------------------:[ header ]:*/

#header h1 {
	position: absolute;
	cursor: default;
	top:0px; left:0px;
	width: 470px;
	height: 220px;
}
	
#header h1 a {
	display: block;
	width: 470px;
	height: 220px;
	background: url(images/header-logo.png) no-repeat;
}

#header h1 a span {
	display: none;
	width: 0;
	height: 0;
	line-height: 0;
}

#header div#forfaits-bg {
	display: block;
	position: absolute;
	width: 280px;
	height: 220px;
	top: 0;
	right: 0;
	background: url(images/header-bill.png) no-repeat;
	background-position: 0 0;
	overflow: hidden;
	z-index: 5;
}

#header a#forfaits {
	display: block;
	position: absolute;
	width: 280px;
	height: 179px;
	top: 0;
	right: 0;
	background: url(images/header-static-bill.gif) no-repeat;
	background-position: 0 0;
	overflow: hidden;
	cursor: pointer;
	z-index: 6;
}
#header a#forfaits:hover {
	background-position: 0 -179px;
}

/*------------:[ lang menu ]*/

#header #lang_menu {
	position: absolute;
	_position: static;
	width: 142px;
	height: 24px;
	top: 0;
	left: 0;
	padding-top: 7px;
	padding-left: 25px;
	background: url(images/header-language-bg.png) no-repeat;
	color: #4684bc;
	z-index: 4;
	text-align: center;
}

#header #lang_menu ul#qtranslate-chooser {
	display: static;
	position: relative;
	margin: 0;
	padding: 0;
}

#header #lang_menu ul#qtranslate-chooser li {
	list-style: none;
	position: relative;
	display: inline;
	_width: 20px;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	border-right: solid 1px #4684bc;
}

#header #lang_menu ul#qtranslate-chooser li a {
	_position: absolute;
	_top: 0;
	_left: 0;
	height: 12px;
	color: #4684bc;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	padding: 4px 4px;
	_padding: 0 4px;
	padding-right: 6px;
}

#header #lang_menu ul#qtranslate-chooser li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;	
}

#header #lang_menu ul#qtranslate-chooser li.active a {
	font-weight: bold;
}

#header #lang_menu ul#qtranslate-chooser li a:hover {
	color: #fff;
}

/*------------:[  menu ]:*/

#menu a {
	display: block;
	height: 50px;
	float: left;
	margin-left: 2px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

#menu a.select,
#menu a:hover {
	color: #4684bc;
}

#menu a.btn1 {
	margin-top: 16px;
	width: 83px;
	height: 28px;
	padding-top: 7px;
	padding-left: 7px;
	margin-left: 7px;
	background: url(images/header-menu-bg-1.png) no-repeat;
}

#menu a.btn2 {
	width: 100px;
	height: 28px;
	padding-top: 22px;
	padding-left: 25px;
	margin-left: -7px;
	background: url(images/header-menu-bg-2.png) no-repeat;
}

#menu a.btn3 {
	margin-top: 18px;
	width: 130px;
	height: 24px;
	padding-top: 6px;
	padding-left: 10px;
	background: url(images/header-menu-bg-3.png) no-repeat;
}

/*------------:[  submenu ]:*/

div.submenu {
	display: none;
	position: absolute;
	width: 110px;
	height: 66px;
	padding: 10px;
	padding-top: 12px;
	z-index: 9;
}

div.submenu div.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 86px;
	background: url(images/header-submenu-bg.png) no-repeat;
}

#parks-submenu {
	top: 156px;
	left: 70px;
}

#teaching-submenu {
	top: 156px;
	left: 300px;
}

div.submenu a {
	display: block;
	position: relative;
	height: 20px;
	margin-bottom: 2px;
	margin-left: 5px;
	text-transform: uppercase;
	font: bold 10px/14px Verdana, Arial, Helvetica;
	background: transparent;
	color: #fff;
}

div.submenu a:hover {
	text-decoration: underline;
}

/*------------------:[ content ]:*/

/*------------:[ page ]:*/

#content-page,
#content-team,
#content-blog {
	position: relative;
	margin-top: 80px;
	z-index: 8;
}

#content-blog h1,
#content-page h1,
#content-team h1,
#content-team a.h1-switch,
#content-page a.h1-switch {
	width: auto;
	min-height: 30px;
	display: -moz-inline-stack; /* FF2*/
	vertical-align: top; /* BASELINE CORRECCIÓN*/
	zoom: 1; /* IE7 (hasLayout)*/
	display: inline-block;
	*display: inline; /* IE */
    _height: 30px; /* IE6 */
    _width: 100px; /* IE6 */
    width:auto!important;
    min-width: 100px;
	font: normal 30px/30px Georgia, Times, Serif;
	color: #4684bc;
	padding: 10px;
	padding-top: 6px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #d4cda8;
}

#content-page .entry {
	width: auto;
	padding: 0 5px;
}

#content-page .entry h2 {
	font: normal 16px/18px Georgia, Times, Serif;
	color: #d75c1a;
	text-decoration: underline;
	margin-bottom: 10px;
}
#content-page .entry a img {
	border: none;
}
#content-page .entry h3 {
	font: bold 11px/14px Verdana, Arial, Helvetica;
	color: #4684bc;
	text-transform: uppercase;
}

/*------------:[ blog ]:*/

#content-blog {
	float: left;
	width: 645px;
}

#content-blog h2.archive-header{
	font: normal 25px/28px Georgia, Times, Serif;
	color: #4684bc;
	padding-left: 20px;
	margin-bottom: 20px;
	background: url(images/content-blog-archive-header-bg.gif) no-repeat;
}

#content-blog div.post-all {
	position: relative;
	width: 600px;
	margin: 0;
	padding: 0;
	margin-left: 45px;
	margin-bottom: 20px;
	
}

#content-blog div.post-all h2 {
	font: italic 19px/22px Georgia, Times, Serif;
	color: #d75c1a;
}

#content-blog div.post-all h2 a {
	text-decoration: underline;
}

#content-blog div.post-all div.post-date {
	position: absolute;
	top: -3px;
	left: -45px;
	width: 35px;
	height: 30px;
	margin: 0 10px 0 0;
	padding: 3px 0;
	color: #656666;
	background: url(images/content-post-date-bg.gif) no-repeat;
}

#content-blog div.post-all div.post-date .day {
	text-align: center;
	color: #757676;
	font: bold 12px/12px Verdana, Helvetica, Arial;
}

#content-blog div.post-all div.post-date .month {
	text-align: center;
	text-transform: uppercase;
	font: normal 13px/13px Georgia, Times, Serif;
}

#content-blog div.post-all .entry{
	margin-top: 15px;
	
}

#content-blog div.post-all div.info {
	width: 584px;
	height: 11px;
	padding: 8px 10px;
	font: italic 12px Georgia, Times, Sans-serif;
	color: #555656;
	padding-top: 7px;
	background: url(images/content-post-comments-bg.gif) no-repeat;
}

#content-blog div.post-all div.info a {
	color: #555656;
}

#content-blog div.post-all div.info a:hover {
	color: #4684bc;
}

/*------------:[ blog comments ]:*/

#content-blog #comments {
	position: relative;
	width: 584px;
	margin: 0;
	padding: 8px;
	margin-left: 45px;
	margin-bottom: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #e3ddc5;
	
}

#content-blog #comments #rss-links {
	position: absolute;
	top: 8px;
	right: 8px;
}

#content-blog #comments h3 {
	font: italic 12px Georgia, Times, Sans-serif;
	color: #d75c1a;
	margin-bottom: 8px;
}

#content-blog #comments ul#comment_list,
#content-blog #comments #comment_form {
	padding-bottom: 8px;
	margin-bottom: 5px;
	padding-left: 8px;
	list-style: none;
}
#content-blog #comments ul#comment_list li{
	border-bottom: solid 1px #999;
	margin-top: 5px;
}
#content-blog #comments ul#comment_list li .comment_meta{
	font: italic 11px/14px Georgia, Times, Serif;
	color: #4684bc;
	margin-bottom: 4px;
}
#content-blog #comments ul#comment_list li .entry{
	font-style: italic;
	color: #555;
}
#content-blog #comments ul#comment_list li .entry p{
	margin-bottom: 5px;
}
#content-blog #comments #comment_form label{
	font: italic 11px/14px Georgia, Times, Serif;
	color: #666;
	display: block;
	margin-bottom: 3px;
}
#content-blog #comments #comment_form input,
#content-blog #comments #comment_form textarea{
	width: 220px;
	padding: 3px 5px;
}
#content-blog #comments #comment_form input.form_submit {
	width: inherit;
	width: auto;
	padding: 2px;
}
#content-blog #comments #comment_form p {
	margin-bottom: 6px;
}



/*------------:[ blog navigation ]:*/

#content-blog .navigation {
	margin-left: 45px;
	position: relative;
	height: 25px;
	margin-bottom: 10px;
}

#content-blog .navigation span {
	color: #4684bc
}

#content-blog .navigation .previous {
	float: left;	
}

#content-blog .navigation .next {
	float: right;
}

#content-blog .navigation span a {
	display: block;
	background: #fff;
	padding: 5px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: italic 12px Georgia, Times, Sans-serif;
	color: #d75c1a;
}

#content-blog .navigation span a:hover {
	color: #4684bc
}

#content-blog .navigation span.previous a {
	padding-left: 18px;
	background: #fff url(images/nav-prev-arrow.gif) no-repeat 2px 1px;
}

#content-blog .navigation span.next a {
	padding-right: 18px;
	background: #fff url(images/nav-next-arrow.gif) no-repeat 98% 1px;
}
/*------------:[ sidebar styles ]:*/

#sidebar {
	float: left;
	width: 235px;
	margin: 140px 0 0 75px;
}

ul.sidebar_list {
	list-style: none;
	padding: 0;
}

ul.sidebar_list li.widget,
ul.sidebar_list li.linkcat {
	margin-bottom: 25px;
}

li.widget h2,
li.linkcat h2 {
	width: 215px;
	height: 24px;
	font: italic 19px/19px Georgia, Times, Serif;
	color: #d75c1a;
	letter-spacing: normal;
	margin-bottom: 10px;
	padding: 13px 10px;
	background: url(images/sidebar-header-bg.gif) no-repeat;
}

li.widget p {
	/*
	margin: 0 0 1.5em 0;
	padding: 0 10px;
	*/
}
		
li.widget ul,
li.linkcat ul {
	list-style: none;
	padding-left: 10px;
}

li.widget li,
li.linkcat li {
	/**/
	margin-bottom: 10px;
}
			
li.widget li a,
li.widget li a:visited,
li.linkcat li a,
li.linkcat li a:visited {
	font: italic 13px/13px Georgia, Times, Serif;
	color: #454646;
	text-decoration: none;
}
				
li.widget li a:hover,
li.linkcat li a:hover {
	color: #4684bc;
}

div.entry #search_form input,
li.widget #search_form input {
	margin-left: 8px;
	width: 204px;
	padding: 3px 5px;
	font-size: 11px;
}

div.entry #search_form input {
	width: 300px;
}

li.widget li.recent_date {
	/*
	padding: 0 0 0 8px;
	font-weight: bold;
	color: #888;
	*/
}
		
li.widget ul.flickr_stream {
	/*
	list-style: none;
	margin: 0;
	padding: 0 10px;
	*/
}
		
li.widget ul.flickr_stream li {
	/*
	margin: 0;
	padding: 0 5px 5px 0;
	display: inline;
	*/
}
			
li.widget ul.flickr_stream li a img {
	/*padding: 3px;*/
}
				
li.widget ul.flickr_stream li a:hover img {
	/*background: #ff2a96;*/
}
		
/*---< FlickrRSS styles for the widget only >---*/
		
li.widget_flickrrss { }
			
li.widget_flickrrss a img { margin: 0 5px 5px 0; padding: 3px; }
				
li.widget_flickrrss a:hover img { background: #ff2a96; }
				
/*---< Calendar widget styles >---*/

li.widget_calendar h2 {
	display: none;
}
		
#calendar_wrap {
	width: 225px;
	height: auto;
}

#calendar_wrap table{
	width: 100%;
	height: auto;
	font-size: 11px;
}

#calendar_wrap table caption {
	width: 215px;
	height: 24px;
	font: italic 19px/19px Georgia, Times, Serif;
	color: #d75c1a;
	letter-spacing: normal;
	margin-bottom: 10px;
	padding: 13px 10px;
	text-align: left;
	background: url(images/sidebar-header-bg.gif) no-repeat;
}

#calendar_wrap table thead,
#calendar_wrap table tbody,
#calendar_wrap table tfoot {
	display: inline-table;
	padding-left: 10px;
	width: 215px;
}


#calendar_wrap table td#next{
	text-align: right;
}


/*------------:[ slideshow ]:*/

#slideshow-bg {
	position: relative;
	_position: static;
	margin: 5px;
	width: 960px;
	height: 360px;
	background: url(images/slideshow-bg.png);
}

#slideshow {
	position: relative;
	top: 90px;
	left: 70px;
	width: 820px;
	height: 228px;
	overflow: hidden;
}

#slideshow-prev,
#slideshow-next {
	display: block;
	position: absolute;
	top: 170px;
	width: 52px;
	height: 52px;
	cursor: pointer;
	overflow: hidden;
}

#slideshow-prev {
	left: 10px;
	background: transparent url(images/slideshow-prev.gif) no-repeat;
	background-position: 0px 0px;
}

#slideshow-next {
	right: 14px;
	background: transparent url(images/slideshow-next.gif) no-repeat;
	background-position: 0px 0px;
}

#slideshow-prev:hover,
#slideshow-next:hover {
	cursor: pointer;
	background-position: 0 -52px;
}

#slideshow a {
  display: block;
  position: relative;
  width: 820px;
  height: 228px;
  text-decoration: none;
}

#slideshow a div.titles {
  position: absolute;
  max-width: 810px;
  max-height: 218px;
  width: auto;
  height: auto;
  left: 5px;
  bottom: 5px;
  overflow: hidden;
  line-height: 5px;
}

#slideshow a div.titles h2,
#slideshow a div.titles h3 {
  font: normal 30px/35px Georgia, Times, Serif;
  color: #4684bc;
  display: inline;
  width: inherit;
  padding: 0 5px;
  padding-bottom: 3px;
  margin: 0;
  margin-bottom: 5px;
  text-decoration: underline;
  background: #000;
  overflow: hidden;
}

#slideshow a div.titles h3 {
  font: normal 14px/20px Verdana, Helvetica, Arial;
  color: #d75c1a;
  text-decoration: none;
  background: #fff;
  padding-bottom: 1px;
  margin-bottom: 0;
}

#slideshow a:hover div.titles h2 {
  background: #fff;
}

#slideshow a:hover div.titles h3 {
  background: #d75c1a;
  color: #000;
}

#slideshow a img { 
	width:  820px;
	height: 228px;
	top: 0;
	left: 0;
}


/*------------:[ sponsors ]:*/


#content-page .entry img.sponsor-image {
	margin: 0 6px 6px 0;
}


/*------------:[ team ]:*/
#content-page a.h1-switch,
#content-team a.h1-switch {
	background-color: #e3ddc3;
	color: #6c98c0;
}

#content-page a.h1-switch:hover,
#content-team a.h1-switch:hover {
	background-color: #d4cda8;
	color: #d75c1a;
}

#content-team #grid {
	position: relative;
	width: 960px;
	/*height: 740px;*/
	min-height: 390px;
}

#content-team #grid div.resume {
	float: left;
	width: 240px;
	height: 370px;
	margin-bottom: 20px;
	overflow: hidden;
}

#content-team #grid div.resume img {
	margin: 0 10px 5px 10px;
}

#content-team #grid div.resume div.header,
#content-team div.entry div.header {
	margin-left: 3px;
	width: 224px;
	padding: 8px;
	height: 34px;
	background: url(images/content-team-resume-header-bg.gif) no-repeat;
	overflow: hidden;
}

#content-team #grid div.resume div.header h2,
#content-team div.entry div.header h2 {
	font: normal 15px/17px Georgia, Times, Serif;
	color: #d75c1a;
	text-decoration: underline;
	text-transform: uppercase;
	margin-bottom: 3px;
}

#content-team #grid div.resume div.header h3,
#content-team div.entry div.header h3 {
	font: bold 11px/14px Verdana, Arial, Helvetica;
	color: #4684bc;
	text-transform: uppercase;
}

#content-team #grid div.resume div.text {
	width: 220px;
	height: 58px;
	margin: 2px;
	margin-left: 10px;
	overflow: hidden;
}

#content-team #grid div.resume div.text img {
	display: none;
	width: 0;
	height: 0;
}

#content-team #grid div.resume a.more-link {
	display: block;
	width: 74px;
	height: 14px;
	margin-top: 7px;
	padding: 7px;
	padding-top: 7px;
	font: italic 12px/12px Georgia, Times, Serif;
	color: #d75c1a;
	text-align: center;
	background: url(images/content-team-resume-link-bg.gif) no-repeat;
	background-position: 0 0;
}

#content-team #grid div.resume a.more-link:hover {
	color: #fff;
	background-position: 0 -30px;
}

#content-team div.entry {
	/**position: static;**/
	position: relative;
	padding-top: 13px;
	width: 690px;
	padding-left: 270px;
	min-height: auto;
	height: auto;
}

#content-team div.entry div.header {
	position: absolute;
	top: -56px;
	left: 260px;
}

#content-team div.entry div.content {
	width: 660px;
	clear: both;
}

#content-team div.entry img {
	float: left;
	margin-right: 15px;
}

#content-team .entry p {
	font-size: 12px;
	line-height: 16px;
}
/*------------:[ subcontent ]:*/

#subcontent {
	clear: both;
	position: relative;
	margin-top: 20px;
	width: 960px;
	height: 240px;
	z-index: 0;
}

#content.home #subcontent {
	margin-top: -15px;
}

#subcontent div {
	float: left;
	position: relative;
	width: 480px;
	height: 240px;
}

#subcontent #left {
	background: url(images/subcontent-left-bg.png) no-repeat;
}

#subcontent #left #info {
	position: absolute;
	width: 215px;
	height: 165px;
	top: 20px;
	right: 15px;
}

#subcontent #left #info h2 {
	width: 215px;
	height: 55px;
	background: url(images/subcontent-parks-bg.png) no-repeat;
	margin-bottom: 5px;
}

#subcontent #left #info h2 span {
	display: none;
	width: 0;
	height: 0;
}

#subcontent #left #info h3 {
	position: absolute;
	top: 15px;
	left: 8px;
	font: normal 13px/13px Georgia, Times, Serif;
	color: #d75c1a;
}

#subcontent #left #info ul {
	margin: 0;
	padding: 0;
}

#subcontent #left #info ul li {
	height: 22px;
	width: inherit;
	font: normal 16px Georgia, Times, Serif;
	color: #333;
	padding: 8px 30px 0 0;
	display: inline-block;
	margin: 0 0 4px;
	list-style-type: none;
}

#subcontent #left #info ul li span {
	font: bold 9px Verdana, Arial, Helvetica;
}

#subcontent #left #info ul li.ok {
	background: url(images/subcontent-parks-ok.gif) no-repeat 100% 0;
}

#subcontent #left #info ul li.semi {
	background: url(images/subcontent-parks-semi.gif) no-repeat 100% 0;
}

#subcontent #left #info ul li.error {
	background: url(images/subcontent-parks-error.gif) no-repeat 100% 0;
}

#subcontent #left #camera {
	position: absolute;
	width: 220px;
	height: 200px;
	top: 20px;
	left: 15px;
}

#subcontent #left #camera p {
	margin-top: 10px;
	font: normal 14px/14px Georgia, Times, Serif;
	color: #c63;
	padding: 0;
}

#subcontent #right {
	//_position: static;
	background: url(images/subcontent-right-bg.png) no-repeat;
}

#subcontent #right #blog_resume {
	float: left;
	width: 220px;
	height: 165px;
	margin-top: 25px;
	margin-left: 10px;
}

#subcontent #right #blog_resume h2 {
	font: normal 16px/18px Georgia, Times, Serif;
	color: #d75c1a;
	text-decoration: underline;
	margin-bottom: 10px;
}

#subcontent #right #blog_resume h3 {
	font: normal 14px/14px Georgia, Times, Serif;
	color: #4684bc;
	margin-top: 12px;
}

#subcontent #right #blog_resume h4 {
	font: italic 11px/14px Georgia, Times, Serif;
	color: #4684bc;
}

#subcontent #right #blog_resume h4 strong {
	text-transform: uppercase;
	font: bold 9px/14px Verdana, Arial, Helvetica;
	color: #4684bc;
}

#subcontent #right #blog_resume p {
	font: normal 11px/14px Verdana, Arial, Helvetica;
	color: #333;
	margin-bottom: 0;
}

#subcontent #right #blog_resume a {
	font: italic 11px/14px Georgia, Times, Serif;
	color: #d75c1a;
	text-decoration: underline;
}

#subcontent #right #blog_resume a:hover {
	color: #fff;
}

#subcontent #right #blog_resume a:hover {
	color: #fff;
}

#subcontent #right #share_resume {
	position: absolute;
	width: 220px;
	height: 165px;
	top: 22px;
	right: 15px;
}

#subcontent #right #share_resume h2 {
	font: normal 16px/18px Georgia, Times, Serif;
	color: #d75c1a;
	text-decoration: underline;
	margin-bottom: 15px;
}

#subcontent #right #share_resume a {
	display: block;
	overflow: hidden;
	background-position: 0 0;
	margin: 0;
}

#subcontent #right #share_resume a.flickr-link {
	width: 66px;
	height: 26px;
	background: url(images/flickr-logo.gif) no-repeat;	
}

#subcontent #right #share_resume a.flickr-link:hover {
	background-position: 0 -26px;
}

#subcontent #right #share_resume a.facebook-link {
	width: 127px;
	height: 26px;
	background: url(images/facebook-logo.gif) no-repeat;
}

#subcontent #right #share_resume a.facebook-link:hover {
	background-position: 0 -26px;
}

#subcontent #right #share_resume a.youtube-link {
	width: 86px;
	height: 36px;
	background: url(images/youtube-logo.gif) no-repeat;
}

#subcontent #right #share_resume a.youtube-link:hover {
	background-position: 0 -36px;
}

#subcontent #footer {
	position:absolute;
	bottom: 8px;
	_top: 205px;
	left: 265px;
	width: 530px;
	height: 20px;
	color: #fff;
	font: normal 11px/16px Verdana, Arial, Helvetica;
	border-top: none;
	padding-left: 200px;
	padding-top: 5px;
	}
