/*
CSS for josiahheflin 2009
9 Jan 2009
*/
body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:125%;
  background:#CCCCCC url(jpeg/background.gif);
  text-align: center;
  min-width:875px;/* stop mozilla sliding off the edge */
}

/* Main box */

#mainbox {
	margin-left:10%;
	margin-right:10%;
	margin-top:3%;
	margin-bottom:3%;
	background-color:#FFFFFF;
	border: 2px solid #000000;
	width: 850px;
	min-height: 480px;
	text-align: left;
	float:left;
}


/* The top div containing title -------------------------------------*/
#title {
  background-color:#FFFFFF;
  border: none;
  width: 850px;
  height: 165px;
  top: 0%;
  left: 0%;
}
/* pagetitle----*/
div.pagetitle{
  width:710px;
  height: 20px;
  clear: both;
  padding: 5px 30px 0px 30px;
  margin: 5px 40px 5px 40px;
  text-align: justify;
  border: solid 1px #000000;
  background-color: #587193;
  color: #FFFFFF;
  font-size:14px;
  font-weight:bold;
}

.langright {
width:350px;
float:left;
clear:left;
margin: 0px 0px 5px 25px;
padding-bottom: 5px;
}
.language {
width:100px;
float:right;
clear:right;
margin: 0px 25px 5px 0px;
padding-bottom: 5px;
}
.language a:link {
color:white;
text-decoration:none;

}
.language a:hover	
	{
	color: #FF0000;
	}
.font12 {
	font-size:12px;
	}





#menucontainer { 
  width: 850px;
  height: 25px;
  text-align:left;
  background-image:url(disable/jpeg/blue_line.jpg);
  background-repeat:repeat-x;

}


#menu
{
	background-color: #FFFFFF;
	width: 750px;
	margin-left: 45px;
	float:left;

}


		
#menu a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #2b476c;
	text-decoration: none;
	padding: 3px 6px;
	/* was padding top mistake-----------------------------------------------------------*/
	border:none;
	}
	
#menu a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #2b476c;
	background-color: white;
	text-decoration:none;
	}
	
#menu a:hover	/* menu at mouse-over  */
	{
	color: #00CCCC;
	background-color: white;
	text-decoration:none;
	}	
	
#menu a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(jpeg/navdown.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menu a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(jpeg/nav.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	}

#menu li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menu ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menu ul ul ul
	{
	top:0;
	left:100%;
	}

div#menu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}



img.mainbanner {
  padding-top: 40px;
  padding-left: 50px;
}
img.logo {
  padding-top: 33px;
  padding-left: 70px;
}
img.flag {
  padding-bottom:5px;
  padding-left:50px;
}




img.white20 {
  width: 20px;
  border: none;
}
img.white50 {
  width: 50px;
  border: none;
}

img.white100{
  width: 190px;
  height: 2px;
  border: none;
}


/* The middle div containing content-------------------------------------*/
/* indexPG----*/
#content {
  border: none;
  border-bottom: solid 2px ;
  background: #FFFFFF url(jpeg/josiah350.jpg) no-repeat;
  background-position: bottom left;
  width: 850px;
  margin:30px 80px 0px 0px;
  float:left;
}

#contentinner {
  padding :5px 30px 5px 320px;

}

div.divspace {
  padding-right: 60px;
  text-align:right;
  position:relative;
  top: -1.1em;
}

.floatleft {
float:left;
clear:left;
margin: 5px 25px;

}
.floatright {
float:right;
clear:left;
margin: 5px 25px;
}
.floatleft400300 {
float:left;
clear:left;
margin: 5px;
width: 340px;
height:300px;

}
.floatright400300 {
float:right;
clear:left;
margin: 5px;
width: 400px;
height:300px;
}

/* paypal div----*/
div.pp{
  clear: both;
  padding: 10px 20px 10px 120px;
  float:left;
}
div.pp span{
font-size:12px;
}
/* ---------------------images content---*/
img.itunes {
  padding-top: 50px;
  padding-right: 25px;
  
}
img.cdbaby {
  padding-left:15px;
  padding-top: 50px;
  padding-bottom:5px;
}
img.white {
  padding: 0px 3px;
}
img.albumthumb {
  padding: 10px 40px 10px 20px;
}
/* gear----*/
#gear {
  border: solid 1px #000000;
  background: #FFFFFF url(jpeg/gearlogo.jpg) no-repeat;
  background-position: bottom left;
  width:710px;
  clear: both;
  padding: 10px 30px 10px 0px;
  margin: 20px 40px 5px 40px;
  min-height: 530px;
  float:left;
    /* floating left to expand the container with the contained div----*/
}
div.gearinner{
  padding-left: 190px;
  font-size:14px;
  line-height:normal;
  float:left;
    /* floating left to expand the container with the contained div----*/
}


/* musicPG and others----*/
div.music1{
  width:710px;
  clear: both;
  padding: 10px 30px;
  margin: 20px 40px;
  text-align: justify;
  border: solid 1px #000000;
  background-color: #F0F0F0;
  float:left;
   /* floating left to expand the container with the contained div----*/
}
div.music2{
  width:710px;
  clear: both;
  padding: 10px 30px;
  margin: 20px 40px;
  text-align: justify;
  border: solid 1px #000000;
  background-color: #FFFFFF;
  background-image:url(jpeg/musicback.gif);
  float:left;
    /* floating left to expand the container with the contained div----*/
}
/* storePG ----*/
div.musicstore{
  width:770px;
  clear: both;
  padding: 1px;
  margin: 20px 40px;
  border: none;
  background-image:url(jpeg/musicback.gif);
  float:left;
    /* floating left to expand the container with the contained div----*/
}
/* storePG----*/
div.leftstore{
  width:340px;
  float:left;
  clear: left;
  padding: 5px;
  margin:7px 7px;
  text-align: justify;
  border: solid 1px #000000;
  float:left;
    /* floating left to expand the container with the contained div----*/
}

div.rightstore{
  width:340px;
  float:right;
  clear: right;
  padding: 5px;
  margin:7px 7px;
  text-align: justify;
  border: solid 1px #000000;

}
div.leftinner{
  width:65px;
  height:180px;
  float:left;
  clear: left;
  margin:7px 7px;
  text-align: justify;
  border: none;
  border-right:solid 1px;
  font-size:12px;
  font-weight:800;
}
div.rightinner{
  width:245px;
  height:180px;
  float:right;
  clear: right;
  margin:7px 7px;
  text-align: justify;
  border: none;
}
div.payp{
  padding-left: 50px;
}
.small {
  font-size:10px;

}
.mediumsmall {
  font-size:12px;
  font-weight:100;

}
.bold{
  font-weight:bold;
}
/* peep----*/
div.peep{
  width:770px;
  height:330px;
  clear: both;
  padding: 15px 1px;
  margin: 5px 40px 25px 40px;
  border: none;
  float:left;
    /* floating left to expand the container with the contained div----*/

}
div.leftpeep{
  width:350px;
  height: 330px;
  float:left;
  clear: left;
  padding: 5px;
  margin: 7px;
  text-align: justify;
  border:  solid 1px;
}
div.middlepeep{
  width:470px;
  height: 34px;
  padding: 5px;
  margin: 7px 135px;
  text-align: justify;
  border:  none;

}

div.rightpeep{
  width:350px;
  height: 266px;
  float:right;
  clear: right;
  padding: 5px;
  margin: 7px;
  text-align: justify;
  border:  none;


}
div.peepinnermost{
  width:330px;
  height: 216px;
  padding: 10px;
  text-align: justify;
  border:  none;


}
.peepscroll {
	display:block;
	padding:10px;
	margin: 15px 25px;
	width:280px;
	height:200px;
	overflow-y:scroll;
	font-size: 12px;
	line-height:150%;
	border: solid 2px #F0F0F0;
	}
div.rome{
  width:490px;
  clear: both;
  padding: 10px 30px 20px 250px;
  margin: 20px 40px;
  text-align: justify;
  border: solid 1px #000000;
  background-color: #FFFFFF;
  background-image: url(jpeg/rome/backrome.jpg);
  background-repeat:no-repeat;
  background-position:bottom left;
  float:left;
  /* floating left to expand the container with the contained div----*/
}
img.peepimage {
	height:35px;
	width: 35px;
	float:left;
	padding: 0px 5px;
}
 .doorp
  {
    display: block;
    width: 118px;
    height: 199px;
    background: url(jpeg/door_closed.gif) no-repeat 0 0;
	float:right;
	margin: 10px;

  }

  .doorp:hover
  { 
    background: url(jpeg/door_open.gif) no-repeat 0 0;
  }
  
    .doorp span
  { 
   display: none;
  }
  .door
  {
    display: block;
    width: 118px;
    height: 199px;
    background: url(jpeg/door_closed.gif) no-repeat 0 0;
	margin: 10px;

  }

  .door:hover
  { 
    background: url(jpeg/door_open.gif) no-repeat 0 0;
  }
  
    .door span
  { 
   display: none;
  }
  img.romesign
  {
  width:90px;
  height:64px;
  
  } 

/* music4others---*/
div.leftmus4oth{
  width:340px;
  height:95px;
  float:left;
  clear: left;
  padding: 5px;
  margin:7px 7px;
  text-align: justify;
  border: solid 1px #000000;
}

div.rightmus4oth{
  width:340px;
  height:95px;
  float:right;
  clear: right;
  padding: 5px;
  margin:7px 7px;
  text-align: justify;
  border: solid 1px #000000;

}
div.leftinnermus4oth{
  width:65px;
  height:80px;
  float:left;
  clear: left;
  margin:7px 7px;
  text-align: justify;
  border: none;
  border-right:solid 1px;
  font-size:12px;
  font-weight:800;
}
div.rightinnermus4oth{
  width:245px;
  height:90px;
  float:right;
  clear: right;
  margin:7px 7px;
  text-align: justify;
  border: none;
}
/* frestuff----*/
#freestuff{
  width:710px;
  height: 226px;
  clear: both;
  padding: 10px 30px 0px 30px;
  margin: 20px 40px;
  border: solid 1px #000000;
  background-image: url(jpeg/freestuff.gif);
  background-repeat: no-repeat;
  float:left;
}
#freeinner{
  margin: 30px 40px 0px 260px;
  height:170px;
  width: 400px;
  font-size:16px;
  font-weight:700;
  line-height: 115%;
	
}
#freeinner span{
  font-size:16px;
  font-weight:700;
	
}



/* para----*/
p {
  text-align:justify;
}
p.space {
  padding-left:60px;
}
p.foot {
  padding-right:25px;
}
p.right {
text-align:right;
  padding-right:80px;
}
p.invisible {
	display: none;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color:#2b476c;
}
h1 {
  font-size: 20px;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  border-bottom: solid 2px #2b476c;
}

h2 {
  padding-left:25px;
  width: 80%;
  font-size: 16px;
  font-weight: 800;
  padding: 8px 0px;
  margin: 0px 30px;
  border-bottom: solid 1px #2b476c;
}
h3 {
  width: 80%;
  font-size: 16px;
  font-weight: 500;
  padding-top: 8px;
  padding-left:25px;
  margin: 0px 30px;
  border-bottom: solid 1px #2b476c;
}
h4 {
  font-size: 12px;
  font-weight: normal;
}


/* link----*/
a {
  font-weight: bold;
}

a:link {
  color: #2b476c;
}

a:visited {
color: #2b476c;
  font-style:italic;
}

a:hover {
  text-decoration: none;
  color: #00aaaa;

}

a:active {
  color: #2b476c;

}
/* The footer div -------------------------------------------------------*/
#footer {
  border:  3px solid #444444;
  background-color:#666666;
  color:#FFFFFF;
  width: 844px;
  height: 20px;
  clear:both;
  left: 0%;
  bottom: 0%;
  text-align:right;
  font-family:"Times New Roman", Times, serif;
  font-size:10px;
}



/*









li {
  font-size: 13px;
  list-style-type: none;
  color: #7b0014;
}

.post-body div, p {
  font-size: 12px;
  color: #7b0014;
}

*/
