/* Global */
html, body {
	font-size: 16px;
}
body * {
	position: relative;
	box-sizing: border-box;
}
#wrapper {
}
#content {
}
.button {
	display: inline-block;
	height: 38px;
	font-size: 16px;
	color: white;
	background-color: #00A651;
	padding: 0px 46px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	border: none;
	line-height: 38px;
}
hr {
	height: 11px;
	background-color: #5387A5;
	margin: 0px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.hidden {
	display: none;
	visibility: hidden;
}
table {
	border-collapse: initial;
}
/* End Global */

/* Header */
#header {
}
#logo {
	font-size: 88px;
	line-height: 88px;
	display: inline-block;
	vertical-align: middle;
	margin: 20px 500px 20px 0px;
}
#logo span {
	color: #5387A5;
}
form#search {
	display: inline-block;
}
form#search input#query {
	width: 383px;
	max-width: 70%;
	height: 29px;
	-moz-box-shadow:    inset 0 1px 5px gray;
   	-webkit-box-shadow: inset 0 1px 5px gray;
   	box-shadow:         inset 0 1px 5px gray;
   	background: white;
   	padding-left: 10px;
   	vertical-align: middle;
}
#subheading {
	font-size: 20px;
	color: #5387A5;
}
/* End Header */

/* Sidebar */
#sidebar {
	border-left: 1px solid #898989;
	text-align: center;
}
#sidebar .sidebar-box {
	display: block;
	padding: 20px 10px;
}
#sidebar a.sidebar-box:hover {
	color: initial;
}

#sidebar-magazine {
}
#sidebar-magazine-text {
	margin-bottom: 20px;
}
img#sidebar-magazine-thumb {
	margin-bottom: 10px;
}
#sidebar-magazine-link {
	color: #333399;
	text-decoration: underline;
}

#sidebar-videoedition {
	background-color: white;
}
#sidebar-videoedition > div {
	background-color: #F3E0BF;
	padding-bottom: 10px;
}
img#sidebar-videoedition-thumb {
	width: 100%;
	margin-bottom: 10px;
}
#sidebar-videoedition-play {
	border: 4px solid white;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	color: white;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	line-height: 35px;
}
#sidebar-videoedition-play:hover {
	box-shadow: 0px 0px 5px white;
}
img#sidebar-videoedition-logo {
}
p#sidebar-videoedition-text {
}

#sidebar-plans {
}
img#sidebar-plans-logo {
	margin-bottom: 5px;
}
img#sidebar-plans-thumb {
}
p#sidebar-plans-text {
	font-size: 18px;
}
/* End Sidebar */

/* Footer */
ul#footer {
	background-color: #EFEFEF;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	color: #BBBBBB;
	list-style-type: none;
	padding: 10px 20px;
	margin-top: 20px;
}
ul#footer li {
	list-style-type: none;
	display: inline;
	padding: 0px 10px;
}
ul#footer li a {
	color: gray;
}
/* End Footer */

/* Home */
#home {
	padding-top: 30px;
}
#welcome {
	text-align: center;
	margin-bottom: 20px;
}
#welcome-header {
	font-size: 26px;
}
p#welcome-text {
}
#welcome .button {
	margin: 5px 10px;
}

#preview {
}
#preview-header {
	font-size: 20px;
	color: #003399;
}
#preview-latest {
}
table#preview-content {
	max-height: 456px;
	color: #003399;
}
table#preview-content {
	/* table-layout: fixed; */
	width: 100%;
}
table#preview-content a {
	display: block;
	color: #003399;
}
table#preview-content tr:first-child {
	background-color: #CCCCCC;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#preview-content th:nth-child(4),td:nth-child(4) {
	text-align: right;
}
#preview-content tr:nth-child(even) {
	background: #EFEFEF;
}
#preview-content tr:nth-child(odd) {
	background: #F5F5F5;
}
#preview-content th,td {
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
	padding: 5px;
}
.thread-subject {
	font-size:14px;
}
.thread-username {
	font-size: 11px;
}
.thread-replies {
	font-size: 14px;
}
.thread-views {
	font-size: 14px;
}
.thread-lastpost {
	font-size: 11px;
}
.thread-lastposter {
	font-size: 11px;
}
#preview-button-container {
	text-align: center;
	margin: 20px;
}

#etips {
	border-top: 1px solid #959595;
	text-align: center;
	padding-top: 30px;
}
img#etips-logo {
	width: 535px;
	margin-bottom: 20px;
}
img#etips-thumb {
	width: 100%;
	max-width: 454px;
	display: inline-block;
	vertical-align: top;
}
ul#etips-text {
	width: 100%;
	max-width: 385px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
ul#etips-text li {
	color: #00A651;
	font-size: 20px;
}
ul#etips-text li span {
	color: black;
}
#etips-footer {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px;
}
/* End Home */

/* Media Queries */

/* End Media Queries */