


li.imageswap {
	list-style: none;
}
li.imageswap {
	cursor: pointer; 
}

.socialmedia {
	text-align:center;
}

.socialmedia img {
	max-width:5%;
	padding: 15px 5px 0px 5px;
}


@media only screen and (max-width: 990px) {
    .membership { width:10%;top:60px; }
	ul.categories li { font-size:small; }
	ul.categories { font-size:small; }
	.socialmedia img { max-width:15%; }
}


.catheading {
	text-align:left;
	padding:6px;
	margin: 2px;
	font-size: medium;
	font-weight: bold;
	border: 1px solid #ebebeb;

	background: #b2d0a4; /* Old browsers */
	background: -moz-linear-gradient(top,  #b2d0a4 0%, #b8d3ad 50%, #9dcb89 51%, #97cd7d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b2d0a4 0%,#b8d3ad 50%,#9dcb89 51%,#97cd7d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b2d0a4 0%,#b8d3ad 50%,#9dcb89 51%,#97cd7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2d0a4', endColorstr='#97cd7d',GradientType=0 ); /* IE6-9 */
	
	list-style-type: none;
	cursor: pointer;
	
}

.subcatheading {
	list-style-type: none;
	margin:0;
	padding:0;	
}

.subcatheading li {
	border-bottom: 1px solid #ebebeb;
	margin-left: 5px;
	padding: 2px 0px 1px 0px;
	font-size: small;
	text-align:left;
}

.header {
	margin: 0px 0px 20px 0px;
}


#geolocation {
	color: #0d7400;
	font-weight:bold;
	font-size:xx-large;
}

#logo {
	max-width:30%;
	max-height:30%;
}

@media only screen and (max-width: 710px) {
    #logo { max-width:40%; max-height:40%; }
}


.postbutton {
	position: relative;
	top: -2px;
	padding: 20 25;
	background-image: linear-gradient(#16b102,#0d7400 85%,#0a5a00);
	background-color: #0d7400;
	color: #fff;
	font-size:18;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	border: 1px solid #0d7400;
	border-radius: 8px;	
	margin: 15px 0px 0px 0px;	
}

.menu {
	border: 2px solid #0d7400;
	background-color: #def0dc;
	padding:5px;
}








#search {
	width: 70%;
	height: 50px;
	border-radius: 16px;
	margin:20px;
	border: 1px solid #666666;
	box-shadow: inset -1px -1px 1px 0px #666666;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	color: #666666;
	/**background: url(icon-search.png) no-repeat scroll 7px 7px;
	background-size: 40px 40px;
	background-position: 35%;**/
}

table, tr, td {
	text-align: left;
	margin: auto;
	margin-bottom: 5px;
	width: auto;
	color: #111111;
	font-size: large;
	min-width: 10px;
	border: 1px solid grey;
	border-collapse: collapse;
	border-spacing: 5px;
	padding:5px;
}

th {
	background-color: #0d7400;
	color: #fff;
	padding: 5px 10px;
}

.fields {
	margin:2px;
	width:49%;
}

.buttons {
	width:50px;
	height:50px;
}

textarea { width:40%;height:100px;}


.adcontent {
	position:relative;
	left:55px;
	padding-right:55px;
}


#footerdiv {
	width:100%;
	background-color:#0d7400;
	margin-top:0px;
	padding:0px;
}

#headerdiv {
	width:100%;
	background-color:#0d7400;
	margin-top:0px;
	padding:0px;
	color: white;
}


/**
@media only screen and (max-width: 585px) {
    .adcontent { left:0px; max-width:100%; }
}

@media only screen and (max-width: 990px) {
    #ariana { margin-top:0%; }
	#kelsey { margin-top:0%; }
	.left-content { text-align:center; }
	.right-content { text-align:center; }
}

@media only screen and (max-width: 768px) { body { padding-top: 300px; }}
**/

.column {
    float: left;
    width: 33.33%;
    padding: 10px;
	text-align:center;
}

.columnhalf {
    float: left;
    width: 50%;
    padding: 10px;
	text-align:center;
	position:relative;
	display:table-cell;
	vertical-align:bottom;
}

.column4 {
    float: left;
    width: 25%;
    padding: 10px;
	text-align:center;
}

.column3quarters {
    float: left;
    width: 75%;
    padding: 10px;
	text-align:center;
}

/**
.row:after {
    content: "";
    display: table;
    clear: both;
	vertical-align:bottom;
	position:relative;
}

**/