/*  
Theme Name: Fives Theme - Gem Version
Theme URI: http://www.fivemediads.com/
Description: Template created by Five Media's Juan Orozco for Five Media.
Version: 4.0
Author: Juan Orozco
Author URI: http://www.fivemediads.com/

*/

h1{
	
}

h2{
	
}

h3{
	
}

p{
	margin: 5px 0 0 0;
}

a, a:visited{
	color: #e6f4fe;
	text-decoration: none;
	border-bottom: 1px dashed #e6f4fe;
}
a:hover{
	border-bottom: 1px dashed #fff;
	color: #fff;
}

html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #13202a;
}

body{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #e6f4fe;
	font: 62.5% franklin gothic book, verdana, helvetica, tahoma, sans-serif;
	/*background: url(images/header.png) top center repeat-x;*/
}

#wrap{
	width: 820px;
	margin: 0 auto 0 auto;
	padding: 0 0 50px 0;

}

#wrapper{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	/*background: url(images/back.png) 0 100% repeat-x;*/
}
/* Header */
#header{
	margin: 0;
	padding: 0;
	width: 760px;
	height: 100px;

}

#header #searchform{
	float: right;
	height: 40px;
	margin: 0;
	padding: 15px 15px 0 15px;
	background-color:#1a394f;
	-moz-border-radius-bottomleft:17px;
	-webkit-border-bottom-left-radius:17px;
	-moz-border-radius-bottomright:17px;
	-webkit-border-bottom-right-radius:17px;
}

#header #s{
	background-color: transparent;
	border-bottom: 1px dashed #e6f4fe;
	border-top:none;
	border-left: none;
	border-right: none;
	color: #e6f4fe;
}

#header #searchsubmit{
	text-indent: -9999px;
}

ul#navi{
	width: 350px;
	height: 40px;
	margin: 0;
	padding: 15px 0 0 20px;
	background-color:#1a394f;
	-moz-border-radius-bottomleft:17px;
	-webkit-border-bottom-left-radius:17px;
	-moz-border-radius-bottomright:17px;
	-webkit-border-bottom-right-radius:17px;
}

#navi li{
	margin: 0;
	padding: 0 17px 0 0;
	list-style: none;
	display: inline;
}

#header a, #header a:visited, #header a:hover{
	font-size: 1.7em;
	border: none;
}

#header img{
	border: none;
}

/* Content */

#column{
	margin: 0;
	padding: 0;
	width: 760px;
	background-color: #224760;
	-webkit-box-shadow: 0 5px 3px #333;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#content{
	background: #224760 url(images/content.png) bottom center repeat-x;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	margin: 0;
	padding: 10px;
	font-size: 1.5em;
	line-height: 1.3em;

}

#content img{
	margin: 10px 0 0 15px;
}

#featured h1{
	font-size: 2em;
	line-height:1.5em;
	color: #7595ab;
	text-align: center;
}

#featured img { float: right;}

#featured ul#services{
	margin: 0;
	padding: 0;
}

#featured ul#services li{
	border: solid 1px #333;
	display: block;
	list-style-type: none;
	width: 30%;
	height: 250px;
	float: left;
	margin: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#featured ul#services li p{
	padding: 5px 5px 20px 5px;
	font-size: 1.2em;
}

#featured ul#services h2{
	background-color: #333;
	margin: 0;
	padding-top: 15px;
	text-align: center;
	height: 40px;
}


.post{
	
}

.sticky{
	
}

.entry{
	
}

.entry p{
	width: 550px;
	margin: 10px auto 0 100px;
	text-align: justify;
	text-justify: newspaper;
	color: #ddddff;
}

#footer{	
	margin: 0;
	padding: 10px;
	color: #999;
	background-color: #224760;
	-moz-border-radius-bottomleft:17px;
	-moz-border-radius-bottomright:17px;
	-webkit-border-bottom-left-radius:17px;
	-webkit-border-bottom-right-radius:17px;
}

#copyright{
	margin: 15px 0 0 0;
}

#header ul, #columnone ul, #footer ul{
	list-style-type: none;
}

#blogfeed{
	width: 350px;
	border-right: 1px solid #333;
	margin: 10px;
}

#blogfeed p{
	font-size: 1.1em;
}

#blogfeed span{
	font-size: .9em;
}

ul.links{
	margin:25px 35px 0 0;
	width: 300px;
	float: right;
}

ul.links li{
	font-size: 1.5em;
	padding: 2px 0 2px 0;
}

ul.links ul{
	display: inline;
	margin: 0;
	padding: 0;
}

ul.links ul li{
	display: inline;
	font-size: .8em;
}

ul.links ul:before{
	content:" :";
}

#footer a, #footer a:visited, #footer a:hover{
	border: none;
	color: #999;
}

#footer a:hover{
	background-color: #000;
}

.sprite{
	background: transparent url() no-repeat;
}

br.clear{
	clear: both;
}

p.clear{
	clear: both;
}

#blog{
	margin: 0 auto 0 auto;
	padding: 0;

}

.excerpt{
	color: #eee;
}

#respond{
	margin: 0 auto 0 auto;
	padding: 0;

}

#comment{
	margin: 0;
	padding: 0;

}

h2#title {
	font-size: 3em;
	margin: 50px 10px 0 auto;
	padding: 0 0 15px 0;
	border-bottom: 5px solid #e6f4fe;
}

#logo{
	margin: 0 auto 45px 25px;
	padding: 0;
}