/*
Theme Name: Hugh Cowan
Theme URI: http://www.hughcowan.com/
Description: Stylish blue theme
Version: 1.0
Author: YG WebDesginer
Author URI: http://www.yg-homesite.co.cc
*/

/*Basico*/

body {
	background-color: #090818;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #F7F7F7;
}
a:link {
	color: #00FFFF;
	text-decoration: none;
}
a:hover {
	color: #037586;
	text-decoration: none;
}
a:visited {
	color: #3E3C49;
	text-decoration: none;
}
ul li {
	margin-left: 1.5em;
	text-align: left;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ol li {
	margin-left: 1.5em;
	padding-left: 0px;
	list-style-type: decimal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-align: justify;
}
code {
	display:block;
	padding:5px;
	margin:10px 15px 10px 15px;
	white-space: pre;
	font: normal 12px "Courier New", Courier, monospace;
	color:#b6deff;
	background-color: #59596c;
}
* {
	margin: 0px;	
	padding: 0px;
}
blockquote {
	color:#CCCCCC;
	padding:10px;
	margin:8px;
	font-family: "Century Gothic", Arial;
	font-size: 8pt;
}
blockquote.alignleft, blockquote.alignright {
	width:250px;
}
blockquote p {
	margin:0!important;
}
strong {
	font-weight:bold; 
	color:#999999;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 15pt;
	text-transform: capitalize;
	color: #F7F7F7;
	padding-bottom: 5px;
}
h2, h4 {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	text-transform: capitalize;
	color: #F7F7F7;
	padding-bottom: 5px;
}
h3 {
	font-family: "Trebuchet MS";
	color: #b6deff;
	font-size: 10pt;
	padding-bottom: 5px;
}
h3, h4 {
	font-family: "Trebuchet MS";
	color: #b6deff;
	font-size: 14pt;
	padding-bottom: 5px;
}
.line {
	border-bottom: 1px solid #59596c;
	clear: both;
}
.br {
	clear: both;
	height: 2em;
}
.clear {
	clear:both;
	height: 10px;
}
.alignleft {
	float: left;
	width: 50%;
}
.alignright {
	float: right;
	width: 50%;
	text-align: right;
}
.right {
	float: right;
	width: 50%;
	text-align: right;
}
.left {
	float: left;
	width: 45%;
}
.center {
	text-align: center;
}

/*Template*/

#wrap {
	clear: both;
	width: 900px;
	margin: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 900px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	height: 128px;
}
#page {
	padding: 0px;
	margin: 0px;
}
#footer {
	clear: both;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
	font-family: "Trebuchet MS";
	font-size: 7pt;
}

/*Menu*/

#menu {
	float: left;
	width: 900px;
	background-image: url(images/menu_bckgd.png);
	background-repeat: no-repeat;
	color: #090818;
	font-size: 10pt;
	font-family: "Trebuchet MS";
	margin-top: 2em;
	height: 34px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	float: left;
}
#menu ul li {
	list-style-type: none;
	float: left;
	text-align: center;
	width: 100px;
	padding-right: 5px;
}
#menu ul li {
	list-style-type: none;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	line-height: 34px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #090818;
	background-color: transparent;
}
#menu ul li.current_page_item a {
	padding: 0px 10px;
	color: #090818;
	background-color: #b6deff;
}
#menu ul li a:hover {
	background-color: #037586;
	color: #FFFFFF;
}
#search {
	float: right;
	width: 300px;
	margin-top: 3.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#searchsubmit  {
	color: #FFFFFF;
	background-image: url(images/box_arrow120x19.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 64px;
	background-image: url(images/button64x23.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	font-family: "Trebuchet MS";
	font-size: 9pt;
}
#s {
	background-image: url(images/input_bckgd.png);
	background-color: transparent;
	height: 23px;
	width: 205px;
	border: none;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	padding-right: 2px;
	padding-left: 2px;
}
#login ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	float: right;
}
#login ul li {
	list-style-type: none;
	float: right;
	text-align: right;
	width: 80px;
	padding-right: 5px;
}
#login ul li {
	list-style-type: none;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
#login ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 5px;
}
#login ul li.current_page_item a {
	padding: 0px 10px;
	color: #047582;
}
#login ul li a:hover {
	color: #59596c;
}

/* Content */

#contents {
	float:right;
	width: 900px;
	padding-top: 2em;
}
#contents p {
	text-align: justify;
	margin: 0px;
	padding: 0 0 20px 0;
}
#contents hr {
	border: none;
	clear: both;
	background-color: #2E2E2E;
}
#contents .post {
	float: right;
	width: 570px;
}
#contents .entry {
	float: right;
	width: 570px;
	background-color: #151524;
	background-image: url(images/section_title_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 2em;
	padding-bottom: 1em;
	margin-right: 0em;
}
#contents .section_title {
	background-image: url(images/section_title_top.jpg);
	background-repeat: no-repeat;
}
#contents .posttext {
	text-align: justify;
	padding-right: 1em;
	padding-left: 1em;
}
#contents .singletext {
	text-align: justify;
	padding-right: 1em;
	padding-left: 1em;
}
#contents .postmeta {
	color: #b6deff;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
#contents h1 {
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#contents h1 a:link {
	color: #FFFFFF;
}
#contents h1 a:hover {
	color: #037586;
}
#contents .date {
	color: #047582;
	text-align: right;
}
#contents .img {
	padding: 5px;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	background-color: #090818;
	border: 1px solid #3E3C49;
	height: 150px;
	width: 150px;
}
#contents table {
	padding: 6px;
}
#imgrotator {
	background-image: url(rotate/rotate.php);
	background-repeat: no-repeat;
	height: 200px;
	width: 570px;
	margin: 0px;
	padding: 0px;
}
#imgrotator .imgrotatorbackgd {
	background-image: url(images/rotator_mask.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 570px;
	margin: 0px;
	padding: 0px;
}
#contents .details {
	clear: both;
	margin-top: 1em;
	text-align: center;
}
.navigation {

	width: 80%;

	clear: both;

	margin-top: 1em;

	margin-right: auto;

	margin-bottom: 1em;

	margin-left: auto;

}

.notfound {

	margin: auto;

	clear: both;

	width: 80%;

}
/* Sidebars */

#sidebars {
	float: left;
	width: 250px;
	background-color: #151524;
}
#sidebar_full .sidebartop {
	background-image: url(images/sidebar_top.png);
	background-repeat: no-repeat;
	background-position: top;
}
#sidebar_full .sidebarbottom {
	background-image: url(images/sidebar_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#sidebar_full .textwidget  {
	margin-right: auto;
	margin-left: auto;
	width: 230px;
	text-align: justify;
}
#sidebar_full .sidebarbox {

}
#sidebars h2 {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #FFFFFF;
	background-image: url(images/sb_title200x30.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 30px;
	text-align: left;
	padding-top: 5px;
	text-indent: 1em;
	width: 250px;
	margin-top: 1em;
}
#sidebars h2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebars h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebars h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebars p {
	padding: 2px 0px;
	font-size: 8pt;
}
#sidebars ul {
	margin: 0px;
	padding: 0px;
}
#sidebars li {
	margin: 0px;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 8px;
	list-style-position: inside;
	padding-left: 10px;
}

/* Widgets CSS */

#sidebars .form01 {
	background-color: #090818;
	padding: 5px;
	text-align: center;
	border: 1px solid #3E3C49;
}
#sidebars img {
	padding: 5px;
	background-color: #090818;
	border: 1px solid #3E3C49;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#sidebars table {
	margin-right: auto;
	margin-left: auto;
}
#sidebars a {
}


/* comments area */

#comments, #respond {
	clear: both;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	text-transform: uppercase;
}

/* commentlist */

.commentlist {
    list-style: none;
	margin: 5px 0px;
	padding-left: 0px;
	line-height: 130%;
}
.commentlist li{
    margin-bottom: 6px;
	padding: 10px;
}
.commentlist .alt {
	color: #CCCCCC;
	background-color: #000000;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentname{
	color: #FFFFFF;
	font-family: Garamond;
	font-size: 10pt;
}
.gravatar {
	border: none;
	float: left;
	width: 60px;
	display: inline;
	background-image: url(images/avatar.png);
	background-repeat: no-repeat;
	height: 60px;
	margin-right: 1em;
	padding: 5px;
	background-color: #090818;
}
.commentcount {
	color: #047582;
	float: right;
	font-family: "Century Gothic", Arial;
	font-size: 2.2em;
	font-weight: bold;
}
.commentext { /* That's the div of the text... */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 70px;
}

/* comment form */

#commentform {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#commentform p {
	padding: 2px 0px;
	margin: 0px;
}
#commentform label{
	color: #999999;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	border: 1px solid #2E2E2E;
	padding: 3px;
	margin-top: 3px;
	background-color: #181818;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCCCCC;
}
#commentform textarea{
	width: 400px;
	border: 1px solid #151524;
	padding: 2px;
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #090818;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background-color: #F0F0F0;
	color: #CCCCCC;
}
#commentform #submit{
	color: #FFFFFF;
	background-image: url(images/box_arrow120x19.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 64px;
	background-position: right;
	background-image: url(images/button64x23.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	text-transform: capitalize;
}

/* IntenseDebate CSS */

#idc-container-parent #idc-container .idc-c {
	padding: 10px;
}
#idc-container-parent #idc-container h3 {
	font-size: 15px;
	line-height: 1.3em;
}
#idc-container-parent #idc-container .idc-head .idc-toolbar .idc-sel {
	color: #CC0000;
}
#idc-container-parent #idc-container .idc-c.idc-admin {
	background-color: #151524;
}
#idc-container-parent #idc-container .idc-c .idc-c-h {
	background-color: #DDDDDD;
	padding: 5px;
}
#idc-container-parent #idc-container .idc-c-h .idc-a {
	border: 1px solid #3E3C49 !important;
	padding: 2px;
}
#idc-container-parent #idc-container .idc-c-h .idc-i {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #090818;
}
#idc-container-parent #idc-container a:hover {
	color: #037586;
	text-decoration: none;
}

/* For Link Indication plugin */

a.external {
	padding-right: 12px;
	background-image: url(images/external.png);
	background-repeat: no-repeat;
	background-position: right;
}
a.internal {
	padding-right: 12px;
	background-image: url(images/internal.png);
	background-repeat: no-repeat;
	background-position: right;
}

