@charset "UTF-8";
@import "defaults.css";
@import "typography.css";
@import "forms.css";

/* =============================================================================
   reusable
   ========================================================================== */


/* =============================================================================
   layout
   ========================================================================== */
//*body{background: url(../failid/Project/content/bg.jpg);}*/

#head{
	padding: 30px 0;
}

#main{
	overflow:hidden;
}
#footer{
	position:relative;
}


/* =============================================================================
   head
   ========================================================================== */
#head{ text-align: center; color: #0a3271; font-weight: bold; font-size: 26px; /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);*/}
	#head p{margin-bottom: 0;}

/* =============================================================================
   Sidebar
   ========================================================================== */



/* =============================================================================
   Content
   ========================================================================== */

.text{
	font-size:14px;
	color:#000;
	margin-top:10px;
}

/* =============================================================================
   Footer
   ========================================================================== */
#ama{
	display:block;
	text-indent:-3000px;
	position:absolute;
	top:0;
	right:0;
	background-image:url(../failid/Project/ama.png);
	width:29px;
	height:17px;
}


/* =============================================================================
   Media queries
   ========================================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}

/* For print view */
@media print {
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	#head, #sidebar, #footer, button,
	.error, .alert, .notice, .success, .info, .button
	{ display:none !important; }
	#wrapper, #content{ width:auto !important; float:none !important; margin:0 !important; padding:0 !important;}
}