/*httpshttps
Theme Name: Next
Theme URI: http://www.vivathemes.com
Description: Professional WordPress theme
Author: Viva Themes
Author URI: http://www.vivathemes.com
version: 1.0
Tags: two-column, widget-ready, business, personal
*/

#pageRect { position:absolute; background-color:white; margin:0 auto; padding:25px; top:20px; box-shadow:#999 5px 5px 5px; }

#footer { position:relative; height:47px; bottom:-50px; }
#footerSearch { position:absolute; z-index:2; top:5px; }
#footerSearch p { }
#footerSearch h2 { margin:0; padding:0; }
#footerSearch input { }
div#copyinfo { position:absolute; width:400px; text-align:center; bottom:0; left:200px; z-index:1; }
#footer #footermenu { position:absolute; bottom:5px; right:0; }
ul#menu-main-menu.mainnav li.menu-item { margin-left:30px; }

/* Style Edits above | Next Theme Out Of The Box Styles Below */

.floatLeft { float:left; margin-right: 20px; margin-bottom:10px; }
.floatRight { float:right; margin-left: 20px; margin-bottom:10px; }

.sidebarNavLinks { position:relative; width: 250px; float:right; text-align:center; margin-top:35px; }
li.sideBarLinkItem { list-style:none; }
.sideBarLinkItem img { border-radius:100px; margin:20px auto 2px auto; display:block; border:1px solid #666; border-image-outset:1px; }
.sideBarLinkItem a { font-weight:bold; text-decoration:none; color:#666; }
.sideBarLinkItem a:hover { border-color:black; color:black; }
.sideBarLinkItem a:hover img { border-color:black; color:black; box-shadow:8px 8px 10px #666; }

#footerLinksToTopPages {}
#footerLinksToTopPages p { text-align:center; margin:10px 0; }
#footerLinksToTopPages ul { margin:0; }
#footerLinksToTopPages li { list-style:none; text-align:center; float:left; margin-right:10px; }
#footerLinksToTopPages li:last-child { margin-right:0; }
#footerLinksToTopPages a { font-weight:bold; text-decoration:none; color:#666; }
#footerLinksToTopPages a img { border:1px solid #666; }
#footerLinksToTopPages a:hover { border-color:black; color:black; }
#footerLinksToTopPages a:hover img { border-color:black; color:black; box-shadow:8px 8px 10px #666; }

#features img { margin-right:30px; }

div.paid-links { position:relative; display:block; margin:35px 0; padding:0 55px; }
div.paid-links strong { display:block; text-align:center; }
div.paid-links ul { margin:0; padding:0; }
div.paid-links li { list-style:none; margin-bottom:20px; border-top:1px solid #ccc; }
div.paid-links a { text-decoration:none; }
div.paid-links a:hover { background-color:rgba(51,204,255,.2); }
div.paid-links a.ad_link { 
	border-top: 1px solid #CCCCCC;
    color: #006666;
    display: block;
    font-family: Chivo,arial,helvetica,sans-serif;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: -20px;
    padding-top: 10px;
    text-transform: none;
    width: 100%;
}
div.paid-links a.ad_link:hover{ color:black;}
div.paid-links .description{ color:#666; }
div.paid-links .sitehost { color:#666; font-weight:bold; font-style: italic; }

/* ^ Custom CSS above ^ - v original CSS below v */

*{margin:0; padding:0;}

body {
	background: #eaeaea url(images/bg.png);
	color: black;
	line-height: 165%;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}
	
h1 {
	font-size: 26px;
	color: #333;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 28px;
	font-family: Chivo, arial, helvetica, sans-serif;
}

h2 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	font-family: Chivo, arial, helvetica, sans-serif;
}

h3 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	font-family: Chivo, arial, helvetica, sans-serif;
}

h4 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	font-family: Chivo, arial, helvetica, sans-serif;
}

h5 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	font-family: Chivo, arial, helvetica, sans-serif;
}


p { margin-top: 6px; color:#333; }

img { 
	border: none; padding:0; 
}

img a {
	border:none;
}

img.left { 
	float: left; border: none; padding: 6px 0 0 0; 
}

img.right { 
	float: right; border: none; padding: 0 0 0 6px; 
	}

blockquote {
	border-left:1px solid #ccc;
	margin:15px;
	padding:0 12px 0 12px;
	font-style: italic;
}

code{
	font-family:"Courier New", Courier, monospace;
}


/* links */

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* container */

#container {
	width: 800px;
	clear: both;
	margin: 0 auto;
	padding:0;
	margin-top: 40px;
}

#wrapper {
	width: 800px;
	float: left;
	clear: left;
}
	
/* header */

#top {
	width: 800px;
	float: left;
	clear: left;
	height: 48px;
	border-bottom: solid 1px #ccc;
}

#logo {	
	width:170px;
	float:left;
	height: 41px;
	margin: 0;
}

#logo a {
	color: #eaeaea;
}

#logo a.site-title {
	color: #000;
	font-family: Chivo, arial, helvetica, sans-serif;
	font-size: 31px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin-top: 0px;
}

#site-description {
	margin-top: 1px;
	color: #666;
}

/* search */

#searchbox {
	height: 21px;
	margin-top: 30px;
	float: right;
	width: 170px;
}

#searchform {
	float: left;
    height: 21px;
    margin: 0;
    padding: 0;
    width: 225px;
}

#searchform input#s {
	margin:0;
	padding: 0;
	color: #666;
	width: 165px;
	border: none;
	border: solid 1px #999;	
	font-size: 10px;
	padding-left: 2px;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: none;
}

#searchform input#searchsubmit {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #999999;
    color: #666666;
    cursor: pointer;
    padding: 1.7px;
	float:right;
}

#header h2 {
	display: none;
}

/* content */

#contentwrapper {
	width: 800px;
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#content {
	float: left;
	width: 500px;
	padding-top: 0;
	margin-top: 30px;
}

#contentfull {
	float:left;
	width: 800px;
	padding-top: 0;
	margin-top: 30px;
}

.attachment-mainthumb {
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}

.singlethumb {
	margin-bottom: 20px;
}

/* Portfolio */

#portfolio {
	width: 825px;
	margin-top: 30px;
}

#portfolio .post {
	width: 250px;
	height: 200px;
	float: left;
	clear: none;
	margin-right: 24px;
	margin-bottom: 20px;
}

.attachment-carthumb {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 250px;
	height: 150px;
	-webkit-box-shadow: 0 0 3px #999; 
	-moz-box-shadow: 0 0 3px #999; 
	box-shadow: 0 0 3px #999;
	
}

.shadow {
	width: 250px;
	height: 150px;
	position: relative;
	z-index: 3;
	margin-top: -150px;
	background : url(images/overlay.png);
	opacity: 1;
	filter: alpha(opacity = 100);
	zoom: 1;
}

#portfolio h1.entry-title {
	margin-bottom: 20px;
}

#portfolio h2.entry-title {
	margin-top: 8px;
	float: left;
	clear: left;
}

#portfolio h2.entry-title a {
	font-size: 16px;
}

.post {
	margin:0;
	padding:0;
	padding-bottom: 30px;
	clear: left;
	float: left;
	width: 100%;
}

#timestamp {
	margin: 0;
	color: #666;
	font-style: italic;
	margin-bottom: 10px;
}

.entry {
}

/* Post and Pages titles */

h1.entry-title,
h2.entry-title {
	padding: 0;
	line-height: 28px;
	margin: 0;
	margin-bottom: 5px;
	color: #000;
	font-size: 25px;
	text-transform: none;
	font-family: Chivo, arial, helvetica, sans-serif;
}
	
h2.entry-title a {
	color: #000;
	padding:0;
	margin: 0;
	text-transform: none;
	font-weight: normal;
	font-size: 25px;
	line-height: 28px;
	text-decoration: none;
	font-family: Chivo, arial, helvetica, sans-serif;
}

h2.entry-title a:hover {
	text-decoration: none;
}

h2.pagetitle {
	display: none;
}

.post ul {}

.post li {
	margin-left: 15px;
}

.entry p {
	margin:8px 0;
}

/* Read More link */

a.more-link {
	color: #000;
	text-decoration: none;
	float: left;
	font-family: Chivo, arial, helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
}

a.more-link:hover {
	color: #33ccff;
}
	
.alignleft a {
	float:left; 
	margin:25px 0;
}

.alignright a {
	float:right;
	margin:25px 0;
}

ol {
	margin: 10px;
}

ul {
	margin: 5px;
}

/* Front Widgets*/

#frontwidgets {
	width: 800px;
	margin: 0;
	float: left;
	clear: left;
	margin-top: 40px;
	padding-bottom: 5px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#fwidgets {
	width: 840px;
}

#frontwidgets h2 {
	font-size: 16px;
	text-transform: none;
	margin-bottom: 5px;
}

#frontwidgets .widgets {
	width: 380px;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

#frontwidgets ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

#frontwidgets ul li {
	list-style: none;
	margin-bottom: 7px;
}


/* Right Sidebar*/

#rightbar {
	width: 200px;
	float: right;
	padding:0;
	margin-top: 40px;
}

#rightbar .widgets {
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	margin-bottom: 30px;
	width: 200px;
}

#rightbar h2 {
	margin: 0;
	color: #000;
	font-family: Chivo, arial, helvetica, sans-serif;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 120%;
	text-transform: none;
	font-weight: normal;
}

#rightbar ul {
	margin: 0;
}

#rightbar ul li {
	line-height: 25px;
	list-style: none;
	margin-top: 1px;
}

#rightbar ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}

#rightbar ul li a {
	text-decoration: underline;
}

#rightbar ul li a:hover {
	text-decoration: none;
}

#rightbar ul li a:hover {
	text-decoration: none;
}

/* comments */


#commentform {
	margin:0;
	padding:0;
}
	
#commentform p {
	color: #666;
}
	
#commentform a { 
	color: #666; 
	text-decoration: none; 
	line-height: 14pt;
}
	
#commentform h3 {
	font-size: 10pt;
	font-weight: normal;
	color: #333;
	margin:0;
	padding:0;
}
	
#comment {
	width:80%;
	padding: 5px;
}

#author, #email, #url, #comment, #submit {
	font-size: 11px;
	margin:5px 5px 0 0;
	border: none;
	border: 1px solid #ccc;
	color: #999;
	padding-left: 5px;
	background: none;
}

#author, #email, #url {
	height:16px;
	padding-top:5px;
	padding-bottom: 5px;
}
	
#submit {
	margin:5px 5px 0 0; 
	cursor:pointer;
	color: #999;
	padding: 4px 7px;
	border: solid 1px #ccc;
	background: none;
}

#comments {
	margin:0; 
	padding:0;
}

#respond h3,
h3#comments {
	color: #33ccff;
	font-size: 14px;
	margin-bottom: 2px;
	clear: left;
	text-transform: none;
	font-weight: normal;
	margin-top: 15px;
	font-family: Chivo, arial, helvetica, sans-serif;
}	


.reply a.comment-reply-link {
	font-size: 11px;
	border: none;
	padding:0;
	color: #999;
	padding: 4px 7px;
	border: solid 1px #ccc;
}

.reply a.comment-reply-link:hover,
#submit:hover {
	color: #33ccff;
}

ol.commentlist { 
	list-style-type: none; 
	margin:0; 
	padding:0; 
	float:left;
	margin-top: 15px;
}

.avatar {
	float:left; 
	margin:0 12px 0 0;
}

ol.commentlist li {
	margin: 0;
	padding: 20px;
	padding-left: 0;
	list-style-type:none;
	float: left;
    width: 450px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}

ol.commentlist ul li {
    border: none;
    padding: 20px;
	width: 400px;
	padding-bottom: 0;
	padding-right: 0;
	
}

ol.commentlist li.alt {
	
}

ol.commentlist li p {
	margin: 6px 0 6px 0; 
	padding: 0 12px 0 0; 
	line-height: 14pt;
}

ol.commentlist a {
	color:#666;
	text-decoration: none;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a {
	color: #000; 
	text-decoration: none; 
	border-bottom: 1px solid #ccc;
}

/* misc */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	padding-left: 2px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.alignleft a {
	margin: 5px;
}
	
.wp-caption {
   	border: 1px solid #ddd;
   	text-align: center;
   	background-color: #f3f3f3;
   	margin: 0 10px 10px 0;
}

.wp-caption img a{
   	margin: 0;
   	padding: 0;
   	border: 0 none;
	margin: 0 auto;
}

p.wp-caption-text {
   	font-size: 11px;
   	line-height: 17px;
   	padding: 0 4px 5px;
   	margin: 0;
}

p { margin-top: 6px; }

#archivelist {
	float:left;
	margin-right: 0;
	
}

#archivelist ul li {
	list-style: none;
	line-height: 35px;
}

#archivelist ul {
	height: auto;
	margin-bottom: 30px;
}

#archivelist ul li a {
	color: #666;
	text-transform: uppercase;
}

#archivelist ul li a:hover {
	text-decoration: none;
}


/* footer */

#footer {
	clear: left;
	float: left;
	width: 800px;
	margin-bottom: 50px;
	margin-top: 3px;
	float: left;
	font-size: 11px;
	border-top: solid 1px #ccc;
	padding-top: 10px;
}

#copyinfo {
	width: 400px;
	float: left;
}


#footermenu {
	width: 400px;
	float: right;
}

#footermenu ul {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 4px;
}

#footermenu ul li {
	float: left;
	list-style: none;
	border-right: solid 1px #666;
	padding-right: 8px;
	margin-left: 7px;
	margin-right: 0;
	line-height: 10px;
}

#footermenu ul li a {
	text-decoration: none;
	text-transform: lowercase;
	color: #666;
}

#footermenu ul li a:hover {
	text-decoration: underline;
}

.clear { clear:both; }
#c_form { border:dotted 4px #ccc; padding:20px; }
#c_form .header { display:block; margin-top:10px;}
#c_form .form-error { color:#3cf; font-weight:bold; text-decoration:blink; }
#c_form input { width:400px; display:block; background-color:white; border:1px #ccc solid; height:30px; padding:5px; font-family:"Courier New", Courier, monospace; color:black; font-size:1.2em; }
#c_form textarea { width:740px; display:block; background-color:white; border:1px #ccc solid; height:400px; padding:15px 5px; font-family:"Courier New", Courier, monospace; color:black; font-size:1.2em; }
input#c_form_4 { float:right; margin:20px 0; width:auto !important; background-color:#3cf !important; font-weight:bold; color:white !important; box-shadow:2px 2px 2px #ccc; }
input#c_form_4:hover { background-color:black !important; }
div.notify { font-weight:bold; font-size:1.4em; color:#3cf; line-height:1em; text-align:center; border:dotted 4px #ccc; padding:20px; }