/* ===========================
   ======= Body style ======== 
   =========================== */
   
body {
background: url(../images/greengradient.jpg) repeat-y;
	color: #000305;
	font-size: 100%; /* Base font size: 15px */
	font-family: Verdana;
	line-height: 1.529;
	margin: 0;
	padding: 0;
	text-align: left;
}
	
.body {
	clear: both; 
	margin: 0 auto; 
	width: 70%;
}

table {
     border-collapse: collapse;
 }

table, th {
    font-family: Arial;
    font-size: 15px;
    color:#FF0000;
    border: 1px solid green;
 }
table, td {
    font-family: Arial;
    font-size: 15px;
    color:#000;
    border: 1px solid green;
 } 
  table.center {
    width:500px; 
    margin-top:0px;
    margin-left:0px; 
    margin-right:0px;
  }

/* ===========================
   ========= Headings ======== 
   =========================== */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

#container {
  margin: 0 auto;
  width: 100%;
}

.mainHeader img {
	width: 100%;
	height: auto;
        border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 1% 0;
}

.logo img{
display:none;
}


#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}


/* ===========================
   ======= Content Area ====== 
   =========================== */

.mainContent {
	overflow: hidden;
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* ===========================
   ===== Main Navigation ===== 
   =========================== */
  
.nav {
padding:10px;
width: 92%; 
float:left;
background: #fff;
font-size: 1.143em;
height: auto;
line-height: 30px;
margin-right: auto;
margin-left: 20px;
text-align: 20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-style:solid;
border-width:1px;
border-color:#32AF42;
}
	
.nav ul
 {
 margin-left: 0;
 padding-left: 0;
 list-style-type: none;
 font-family: Arial, Helvetica, sans-serif;
 color: #000;
 }

.nav a
 {
 display: block;
 padding-left: 8px;
 padding-top: 3px;
 padding-bottom: 3px;
 width: 93%;
 background-color: #32AF42;
 border-bottom: 6px solid #eee;
 }

.nav a:link, #navlist a:visited
 {
 color: #000000;
 text-decoration: none;
 }

.nav a:hover
 {
 background-color: #336633;
 color: #ffffff;
 } 

.topcontent {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 5%;	
	margin-bottom: 1%;
        border-style:solid;
        border-width:1px;
        border-color:#ff0000;
}

.bottomcontent {
	background-color: #FFF;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 2% 5%;
        border-style:solid;
        border-width:1px;
        border-color:#ff0000;
}

.content {
	width: 24%;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

img.ord { 
    width:100%;
    margin-top: 0px; 
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img.floatLeft { 
    float: left;
    margin-top: 0px; 
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
}

img.floatRight { 
    float: right;
    margin-top: 0px; 
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
}

img.event {
    max-width: 100%;
    height: auto;
}

/* ===========================
   ======== Sidebar ========== 
   =========================== */

.top-sidebar {
	width: 63%;
	float: left;
	margin-left: 4%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 3%;
	margin-bottom: 2%;
        border-style:solid;
        border-width:1px;
        border-color:#32AF42;
}

.middle-sidebar {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 3%;
	margin-bottom: 2%;
        border-style:solid;
        border-width:1px;
        border-color:#ff0000;
}

.bottom-sidebar {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 3%;
        border-style:solid;
        border-width:1px;
        border-color:#ff0000;
}

/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	width: 100%;
        float:left;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 0;
	background-color: #32AF42;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	color: #FFF;	
}

.mainFooter p {
        text-align: right;
	width: 91%;
	margin: 10px auto;
        font-size: 12px;
} 


/* Media Queries
--------------------------------------------- */

/* When the screen is less than 680 pixels wide, hide all list items. Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
  ul.topnav {width:100%;}
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: center;
  }
}

@media all and (max-width : 768px) {

	.body {
		clear: both; 
		margin: 0 auto; 
		width: 100%;
		font-size: 90%;
	}

.logo img {
 display: block;
 width:100%;
}



	.mainHeader img {
		width: 100%;
		height: auto;
		margin-bottom: 3%;
	}

	.mainContent {
		overflow: hidden;
		line-height: 25px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: 4%;
		margin-bottom: 2%;
	}
	
	.topcontent {
		background-color: #FFF;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
		margin-bottom: 4%;
	}
	
	.bottomcontent {
		background-color: #FFF;	
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
	}
	
	.content {
		width: 100%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
	}	

	.post-info {
		display: none;
	}
	
	.top-sidebar {
		width: 84%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0;
		padding: 7% 7%;
		margin-bottom: 0;		
	}
	
	.top-sidebar p {
		width: 90%;
	}

	.middle-sidebar {
		width: 84%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;	
	}
	
	.middle-sidebar p {
		width: 90%;
	}
	
	.bottom-sidebar {
		width: 84%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0%;
		padding: 0 7%;
		margin-bottom: 1%;
	}
	
	.bottom-sidebar p {
		width: 90%;
	}
		
.mainFooter {
	width: 98%;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 0;
	background-color: #32AF42;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	color: #FFF;	
}

.mainFooter p {
	width: 91%;
	margin: 10px auto;
        font-size: 12px;
}

}

