/*  
Theme Name: 45 Degrees
Theme URI: http://colorlightstudio.com/2007/10/31/45-degrees/
Description: Free WP Theme by Igor Penjivrag
Version: 1.0
Author: Igor Penjivrag
Author URI: http://www.colorlightstudio.com/
*/

html, body {
	font-family: Arial;
	font-size: 16px;
	line-height: 1.5 !important;

	background-image: url(img/tiles/dark_mosaic.png);

        /*background: #080808;
	color: #2B2B2B;*/

	border: 0;
}

body, p, h1, h2, h3, h4, ul, li, form, blockquote {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;

}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}

blockquote {
	background: #FAFAFA;
	padding: 10px;
	margin: 10px auto;
	width: 30em;
	color: #525252;
	line-height: 19px;
	border-top: #E0E0E0 1px solid;
}

blockquote blockquote {
	background: #F3F3F3;
	width: 28em;
	padding: 5px;
}

/* Wrap */

#wrap {
	width: 1000px;
	margin: 0 auto;
	background: White;
}

/* Header */

#header {
	width: 1000px;
	height: 250px;
	background: #000 url(img/hodel_homepage_banner_4.png) no-repeat 0 0px;
}

/* Menu */

#menu {
	width: 100%;
	background: #000;
}

#menu a {
	color: #8A8A8A;
}

#menu li.current_page_item a, #menu a:hover, #menu h2 a {
	color: #fff;
}

#menu ul {
	width: 500px;
	height: 4em;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 16px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	background: #000;
	display: block;
	float: left;
	line-height: 4em;
	padding: 0px 15px;
	margin-left: 5px;
}

/* Social Links */

#menu h2 a {
	font-size: 14px;
	float: right;
	display: block;
	text-align: right;
	line-height: 4em;
	padding: 0 0;
	margin-right: 0px;
}

#menu h2 a:hover {
	color: #8A8A8A;
}

#menuright {
float: right;
margin-right: 18px;
padding: 15px 0;
}


/* Content Wrap */

#content_wrap {
	width: 100%;
	background: #ededed;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content_wrap a {
	color: #AE0600;
}

#content_wrap a:hover {
	color: #000000;
}

#content_wrap p a, #sidebar a, #content_wrap h4 a {
/*	border-bottom: #EFEFEF 1px solid;
	padding-bottom: 1px; */
}

#content_wrap p a:hover, #sidebar a:hover, #content_wrap h4 a:hover {
/*	border-color: Silver;
	color: #820300; */
}

#content_wrap h3 {
	padding: 3px 0 0 0;
	font-size: 18px;
	font-weight: bold;
}

#content_wrap h3.comments {
	padding-bottom: 18px;
}

#content_wrap h3.comments a {
	font-size: 10px;
	color: #8B8B8B;
}

#content_wrap h3.comments a:hover {
	color: #6A6A6A;
}

#content_wrap h2 {
	padding: 5px 0 22px 0;
	margin-top: 8px;
	font-size: 20px;
	font-weight: bold;
}

#content_wrap h2 a:hover {
/*	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 1px;
	background: #FAFAFA; */
}

#content_wrap h2.title {
	padding-top: 16px;
	padding-bottom: 0;
}

#content_wrap h4 {
	font-weight: normal;
	font-size: 14px;
	padding: 0 0 0 0;
}

#content_wrap p {
	padding: 10px 0;
	line-height: 1.5;
}

/* Content */

#content {
	width: 900px;
	display: block;
	float: left;
	padding-left: 20px;
}

#content ul {
	padding: 5px 0 10px 20px;
}

#content li {
	background: url(img/bullet.gif) no-repeat 0px 9px;
	list-style: none;
	padding-left: 20px;
	line-height: 21px;
}

#more_entries {
	padding: 15px 0 15px 0;
}

#more_entries a:hover {
/*	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 1px;
	background: #FAFAFA; */
}

#more_entries .oe {
	display: inline;
	margin-right: 20px;
}

#more_entries .re {
	display: inline;
}

#content form {
	background: #FAFAFA;
	width: 364px;
	border: #EEEEEE 1px solid;
	padding: 15px 18px 10px 18px;
	margin-bottom: 10px;
}

#content form p {
	padding: 0px 0 5px 0;
	line-height: 20px;
}

#content input {
	border: #EEEEEE 1px solid;
	background: #fff;
	padding: 3px;
}

#content input.data {
	width: 184px;
}

#content textarea {
	border: #EEEEEE 1px solid;
	width: 350px;
	padding: 3px;
}

#content input.sbutton {
	margin-top: 3px;
}


/* Footer - min-height: 120px;*/

#footer {
    padding: 20px 0;
    background: #000;
    clear: both;
}

#footer p {
    color: #8A8A8A;
    padding-left: 21px;
    font-size: 14px;
    line-height: 1.5;
}

/* Fix */

#content_wrap:after,
.comment_date_and_id:after,
#menu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* Image Highlight */

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

/* Image Darken */

/*
.darkenit img{
filter: grayscale(0%);
}

.darkenit:hover img{
filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

.darkengray img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.darkengray:hover img{
filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
*/



/* Facebook Widget */

/*
#likebox-frame{
 border:2px solid #FFF;
 width:184px;
 z-index:10; 
 height: 256px; 
 overflow: hidden;
 position:relative;
 top:-1px; 
 left:-2px;
}

#likebox-frame iframe{
  left:-5px;
  overflow:hidden;
  position:relative;
  top:-1px;
}
*/


/* Twitter Widget */


.twtr-ft {display: none;}   /*to hide widgets header and footer*/

/* Facebook Like Button */

.fb-like {
    top: -2px;
    margin-right: 10px;
	float: right; 
    margin-bottom: 0px;
    padding: 0px;
}


.wp-block-table.wp-block-table.is-style-stripes {
background-color: #e4e4e4;
color: #ededed;
}


.topright {
  	float: right;
	float: top;
	margin-right: 0px;
	margin-top: 8px;
  	padding-bottom: 30px;
  	padding-left: 30px;

}
