/*  
Theme Name: Ginger Ninja! v2menu
Description: The new Ginger Ninja! theme.
Version: 1.0
Author: Donny Burnside
Author URI: http://www.ginger-ninja.net/
*/

/* Generic Styling */

body {
	/*background:url(images/bg-body.png) repeat-x top center #E8F7F9; */
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

body#juanialonso {
   background-color: #000033;
}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#B4C835;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}


/* Structure */

#wrapper {
	margin:0 auto;
	width:1000px;
	background:#ffffff;
	font-size:1.20em;

	}
body#juanialonso #wrapper {
  background-color: #000033;
}  
  
#header {
	height:70px;
	background:url(/images/bg-header.jpg) no-repeat;
	}
  
  
#menu {
	height:35px;
	line-height:35px;
	background:url(/images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
  
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:2px;
	}
  
body#juanialonso #sidebar {
  background-color: #000033;
}
  
#content {
	float:left;
	width:800px;
	min-height:400px;
	}
  
#footer {
	clear:both;
	height:50px;
	background:url(/images/bg-footer.jpg) no-repeat;
	}

body#juanialonso #footer {
	clear:both;
	height:50px;
	background:url(/images/bg-footer-juanialonso.jpg) no-repeat;
	}

#random_photo {
  padding-top:20px;
  text-align:center;
}


iframe {
  height:900px;
}

/* Sets */

#sets_index table {
  border-spacing : 8px;
}

#sets_index div.set, body#juanialonso #sets_index  div.set {
  width: 250px;
  height: 280px;
  background: url(/images/set-background.png) no-repeat ;
  position: relative;
}

#sets_index div.set p.text {
  text-align: center;
  position: absolute;
  top: 20px;
  left: 20px;  
  width: 205px;
  height: 50px;
}  
  
#sets_index div.set p.text a {
  text-decoration:none;
  color: #848484;
  font-size: medium;
  font-weight:bold;
}
  
#sets_index div.set p.text a:visited {
  padding-left: 20px;
  background: url(/images/checkmark.png) left no-repeat;
}

#sets_index div.set p.text a:hover {
  color: blue;
}
  
#sets_index div.set p.image {
  position: absolute;
  top: 70px;
  left: 20px;  
}  
  
#sets_index div.set img {
  width: 205px;
}  

#sets_index div.set p.link {
  padding-right:10px;
  text-align: right;
  position: absolute;
  bottom: 14px;
  right: 20px;  
  width: 205px;
  height: 20px;
}  

#sets_index div.set p.link a {
  font-size:small;
  font-weight:300;
  color:  #848484;
}  

#sets_index div.set p.link a:hover {
  color: blue;
}  


/* Set tab */
#set_tab {
  display: block;
  clear:left;
  margin:0;
  overflow:visible;
  padding:0px 0 0;
  position:relative;
  width:100%;
  height: 23px;
  border-bottom: solid black 1px;
}

body#juanialonso #set_tab {
  border-bottom: solid white 1px;  
}


#set_tab ul {
  border-bottom:0 none;
  border-right:0 none;
  margin:0;
  padding:0;
  padding-left: 5px;
  width:100%;
}

#set_tab ul li {
  background:#C0C0C0 none repeat scroll 0 0;
  float:left;
  list-style-type:none;
  margin:0 10px 0 0;
  max-width:107px;
  overflow:hidden;
  position:relative;  
}

#set_tab ul li.selected {
  background:#FFFFFF none repeat scroll 0 0;   
  border-bottom: solid white 1px;
}

body#juanialonso #set_tab ul li.selected {
  background:#000033 none repeat scroll 0 0;   
  border-bottom: solid #000033 1px;
}

#set_tab ul li a {
  border-color:black black -moz-use-text-color;
  border-style:solid solid none;
  border-width:1px 1px 0;
  display:block;
  font-size:13px;
  font-weight:bold;
  color: black;
  padding:3px 11px;
  white-space:nowrap;
}

body#juanialonso #set_tab ul li a {
  border-color:white white -moz-use-text-color;
  color: black;
}

#set_tab ul li a:hover {
  color: white;
}  

body#juanialonso #set_tab ul li a:hover {
  color: blue;
}

body#juanialonso #set_tab ul li.selected a {
  color:white;
}

#set_tab ul li.selected a:hover{
  color: blue;
}

/* Info */
body#juanialonso #photo_info {
  color:white;
}

body#juanialonso #photo_info table {
  background-color: #black;
}

#photo_info {
  font-size: 10pt;  
  padding-top:15px;
  padding-right:5px;
}
#photo_info a {
  color:blue;
}

#photo_info table {
  border-spacing: 5px;
}

#photo_info table.infoDerecha {
  width: 250px;
}

#

/* Photos */
div#photos_index {
  text-align:left;
}

#photos_index table {
  clear: both;
  width: 100%;
  border-spacing: 15px;
}

#photos_index div.photo {
  text-align: center;
}
           
#photos_index div.photo p.link {
  padding: 0px;
  margin: 0px;
  padding-right:10px;
  text-align: right;
  height: 20px;
}  

#photos_index div.photo p.link a {
  font-size:small;
  font-weight:300;
  color:  #848484;
}  

#photos_index div.photo p.link a:hover {
  color: blue;
}  


/* Photo show */
#photo_show {
  padding-top:20px;
  text-align:center;
}



/* Videos */
#videos_index table{
  clear: both;
  width:100%;
  border-spacing : 15px;
}

#videos_index div.video {
  text-align: center;
}

#videos_index div.video p.link {
  padding: 0px;
  margin: 0px;
  padding-right:10px;
  text-align: right;
  height: 20px;
}  

#videos_index div.video p.link a {
  font-size:small;
  font-weight:300;
  color:  #848484;
}  

#videos_index div.video p.link a:hover {
  color: blue;
}  

/* Video show */
#video_show {
  padding-top:20px;
  text-align:center;
}


/* Slideshow */
#slideshow_container {
  width: 100%;
  text-align:center;
  padding-top: 20px;  
  padding-bottom: 20px;
}
.slideshow a img {border : none;}
.slideshow {
  width: 725px;
  height: 484px;
  color: black;
  background-color: #FFFFFF;
  border: groove black 5px;
  margin-left: auto;
  margin-right: auto;
}

body#juanialonso .slideshow {
  color: #dddddd;
  background-color: #000033;
  border: groove white 5px;  
}


/* Powered */
#powered {
  margin: 10px 0px 0px 10px;
  padding:0px;
  font-size:smaller;  
  font-style:oblique;
  font-weight:normal;
}

#powered p {
  margin:0px;
  padding:0px;
}

body#juanialonso #powered {
  color:white;
}





/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(/images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
  font-size:medium;
  font-weight:bolder;
	}
#menu li a:hover {
	background:url(/images/bg-menu-hover.png) no-repeat center center;
	}


/* Bread crumb */
/* --------------------------------------------------------------------
    Bread Crumb 
   -------------------------------------------------------------------- */
.bread-crumb {
  width:100%;
  margin:15px 0px 0px 5px;
  font-size:small;
  font-weight:500;
  background-color:#edebed;
}

body#juanialonso .bread-crumb {
  background-color: #000033;
  color: white;
}

.bread-crumb a {
  text-decoration:none;
  color: blue;
}

.bread-crumb h1 {
  display: inline;
  font-size:small;
  font-weight:bold;
}


/* Sidebar */


/* Searcher */

.search_box {
  padding-top:3px;
  padding-left:5px;
}
#cse-search-box input#search_text {
  width: 100px;
} 

/* General */
#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}

#sidebar li a {
  font-size: 1.1em;
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
  
body#juanialonso #sidebar li a {
  color:white;
}    
  
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}

body#juanialonso #sidebar li a:hover {
	background-color: #000033;
	color:#6CC4D8;
	}
  
#sidebar-bottom {
	height:20px;
	background:url(/images/bg-sidebar-bottom.gif) no-repeat top center;
	}
  
body#juanialonso #sidebar-bottom {
	height:20px;
	background: #000033;
}

#sidebar h2 {
  margin:15px 0px 0px 5px;
  background-color:#C0C0C0;
  font-size:medium;
  font-weight:bold;
}


/* Languages */

.clear_fix {
  clear:both;
}

#sidebar .language_box {
  padding-top:5px;
  padding-left:5px;
  font-size:0.9em;
  text-align:left;
}

#sidebar .language_box ul {
  list-style: none;
}

#sidebar .language_box li {
  padding-right: 6px;
  float:left;
}

#sidebar .language_box li a {
  color:black;
  text-decoration:underline;
  border: 0px;
  vertical-align: top;
}

#sidebar .language_box li.current a {
  color:gray;
  text-decoration:none;
}



/* Footer */

#footer-valid {
	float:left;
	padding-top:15px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

#header h1, #header h2 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:20px; left:70px;
	letter-spacing:1px;
	color: white;
	font-style:italic;
	}

#header h1 a, #header h1 a:hover, #header h2 a, #header h2 a:hover {
  color: white;
} 

/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(/images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("/images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(/images/bg-ad-top.png) no-repeat;
	padding:5px;
	}
