/* cmsms stylesheet: zionnarrows_zionnarrows modified: 23/02/2016 11:48:33 */
@font-face {
	font-family: 'League Gothic';
	src: url('/fonts/leaguegothic-regular-webfont.eot');
	src: url('/fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/leaguegothic-regular-webfont.woff') format('woff'),
	url('/fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
	url('/fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
}

body {
	margin: 0;
	padding: 0;
	/*background-color:#202020;*/
	background: #202020 url(/images/stripes.gif) repeat fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bbb;
}
html *::selection {
    background-color:rgba(138,67,67,0.995);
    color: #151515;
}
html *::-moz-selection {
    background-color:#8a4343;
    color: #151515;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "League Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #ddd;
}
h4 {
	font-weight: normal;
	color: #ddd;
	font-size: 14px;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.6em;
}
h3 {
	font-size: 2.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a {
	text-decoration: none;
	color: #ddd;
}
a:hover {
	color:#8a4343;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#wrapper:after {
	content: "";
	display: block;
	height: 0;
	line-height:0;
	clear: both;
	margin: 0;
	visibility: hidden;
}

/* Header */

#header {
	width: 960px;
	height: 135px;
	margin: 0 auto;
}

/* Logo */

#logo {
/*position:fixed;
z-index:10000;*/
	float: left;
	height: 65px;
	margin: 0;
	padding-top: 30px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 4.6em;
	color: #FFFFFF;
}

#logo p {
	float: left;
	margin: 0;
	padding: 30px 0 0 10px;
	font: normal 14px "League Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-style: italic;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */
/*
#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: #1E1E1E;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	height: 35px;
	padding: 15px 30px 7px 30px;
	text-decoration: none;
	font-family: "League Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: underline;
}*/

#sidebar #footer-menu .current>a {
	color:#8a4343;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
}

/* Content */

#content {
	float: right;
	width: 670px;
	padding: 0;
}

#content:after {
	content: "";
	display: block;
	height: 0;
	line-height:0;
	clear: both;
	margin: 0;
	visibility: hidden;
}

.post {
	margin-bottom: 25px;
	padding:0;
	background: #303030;
}

.post .title {
	height:36px;
	line-height:36px;
	background-color: #151515;
	padding: 4px 0 2px 30px;
	color: #666;
}

.post .title a {
	border: none;
	color: #666;
	font-size:14px;
}

.post .meta {
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	text-align: justify;
}

.links {
	display: block;
	width: 100px;
	height: 20px;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight:  bold;
}

/*.pics:not(:last-child) {
	margin-bottom:25px !important;
}*/
.entry p {
	margin:0 30px 16px 30px;
}
.entry p:first-child {
	margin-top:25px;
}
.entry p:last-child {
	padding-bottom:25px;
}
.entry form,.entry small  {
	margin-left:30px;
}
.entry h1 {
	margin:0 30px 18px 30px;
}
.entry h1 {
	color:#8a4343;
}
.entry h2, .entry h3 {
	margin:30px 30px 16px 30px;
}
.entry h3:first-child {
	margin-top:25px;
}
.entry h4 {
	margin:0 30px 16px 30px;
}
.entry ul {
	margin-left:20px;
	list-style: none;
	padding: 0;
}
.entry li {
	margin: 0;
	padding: 0;
	font-size:28px;
	line-height:36px;
}
.entry li a {
	display:block;
	font-family: "League Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	border: none;
	/*color:#888;*/
	color:#8b8a85;
	text-decoration: none;
	padding-left:10px;
}
.entry li a:hover {
	/*background-color: #454545;
	color:#aaa;*/
	background: #202020 url(/images/stripes.gif) repeat;
	color:#8a4343;
}

/* Sidebar */

#sidebar {
/*position:fixed;*/
	float: left;
	width: 240px;
	background: #303030;
}
#sidebar:after {
	content: "";
	display: block;
	height: 0;
	line-height:0;
	clear: both;
	margin: 0;
	visibility: hidden;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul li ul {
	margin-left:20px;
}

#sidebar li li {
	font-size:28px;
	line-height:36px;
	background: #353535;
}

#sidebar h2 {
	height:36px;
	line-height:36px;
	background-color: #151515;
	padding: 4px 0 2px 30px;
	color: #666;
}

#sidebar a {
	display:block;
	font-family: "League Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	border: none;
	/*color:#888;*/
	color:#8b8a85;
	text-decoration: none;
	padding-left:10px;
}
#sidebar a.currentpage {
	/*color:#bbb;*/
	color:#8a4343;
}
#sidebar a:hover {
	/*background-color: #454545;
	color:#aaa;*/
	background: #202020 url(/images/stripes.gif) repeat;
	color:#8a4343;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 960px;
	height: 44px;
	margin: 0 auto;
	padding: 0px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 26px;
	line-height: normal;
	text-align: center;
	color: #777;
}
#footer-menu {
	font-size:0;
	margin:20px 0 20px 20px;
}



.gallery {
	margin:20px 30px 10px 30px;
}
.gallery:first-child {
	margin-top:30px;
}
.gallery:last-child {
	padding-bottom:30px;
}
.gallery .img {
	/*height: 96px;*/
	/*width: 120px;   Adjust as you see fit */
height: 122px;
width: 122px;
	float: left;
	text-align: center;
/*margin:5px;*/

}
.gallery img {
	border:0;
opacity: 0.95;
}
.gallery .img a {
	display: inline-block;
/*background-color:#8a4343;*/
background-color:#000;
line-height:0;
margin:0;
padding:0;
}

.gallery .img a:hover {
background-color:#fff;
}

/*.gallery img:hover {
opacity: 1;
}*/

.gallery .pagenavigation {
	height: 50px;
}

.gallery .prevpage a, .gallery .prevpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0;
	text-indent: -1000px;
	background: url(../../images/previous.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .nextpage a, .gallery .nextpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0 6px 0 0;
	text-indent: -1000px;
	background: url(../../images/next.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .parentlink a {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	text-indent: -1000px;
	background: url(../../images/uppage.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .pagenavigation a:hover {
	background-position: 0 -40px;
}

.gallery .prevpage em, .gallery .nextpage em {
	background-position: 0 -80px;
}

.gallery .pagelinks {
	float: right;
	border-right: 2px solid #666;
}

.gallery .pagelinks a, .gallery .pagelinks em {
	margin-top: 6px;
	padding: 0 6px;
	border-left: 2px solid #666;
	text-align: center;
	font: bold 12px verdana; color: #666;
}

.gallery .pagelinks em {
	color: #000;
}

.gallery:after {
content:"";
	display: block;
	height: 0;
	line-height:0;
	clear: both;
	margin:0;
	padding:0;
	visibility: hidden;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input[type="text"],input[type="email"], textarea {
	background-color:#888;
	border:0;
	color:#bbb;
	margin-bottom:5px;
	background: #202020 url(/images/stripes.gif) repeat fixed;
}
textarea  {
	width:604px;
	height:240px;
}
input[type="submit"]{
	background-color:#8a4343;
	color:#151515;
	border:0;
font-size:12px;
	/*font-weight:bold;*/
	/*border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-radius:10px;*/
	padding:3px 6px;
	cursor:pointer;
}
input[type="submit"]:hover {
	background-color:#151515;
	color:#bbb;
}
