﻿@import url("../../../style.php?id=1&lang=fr");

/*******************
*	RESET		   *
*******************/

* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
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
}
input, textarea {
	border: 1px solid #ccc;
	padding: 2px;
}
a {
	text-decoration:none;
}
small {
	font-size: smaller;
}
.clear {
	clear:both;
}
.right {
	float:right;
}
.left {
	float:left;
}

/*******************
*	OVERALL		   *
********************/

body {
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
    line-height: 1.2em;
	margin: 0;
	padding: 0;
	color: #2c2f34;
}
#wrapper {
	background: #fff;
	width:100%;
	padding: 0;
}
.wrapperin {
	max-width: 1200px;
	margin: 0 auto;
}

/*******************
*	TOP			   *
********************/

#top {
	background: #f6f6f6;
	margin: 0;
	padding: 0;
}
#topnav {
	background: #f6f6f6;
	height: 28px;
	margin: 0;
	padding: 2px 0 1px 0;
	font-size: 10px;
}
#topnav .current_page_item {
	background: #e5e5e5;
}
#topnav .current_page_item a {
	color: #002F55 !important;
}
#topnav ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}
#topnav li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}
#topnav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ccc;
}
#topnav li a, #topnav li a:link, #topnav li a:visited {
	color: #002F55;
	display: block;
	margin: 0;
	padding: 8px 12px 7px 12px;
}
#topnav li a:hover, #topnav li a:active {
	background: #e5e5e5;
	color: #002F55;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	border-bottom: none;
}
#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background: #f6f6f6;
	width: 150px;
	color: #111;
	float: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#topnav li li a:hover, #topnav li li a:active {
	background: #002F55;
	color: #fff;
	padding: 8px 12px 7px 12px;
}
#topnav li ul {
	z-index: 9999;
	width: 155px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -999em;
	height: auto;
}
#topnav li li {
	border:none;
}
#topnav li ul a {
	width: 120px;
}
#topnav li ul a:hover, #topnav li ul a:active {
}
#topnav li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: auto;
}
#topnav li:hover, #topnav li.sfhover {
	position: static;
}
#topnav .left a {
	margin: 0;
	padding: 0 5px 0 5px;
}

/*******************
*	HEADER		   *
********************/

#header {
	background-color: #002f55;
	background-image: url('https://www.feline207.net/media/images/site/top207.jpg');
	background-repeat: no-repeat;
	background-size: initial;
	background-attachment: scroll;
	background-position: 50% 10%;
	margin: 0;
	padding: 0;
}
.logo {
	text-align: left;
	margin: 0;
	padding: 0 15px;
}
.logo h1 { margin: 0; margin-left:0; margin-right:0; padding: 0; }
.logo h1 a { display: block; }
.logo a {
	display: block;
	width: 200px;
	height: 56px;
    padding-top: 40px;
    padding-bottom: 40px;
}

/*******************
*	MENU		   *
********************/

#menu {
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    border-bottom: 1px solid #ccc;
	height: 60px;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
#menu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 60px;
	height: 60px;
}
#menu .right {
	padding-top: 7px;
	padding-right: 5px;
}
#menu li a, #menu li a:link, #menu li a:visited {
	margin: 0;
	padding: 0 14px;
	color: #2c2f34;
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 60px;
	height: 60px;
}
#menu li a:hover, #menu li a:active {
	background: #00416d;
	margin: 0;
	color: #fff;
	display: block;
	text-decoration: none;
	border-bottom: none;
}
#menu li:hover > a {
	background: #00416d url('http://www.feline207.net/wp-content/themes/feline207/images/bg_menu.on.gif') repeat-x;
	color: #fff;
}
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: #00416d;
	float: none;
	width: 150px;
	margin: 0;
	padding: 6px 13px 6px 12px;
	color: #fff;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	height: auto;
}
#menu li li a:hover, #menu li li a:active {
	background: #4283b7;
}
#menu li ul {
	z-index: 9999;
	position: absolute;
	width: 170px;
	height: auto;
	margin: 0;
	padding: 0;
	left: -999em;
}
#menu li li {
	border: none;
	line-height: normal;
	min-height: 15px;
	height: auto;
}
#menu li ul a {
	width: 170px;
}
#menu li ul a:hover, #menu li ul a:active {
}
#menu li ul ul {
	margin: -25px 0 0 175px;
	border: none;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover, #menu li.sfhover {
	position: static;
}

/*******************
*	CONTENT		   *
********************/

#main {
	background: #fff;
	max-width: 1200px;
	padding: 0 0 15px 0;
	margin: 0 auto;
}

.container {
	width: 100%;
}

/******************
*	FOOTER		  *
*******************/ 

#footer2 {
	background: #002f55;
	margin: 0;
	padding: 30px 15px 4px 15px;
	color: #fff;
	line-height: 14px;
	list-style: none;
	font-size: 13px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, Helvetica, sans-serif;
}
#footer2 * {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, Helvetica, sans-serif;
}
#footer2 a {
	color: #f9f9f9;
	text-decoration: none;
}
#footer2 a:hover {
	color: #1473bc;
}
#footer2 .box {
	width: 225px;
	margin: 5px 10px;
}
#footer2 h3, #footer2 h2 {
	margin: 5px 0 2px 0;
	padding: 0 0 0 15px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#footer2 ul ul {
	display: none;
}
#footer2 ul li {
	list-style: none;
	margin: 0;
	padding: 2px 2px 2px 5px;
	border-top: 1px dotted #eee;
}
#footer2 img {
	padding: 1px;
}
#footer2 .footerline {
	clear: both;
	padding: 0 0 6px 15px;
	height: 12px;
}
#footer2 .footerline h2 {
	float: left;
	width: 65px;
	margin: 0 10px 0 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, Helvetica, sans-serif;
	line-height: 14px;
}
#footer2 .footerline ul {
	float: left;
	margin-bottom: 2px;
}
#footer2 .footerline ul li {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 14px;
}
#footer2 .footerline ul li.first {
}
#footer2 .footerline ul li a {
	padding: 0 6px;
}

/******************
*	BOTTOM		  *
*******************/ 

#bottom {
	background: #002f55;
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, Helvetica, sans-serif;
}
#bottom .left, #bottom .right {
	margin: 10px 15px;
}
#bottom * {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, Helvetica, sans-serif;
}
#bottom a {
	color: #f9f9f9;
}
#bottom a:hover {
	border-bottom: none;
}

/*******************
*	SEARCH FORM	   *
********************/

#searchform {
	margin: 0;
	padding: 0;
	line-height: 28px;
}
.searchinput {
	width: 150px;
	font-size: 11px;
	color: #333;
	margin: 5px 0 5px 5px;
	padding: 4px 55px 4px 22px;
	border: 1px solid #ccc;
	background: #FFF url('http://www.feline207.net/wp-content/themes/feline207/images/googlebar.png') center left no-repeat !important;
}
.searchinput:focus {
	border: 1px solid #bbb;
}
.searchsubmit {
	width: 30px;
	background: transparent;
	border: 1px solid transparent;
	margin: 0;
	padding: 1px 0 2px 0;
	color: #002F55;
	font-size: 0.9em;
	font-weight: bold;
}

/******************
*	SURCHARGE	  *
*******************/ 

/** Forum **/

#page-header .navbar { position: relative; }

#search-box {
	display: none;
    float: none;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
	top:0;
	right:300px;
}

.forum-avatar img {
	max-width: 128px;
	max-height: 160px;
}

.forum-signature img {
	max-height: 96px;
}

.icon-recherche {
    background-image: url("../../prosilver/theme/images/icon_search.gif");
	background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 1px 0 0 17px;
}

ul.forums, .bg2, .navbar { background: #ebf2fa; }
.forabg, .forumbg { background-color: #003f69; }

li.row:hover { background-color: #d6e5f5; }
li.row:hover dd { border-left-color: #a8c8ec; }


/* Header Searchform */

#menu .right {
	padding-top: 3px;
}
#menu .searchform {
	float: left;
	padding-top: 12px;
}
#menu .searchform .searchinput {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	margin: 0;
	margin-top: 1px;
	padding: 3px 55px 4px 22px;
	font-size: 11px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, Helvetica, sans-serif;
	width: 150px;
}
#menu .searchform .searchsubmit {
	display: none;
}
#menu .icons {
	float: right;
	padding-top: 14px;
	padding-left: 10px;
}
#menu img {
	border: 0;
}

/* END Header Searchform */



/******************************
*	SURCHARGE ELEGANCE	  *
******************************/ 


.content {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, Helvetica, sans-serif;
}

body {
	text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #105289 !important;
	text-shadow: none !important;
}
a {
	color: #105289;
}
a:hover {
	color: #AA0000;
}
a, a:visited {
	transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

input[type="text"], input[type="password"], select, textarea {
	background-color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

input.search {
	background-image: url("../../prosilver/theme/images/icon_textbox_search.gif");
}

a.button1, input.button1, 
a.button2, input.button2, input.button3 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.container-block {
	background: none;
}

#page-body {
    padding: 0 10px 20px;
    background: none;
    border-top: none;
}


#page-header {
	padding: 0 10px;
	background-color: inherit;
}
#page-header .navbar {
	margin-top: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 0.9em;
}
	span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
		background-image: none;
		margin: 0 -5px;
		height: 2px;
	}
	.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
		margin: 0 -10px;
	}
	
	ul.navlinks {
		overflow: hidden;
	}
	
	a.fontsize {
		display:none;
	}
	
	
.forabg, .forumbg {
    background: inherit !important;
    background-color: #003f69 !important;
}
div.forabg, div.forumbg, div.panel-wrapper {
	padding: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
	
	ul.topiclist li {
		border-width: 1px;
	}
	ul.topiclist dt {
		font-size: 0.9em;
	}

.post > div.inner, .panel > div.inner, .old-ie .post div.inner, .old-ie .panel div.inner-panel {
	padding: 5px;
}
ul.topiclist li {
	padding: 0;
}
	ul.topiclist li.header {
		margin: 0;
		padding: 0;
		border: none;
		background: none;
		border-radius: none;
		-moz-border-radius: none;
		-webkit-border-radius: none;
		text-shadow: none;
		font-family: inherit;
		text-transform: uppercase;
	}
	li.header dt {
		font-weight: bold;
	}
	a.topictitle, a.forumtitle {
		color: #105289 !important;
	}
	a.topictitle:hover, a.forumtitle:hover {
		color: #AA0000 !important;
	}
	dd.posts, dd.topics, dd.views, dd.lastpost {
		font-size: 1em;
	}
	.section-index ul.topiclist.forums dt a:hover {
		color: #AA0000 !important;
	}


.buttons div a {
	margin: 0;
	padding: 0;
	text-align: initial;
	background: none;
	text-shadow: none;
}
	.buttons div a span {
		left: initial;
		width: 100%;
		background-image: none;
	}
	.reply-icon span	{ background-image: url("../../prosilver/imageset/fr/button_topic_reply.gif") !important; }
	.post-icon span		{ background-image: url("../../prosilver/imageset/fr/button_topic_new.gif") !important; }
	.locked-icon span	{ background-image: url("../../prosilver/imageset/fr/button_topic_locked.gif") !important; }
	.pmreply-icon span	{ background-image: url("../../prosilver/imageset/fr/button_pm_reply.gif") !important; }
	.newpm-icon span	{ background-image: url("../../prosilver/imageset/fr/button_pm_new.gif") !important; }
	.forwardpm-icon span	{ background-image: url("../../prosilver/imageset/fr/button_pm_forward.gif") !important; }
	
	
	.search-box input.button2 {
		opacity: 1;
	}
	

.post {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0;
}

.online {
	background-image: none;
}
.online .inner {
	background-image: url("../../prosilver/imageset/fr/icon_user_online.gif") !important;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.postprofile {
    border-right: 1px solid #FFFFFF;
	border-left: 0;
    float: left;
	padding: 5px 10px 5px;
	width: 17%;
}
	.search .postprofile {
		width: 17%;
	}
	.postprofile dd, .postprofile dt {
		margin-left: 0;
	}

.postbody {
	padding: 5px 10px 5px;
    line-height: 1.48em;
    color: #333333;
    float: right;
    clear: both;
	width: 78%;
}
	.search .postbody {
		width: 78%;
	}

	.postbody ul.profile-icons {
		margin-right: 50px;
	}
	
	ul.linklist a.fontsize, ul.linklist a.sendemail, ul.linklist a.print {
		display: none;
	}

	.content img {
		max-width: 100% !important;
		height: auto;
	}
	
	div.rules, .panel, .cp-mini {
		background: inherit;
	}
	ul.forums, .bg2, .navbar {
		background: #ebf2fa !important;
	}
	.bg1 {
		background-color: #ECF3F7;
	}
	.bg3 {
		background-color: #cadceb;
	}
	
	.profile-icons, .post ul.profile-icons li {
		opacity: 1 !important;
	}
	ul.profile-icons li a {
		background-color: inherit;
	}
	
	#page-body > h2, #page-body > form > h2, div#message h2, #confirm h2, #agreement h2 { font-weight: 600; color: #105289; }
	#page-body > h2, #page-body > form > h2, div#message h2, #confirm h2, #agreement h2, #page-body h2.title a, #page-body h2.title a:visited { color: #105289; }
	#page-body h2.title a:hover, #page-body h2.title a:hover { color: #AA0000; }
	#page-body > h3, #page-body > form > h3 { font-weight: 600; font-size: 0.8em; }
	#page-body > p, .section-index #page-body > form { font-size: 0.9em; }
	
	.content h2, .panel h2, .panel > div > h3, .panel .content > h3 {
		font-family: inherit;
		font-weight: bold;
		padding: 0 0 2px;
		font-size: 1em;
		color: #105289 !important;
	}
	.postbody h3.first a:hover {
		color: #AA0000 !important;
	}

	.author, .signature {
		color: inherit !important;
	}
	
	p.author strong { font-weight: bold; }

	.postbody h3 {
		font-size: 1.2em;
	}
	.postbody h3.first, .postbody h3.first a { 
		color: #105289 !important;
		font-size: 1.2em;
	}
	p.author {
		font-size: 0.8em;
	}
	.signature {
		font-size: 0.9em;
	}
	
	.content {
		font-size: 1.05em !important;
		line-height: 1.5em;
	}
	
	.content h2, .panel h2 {
		color: #115098;
		border-bottom-color: #CCCCCC;
	}
	.panel p {
		font-size: 1em;
	}
	
	blockquote {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;	
	}
		blockquote cite {
			color: inherit;
		}
	
	.panel {
		background-color: #ECF1F3;
		color: #28313F !important;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;	
	}
	
	.cp-mini {
		background-color: #eef5f9;
	}
	#cp-main h2 {
		font-size: 1.2em;
	}
	.cp-panel .inner {
		padding: 10px;
	}
	#cp-main span.corners-top, #cp-menu span.corners-top, #cp-main span.corners-top span, #cp-menu span.corners-top span, #cp-main span.corners-bottom, #cp-menu span.corners-bottom, #cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
		background-image: none;
	}
	
	table.table1 td, dl.details, dl.faq, .content dl.faq {
		font-size: 1em;
	}
	
fieldset {
	font-size: 0.9em;
}


#footer {
	position: relative;
	background: none;
	max-height: inherit;
	padding: 0 10px;
	color: #536482;
}
	#footer .navbar {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	#footer .copyright { color: #000; text-shadow: none; }
	#footer .copyright strong a { text-decoration: none; }
	#footer .copyright a, #footer .copyright a:visited { color: #105289 !important; }
	





/* BEGIN Responsive */

/* Smaller that 960 Grid (Levels 2-4)
================================================== */
	@media only screen and (max-width: 959px) {
		.wrapperin {
			width: 100%;
		}
		.columns {
			margin-left: 0;
			margin-right: 0;
		}
		.columns.imagegrid {
			margin-left: 5px;
			margin-right: 5px;
		}
		.columns.six, .columns.fourteen {
			width: 100% !important;
		}
		#main {
			width: 100%;
		}
		#header {
			background-image: none;
		}
			.logo {
				padding: 0 15px;
				margin: 0 auto;
			}
			.logo a {
				width: 107px;
				height: 30px;
				padding-top: 10px;
				padding-bottom: 10px;
			}
			.logo img {
				width: 107px;
				height: 30px;
			}
		#menu {
			overflow-x: auto;
			overflow-y: hidden;
			white-space: nowrap;
			position: relative;
			height: 40px;
		}
			#menu  .wrapperin {
				width: max-content;
			}
			#menu ul li {
				display: inline-block;
				line-height: 40px;
				height: 40px;
			}
			#menu li a, #menu li a:link, #menu li a:visited {
				line-height: 40px;
				height: 40px;
			}
			#menu .left {
				display: inline-block;
			}
			#menu .right {
				display: none;
			}
		.jcarousel-container { width: 75% !important }
		.jcarousel-clip { width: 100% !important }
		
		h1, .breadcrumb, .news-meta, .album-meta, div[itemprop='description'], p[itemprop='description'], #socialbtns {
			padding: 0 10px !important;
		}
		
		#sharelink {
			display: block;
			float: none;
			width: 90% !important;
			margin-top: 10px;
		}
			#sharelink input {
				width: 90% !important;
			}
		
		.postbody {
			width: 98%;
			margin: 0 auto;
		}
		.postprofile, .signature {
			display: none;
		}
		
		div[id^="banner_content_"] {
			width: 100% !important;
			height: auto !important;
		}
		div[id^="banner_content_"] img {
			max-width: 100%;
			width: auto;
			height: auto;
			margin: 0 auto;
			display: inline-block;
			vertical-align: middle;
		}
		#footer2 {
			text-align: center;
			line-height: 28px;
		}
		#footer2 .left, #footer2 .right {
			float: none;
			display: block;
		}
		#footer2 .left, #footer2 .icons {
			margin-bottom: 15px;
		}
		#footer2 .footerline {
			display: block !important;
		}
		#footer2 .footerline ul li {
			display: inline-block;
			float: none;
		}
	}
    
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
    }
    
	@media only screen and (max-width: 700px) {
		
    }

/* END Responsive */



/* BEGIN Responsive 2 */

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
	body { min-width: 320px; }

	/* navigation */
	.responsive-menu { display: block !important; }
	#page-header { position: relative; }
	.menu-buttons { 
		display: none; 
		position: absolute;
		top: 34px;
		left: 8px;
		background: #e2e2e2;
		padding: 5px;
		border: 1px solid #bbb;
		border-radius: 5px;
		z-index: 2;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, .5) inset;
		background-image: -webkit-linear-gradient(top, #f4f4f4, #e2e2e2);
		background-image: linear-gradient(to bottom, #f4f4f4, #e2e2e2);
	}
	#nav-header .menu-buttons a {
		display: block;
		margin-left: 10px;
	}
	.responsive-menu-hide { text-align: right; }

	#nav-header.responsive-menu-nojs:hover .menu-buttons, .responsive-menu-visible .menu-buttons { display: block; }
	.responsive-menu-visible .responsive-menu-hide { display: block !important; }
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
	/* footer */
	#footer .nav-links {
		background: #f2f2f2;
	}
	#footer .nav-links, #footer .nav-links .rightside {
		float: none;
		text-align: center;
	}

	/* topic */
	.postprofile, .signature { display: none; }
	.postbody { 
		float: none;
		width: auto;
	}
	.post ul.profile-icons li { opacity: 1; }
	blockquote, dl.codebox { margin-left: 5px; }
	
	/* jumpbox */
	#jumpbox { 
		display: block; 
		clear: both;
	}
	fieldset.jumpbox { 
		display: block;
		float: none;
		clear: both;
		padding: 5px 0;
	}
	
	/* navigation */
	div.nav-extra {
		top: 0;
		float: none;
		z-index: 0;
	}
	div.nav-links, ul.linklist { height: auto; }
	div.nav-links:after, ul.linklist:after, div.nav-extra:after, form:after {
		content: '';
		display: block;
		clear: both;
	}
	
	a.left-box, a.right-box, p.rightside, li.rightside, ul.rightside, ul.linklist li.rightside, .right-box {
		float: none;
		clear: both;
		/* display: block; */
		padding-top: 5px;
		padding-bottom: 5px;
	}
	p.rightside { text-align: left; }
	
	div.pagination, div.buttons, div.search-box {
		float: none;
		clear: both;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.search-box { margin-left: 0; }
	.search-box input.button2 { opacity: 1; }
	#forum-search, #topic-search { display: none; }
	
	fieldset.display-options {
		margin: 10px 0;
		clear: both;
		float: none;
		display: none;
	}
	.display-options label { 
		display: block;
		padding: 5px 0;
	}
	
	/* cp */
	.tabs-container > h2 { margin: 10px 0; }
	fieldset.display-actions { white-space: normal; }
	#cp-main .pagination, #cp-main > h2, #cp-main > form > h2 {
		float: none;
		padding: 10px 0;
		clear: both;
	}
	#cp-main .pagination { text-align: right; }
	#cp-main table.table1 { border-collapse: collapse; }
	#cp-main table.table1 td, #cp-main table.table1 th { border-radius: 0; }
	.column1, .column2 { 
		float: none;
		width: auto;
		clear: both; 
	}
	
	/* message */
	.postbody .post-header {
		overflow: hidden;
	}
	.postbody .post-header h3 {
		float: left;
	}
	.postbody .post-header .profile-icons {
		float: right;
	}

	/* forms */
	select { max-width: 220px; }
	dd label { white-space: normal; }
	
	fieldset.fields2 dt, fieldset.fields2 dd, fieldset dt, fieldset dd, fieldset.fields1 dt, fieldset.fields1 dd {
		float: none;
		width: auto;
		margin: 5px 0;
	}
	fieldset.fields2 dd, fieldset dd, fieldset.fields1 dd { padding-left: 20px; }
	dl.pmlist dt { width: auto !important; }
	dl.pmlist dd { margin-left: 0 !important; }

	/* posting form */
	#smiley-box, #message-box {
		float: none;
		width: auto;
	}
	#message-box textarea, input.inputbox { 
		width: 98%; 
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#search-box input.inputbox {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
	.autowidth { width: 98% !important; max-width: 240px !important; }

	fieldset.quickmod { width: auto; }

	/* tabs */
	div.dropdown-tabs { 
		float: none;
		height: auto; 
		margin: 10px 0;
		padding: 0;
		background: transparent none;
	}
	div.dropdown-tabs + div.dropdown-tabs {
		border-top: 1px solid #c1c1c1;
		padding-top: 5px;
	}
	div.dropdown-tabs > a {
		display: none;
	}
	div.dropdown-tabs > ul {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		background: transparent none !important;
		border-width: 0;
		border-radius: 0;
		z-index: 0;
		box-shadow: none;
	}
	#tabs li, #navigation li, .dropdown-tabs li, #tabs .dropdown-tabs li {
		float: none;
		clear: both;
	}
	.dropdown-tabs li, #tabs .dropdown-tabs li {
		border-width: 0;
		padding: 0;
	}
	#tabs li a, #navigation li a {
		display: block;
		float: none;
		background: #f4f4f4 none !important;
		padding: 7px 12px !important;
		line-height: 1.3em;
		width: auto;
		max-width: 200px;
		height: auto;
		text-align: center;
		margin: 5px auto !important;
		border: 1px solid #c8c8c8;
		border-radius: 15px;
	}
	#tabs li a span, #navigation li a span {
		background: transparent none !important;
		padding: 0;
		margin: 0;
		height: auto;
	}
	
	/* misc */
	#page-body > h2, #page-body > form > h2, #page-body > h3, #page-body > form > h3, div#message h2, #confirm h2, #agreement h2, #page-body h2.title a, #page-body h2.title a:visited {
		clear: both;
		float: none;
	}
}

@media only screen and (max-width: 620px), only screen and (max-device-width: 620px)
{
	/* forums/topics lists */
	ul.topiclist dt { 
		float: none;
		width: auto;
	}
	ul.topiclist dd { display: none; }
	ul.topiclist dd.mark { display: block; }
}

/* END Responsive 2 */


