﻿/*
Theme Name: Jaymunda Theme
Theme URI: http://www.jaymunda.com
Description: Custom Theme designed
Version: 1.0
Author: Jaymunda, Inc.
Author URI: http://jaymunda.com
Tags: jaymunda


*/

@import "style-standards.css";

body { background: url(images/bg1.png) repeat-x #FFFFFF; color: #616161; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; }

h1 { font-size: 12pt; }
h2 { font-size: 11pt; }

#wrapper { width: 785px; min-height: 521px; margin: 0 auto; position: relative; }

#top { width: 785px; height: 521px; background: url(images/bg-home.jpg) no-repeat; overflow: hidden; position: relative;}
#top div { position: absolute; cursor: pointer; }

#top2 { width: 785px; height: 169px; background: url(images/bg-inside.jpg) no-repeat; position: relative; }
#top2 #nav { position: absolute; left: 296px; top: 102px; width: 488px; height: 33px; }
#top2 #nav table { border: none; width: 95%; margin: 0 auto; border-bottom: 1px solid black; }
#top2 #nav table td { text-align: center; padding: 8px 0; }
#top2 #nav table td a { color: black; font-style: italic; font-weight: bold; text-decoration: none; }




#home-content { width: 765px; padding: 10px; min-height: 200px; background: url(images/bg-content-home.jpg) repeat-x #FFFFFF; }

#inside-content { width: 765px; padding: 10px; min-height: 400px; background: url(images/bg-content-inside.jpg) repeat-x #FFFFFF; }
#inside-content li { line-height: 11pt; margin-bottom: .8em; }


#footer { text-align:center; margin: 10px auto 0 auto; border-top: 1px solid #bababa; width: 75%; padding-top: 10px; padding-bottom: 10px; font-size: 8pt; }
#footer a { color: #616161; }


.two-columns { width: 100%; border: none; }
.two-columns td {  }
.two-columns .left { width: 60%; }
.two-columns .space { width: 3%; }
.two-columns .right { width: 37%; }






/*div menu */

table.menu td{
	position: relative;
}
.menu ul li, .menu ul li div { padding-top: 1px; padding-bottom: 1px; font-size: 1em; }
table.menu td.menuItem{ }
table.menu td.menuItemOver{ }
table.menu td.item_text { cursor:default; }
.menu a:hover{ text-decoration:none; background: url(images/bg-dropdown-over.jpg); }
.menu div.submenu {
	min-width: 150px;
	position: absolute;
	z-index: 3;
	background: url(images/bg-dropdown.jpg); 
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align:left;
	display:none;
	margin:1px 0px 0px 0px;
	text-transform: none;
}
.menuItem:hover div.submenu { display: block; z-index: 99; }
.menu ul { list-style-type:none; margin: 0; padding: 0;}
.menu ul li { padding: 5px 0 5px 0; color: black;}
.menu div.submenu ul li { padding: 0; }
.menu tr td.menuItemOver div.submenu ul li a {
	text-transform: none;
	color: black;
}

.menu tr td.menuItemOver div.submenu ul li a div{ padding: 5px 4px; }
.menu tr td.menuItemOver div.submenu ul li a:hover div{ background: url(images/bg-dropdown-over.jpg); }






.lcp_catlist { margin-left: 0; padding-left: 0; list-style-type: none; }
.lcp_catlist a { font-weight: bold; }
.lcp_catlist p { padding-left: 15px; margin: 0 0 12px 0; }

#archive-right { width: 25%; float: right; padding-left: 3%; border-left: 1px solid black; }
#archive-left { width: 70%; float: left; }

#archive-sidebar ul { margin-left: 0; padding-left: 0; list-style-type: none; }
#archive-sidebar li li { padding-left: 15px;  }

/* Start Added 07/27/2010 */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Added 07/27/2010 */



/*CLASSES FOR VIDEO POPUP*/

.input {
	width: 306px;
	height: 30px;
	padding: 7px 12px 0 12px;
	border: none;
	background: url(images/input.png) no-repeat;
	font-size: 10pt;
	color: black;
}


/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	background-image:url(images/transparent.png);
	color:#fff;
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:700px;		

	/* some padding to layout nested elements nicely  */
	padding:50px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

