/*Global Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Global settings */
body {
	font-family: "Proxima Nova","Proxima-nova", Helvetica, Verdana, Arial, Sans-Serif;
	background: #f9f9f8;

}

html, body {
	height: 100%;
}

#footer, .push {
	height: 4em;
}


/* layout */
#wrapper {
	font-size:1.2em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;	
}


#message {
    height:24px;
    padding: 8px 5px 2px;
    margin-top: -10px;
    font-size:1em;
    height:24px;
}
#message2 {
    height:24px;
    padding: 2px 5px;
    font-size:1em;
    height:24px;
}


.error {
    color: red;
}
.success{
    color: green;
}

.topof{
	margin-top:100px;
}

/* page */
.page {
    padding: 0 90px 0 90px;
    width: 680px;
	text-align: left;
}
.page button {
	font-family: Helvetica,Arial,sans-serif;
}
.page h1 {
	font-family: "Proxima Nova","Proxima-nova", Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding-top:12px;
    font-size:32px;
    margin-bottom:25px;
	color: #3b3b3b;
}
.page h1 input{
	font-family: "Proxima Nova","Proxima-nova", Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 0.8em;
	width: 90%;
	border: 1px solid #ccc;
	color: #3b3b3b;
}
.page h1 button{
	background: #FAD753;
	border: 1px solid #E5D633;
	color: #8D7E43;
	display: inline-block;
	font-size: 0.4em;
	margin-right: 0.5em;
}
.page h3 {
	font-family: Georgia,serif;
	font-weight: normal;
    font-size:14px;
	padding-top: 12px;
    color: #9ab7c7;
	text-align:right;
}
.page h3 button{
	background: #FAD753;
	border: 1px solid #E5D633;
	color: #8D7E43;
	display: inline-block;
	margin-right: 0.5em;
}
.page h3 input{
	font-family: Georgia,serif;
	font-weight: normal;
	margin-top: 12px;	
	width: 50%;
	color: #6aa5ca;
	border: 1px solid #ccc;
}
.escaping {
	display:none;
}
#pagecontent {
    font-size:17px;
    line-height: 28px;
	height: auto !important;
	font-family: "Proxima Nova","Proxima-nova", Helvetica, Verdana, Arial, Sans-Serif;
	min-height: 250px;
	height: 300px;
	color: #4a4a49;
	z-index:110;
	text-align:left;
}
#pagecontent p {
    margin-bottom:1em;
}
#pagecontent h1,#pagecontent h2, #pagecontent h3, #pagecontent h4 {
	color: #020202;
	letter-spacing:0.045em;
	font-family: "Proxima Nova","Proxima-nova", Helvetica, Verdana, Arial, Sans-Serif;
	font-weight:600;
	text-align:left;
}
#pagecontent h1 {
	font-size:24px;
	padding: 18px 0;
}
#pagecontent h2 {
	font-size:20px;
	padding: 16px 0;
}
#pagecontent h3 {
	font-size:18px;
	padding: 10px 0;
}
#pagecontent h4 {
	font-size:16px;
	padding: 12px 0;
}
#pagecontent textarea{
	width: 100%;
	height: 400px;
	padding: 12px;
	font-family: "Proxima Nova","proxima-nova", Helvetica, Verdana, Arial, Sans-Serif;
	border: 1px dashed #cbcbcb;
    font-size:16px;
    line-height: 26px;
    letter-spacing:0.01em;
	color: #727272;
}
#pagecontent img {
	margin-top:20px;

	/*float: right;*/
}

#pagecontent a img {
	max-width: 200px;
}
.imagefull {
}
.imageleft {
	float: left;
}
.imageright {
	float: right;
}
#pagecontent button{
	font-family: "lucida grande", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	background: #3b88d8;
	background: -moz-linear-gradient(0% 100% 90deg, #377ad0, #52a8e8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, 
	from(#52a8e8), to(#377ad0));
	border-top: 1px solid #4081af;
	border-right: 1px solid #2e69a3;
	border-bottom: 1px solid #20559a;
	border-left: 1px solid #2e69a3;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	-webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	line-height: 1;
	text-align: center;
	text-shadow: 0 -1px 1px #3275bc;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}

#pagecontent button:hover {
	background: #2a81d7;
  background: -moz-linear-gradient(0% 100% 90deg, #206bcb, #3e9ee5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, 
  from(#3e9ee5), to(#206bcb));
  border-top: 1px solid #2a73a6;
  border-right: 1px solid #165899;
  border-bottom: 1px solid #07428f;
  border-left: 1px solid #165899;
  -moz-box-shadow: inset 0 1px 0 0 #62b1e9;
  -webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
  cursor: pointer;
  text-shadow: 0 -1px 1px #1d62ab;
}
#pagecontent .youtube-player {
	margin-left: 70px;
}

.fb {
	margin-left:80px;
}

#pagination {
	font-family: Georgia,serif;
	height: 28px;
	overflow: hidden;
	color: #6aa5ca;
	font-size: 18px;
	margin:1em 0 0.5em 0;
	clear: both;
}
#pagination a, #pagination a:visited {
	text-decoration: none;
	color: #6aa5ca;
}
#pagination a:hover {
	text-decoration:underline;
}
.prev {
	width: 150px;
	float: left;
	height:100%;
}
.middle {
	width: 480px;
	float:left;
	height:100%;
	text-align:center;
}
.next {
	width: 150px;
	float: left;
	height:100%;
	text-align:right;
}
.middle span {
	display: inline-block;
	margin: 0 8px;
}
.middle a {
	display: inline-block;
	margin: 0 8px;

}
.current_page {
	color: #c48d3a;
}
#footer {
	text-align:center;
	font-size:16px;
}

#page_url input, #page_url button {
    font-size:1em;
}

.page #message {
	font-size:0.8em;
	padding:3px;
	margin-top:0;
}
#content_area {
	height: auto !important;
	min-height: 300px;
	height: 300px;	
}
#footer a {
	font-size:16px;
	color: #5c9722;
}

/* Login page */
.login {
	text-align:center;
    padding: 0 80px 0 80px;
    width: 800px;
}
.login h1 {
	padding-top:60px;
	font-family: Georgia,serif;
	font-weight: normal;
    font-size:2em;
    margin-bottom:2.0em;
    text-align:center;
	font-family: "Proxima Nova","Proxima-nova", Helvetica, Verdana, Arial, Sans-Serif;
}
#login_form {
	margin: 2em auto;
	width: 220px;
}
#flogin input {
	font-family: "Proxima Nova","Proxima-nova", Helvetica, Verdana, Arial, Sans-Serif;
    font-size:1.1em;
    z-Index: 1;
}
#flogin #password {
	width:100%;
	font-size:1.5em;
}
#flogin #login {
	background: #FAD753;
	border: 1px solid #E5D633;
	color: #8D7E43;
	margin-top:1em;
    font-size:2em;	
}
#file-list  {
list-style:none outside none;
margin-left:auto;
margin-right:auto;
position:relative;
top:0;
width:400px;
}
#drop-area  {
left:0;
position:absolute;
top:0;
width:100%;
z-index:0;
}
#slider {
position: absolute;
width: 100%;
height: 77px;
top:-50px;
}
#topstuff {
	position:absolute;
	right:5px;
	margin-top:15px;
}

#slider img {
position:absolute;
border: 0;
top:-27px;
}
#sliderContent {
position: absolute;
background:url(../images/bg.jpg);
width: 100%;
height: 50px;
}
#openCloseWrap {
position:absolute;
right:50px;
bottom:0px;
}

iframe {
	vertical-align:top;
}

.page_ad{
	margin-bottom:50px;
}

