/*------------------------------
       WildScaper CSS3
------------------------------*/

/* CLEAR */
* {
	margin: 0;
	padding: 0;
}

/* HTML5 BLOCK RENDER ALL */
header, footer, section, aside, nav, article, contactus {
	display: block;
}

body {
	margin: 0 auto;
	padding: 22px 0;
	width: 940px;
	font: 13px/22px Helvetica, Arial, sans-serif;
	background-image: url(admin/bg.jpg);
	background-color: #FF9900;
	background-repeat: repeat-x;
	background-position: 0 0;
	/*width: 100%;
	height: auto;
	position: fixed;*/
}

h1 {
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
	color: #fff;
}
h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
	color: #000;
}

h3 {
	/*font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
	----*/
	margin-top: 12px;
	padding: 15px 5px 10px 5px; 
	font: bold 24px 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
}

p {
	padding: 10px;
	margin: 0;
	padding-bottom: 12px;
}
/*COPY*/
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
}
.copywht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	font-weight: normal;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	margin-left: 40px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #3366FF;
	font-weight: normal;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
color: #000000;
}
.itac {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
/* ALIGNMENT */
.float-left  {
	float: left;
}
.float-right  {
	float: right;
}
/* IMAGE IN TEXT ALIGNMENT */
img {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.float-right {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img.float-left {
  	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img.float-top {
  	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*------------------------
 		SEARCH FORM 
 -------------------------*/
 .button {
    background: url(image/ws_menu_blank.png) no-repeat bottom right;
    padding: 4px 8px 0px 0px;
	margin: 0px;
	valign: middle;
text-align:right;
	list-style-type: none;
	/*display:block;*/
	width: 100px;
	height: 40px;
	border:hidden;
	overflow:hidden;
	outline:#093;
	text-decoration: none;
	background-color: none;
}
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; 
	padding: 20px 0 15px 8px;	
	width: 270px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 185px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
/* SEARCH BACKGROUND */
#header form#quick-search {
	position: absolute;
	top: 38px;
	right: 175px;
	padding: 0;
	margin: 0;
	border: none;
	width: 80px;
	height: 30px;
	background: url(admin/nav_bckgnd.png) no-repeat;
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 210px;
	background: none;
	border: none;
}
#header form#quick-search label,
#header form#quick-search .btn {
	display: none;	
}
/*------------------------------
         NAVIGATION
------------------------------*/

nav {
	position: absolute;
	left: 0;
	width: 100%;
	background: url("admin/nav_bckgnd.png");
}

	nav ul {
		margin: 0 auto;
		width: 940px;
		list-style: none;
	}

		nav ul li {
			float: left;
		}
		
			nav ul li a {
				display: block;
				margin-right: 20px;
				width: 140px;
				font-size: 14px;
				line-height: 44px;
				text-align: center;
				text-decoration: none;
				color: #0F0;
			}
			
				nav ul li a:hover {
				color: #fff;
				}
			
			nav ul li.selected a {
				color: #0F0;
			}
			/*SEARCH*/
			nav ul li.search a {
				
				background: url("admin/nav_bckgnd.png") right center no-repeat;
			}



/*------------------------------
           INTRO
------------------------------*/

#intro {
	position: relative;
	margin-top: 72px;
	padding: 30px;
	/*background: #467612 url("intro_background.png") repeat-x;*/
	/* Background-size not fully compatible */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;
	/* Border-radius not fully compatible */
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	background-color: #FF9900;
	height: 100%;
	background-image: url(images/Banner_App_5.jpg);
}

	#intro h2, #intro p {
		position: relative;
		z-index: 9999;
		width: 400px;
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-weight: normal;
		font-size: 18px;
		line-height: 1.4em;
		font-style: italic;
	}
	
	#intro h2 {
		padding: 0 0 22px 0;
		font-weight: normal;
		color: #fff;
		font: normal 60px Georgia, 'Times New Roman', Times, serif;
		letter-spacing: -1.5px;
		color: #fff;
	}
	
	#intro p {
		padding: 0;
		color: #fff;
	}
	
	#intro img {
	position: absolute;
	top: 24px;
	right: 102px;
	width: 395px;
	height: 212px;
	/* Border-radius not fully compatible */
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	}



/*------------------------------
 CONTENT AREA AND SIDEBAR LAYOUT
------------------------------*/

#content {
	display: table;
}

	#mainContent {
		display: table-cell;
		width: 620px;
		padding-right: 22px;
	}
	
	aside {
		/*display: table-cell;*/
		display:block;
		margin-top: 40px;
		width: 300px;
		height:1200;
		background: url("admin/Nav.jpg") top left;
		-moz-border-radius: 22px;
		-webkit-border-radius: 22px;
		
		
	}

/*------------------------------
          COMMENTS
------------------------------*/

#comments {
	margin-top: 12px;
	padding-top: 22px;
	/*border-top: 1px solid #d7d7d7;*/
}

	#comments article {
		display: table;
		padding: 22px;
	}
	
	#comments article:nth-child(odd) {
		padding: 21px;
		background: #E3E3E3;
		border: 1px solid #d7d7d7;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
	}
	
		#comments article header {
			display: table-cell;
			width: 220px;
			padding-right: 22px;
		}
		
			#comments article header a {
				display: block;
				font-weight: bold;
				color: #000;
			}
			
				#comments article header a:hover {
					text-decoration: none;
				}
		
		#comments article p {
			padding: 0;
		}



/*------------------------------
        COMMENT FORM
------------------------------*/
form {
	margin-top: 2px;
	padding-top: 2px;
	/*border-top: 1px solid #d7d7d7;*/
}

	form p {
		display: table;
		margin-bottom: 22px;
		padding: 0 22px;
	}

		form label {
			display: table-cell;
			width: 140px;
			padding-right: 20px;
			text-align: right;
			font-weight: bold;
			vertical-align: top;
		}
	
		form input[type="text"], form input[type="email"], form input[type="url"] {
			display: table-cell;
			width: 200px;
			height: 20px;
			border: 1px solid #d7d7d7;
		}
		
		form textarea {
			width: 300px;
			height: 100px;
			border: 1px solid #d7d7d7;
		}
		
		form input[type="submit"] {
			margin-left: 162px;
		}



/*------------------------------
       SIDE MENU
------------------------------*/
aside section {
	margin: 22px 0 0 22px;
	padding: 12px 0px;
	font: bold 16px 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	background: url("admin/Nav.jpg") repeat-x;
	
	/* Border-radius not implemented yet */
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}

	aside section ul {
		margin: 0 0 0 22px;
		list-style: none;
		line-height:28px;
		
	}
	
		aside section ul li a {
			display: block;
			text-decoration: none;
			color: #000;
		}
		
			aside section ul li a:hover {
				text-decoration: none;
				color: #fff;
			}



/*------------------------------
           FOOTER BASE
------------------------------*/
footer {
	position: absolute;
	left: 0;
	width: 100%;
	/*background: #200250;*/
	/*------*/
	background-image: url(images/footer.png);
	/*background-color: #200250;*/
	background-repeat: repeat-x;
	background-position: 0 0;
}

	footer div {
		display: table;
		margin: 0 auto;
		padding: 44px 0;
		width: 940px;
		color: #fff;
	}
	
		footer div section {
			display: table-cell;
			width: 300px;
		}
		
		footer div #about, footer div #blogroll {
			padding-right: 20px;
		}
		
	footer h3 {
		color: #FFF;
	}
	
	footer a {
		color: #00FF00;
	}
	
		footer a:hover {
			color: #FFF;
			text-decoration: none;
		}
	
	footer ul {
		margin: 0 0 0 20px;
		list-style: square;
		color: #00FF00;
	}
	
		footer ul li a {
			display: block;
		}


/*----------------------------------
         IMAGE GALLERY
-------------------------------------*/
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.image-gallery { margin: 15px 0 15px 0; }

figure { 
  width: 120px; 
  float: left; 
  margin: 0 2px 0 0; 
  background: white;
  border: 1px solid #FFF;
  /*Not fully compatible*/ 
  -webkit-box-shadow: 0 3px 10px #000; 
  -moz-box-shadow: 0 3px 10px #000;
  -webkit-transform: rotate(5deg); 
  -moz-transform: rotate(5deg);
  -webkit-transition: all 0.7s ease; 
  -moz-transition: all 1s ease;
  position: relative;
}

figcaption { 
  text-align: center; 
  display:block;
  font-size: 8px; 
  font-style: italic; 
}

figure img { 
  width: 100%; /* Scale down */
}

figure:hover {
    -webkit-transform: rotate(-1deg); -moz-transform: rotate(1deg);
    -webkit-box-shadow: 0 3px 10px #000; -moz-box-shadow: 0 3px 10px #000;
}

figure:focus {
    outline: none;
    /*-webkit-transform: rotate(-3deg) scale(2.5); -moz-transform: rotate(-3deg) scale(2.5);*/
	-webkit-transform: rotate(0deg) scale(5); -moz-transform: rotate(0deg) scale(4);
    -webkit-box-shadow: 0 3px 10px #000; -moz-box-shadow: 0 3px 10px #000;
    z-index: 9999;
}

