@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,700);

@import url("sticky_footer_php.css");
@import url("header.css");



/***** core style *****/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 100%;
	color: #444;
	background-color: #f2f2f2;
	background-image: url('images/backgroundTileLight.png');
	background-repeat: repeat;
}

a img {
	border-width: 0px;
}

hr {
	height: 1px;
	width: 100%;
	border-width: 0px;
	margin: 3px 0px;
	background-color: #ddd;
}

h1, h2, h3, h4, h5, h6 {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

p {
	line-height: 1.231;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

h1, .xxlarge {
	font-size: 2.3em;
	font-family: Lato, helvetica, arial;
	font-weight: 300;
	
	margin-top: 2.4em;
	margin-bottom: 1.2em;
}

h2, .xlarge {
	font-size: 1.7em;
	font-family: Lato, helvetica, arial;
	font-weight: 300;

	margin-top: 1.8em;
	margin-bottom: 0.9em;
}

h3, .large {
	font-size: 1.3em;
	font-family: Lato, helvetica, arial;
	font-weight: 400;

	margin-top: 1.4em;
	margin-bottom: 0.7em;
}

h4, .medium {
	font-size: 1.1em;
	font-family: Lato, helvetica, arial;
	font-weight: 400;

	margin-top: 1.2em;
	margin-bottom: 0.6em;
}

h5, .small {
	font-size: 0.9em;
	font-family: 'Open Sans', helvetica, arial;
	font-weight: 400;

	margin-top: 1.0em;
	margin-bottom: 0.5em;
}

h6, .xsmall {
	font-size: 0.8em;
	font-family: 'Open Sans', helvetica, arial;
	font-weight: 400;

	margin-top: 0.8em;
	margin-bottom: 0.4em;
}

.xxsmall {
	font-size: 0.7em;
	font-family: 'Open Sans', helvetica, arial;
	font-weight: 400;

	margin-top: 0.7em;
	margin-bottom: 0.35em;
}

ul {
	list-style-type: square;
	list-style-image: url('images/bullet.png');
}

a:link {
	color: #08c;
	text-decoration: none;
}

a:visited {
	color: #08c;
	text-decoration: none;
}

a:hover {
	color: #08c;
	text-decoration: underline;
}

a:active {
	color: #08c;
	text-decoration: underline;
}

::selection, ::-moz-selection {
	background: #2ae;
	color: #fff;
	text-shadow: none;
}


/***** convenience classes *****/
.center {
	text-align: center;	
}

.left {
	text-align: left;	
}

.right {
	text-align: right;	
}

.flush {
	margin-top: 0px;	
}

.middle {
	vertical-align: middle;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.bold {
	font-weight: 700;
}

.light {
	font-weight: 300;
}

.italic {
	font-style: italic;	
}

.button {
	cursor: pointer;	
}

.blue {
	color: #08c;	
}

.magenta {
	color: #c08;	
}

.gray {
	color: #666;		
}

.red {
	color: #c00;
}

.gradiated {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e8f0', endColorstr='#d7dade');
	background: -webkit-gradient(linear, left top, left bottom, from(#e6e8f0), to(#d7dade));
	background: -moz-linear-gradient(top,  #e6e8f0,  #d7dade);
}

.rounded {
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.padded {
	padding: 12px 12px;
}

.cleared {
	clear: both;
}

.fancy_button {
	font-weight: bold;
	cursor: pointer;
	padding: 5px 10px;
	margin: 10px 0px;
	color: #fff;
	text-shadow: 0px 1px #000;
	text-align: center;
	background: #08c;
	border: 3px solid #07b;
	border-radius: 9px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0ae');
	background: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0ae));
	background: -moz-linear-gradient(top,  #08c,  #0ae);
	-webkit-box-shadow: 0px 3px 3px 0px #ccc;
	-moz-box-shadow: 0px 3px 3px 0px #ccc;
	box-shadow: 0px 3px 3px 0px #ccc;
}
a.fancy_button:link {
	color: #fff;
	text-decoration: none;
}

a.fancy_button:visited {
	color: #fff;
	text-decoration: none;
}

a.fancy_button:hover {
	color: #fff;
	text-decoration: none;
}

a.fancy_button:active {
	color: #fff;
	text-decoration: none;
}

.attention {
	padding: 4px;
	border-radius: 4px;
	border: 2px solid #d7e0f1;
	background-color: #e4e8f3;
}

/***** core elements *****/

.content {
	width: 960px;
	padding: 20px 20px;
	margin: 0px auto;
	text-align: left;
	text-shadow: 0px 1px #fff;
/*	border: 3px solid yellow;*/
}

#header, #footer {
	width: 100%;
	color: #ddd;
	background: url('images/backgroundTileDark.png') repeat;
}

#header {
	-moz-box-shadow: 0px -7px 7px 0px rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow: 0px -7px 7px 0px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0px -7px 7px 0px rgba(0, 0, 0, 0.25) inset;
	text-align: left;
}

#footer {
	-moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25) inset;
	text-align: center;
}


/* header and footer have 100% width. child div should have contrained width */
#header > * {
	width: 960px;
	margin: 0px auto;
	padding: 10px 20px;
}

#footer > * {
	width: 780px;
	margin: 0px auto;
	padding: 14px 0px;
}

#footer #logo {
	margin-right: 10px;
	margin-top: 10px;
}



/***** overlay *****/

#overlay {
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	display: none;
}

#popup {
	position: fixed;
	top: 180px;
	left: 20%;
	right: 20%;
	background-color: #fff;
	padding: 20px;
	z-index: 101;
	display: none;
	-moz-box-shadow: 0px 1px 5px #333;
	-webkit-box-shadow: 0px 1px 5px #333;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#popoup_close {
	position: absolute;
	top: -14px;
	right: -15px;
	width: 31px;
	height: 31px;
	background-image: url('images/close.png');
	cursor: pointer;
}