/* FONTS
-------------------------------------------------------------- */
@import url("fonts/fonts.css");

body {
	font-family: Tahoma, Geneva, sans-serif;
}

#site-title,
#primary-navigation .menu,
#primary-navigation div.menu ul,
.home #box-welcome h2,
.home #box-vsat h2,
.home #box-radio h2,
.home #box-tv h2,
.home #box-alarm h2,
.entry-title,
#content h2,
#content h3,
.widget-title {
	font-family: "Oswald", Geneva, sans-serif;
}

/* DEFAULT
-------------------------------------------------------------- */
body {
	color:#333;
	font-size: 12px;
	line-height: 18px;
}
a,
a:link {
	color: #0066cc;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
a:active,
a:hover,
a:focus {
	color: #ff4b33;
	text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =IMAGES
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

/* STRUCTURE
-------------------------------------------------------------- */
body {
	background-color: #ffffff;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 8px;
}
#page {
	border-top: 6px solid #99CCCC;
}

/* HEADER
-------------------------------------------------------------- */
#header {
	margin: -6px auto 0;
	width: 800px;
	height: 113px;
}
#branding {
	float: left;
	width: 450px;
	height: 57px;
	margin: 24px 0 0;
}
#site-logo {
	float: left;
	margin: 0 10px 0 0;
}
#site-logo img {
	width: 36px;
	height: 36px;
	margin-top: 1px;
}
#site-brand {
	float: left;
}
#site-title {
	font-size: 26px;
	line-height: 36px;
	letter-spacing: -1px;
}
#site-title a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	font-style: italic;
}
#contact {
	float: right;
	width: 190px;
	height: 57px;
	margin: 18px 0 10px 0;
}


/* Menu */
#primary-navigation {
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#primary-navigation .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 9px;
}
#primary-navigation .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#primary-navigation .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#primary-navigation a {
	color: #444;
	display: block;
	line-height: 36px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
    text-shadow:1px 1px 1px #888;
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out;
}
#primary-navigation ul ul {
	background: #e7e7e7;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	float: left;
	width: 180px;
	padding: 10px 0;
	z-index: 99999;
}
#primary-navigation ul ul li {
	min-width: 180px;
}
#primary-navigation ul ul ul {
	left: 100%;
	top: 0;
}
#primary-navigation ul ul a {
	background: #e7e7e7;
	line-height: 1.2em;
	padding: 5px 10px;
	width: 160px;
	height: auto;
	text-transform: capitalize;
}
#primary-navigation li:hover > a,
#primary-navigation ul ul :hover > a {
	background: #e7e7e7;
	color: #000;
}
#primary-navigation ul li:hover > ul {
	display: block;
}
#primary-navigation ul li.current_page_item > a,
#primary-navigation ul li.current_page_ancestor > a,
#primary-navigation ul li.current-menu-ancestor > a,
#primary-navigation ul li.current-menu-item > a,
#primary-navigation ul li.current-menu-parent > a {
	color: #000;
}
* html #primary-navigation ul li.current_page_item a,
* html #primary-navigation ul li.current_page_ancestor a,
* html #primary-navigation ul li.current-menu-ancestor a,
* html #primary-navigation ul li.current-menu-item a,
* html #primary-navigation ul li.current-menu-parent a,
* html #primary-navigation ul li a:hover {
	color: #000;
}



/* CONTENT
-------------------------------------------------------------- */
#main {
	background: #fff;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	width: 800px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

#main-banner {
	width: 100%;
	height: 259px;
}
.main-box1 {
	float: left;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 205px;
	height: 259px;
	margin: 0;
}
.main-box1 img {
	margin: 0 0 0 40px;
}

#container {
	float: right;
	width: 565px;
	margin: 25px 0 0 0;
}
#box-welcome {
	text-align: center;
	margin-bottom: 25px;
}
.home #box-welcome h2 {
	color: #444;
	margin: 0 0 6px 0;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.home #box-welcome p {
	margin: 12px 0;
	font-size: 16px;
}

#box-vsat,
#box-radio,
#box-tv,
#box-alarm {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.home #box-vsat h2,
.home #box-radio h2,
.home #box-tv h2,
.home #box-alarm h2 {
	margin: 0 0 6px 0;
	padding: 0;
}
.home #box-welcome p,
.home #box-vsat p,
.home #box-radio p,
.home #box-tv p,
.home #box-alarm p {
	margin: 12px 0;
}
.thumb {
	float: left;
	width: 100px;
	margin: 0 20px 0 0;
}
.thumb img {
	float: left;
	margin: 6px 0 0 0;
	padding: 0;
	border-radius: 5px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
.cont {
	float: left;
	width: 420px;
}
#box-alarm {
	margin-bottom: 40px;
}
#v-maps {
	text-align: center;
}
.revolvermaps {
	margin-bottom: 15px;
}
.dishpointer {
	margin: 0 auto 15px;
	width: 300px;
}
.maploco {
}

#content {
	margin: 0 25px 36px 0;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 12px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content ul {
	margin: 0 0 12px 5px;
	list-style: none;
}
#content ul li {
	background: url(images/list.png) 1px 5px no-repeat;
	padding-left: 18px;
	margin-bottom: 3px;
}

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 34px 0 20px 0;
}
#content h2 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content h2,
#content h3 {
	font-size: 16px;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 24px;
}


/* SIDEBAR
-------------------------------------------------------------- */
#primary,
#secondary {
	float: left;
	width: 180px;
	margin: 25px 0 0 25px;
}
#secondary {
	clear: left;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
}
#main .widget-container ul li {
	background: url(images/widget-list.png) 1px 7px no-repeat;
	padding-left: 16px;
	margin-bottom: 5px;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
}


/* WIDGET
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
	line-height: 18px;
}
.widget-title {
	color: #444;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
.widget_chat .widget-title,
.chat-container,
.stats-container {
	text-align: center;
}


/* FOOTER
-------------------------------------------------------------- */
#footer {
	clear: both;
	background-color: #99CCCC;
	background-image: url(img/footer_bg.png);
	background-repeat: repeat;
	background-position: top left;
	width: 100%;
	margin-bottom: 2px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
#colophon {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	color: #444;
	width: 100%;
	text-align: center;
}
#site-info a {
	color: #444;
	text-decoration: none;
}
#site-credit {
	color: #666;
	width: 100%;
	font-size: 12px;
	text-align: center;
}
#site-credit a {
	color: #666;
	display: inline-block;
	line-height: 16px;
	text-decoration: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
