/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

blockquote.callout {
	border:1px solid #ccc;
	background:#f1f1f1;
	text-align: center;
	padding:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin:20px 0;
	box-shadow:0px 0px 4px #ccc;
	-moz-box-shadow:0px 0px 4px #ccc;
	-webkit-box-shadow:0px 0px 4px #ccc;



}
#content {
	background-color: #f1f1f1;
}
#content #main {
	min-height: 1%;
/*
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;

	border-right:1px solid #f1f1f1;
	box-shadow:0px 1px 3px #999;
	-webkit-box-shadow:0px 1px 3px #999;
	-moz-box-shadow:0px 1px 3px #999;
*/
}

.col-full {
	position: relative;
}
strong.phn {
	float:right;
	color:#111;
	font-size: 26px;
	text-shadow: 0px -1px 1px #fff;
}
strong.phn span {
	font-size:14px;
	color:#777;
	font-weight: normal;
	
}
div.featured-image img {
	border:8px #111 solid;
}
div#mini-features img.alignleft {
	float:left;
	margin:0 10px 10px 0;
	padding:4px;
	border:1px solid #ccc;
	background: #fff;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
ul#nav {
	float:right;
	margin-top:11px;
}
ul#nav li {
	margin-right:5px;
	padding:0px;
}
ul#nav a{
	font-size: 13px;
}

#comments .reply a, #commentform input.txt, #commentform textarea, #commentform #submit, #searchform, #nav li ul, #mini-features .btn, #nav li:hover, #nav li.current_page_item, #nav li.current_page_parent, .port-cat a {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;

}

#main.multiedit .entry .econtent{
	float:left;
	width:75%;
}
#main.multiedit .entry .multieditRight {
	margin-left:80%;
	width:20%;
}
div.sidenav {
	position: absolute;
	top:0;
	left:0;
	width:190px;
	z-index: 0;
	

}
div.sidenav ul {
	border:1px solid #e6e6e6;
	border-right:0px;
}
div#main.fullwidth div.post {
	margin-left:190px;
	padding:20px;
	background: #fff;
	border:1px solid #ccc;
	box-shadow:0px 0px 7px #ccc;
	-moz-box-shadow:0px 0px 7px #ccc;
	-webkit-box-shadow:0px 0px 7px #ccc;
	z-index: 1;
	min-height: 300px;
	margin-bottom:200px;


}
div#main.fullwidth.nonav div.post {
	margin-left:0;
}
div.sidenav ul li {
	display: inline;
}
div.sidenav ul li a {
	display: block;
	padding:7px 10px;
	border-bottom:1px solid #fff;
	font-size:12px;
	background:#f7f7f7;
	margin-right:2px;


}
div.sidenav ul li a:hover {
	background: #fff;


}
div.sidenav ul li.current_page_item a {
	
	background:#fff;
	border-color: #e6e6e6;
	border-top:1px solid #e6e6e6;

	
}

div.sidenav h2.parent_title {
	font-size:14px;
	padding:5px;
	color:#555;
}

div#page-title {
	position: relative;
}


#featured h2, #featured h1, #featured span.archive_header {
	padding-right:30%;
}
div#chat {
	position: absolute;
	right:5px;
	bottom:0px;
}

table td {
padding:2px;
}
form.infusion_form {
	background: #fff;
	border-radius:8px;
	padding:5px 10px;
	
	border-bottom:1px solid #DBDBDB;
	border-top:1px solid #DBDBDB;

}

form.infusion_form table td {
	padding:2px;
	background:#fcfcfc;
}

form.infusion_form input.default-input {
	border:3px solid #e2e2e2;
	width:200px;
}


.entry blockquote {
color:#666666;
padding-left:30px;
padding-right:30px;
padding-top:10px;
margin-bottom:20px;
font-size:1.4em;
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
font-style: italic;
}

#featured.home p {
	color:#e5e5e5;
}
#featured.home p strong {
	color:#fff;
	font-size:120%;
} 

#subscribe.widget ul li a {
	display:inline;
}
#subscribe.widget ul li a img {
	margin-right:2px;
}
#main .multieditRight blockquote {
color:#666666;
padding-top:10px;
padding:10px 0px 0 0;
margin-bottom:10px;
font-size:1.0em;
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
font-style: italic;
}

form.infusion_form input.inf-button  { margin: 15px 0 0 0; background:#f0f0f0 url(images/ico-bullet.png) no-repeat 90% 50%; color:#333; font-size:12px; text-transform:uppercase; border:none; padding:4px 25px 4px 15px; }
form.infusion_form input.inf-button:hover  { background:#06a0f0 url(images/ico-bullet.png) no-repeat 90% 50%; color:#fff; cursor:pointer; }


