/*  
Theme Name: Robert Harding Pittman
Theme URI: http://wordpress.org/
Description: A simple theme for showing pages
Version: 1.6
Author: kTzAR
Author URI: http://ktzar.com/

*/



/* Begin Typography & Colors */

a img{border:0px}

	body{
		font-family:Verdana, "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 0.8em;
		background-color:#ededed;
		color:#999;
	}
      
      a{color:#666}
      a:hover{color:#696}
	#content{width:70%;margin:0px auto;padding-bottom:10em;}
	#content h2{
		font-size:1.8em;
		width:100%;
		border-bottom: 2px solid #666;
		color:#666;
		margin-top:2em;
		padding-bottom:0.5em;
		letter-spacing:0.2em;
	}
	#nombre{
		width:100%;
		text-align:center;
		position:absolute;
		top:7em;
	}
	#imagen{
		width:100%;
		text-align:center;
		position:absolute;
		top:15%;
	}
	#img_inicio{border:5px solid white;}
	#desc{
		width:100%;
		text-align:center;
		position:absolute;
		top:9em;
	}
	h1{font-size:20px;}
	#titulo h1{border-bottom:2px solid #333;}



#kwicks_container {
	margin:0px auto;
	margin-left:0em;
	position:fixed;
	bottom:0em;
	left:0em;
	height:6em;
	width:100%;
	background-color: #ccc;
	padding-bottom:0.2em;
        z-index:30;
}


#kwicks_container #signature{
	width:100%;
        z-index:1;
	font-size:1.3em;
	text-align:center;
	color:#666;
	letter-spacing:1em;
        position:fixed;
        left:0px;
        bottom:0px;
        padding-bottom:15px;
}

#kwicks {
        z-index:20;
	position: relative;
	width:99%;
	margin-top:-2em;
	background:transparent;
	cursor:pointer;
}

#kwicks .kwick {
	float: left;
	padding:0.25em;
	display: block;
	width: 10%;
	height: 5em;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

#kwicks .kwick:hover{height:4.5em;}


#kwicks .kwick span{display:none;font-size:1.5em;cursor:pointer;}

#kwicks a{text-decoration:none;}
 
#menu_1 {background: url(images/boton_1.gif) center bottom no-repeat;color:#8e516f}
#menu_2 {background: url(images/boton_2.gif) center bottom no-repeat;color:#8e51ad}
#menu_3 {background: url(images/boton_3.gif) center bottom no-repeat;color:#4e4eea}
#menu_4 {background: url(images/boton_4.gif) center bottom no-repeat;color:#51ea51}
#menu_5 {background: url(images/boton_5.gif) center bottom no-repeat;color:#bbbb0d}
#menu_6 {background: url(images/boton_6.gif) center bottom no-repeat;color:#eaad50}
#menu_7 {background: url(images/boton_7.gif) center bottom no-repeat;color:#eaacac}
#menu_8 {background: url(images/boton_8.gif) center bottom no-repeat;color:#ea5252}
#menu_9 {background: url(images/boton_9.gif) center bottom no-repeat;color:#cc3366}

#menu_1 a{color:#8e516f}
#menu_2 a{color:#8e51ad}
#menu_3 a{color:#4e4eea}
#menu_4 a{color:#51ea51}
#menu_5 a{color:#bbbb0d}
#menu_6 a{color:#eaad50}
#menu_7 a{color:#eaacac}
#menu_8 a{color:#ea5252}
#menu_9 a{color:#cc3366}


#gallery_title{
	font-size:3em;
	letter-spacing:0.1em;
	width:100%;
	border-bottom: 2px solid #999;
	color:#999;
	margin-top:2em;
	padding-bottom:0.5em;
}
.albumdesc{
	font-family: Verdana, Arial;
	text-align:justify;
	font-size:1.3em;
	position:absolute;
	top:7em;
	right: 5em;
	width: 30em;
	display:none;
}

.imagedesc{
	position:absolute;
	top:5em;
	right: 10em;
	width: 30em;
}

.album{
	vertical-align: middle;
}
#fullSizeImage_div{
	position:absolute;
	left:30%;
	top:90px;
}

@media screen
  {
  div#kwicks_container
    {
    position: fixed;
    }
  /* Don't do this at home */
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    overflow-y: auto;
    height: 100%;
    padding: 0 10em 0 14em;
    }
  * html div#kwicks_container
    {
	height:50px;
	width:130%;
    position: absolute;
	bottom:0px;
    }
  /* All done. */
  }
