/*  
Theme Name: Transformed
Theme URI: http://www.transformedonline.com
Description: Clean blue and pink minimalist style
Version: 1.0
Author: Jose Palacios
Author URI: http://www.ciosfx.com

*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	background: transparent;
}

h1, h1 a {font-size: 2em; font-family: "Rockwell", "Courier New", Courier, monospace; line-height: 2em; color: #01aef0;}
h2, h2 a {font-size: 1.5em; font-family: "Rockwell", "Courier New", Courier, monospace; line-height: 1em; color: #01aef0;}
h3 {font-size: 1.125em;}
h4 {font-size: 1em;}
h5, h6 {font-size: .875em; font-family: "Calibri", Arial, Helvetica, sans-serif; line-height: 1.5em; color: #666666;}
h5 a {font-size: .875em; font-family: "Calibri", Arial, Helvetica, sans-serif; line-height: 1.5em; color: #01aef0;}
h6 {font-style: italic;}
p {font-size: 1em; font-family: "Calibri", Arial, Helvetica, sans-serif; line-height: 1.5em; color: #666666;}
q, blockqoute {font-size: .75em;}
a:link {color: #01aef0; text-decoration: none;}
a:visited {color: #01aef0;}
a:hover {color: #ed387a;}


body {
	margin: 0 auto;
	background: url("images/blueBar.jpg") repeat-x top;
}

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

#header {}

#fb a {
	width: 100px;
	height: 25px;
	float: right;
	background: url("images/facebook.png") no-repeat;
	}

#twitter a img{
	float: right;
	border: none;
	margin: 10px 0px 0px 10px;
	}

#topNav {
	height: 40px;
}
#topNav ul, #lSide ul {list-style: none;}
#topNav li {
	display: inline;
	padding: 8px;
	font-size: 1.3em;
}
#topNav li a {
	font-family: "Rockwell", "Courier New", Courier, monospace;
	color: #FFFFFF;
	display: inline-block;
	padding: 8px;
}

#topNav li a:hover {
	background-color: #ed387a;
}

#headerLogo {
	height: 266px;
	background: url("images/header.jpg") no-repeat center top;
}

#headerLogo h1 a {
	display: block;
	height: 230px;
}

.sidebar {
	margin-top: 45px;
	width: 170px;
	float: left;
	text-align: right;
}

.sidebar div {margin-bottom: 25px;}

.sidebar ul {list-style-type: none;}

.sidebar li {
	padding-top: 10px;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	color: #666666;
}

.sidebar ul li h3 a{
	font-family: "Rockwell", "Courier New", Courier, monospace;
	font-size: 1.125em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #01aef0;
	padding: 12px;
	line-height: 1.6em;
}

.sidebar ul li h3 a:hover {
	background-color: #ed387a;
}

#content {
	width: 500px;
	margin: 40px 20px;
	padding: 0px 40px;
	float: left;
	min-height: 395px;
}

.entry {margin-top: 10px;}

.post {
	padding-top: 20px;
	border-top: 1px dashed #CCCCCC;
	margin-bottom: 20px;
}

.post:first-child {
	padding-top: 0px;
	border-top: none;
}

.navigation {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
}

#footer {
	background: url("images/footerBg.png") no-repeat left;
	width: 590px;
	height: 85px;
	color: #FFFFFF;
	padding: 65px 0px 0px 70px;
	bottom: 0px;
	clear: both;
}
	
.footerWhite {color: #FFFFFF; padding-left: 8px;}

#footer a:link, #footer a:visited {color: #FFFFFF;}

#footer a:hover {color: #ed387a;}

#ciosLogo a{
	background: url("images/ciosLogo.png") no-repeat;
	width: 140px;
	height: 60px;
	display: block;
}

#topNav #search #searchform {
	width: 250px;
	float: right;
}

#topNav #search #searchform #searchsubmit {
	background-color: #FFFFFF;
	color: #01AEF0;
	font-size: 14px;
	padding: 2px;
	vertical-align: bottom;
	border-top: 2px solid #FFFFFF;
}

#topNav #search #searchform input#s {
	background-color: #FFFFFF;
	border: #FFFFFF 1px solid;
}

#search div {top: 4px;
	position: absolute;}

#bottomSection {
	margin-top: 70px;
	padding: 0 5px;
	width: 500px;
	border: 1px dashed #CCCCCC;
}

#bottomSection ul {
	line-height: 1em;
	list-style-type: none;
	padding: 0 5px;
}

#bottomSection li {
	margin: 8px 0;
}


#bottomSection h2 {font-size: 1.125em;}

#bottomSection li a {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: .875em;
}

.column {width: 48%; float:left;}

.clr {clear: both;}

img {
	border:1px solid #CCCCCC;
	max-width:100%;
	padding:2px;
}

.postedDate {
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	color:#999999;
	font-family:"Calibri",Arial,Helvetica,sans-serif;
	font-size:0.75em;
	padding:2px;
}

.entry p {padding: 0 0 10px;}

/*comments*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3, .commentmetadata{
	font-size: 1em;
	color: #666666;
}


.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 1em;
}

input, textarea {border: 1px solid #CCCCCC; background-color: #FFFFFF;}

.comments-template label, .comments-template input {font-size: .75em; padding: 2px; color: #666666;}

.comments-template p {margin-top: 10px;}