/*
Theme Name: Saner Design
*/

/* contact number and phone image in top banner */
#phone-me {
	float: right;
	font-size: 18px;
	font-style: italic;
	margin: 20px 0 10px 0;
	width: 350px;
}

#phone-me img {
	float:right;
	margin: -20px 10px 0 0;
	border: none;
	background-color: #FFF;
}


/*LAYOUT: Three column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/


.three-column #content {
	margin: 0 auto;
	width: 890px;
}

.each-column {
	font-size: 14px;
	float: left;
	width: 30%;
	padding: 10px;
}

.each-column li {
	margin: 0 0 10px 0;
}

#content3 h1,
#content3 h2,
#content3 h3,
#content3 h4,
#content3 h5,
#content3 h6 {
	color: #000;
	margin: 0 0 15px 0;
	line-height: 1.5em;
}

/* red curved border for layout */

.art-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:13px;
	min-height:13px;
}

.art-Post-body
{
	position: relative;
	z-index: 1;
	padding: 10px;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl, .art-Post-tc, .art-Post-bc,.art-Post-cr, .art-Post-cl
{
	position:absolute;
	z-index:-1;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl
{
	width: 12px;
	height: 12px;
	background-image: url('images/Post-s.png');
}

.art-Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 6px, 6px, auto);
}

.art-Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 6px, 6px);
}

.art-Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(6px, 6px, auto, auto);
}

.art-Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(6px, auto, auto, 6px);
}

.art-Post-tc, .art-Post-bc
{
	left: 6px;
	right: 6px;
	height: 12px;
	background-image: url('images/Post-h.png');
}

.art-Post-tc
{
	top: 0;
	clip: rect(auto, auto, 6px, auto);
}

.art-Post-bc
{
	bottom: 0;
	clip: rect(6px, auto, auto, auto);
}

.art-Post-cr, .art-Post-cl
{
	top: 6px;
	bottom: 6px;
	width: 12px;
	background-image: url('images/Post-v.png');
}

.art-Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 6px);
}

.art-Post-cl
{
	left:0;
	clip: rect(auto, 6px, auto, auto);
}

.art-Post-cc
{
	position:absolute;
	z-index:-1;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	background-color: #FAFAFA;
}
/* end of border */

/* clear lines */ 

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

/* image placement on the portfolio listing page */
.portfolioListImage{
	float: left;
	margin: 15px 15px 0 0;
}

.portfolioListExcerpt {
	float: left;
	
}

/* Entry summary for portfolio excerpt */

.portfolio-entry-summary {
	width: 500px;
	padding: 12px 0 0 0;
}

/* Entry title for portfolio excerpt */

.portfolio-entry-title {
	font-family: Georgia, "Bitstream Charter", serif;
	color: #FFF;
	font-size: 20px;
	line-height: 1.3em;
	background: #F00;
	margin: -10px -10px 0 -10px;
	padding: 0px 10px 0px 15px;
}

.portfolio-entry-title-single {
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 20px;
	line-height: 1.3em;
	background: #F00;
	margin: 35px -10px 0 -10px;
	padding: 0px 10px 0px 15px;
}

.portfolio-entry-title a:link,
.portfolio-entry-title a:visited {
	color:#FFF;
	text-decoration: none;
}
.portfolio-entry-title a:active,
.portfolio-entry-title a:hover {
	color: #CCC;
}

.portfolio-entry-title-single a:link,
.portfolio-entry-title-single a:visited {
	color:#FFF;
	text-decoration: none;
}
.portfolio-entry-title-single a:active,
.portfolio-entry-title-single a:hover {
	color: #CCC;
}

.portfolio-entry-title-single span {
	-webkit-text-size-adjust: 120%;
	font-family: Georgia, "Bitstream Charter", serif;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	float: right;
	margin-top: 5px;
}

.portfolio-entry-title-single span abbr {
	border: none;
}

.portfolio-entry-title-single span a:hover {
	color: #FFF;
	border: none;
}

.portfolio-entry-title-single span a {
	color: #f00;
	border-bottom: 1px dotted #fff;
}

.portfolio-entry-title span {
	font-family: Georgia, "Bitstream Charter", serif;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	float: right;
}

.portfolio-entry-title span abbr {
	border: none;
}

.portfolio-entry-title span a {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
.portfolio-entry-title span a:visited {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}

.portfolio-entry-title span a:hover {
	color: #fff;
	border: none;
}
.portfolio-entry-tags {
	font-size: 10px;
}

#website-information {
	width: 100%;
}

#website-information img {
	float: left;
	margin: -5px 10px 0 0;
}

#website-information-text {
	margin: 25px 0 0 0;
}

.entry-content h3 {
	padding: 10px 0 10px 0;
	width: 100%;
	border-bottom: 1px solid #F00;
}

/* services page layout */

#services-layout img {
	float: left;
	width: 200px;
	margin: 0 30px 25px 0;
}

#services-layout ul {
	float: left;
	width: 170px;
	margin: 50px 20px 25px 0;
}

.clientlogin p {
       margin: 10px 0 0 5px;
       font-size:10px;
       font-weight:normal;
       font-style:italic;
       }

.clientlogin a:link {
       text-decoration: none;
}

.clientlogin a:visited {
       text-decoration: none;
}

.clientlogin a:hover {
       text-decoration: underline;
       color: red;
}


	