/*
Theme Name: Win Edge Template
Theme URI: http://www.win-edge.com/
Description: Win Edge Blog Template
Version: 1.0
Author: Juan Castro
Author URI: http://www.webtomed.com/
*/


/* Elements */


* {
	margin: 0;
	padding: 0;
}

html {
	overflow:scroll-y; overflow-y: scroll !important;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#3a3a3a;
	background: #FFF;
}

.clear {
	clear: both;
}

/* Body */

/* CONTAINERS */

#container-outer-top {
	background: transparent url(images/bg.gif) repeat-x left top;
}

#container-inner-top {
	background:url(images/bg_top.jpg) no-repeat top center;
}

#wrap {
	width: 960px;
	margin: 0 auto;
}

#col-right {
	width: 710px;
	float: right;
	padding: 20px 0 30px 20px;
}

#col-left {
	float: left;
	width: 230px;
	padding: 20px 0 0 0;
}


/* HEADER */

#header-logo a{
	display:block;
	width: 410px;
	height: 139px;
	background:url(images/logo.gif) no-repeat left top;
	float: left;
	text-indent: -9999px;
}

#header-right {
	width: 550px;
	float: right;
}

#header-right-top-phone a{
	display: block;
	width: 345px;
	height: 84px;
	background:url(images/top_phone.gif) no-repeat left 8px;
	float: left;
	text-indent: -9999px;
}

#header-right-top-email a{
	display: block;
	width: 205px;
	height: 84px;
	background:url(images/top_e-mail.gif) no-repeat left 8px;
	float: right;
	text-indent: -9999px;
}

/* Top Menu */
#topMainMenu  {
		width: 595px;
		padding: 0;
		margin: 9px 0 0 0;
	}

ul.ptMenuHorizontal li {
		list-style:none;
		float:left;
		margin:0;
		padding: 0;
		background:url(images/menu_sep.gif) no-repeat right 13px;
	}

ul.ptMenuHorizontal a {
		display:block; 
		float:left;
		color:#FFF; 
		text-align: center;
		padding: 11px 22px 16px 22px;
		font-weight: bold;
		margin: 0;
	}
	
ul.ptMenuHorizontal a:hover {
		color:#f8ff8b; 
		background:url(images/menu_arrow.gif) no-repeat center bottom;
		text-decoration: underline;
	}

ul.ptMenuHorizontal a.active {
	background:url(images/menu_arrow.gif) no-repeat center bottom;
	color: #f8ff8b;
}


/* Search form */

#searchform #s {
	height:18px; 
	width:300px; 
	vertical-align:middle; 
	background: url(images/input_bg.gif) repeat-x left top; 
	border:2px solid #60afdf; 
	font-size:16px; 
	padding:3px;
	margin:0px;
	line-height:18px;
	display:block;
	position: absolute;
	margin-top:10px;
}

#searchform #searchsubmit {
	width: 108px;
	height: 43px;
	background: url(images/btn_search.gif) no-repeat left 3px;
	border: 0;
	cursor: pointer;
	margin: 0 0 0 5px;
	text-indent: -9999px;
	line-height: 0px;
	font-size: 0px;
	margin-left: 320px;
	
	
}

#header-search-rss {
	width: 940px;
	float: left;
	height: 50px;
	padding: 5px 0 0 20px;
}


#header-search {
	width: 500px;
	float: left;
}


#header-rss a{
	display: block;
	width: 198px;
	height: 33px;
	float: right;
	background: url(images/rss-btn.jpg) no-repeat left top;
	text-indent: -9999px;
	margin: 6px 30px 0 0;
}

#header-rss a:hover {
	background: url(images/rss-btn-hover.jpg) no-repeat left top;
}

/* Content */

h1, h2, h3, h4, h5, h6 {
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
}

h1.acenter {
	color: #fff;
	font-size: 24px; line-height: 29px; 
	padding: 10px 25px 10px 25px;
	background: #53af24;
	text-align: left;
	border: 1px solid #fff;
	margin: 0 0 20px 0;
	}
	
h1 {
	color:#0B466F;
	font-size:20px;
	font-weight:normal;
	line-height:28px;
	margin:0 0 5px;
	padding: 8px 0 10px 0;
}

h2 {
	color:#0B466F;
	font-size:18px;
	font-weight:normal;
	line-height:26px;
	margin:0 0 5px;
	padding: 8px 0 10px 0;
}


h3 {
	font-size: 16px; line-height: 22px; 
	padding: 8px 0 10px 0;
	color: 73c12f;
	line-height:23px;
	color:#0B466F;
	}
h4 {	
	font-size: 14px; 
	line-height: 22px; 
	padding: 6px 0 8px 0; 
	}


hr {
	color: #0197c7;
	background: #0197c7;
	height: 1px;
}

p {
	margin: 0;
	padding: 2px 25px 16px 25px;
}

a {
	color: #1177be;
}

a:hover {
	text-decoration: none;
}

a:active, a:focus {
	outline: none;
}

small {
	color: #777;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}

blockquote {
	background: #efefef;
	margin: 0 15px;
}

blockquote p {
	padding: 8px 10px 9px 10px;
}

ul {
	margin: 0;
	padding: 4px 25px 12px 65px;
	list-style-type: disc;
	list-style-image: none;
}

ul ul {
	padding: 10px 16px 0 40px;
	list-style-type: disc;
}

ol {
	margin: 0;
	padding: 4px 25px 12px 65px;
}

ol ol {
	padding: 10px 25px 0 40px;
}

li {
	padding: 0 0 6px 0;
}

dl {
	margin: 0;
	padding: 4px 25px 12px 45px;
}

dt {
	padding: 0 0 6px 0;
	font-weight: bold;
}

dd {
	padding: 0 0 9px 0;
	font-style: italic;
}

strong {
	color: #555;
}

/* Post */



.post {
	border: 1px solid #8ebedb;
	background: #f4fbff;
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;
}

h1.post-title  {
	background: #1177be url(images/h1-post-bg.jpg) repeat-x left top;
	padding: 15px 20px 15px 45px;
}

h1.post-title a {
	background: transparent url(images/h1-post-arrow-icon.jpg) no-repeat left 4px;
	line-height: 23px;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 0 18px;
}

h1.post-title-single {
	background: #1177be url(images/h1-post-bg.jpg) repeat-x left top;
	padding: 15px 20px 15px 45px;
	line-height: 22px;
	font-size: 18px;
	color: #ffffff;
}

h1.post-title a:hover {
	text-decoration: underline;
}

.post-date-box {
	background: #fff url(images/date-post-bg.jpg) repeat-x left top;
	width: 659px;
	height: 24px;
	margin: 7px 0 3px 9px;
	border: 1px solid #a1cce9;
	padding: 6px 0 0 30px;
}

p.post-date{
	color: #0b466f;
	font-weight: bold;
	background: transparent url(images/date-post-icon.jpg) no-repeat left top;
	padding: 1px 0 5px 30px;
}

.entry {
	background: #fff;
	width: 629px;
	margin: 0 0 0 9px;
	border: 1px solid #a1cce9;
	padding: 25px 30px 25px 30px;
}

.entry p {
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 18px;
}

.post-bottom-info {
	background: #3f991e url(images/bottom-post-info-bg.jpg) repeat-x left top;
	width: 659px;
	min-height:22px;
	margin: 3px 0 0 9px;
	border: 1px solid #a1cce9;
	padding: 5px 0 0 30px;
	border-bottom: 2px solid #fff;
}

.post-bottom-info a {
	color: #FFF;
}

.post-bottom-info a:hover {
	text-decoration: none;
}

p.bottom-info {
	color: #fff;
	background: transparent url(images/bottom-info-arrow-icon.jpg) no-repeat left 4px;
	padding: 0 0 5px 15px;
}


.navigation {
	display: block;
	font-size: 15px;
	text-align: center;
	margin: 10px 0 35px 0;
}

.postmetadata {
	clear: both;
	color: #fff;
	background: transparent url(images/bottom-info-arrow-icon.jpg) no-repeat left 4px;
	padding: 0 0 5px 15px;
}

.post-bottom-info a {
	color: #FFF;
	text-decoration: underline;
}

.post-bottom-info a:hover {
	text-decoration: none;
}


/* Comments */

.commentlist {
	padding: 0;
	margin: 0;
	text-align: justify;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}	
	
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
	
.children { padding: 0; }

.nocomments {
	color: #777;
	text-align: center;
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 5px 0 30px 0;
	border: 1px solid #8ebedb;
	background: #f6fcff;
	padding: 20px 0 45px 0;
}
	
#commentform p {
	margin: 5px 0;
}

#commentform input {
	width: 170px;
	padding: 3px;
	color: #666;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #a1cce9;
}
	
#commentform textarea {
	width: 100%;
	padding: 3px;
	color: #666;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #a1cce9;
}
	
#commentform #submit {
	float: right;
	margin: 0 0 5px auto;
	background: transparent url(images/submit-bg.gif) no-repeat left top ;
	border: none;
	width: 104px;
	height:28px;
	text-indent: -9999px;
	cursor: pointer;
}	

h3.comments-reply-heading {
	color: #0B466F;
	background: #FFFFFF url(images/date-post-bg.jpg) repeat-x scroll left top ;
	border:1px solid #A1CCE9;
	padding: 15px 25px 15px 25px;
	font-size: 16px;
}

/* Various Tags & Classes */

.screen-reader-text {
  /*  position: absolute;
    left: -1000em;*/
	display:none;
}

.thread-alt { background-color: #f8f8f8; }

.thread-even { background-color: white; }

.depth-1 { border: 1px solid #8EBEDB; }

.even { border-left: 1px solid #8EBEDB; }

cite { font-weight: bold; }

/* Tables */

table {
	padding: 0;
	margin: 2px 25px 16px 25px;
	border: 0;
}

table caption {
	color: #444;
	background: #ddd;
	padding: 5px 8px;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 17px;
	line-height: 21px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

table thead tr th, table tr th {
	text-align: left;
	padding: 4px 8px;
	color: #777;
	background: #e7e7e7;
}

table tbody tr td, table tr td {
	padding: 3px 8px;
	color: #666;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	vertical-align: middle;
	border-bottom: 1px solid #e7e7e7;
}

table tfoot tr td {
	color: #888;
	font-size: 11px;
	padding: 2px 8px;
}


/* Toolbox */

.aleft { text-align: left; }
.aright { text-align: right; }

.fleft { float: left; }
.fright { float: right; }

.cboth { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }


/* Sidebar */

.categories {
	width: 230px;
	height: 59px;
	text-indent: -9999px;
	background: transparent url(images/categories-title.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
}

.archives {
	width: 230px;
	height: 59px;
	text-indent: -9999px;
	background: transparent url(images/archives-title.jpg) no-repeat left top;
	margin: 20px 0 0 0;
	padding: 0;
	
}


#col-left ul, #col-left ul ol {
	margin: 0;
	background: transparent url(images/ul-item-bg.jpg) repeat-y left top;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#col-left ul li {
	margin: 0px;
	padding: 0px;
	border-top:1px solid #46a5d8;
	border-bottom:1px solid #0c65aa;
	list-style-type: none;
	list-style-image: none;
}

#col-left ul li a {
	color: #FFFFFF;
	text-decoration: none;
	width: 190px;
	line-height: 18px;
	display: block;
	background: transparent url(images/li-item-bg.jpg) no-repeat left top;
	padding: 9px 10px 9px 30px;
	}

#col-left ul li a:hover {
	background: #73c12f url(images/li-item-hover-bg.jpg) no-repeat left top;
}



#banner-tell-friend a{
	display: block;
	margin: 20px 0 20px 0;
	width: 230px;
	height: 85px;
	text-indent: -9999px;
	background: transparent url(images/banner-tellafriend.jpg) no-repeat left top;
}
	
	
#banner-magazine a {
	display: block;
	margin: 20px 0 20px 0;
	width: 230px;
	height: 95px;
	text-indent: -9999px;
	background: transparent url(images/banner-magazine.jpg) no-repeat left top;
	padding: 0;
}


/* Footer */

#footer { 
	border-top:	1px dotted #8ebedb;
	padding: 20px 0 30px 0;
	width: 960px;
}

#footer-banners {
	margin: 0 0 30px 0;
}

#footer-banners-blog a{
	display: block;
	width: 230px;
	height: 182px;
	text-indent: -9999px;
	background: transparent url(images/banner-blog.jpg) no-repeat left top;
	float: left;
	margin: 0 18px 0 0;
}

#footer-banners-credit-card {
	width: 460px;
	height: 182px;
	text-indent: -9999px;
	background: transparent url(images/banner-credit-cards.jpg) no-repeat left top;
	float: left;
}

#footer-banners-general-info{
	width: 210px;
	height: 182px;
	border: 1px solid #8ebedb;
	background: #f4fbff;
	float: right;
	padding: 0 10px 0 10px;
}

#general-info-links {
	line-height: 22px;
	padding: 7px 0 0 20px;
}

.general-info-title {
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #a1cce9;
}

#footer-copyright {
	text-align: center;
	color: #0B466F;	
}


/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.alignleft {
	float: left;
	padding: 0 10px 0 0;
	border:none;
}

.alignright {
	float: right;
	padding: 0 0 0 10px;
	border:none;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

