/* 
	Theme Name: Visual
	Theme URL: http://www.organizedthemes.com/themes/visual
	Description: A visually interesting theme for your business or organization
	Author: Organized Themes
	Author URI: http://www.organizedthemes.com
	Version: 5.1.0
	Tags: flash style, striking, widgets, control panel
	
*/

/* Licensed under GNU General Public License.  Learn more at www.opensource.org */

/* @group Reset */

/* Eric Meyer's Reset Reloaded */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}

/* @end */

/* @group Global */

body 		 	{ margin: 0 auto; background-color: #ccc; }

a, a:visited 	{ color: #213e68; text-decoration: none; }
a:hover 	 	{ color: #747474; text-decoration: none; }

img 		 	{ border-style: none; }

.left  		 	{ float: left; }
.right 		 	{ float: right; }
.clear 		 	{ clear: both; }
.clearfix:after 				{ content: "."; display: block; clear: both; margin: 0; padding: 0; height: 0; visibility: hidden; }
* html .clearfix             	{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix 	{ zoom: 1; } /* IE7 */
.clearfix 						{ height: 1%; }

/* @end */

/* @group Type */

/* Define Fonts */

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

p, li, ol, ul, span, div, label, legend, form, fieldset, input {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 { font-size: 36px; line-height: 1; margin-bottom: 8px; }
h2 { font-size: 24px; line-height: 1; margin-bottom: 12px; }
h3 { font-size: 20px; line-height: 1; margin-bottom: 12px; }
h4 { font-size: 18px; line-height: 1; margin-bottom: 20px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0;}

p  			{ margin: 0 0 24px;	font-size: 16px;	padding-bottom: 5px; }
p img.left  { float: left; margin: 24px 24px 24px 0; padding: 0; }
p img.right { float: right; margin: 24px 0 24px 24px; }

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 24px; font-style: italic; }
del         { color:#666; }

li ul, 
li ol       { margin: 0 24px; }
ul, ol      { margin: 0 24px 24px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 24px; }
dl dt       { font-weight: bold; }
dd          { margin-left: 24px;}

blockquote {
	margin: 0 0 20px;
	padding: 20px 20px 0;
	background: #f8f8f8;
	color: #646464;
	border: 1px solid #e4e4e4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* @end */

/* @group Header */

#header {
	height: 80px;
	width: 1000px;
	margin: 16px auto 0;
	position: relative;
	z-index: 2000;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#logo img:hover {
	opacity: .7;
}

#text-logo h1, #text-logo p {
	font-size: 48px;
	position: absolute;
	top: 10px;
	left: 0;
	font-weight: bold;
}

#text-logo a, #text-logo a:visited {
	color: #fff;
	text-shadow: rgba(70,70,70,0) 1px 1px 3px;
}

#times {
	position: absolute;
	right: 0;
	top: 75px;
}

#times p {
	font-weight: bold;
	margin: 0;
}

/* @group Navigation */

#home-nav {
	position: relative;
	top: 100px;
	width: 998px;
	height: 47px;
	position: absolute;
	z-index: 25;
	margin: 0;
	padding: 0;
	left: 1px;
	background: url(images/bgtransp.png) repeat;
}

/* @group Superfish Drop Downs--do not edit */

.menu, .menu * 			{ padding: 0; list-style: none;
	margin: 0;
}
.menu 					{ line-height:	1.0; }
.menu ul 				{ position: absolute; top: -999em; width: 10em; }
.menu ul li 			{ width: 100%; }
.menu li:hover 			{ visibility: inherit;  }
.menu li 				{ float: left; position: relative; }
.menu a 				{ display: block; position: relative; }
.menu li:hover ul,
.menu li.sfHover ul 	{ top: 2.5em; z-index: 99; }
ul.menu li:hover li ul,
ul.menu li.sfHover li ul{ top: -999em;}
.menu li:hover ul,
.menu li.sfHover ul 	{ left: 0; top: 28px; z-index: 99; }
.menu a.sf-with-ul 		{ padding-right: 2.25em; min-width: 1px; }
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	width: 160px;
	left:  160px; /* match ul width */
	top: -10px;
}

ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:	160px; /* match ul width */
	top:	0;
}

/* @end */

.menu a, .menu a:visited {
	color: #fff;
	display: block;
    margin: 0;
	font-size: 16px;
	padding: 16px 9px 15px;
	font-weight: normal;
	font-style: normal;
}

.menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
}

.menu a:hover, .current-menu-item a {
	color: #fff;
	background-color: #000;
}

ul.sub-menu li.current-menu-item {
	background-image: none;
	border: none;
}

ul.sub-menu li.current-menu-item a, ul.sub-menu li.current-menu-item a:visited {
	color: #fff;
	background-color: #000;
}

.current-menu-item .sub-menu li a, .current-category-ancestor .sub-menu li a {
	background: transparent;
}

.menu li ul {
	width: 200px;
	padding: 0;
	margin: 19px 0 0;
	background: url(images/bgtransp.png) repeat;
}

.menu li li a, .menu li li a:visited {
	color: #fff;
	width: 160px;
	float: none;
	padding: 18px 20px;
	margin: 0;
}

.menu li li a:hover {
	background-color: #000;
	padding: 18px 20px;
}

.menu li ul li ul {
	width: 200px !important;
	margin-top: 10px;
	margin-left: 20px;
}

/* @end */

/* @end */

/* @group Home Page */

#front {
	background: url(images/front.png) no-repeat center top;
	margin: 0 auto;
	height: 680px;
	position: relative;
}

#home {
	margin: 0 auto;
	position: relative;
	width: 998px;
}

#frontimage {
	position: absolute;
	left: 0;
	overflow: hidden;
	z-index: 1;
	top: 20px;
}

#frontpage {
	width: 200px;
	height: 543px;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	top: 67px;
	right: 0px;
	color: #fff;
	background: url(images/bgtransp.png) repeat;
	z-index: 20;
	padding: 15px 8px;
}

#frontpage a, #frontpage a:visited {
	color: #fff;
	font-weight: normal;
	font-style: normal;
}

#frontpage a:hover {
	color: #808080;
}

/* @group OT Slider */
 
#slider, #rotator {
	position:relative;
	z-index: 1;
	display: block;
	width: 998px;
	height: 620px;
	background:#ccc url(images/loading.gif) no-repeat 50% 50%;
	margin-right: auto;
	margin-left: auto;
}

#slider a{
	display:block;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider {
	position:relative;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}

.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}

.nivo-prevNav {
	left:0px;
}

.nivo-nextNav {
	right:0px;
}

#slider img {
	position:absolute;
	z-index: 1;
	top:0px;
	left:0px;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom: 0;
	z-index: 99;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background: url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	position:relative;
	z-index:99;
	cursor:pointer;
}

.nivo-controlNav a.active {
	background-position:-10px 0;
	font-weight:bold;
}

/* @end */


/* @end */

/* @group Scroll Page */

#page {
	width: 420px;
	height: 553px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	top: 67px;
	left: 0;
	background: url(images/bgtransp.png) repeat;
	padding-top: 20px;
	padding-left: 10px;
}

#page-right {
	width: 420px;
	height: 553px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	top: 67px;
	right: 0;
	background: url(images/bgtransp.png) repeat;
	padding-top: 20px;
	padding-left: 10px;
}

.scroll-pane h1, .scroll-pane h2, .scroll-pane h3, .scroll-pane, .scroll-pane h5, .scroll-pane h6, .scroll-pane p, .scroll-pane li, .scroll-pane ul, .scroll-pane ol, .scroll-pane legend, .scroll-pane label {
	color: #fff;
}

#page a:hover {
	color: #fff;
}

.scroll-pane {
	width: 400px;
	overflow: auto;
	padding-right: 10px;
	height: 550px;
}

.scroll-pane p {
	color: #fff;
	font-size: 16px;
}

.jScrollPaneContainer { 
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack { 
	position: absolute; 
	cursor: pointer; 
	right: 0; 
	top: 0; 
	height: 100%;
	background: url(images/bar.jpg) top center repeat-y; 
	padding: 3px;
	z-index: 3;
}

.jScrollPaneDrag {
	position: absolute;
	background: url(images/slider.png) center center no-repeat;
	cursor: pointer;
	overflow: hidden;
}

/* @end */

/* @group Other Page Styles */

.content {
	width: 1058px;
	margin: 0 auto;
	position: relative;
}

.content p {
	color: #000;
	font-size: 16px;
}

.top {
	background: url(images/top.png) no-repeat center top;
	height: 46px;
	padding-top: 19px;
}

.top-content {
	position: absolute;
	left: 30px;
	top: 0;
}

.middle {
	background: url(images/middle.png) repeat-y center;
	padding: 20px 50px;
}

.bottom {
	background: url(images/bottom.png) no-repeat center;
	height: 88px;
}

.contentmiddle-full {
	padding: 1px;
	background-color: #fff;
}

.contentleft {
	width: 650px;
	float: left;
}

.contentleft li {
	margin-bottom: 2px;
}

.contentleft p, #contentleft p a, #contentleft p a:visited {
	font-size: 16px;
}

.contentright {
	width: 220px;
	float: right;
	font-size: 14px;
	line-height: 1.1;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	color: #000;
}

.contentleft .current_page_parent, .contentleft .current_page_item {
	background-image: none;
}

.contentright li, .contentright ul{
	list-style: none;
	color: #000;
	margin: 0;
}

.contentright ul {
	padding-bottom: 10px;
	font-size: 14px;
}

.contentright li {
	font-size: 14px;
	margin-bottom: 2px;
}

.contentright p, .contentright a, .contentright a:visited {
	font-size: 14px;
	line-height: 1.1;
}

.contentmiddle a, .contentmiddle a:visited {
	color: #213e68;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.contentmiddle a:hover {
	color: #747474;
	text-decoration: none;
}

.time {
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ccc;
	margin-bottom: 10px;
}

.time h4 {
	color: #fff !important;
	margin-bottom: 0;
	font-size: 12px;
}

.blog-title h1 a, .blog-title h1 a:visited {
	font-size: 36px;
}

.list-meta p, .list-meta p a, .list-meta p a:visited {
	font-size: 12px;
}

.attachment-blog-image {
	padding: 5px;
	background-color: #cbcbcb;
	margin-bottom: 8px;
}

.blog-list-item {
	margin-bottom: 50px;
}
.author-box {
	padding: 10px;
	background-color: #f1f1f1;
}

.post-author-gravatar {
	padding: 5px;
	background-color: #fff;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.authortext {
	float: left;
	width: 500px;
}

.authortext p {
	font-size: 14px;
	margin-bottom: 0;
}

.authortext h4 {
	margin-bottom: 5px;
}

.author-connect {
	float: right;
}

.author-connect p {
	margin-bottom: 5px;
}

/* This is for the rotator on the portfolio page */
#rotator .gallery img {
	padding: 0;
	margin: 0;
	border:none;
}

/* @end */

/* @group Sidebar */

.sidebar-home h4 {
	color: #fff;
}

.sidebar-home li {
	list-style: none;
}

.sidebar-home ul {
	list-style: none;
	margin: 0;
}

.sidebar-home {
	font-size: 14px;
}

.widget {
	padding-bottom: 10px;
}

#searchform label {
	display: none;
}

.button {	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #ccc;
	padding: 5px;
	font-size: 14px;
}

.button:hover {
	background-color: #fff;
	cursor: pointer;
	color: #747474;
}

.flickr_badge_image img {
	padding: 5px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	background-image: url(images/bgtransp.png);
}

.widget h4 {
	font-size: 24px; 
	line-height: 1;
	margin-bottom: 12px; 
}

#home-footer-left object, #home-footer-left embed, #home-footer-right object, #home-footer-right embed {
	width: 291px;
	height: 206px;
	margin: 0 auto;
}

#home-footer-middle object, #home-footer-middle embed {
	width: 292px;
	height: 206px;
}

#home-footer-content .widget_ot_video {
	width: 291px;
}

.sidebar .widget_ot_video object, .sidebar .widget_ot_video embed {
	width: 220px;
	height: 124px;
}

/* @end */

/* @group Footer */

#footer {
	width: 1000px;
	height: 25px;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 75px;
}

#footer-left  { float: left;  display: inline; width: 450px; }
#footer-right { float: right; display: inline; width: 450px; text-align: right; }

#footer p {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#footer a, #footer a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#footer a:hover {
	color: #4a4a4a;
}

p.footer-logo {
	margin-top: -7px;
}

/* Home Footer */

#home-footer {
	height: 400px;
	background: url(images/home-bottom.png) no-repeat center top;
	margin: 0 auto;
}

#home-footer-content {
	background-color: #191919;
	width: 978px;
	height: 300px;
	padding: 10px;
	overflow: hidden;
	color: #fff;
	margin: 10px auto;
}

#home-footer-left {
	width: 291px;
	height: 300px;
	margin-left: 10px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

#home-footer-middle {
	width: 292px;
	height: 300px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 2px dashed #777;
	border-left: 2px dashed #777;
	float: left;
	overflow: hidden;
}

#home-footer-right {
	width: 291px;
	height: 300px;
	margin-left: 20px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}

#home-footer-content li {
	list-style: none;
	padding-bottom: 2px;
	color: #fff;
	font-size: 14px;
	margin-left: 0px;
}

#home-footer-content ul {
	margin-left: 0;
}

#home-footer-content h2 {
	color: #fff;
}

#home-footer-content p {
	color: #fff;
	font-size: 14px;
}

#home-footer-content a, #home-footer-content a:visited {
	color: #ccc;
}

/* @end */

/* @group Comments */

#comments {
	width: 650px;
}

h3#comments {
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f1f1f1;
	margin-bottom: 20px;
}

.comment-container {
	padding: 10px;
	background-color: #f1f1f1;
}

.comment-gravatar {
	float: left;
	padding: 5px;
	background-color: #fff;
}

.comment-author-date {
	float: right;
	width: 530px;
	text-align: left;
}

.comment-author-name {
	width: 300px;
}

.comment-author-name p {
	margin-bottom: 0;
	font-size: 14px;
	margin-top: 30px;
}

.comment-author-name p strong, .comment-author-name p strong a.url {
	font-size: 20px;
}

.comment-meta {
	width: 300px;
}

.comment-meta p {
	margin-bottom: 4px;
	font-size: 10px;
}

.comment-reply {
	float: right;
	border: 2px solid #ccc;
	padding: 5px;
	margin-top: 28px;
	font-size: 18px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.comment-reply:hover {
	background-color: #fff;
	cursor: pointer;
}

.comment-content {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dashed #ccc;
}

ol#commentlist {
	margin: 0;
}

li.comment {
	list-style: none;
	margin: 20px 0px 0;
}

ul.children  {
	margin-right: 0px;
	margin-left: 0;
}

.children li {
	margin-top: -20px;
}

.rss-comments p{
	font-size: 12px;
}

/* Comment Form */
#comments label small {
	font-size: 10px;
	font-style: italic;
}

.comment-input-left {
	float: left;
	width: 200px;
}

.comment-input-left p {
	margin-bottom: 10px;
}

.comment-input-right {
	float: right;
	width: 400px;
}

#commentform input {
	border: 2px solid #ccc;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

textarea#comment {
	width: 385px;
	border: 2px solid #ccc;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#commentform input#submit {
	background: none;
	color: #213e68;
	border: 2px solid #ccc;
	padding: 5px;
	cursor: pointer;
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#commentform input#submit:hover {
	background-color: #fff;
	color: #747474;
}

/* @end */

/* @group WP Essentials */

/* Page Navigation */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #444;
	color: #444;
	background-color: #fff;	
}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #444;
	color: #444;
	background-color: #fff;	
}

.wp-pagenavi a:hover {	
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #444;
	color: #444;
	background-color: #fff;	
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000;
	border: none;
	background-color: transparent;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #444;
	color: #444;
	background-color: #fff;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #444;
	color: #444;
	background-color: #fff;
}

/* Images */

.wp-caption img {
	padding:5px;
	background-color:#fff;
	width: auto;
}

.wp-caption-text {
	background-color:#fff;
	color:#000;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	font-style: italic;
	font-size: 11px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #eee;
	padding: 10px 5px 0 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b9bbb8;
	border-right: 1px solid #b9bbb8;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px !important;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	background: none;
}

.gallery img {
	padding: 5px;
	background-color: #eee;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b9bbb8;
	border-right: 1px solid #b9bbb8;
}


#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 165px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

#wp-calendar td {
	padding: 4px 2px 4px 0;
	text-align: center;
}

.rsswidget img {
	display: none;
}

#submit {
	border: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input#s {
	border: 2px solid #ccc;
	padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#searchsubmit {
	background: none;
	cursor: pointer;
	border: 2px solid #ccc;
	color: #213e68;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#searchsubmit:hover {
	background-color: #9a9a9b;
	color: #fff;
}

/* @end */

