@charset "utf-8";
/* CSS Document */

/* Page Wrapper */
.wrap {
	max-width: 1152px;
	min-width: 320px;
	margin: 1em auto 30em auto;
	padding: 1.5em 1.5em 0 1.5em;
	border-color: #EAEAEA;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	font-size: 1em;
}

@media all and (max-width: 500px) {
	.wrap {
		padding: 0.5em 0 0 0;
		border-radius: 0;
		}	
	}

/*  Copyright Notice */
#ve-copyright {
	text-align: center;
	clear: both;
	font-size: 1em;
	padding: 3em 0 2em 0;
}
#ve-copyright a:link, #ve-copyright a:visited, #ve-copyright a:active {
	color: #0000CC;
	text-decoration: none;
}
#ve-copyright a:hover, #ve-copyright a:focus {
	color: #0000CC;
	text-decoration: underline;
}

/* Navbar */

.navbar-index_links{
	text-align:left;
	margin: 1.5em 0 1.5em 0;
}

@media all and (max-width: 400px) { .navbar-index_links { display: none; } }


/* Gallery */

.gallery-topic-tools_links{
	text-align:left;
	padding-left: 10px;
	margin: 1.5em 0 2.5em 0;
}

@media all and (max-width: 575px) { .gallery-topic-tools_links { display: none; } }

@media all and (min-width: 576px) { .gallery-topic-tools_drop_down_menu { display: none; } }


/* Login Box */

.ve-login-box {
	font-size: 0.9em;
	margin: 0 0 1.5em 0;
}
@media all and (max-width: 800px) {
	.ve-login-box { display: none; }
}

.ve-login-box input, .ve-login-box select {
    /*width: 100%*/;
    padding: 0 2px 0 2px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.ve-login-message {
	font-size: 1em;
}
.ve-login-message a:link, .ve-login-message a:visited, .ve-login-message a:active {
	color: #0000CC;
	text-decoration: none;
}
.ve-login-message a:hover, .ve-login-message a:focus {
	color: #0000CC;
	text-decoration: underline;
}




/* Adsense */

/* Forum Top */
.forum-as_top_wrapper {
	text-align:center;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	margin: 1em 0 1em 0;
	padding: 10px 5px 10px 5px;
	}

/* Forum Bottom */
.forum-as_btm_wrapper {
	text-align:center;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	margin: 1em 0 1em 0;
	padding: 10px 5px 10px 5px;
	}
		
/* Gallery */
.gallery-as_wrapper {
	text-align:center;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	margin: 1em 0 1em 0;
	border-radius: 10px;
	padding: 10px 5px 10px 5px;
	}

@media all and (max-width: 500px) {
	.forum-as_top_wrapper {
	border-style: none;
	}
	
	.forum-as_btm_wrapper {
	border-style: none;
	}
	
	.gallery-as_wrapper {
	border-style: none;
	}
	
	.forum-search-link {
	display: none;
	}
}

	
/* Forum Index Images */	
@media all and (max-width: 800px) {
	.forum-image {
		display: none; 
		}
}	




/* Forum Avatar */
@media all and (max-width: 800px) {
	.avatar-container {
		display: none; 
		}
}


/* Forum Attachment Images */

.forum-attach-image {
	display: block;
	margin: 1.5em 0 1.5em 0;
	
	}
.forum-attach-image .thumbnail {
	max-width: 516px;
	max-height: 516px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	border: none;
	padding: 8px;
	}

@media all and (max-width: 750px) {
	.postbody img.postimage {
		max-width: 100%;
		}	
	.forum-attach-image {
		max-width: 100%;
		}	
	.forum-attach-image .thumbnail {
		max-width: 100%;
		}
}





/* Forum Attachment YouTube  */
.forum-youtube {
	display:inline-block;
	float: left;	
	}

