/*
Theme Name: Satcomms.tv
Theme URI: http://www.satcomms.tv/
Description:Wordpress Theme for Satcomms.tv
Author: Will Frost
Author URI: http://www.williamfrost.co.uk/
*/
body {
	margin: 0;
	padding: 0;
        background-color: #451A00;
	/*background: #FFFFFF url(images/img01.gif) repeat-x;*/
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
 }

form {
	margin: 0;
	padding: 0;
}
 

h3 {
	font-size: 1em;
}

ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

p{ line-height:120%;}

ul, ol {
}

blockquote {
}

a {
	color: #404d6b;
	text-decoration:none;
}

a:hover {
text-decoration:none;
color:#606b88;
}

hr {
	display: none;
}

/* Container */

#container {
	width: 1024px;
	background-color: #B67772;
	background: #B67772 url(images/background.jpg) repeat-x;
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 1024px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/img02.jpg) no-repeat center top;
}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
	background: url(images/img03.gif) no-repeat right top;
	margin-right:2px;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

#menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
	background: url(images/img02.gif) repeat-x;
}

/* Splash */

#splash {
	width: 1024px;
	height: 200px;
	margin: 0 auto;
}


/* Logo */

#logo {
	width: 1024px;
	height: 128px;
	margin: 0 auto;
	color: #414141;
	background-image: url(images/back_header.jpg);
}

#logo img {
        padding-top: 6px;
        padding-left: 10px;
}

#logo h1, #logo h2 {
        display: inline;
	margin: 0;
	padding: 0 10px;
}

#logo h1 {
	float: right;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2 {
	float: right;
	padding-top: 2px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #606b88;
}

/* Global Navigation */

#globalnavigation {
	position: relative;
	top: 2px;
	left: 10px;
	display: inline;
}

#globalnavigation img {
        padding: 0;
}

#globalnavigation a {
        padding: 0;
}

#blogtitle {
        display: none;
}

/* Page */

#page {
	width: 1016px;
	margin: 0 auto;
	padding: 10px 0px;
        padding-left: 8px;
	/* background: #B67772 url(images/back_main.jpg) repeat-x; */
}

/* Content */

#content {
	float: right;
	width: 654px;
	background-color: #F5D4CA;
	margin-left: 8px;
	margin-right: 8px;
}

.navigation {
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 8px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 10px;
	letter-spacing: -2px;
	text-transform: capitalize;
	font-size: 24px;
}

.post .title a {
	text-decoration: none;
	color:#606c88;
}

.post .title a:hover {
	text-decoration: none;
	color:#3f4d6b;
}

.post .entry {
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
text-align:justify;
overflow: auto;
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.postmetadata{background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	padding:5px;}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

/* Sponsorlinks */

#sponsorlinks {
	width: 160px;
	float: right;
        padding-right: 8px;
}

	#sponsorlinks p {
		padding: 4px 4px 0px 4px;
	}

	#sponsorlinks img {
		margin: 0;
		padding: 0;
		border: none;
	}

/* Sidebar */

#sidebar {
	background-color: #F5D4CA;
	float: left;
	width: 178px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 5px;
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #57627f;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

.pagetitle {
        margin-left: 8px;
}

/* Footer */

#footer {
	clear: both;
	width: 1024px;
	height: 10px;
	margin: 0 auto;
	padding: 10px 0;
	/* border-top: 2px solid #3F3F3F; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
        color: #fff;
	background-color: #B67772;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

#footer a {
        color: #fff;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


/*	Using 'class="alignright"' on an image will align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using align="center"*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Lists*/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	margin-bottom: 8px;
	}

#respond {
margin-left: 8px;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	border-left:#CCCCCC 3px solid;
	border-bottom:#CCCCCC 3px solid;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform {
        margin-left: 8px;
        margin-right: 12px;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.youtube {
        display: block;
	margin: 2px 2px 2px 2px;
padding-left: 5px;
border-left: 5px;
}

/* End Various Tags & Classes*/


