/* 
Theme Name: Visionary
Theme URI: http://justintadlock.com/
Description: A theme for news/magazine sites.  It includes built-in video features that easily allow you to add videos to your site.
Version: 1.1
Author: Justin Tadlock
Author URI: http://justintadlock.com
Released under Creative Commons Attribution-Share Alike 3.0 Unported License.
*/
body { 
	color: #000;
	background: #333;
	font: 100% Calibri,Verdana, Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	padding: 15px 0;
	margin: 0;
	}
small
{
font-size: 0.75em
}
/* CONTAINS ALL CONTENT */
#body-container {
	overflow: hidden;
	width: 954px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	}
/* TOP NAVIGATION MENU */
#top-nav {
	overflow: auto;
	width: 924px;
	margin: 0 auto;
	padding: 0 15px;
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
	}
#top-nav ul {
	float: left;
	width: 350px;
	margin: 0;
	padding: 10px 0;
	}
#top-nav ul li {
	display: inline;
	margin: 0 15px 0 0;
	}
#top-nav ul li a {
	font-weight: normal;
	color: #003300;
	border-bottom: 3px solid #f7f7f7;
	text-decoration: none;
}
#top-nav ul li a:hover, #top-nav ul li#current a { border-bottom: 3px solid #006600; }
/* SEARCH FORM */

#search form {
	float: right;
	margin: 0 15px 0 0;
	padding: 10px 0 0 0;
	}
#search input#s {
	width: 210px;
	padding: 5px;
	margin: 5px 0;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #003300;
	}
#search input#search-submit {
	width: 50px;
	padding: 4px;
	margin: 5px 0 5px 0;
	color: #fff;
	border: 1px solid #333;
	background: #003300;
	}
#header-container {
	width: 100%;
	background-image: url('images/header.jpg');
	background-position : top;
	background-repeat : repeat-y;
	}
#nav-container {
	float: left;
        width: 100%;
	margin: 2px 0 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
/* HEADER */
#header {
	float: left;
	width: 924px;
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	background-image: url('images/header.jpg');
	background-position : top;
	background-repeat : repeat-y;
	}
#header h1 {
	display: inline;
	font-size: 2.3em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
#header h1 a {
	color: #006600;
	padding: 0;
	margin: 0 0 0 5px;
	}
#header h1 a span { color: #006600; }
#header h1 a:hover, #header a:hover span {background: #eee;
	text-decoration: underline; color: #003300; }
#header h2 {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0px 0px;
	font-weight: normal;
	font-size: 0.875em;
	color: #000;
	text-align: left;
	}
#header p {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0px 0px;
	font-weight: normal;
	font-size: 0.875em;
	color: #000;
	text-align: left;
	}
/* FEED */
#feed {
	width: 300px;
	float: right;
	padding: 10px 0;
	margin: 0;
	}
#feed ul {
	float: right;
	margin: 0;
	padding: 5px 0;
	}
#feed ul li {
	display: inline;
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
	font-size: 0.9em
	}
#feed ul li.feed-blog { background: url(images/feed-icon.gif) no-repeat 0 .1em; }
#feed ul li.feed-email { background: url(images/feed-email.gif) no-repeat 0 .1em; }
#feed ul li.feed-audio { background: url(images/feed-audio.gif) no-repeat 0 .1em; }
#feed ul li.feed-comments { background: url(images/feed-comments.gif) no-repeat 0 .1em; }
#feed ul li.feed-twitter { background: url(images/feed-twitter.png) no-repeat 0 .1em; }
#feed ul li a {
	font-size: 1.0em;
	color: #006600;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
/* MAIN NAVIGATION MENU */
#main-nav {
	float: left;
	width: 640px;
	margin: 0;
	padding: 0;
	}
#main-nav ul {
	float: left;
	margin: 0;
	padding: 0;
	}
#main-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
#main-nav ul li a {
	font-size: 0.9em;
	float: left;
	color: #006600;
	text-align: center;
	margin: 0;
	padding: 15px 25px;
	text-decoration: none;
	}
#main-nav ul li a:hover, #main-nav ul li a:active {
	color: #003300;
	border: none;
	margin: 0;
	background: #eee;
	text-decoration: underline;
	}
#main-nav ul li#current a { background: #f7f7f7; }
/* CONTAINS EVERYTHING BELOW HEADER AND HORIZONTAL NAVIGATION */
#container {
	overflow: hidden;
	float: left;
	width: 924px;
	margin: 0;
	padding: 0 15px;
	background: #fff;
	}
/* CONTAINS MAIN CONTENT */
#content, #home {
	float: left;
	width: 924px;
	margin: 0;
	}
/* HEADERS */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #003300;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	text-decoration: none;
	color: #00ff00;
	}
h1 { font-size: 1.5em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
/* LINKS */
a {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	}
a:hover {
	color: #000;
        text-decoration: underline;
	}
/* POSTS */
#home .feature {
	float: left;
	display: block;
	border: 1px solid #eee;
	margin: 10px 0 15px 0;
	padding: 0 5px 10px 5px;
	}
#home .feature img {
	width: 300px;
	height: 175px;
	margin: 0 10px 10px 0;
	}
/* for parts of the page that are sectioned off (e.g. features, recent headlines) */
h2.section-header {
	float: left;
	width: 924px;
	font-size: 1.1em;
	font-style: italic;
	color: #003300;
	margin: 0;
	padding: 5px;
	border: 1px solid #eee;
	}
h2.section-header-archive {
	width: 924px;
	font-size: 1.1em;
	font-style: italic;
	color: #003300;
	margin: 0;
	padding: 5px;
	border: 1px solid #eee;
	}
h3.section-header {
	float: left;
	width: 924px;
	font-size: 1.1em;
	font-style: italic;
	color: #003300;
	margin: 0;
	padding: 5px;
	border: 1px solid #eee;
	}
h3.section-header-archive {
	width: 924px;
	font-size: 1.1em;
	font-style: italic;
	color: #003300;
	margin: 0;
	padding: 5px;
	border: 1px solid #eee;
	}

#home .secondary {
	padding: 0 0 5px 0;
	margin: 5px 0 10px 0;
	float: left;
	border-bottom: 1px solid #eee;
	}
.post {
	margin: 0 0 25px 0;
	}
.entry { float: left; clear: left;  }
.post-left, .post-right {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	width: 284px;
	}
.post-left h2, .post-right h2, .post-left h3, .post-right h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
.post-left img, .post-right img {
	width: 75px;
	height: 75px;
	}
.post-left .entry, .post-right .entry {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
.post-left {
	float: left;
	}
.post-right {
	float: right;
	}
.post a {
	font-weight: normal;
	color: #009900;
	text-decoration: none;
	}
.post a:hover {
	color: #000;
	text-decoration: underline;
	}
.post h2 {
	clear: left;
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: normal;
	}
.post h2 a { color: #006600; }
.post h3 {
	clear: left;
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: normal;
	}
.post h3 a { color: #006600; }
.post .byline {
	margin: 5px 0 7px 0;
	}

.post form {
        width: 244px;
        text-align: center;
	
	margin: 0 5px 0 0;
	padding: 5px 5px 5px 5px;
        border: 0px;
	}
.post input {
        width: 150px;
	padding: 5px 5px 5px 5px;
	margin: 5px 0;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #003300;
	}
.post-title
{
	padding-left: 5px;
	}
}
.secondary .byline {
	padding: 0;
	margin: 0 0 -15px 0;
	color: #666;
	font-style: italic;
	}
.time, .category, .comment, .tags, .commenter, .author {
	padding: 0 10px 0 20px;
	}
.time {
	background: url(images/calendar.gif) no-repeat 0 .2em;
	}
.category {
	background: url(images/folder.gif) no-repeat 0 .1em;
	}
.comment {
	background: url(images/comment.gif) no-repeat 0 .1em;
	}
.tags {
	background: url(images/tags.gif) no-repeat 0 .2em;
	}
.commenter, .author {
	background: url(images/commenter.gif) no-repeat 0 .1em;
	}
.edit {
	padding: 0 0 0 20px;
	background: url(images/edit.gif) no-repeat 0 .1em;
	}
.more {
	padding: 0 20px 0 0;
	background: url(images/more.gif) no-repeat right .2em;
	}
.post-meta-data {
	margin-right: 6px;
	text-align: right;
	}
.single .post-meta-data {
	clear: left;
	float: left;
	text-align: left;
	}
/* LISTS */
#content ul, #home ul {
	margin: 15px 0;
	padding: 0;
	}
#content ul li, #home ul li {
	margin: 2px 0;
	padding: 0 0 0 15px;
	background: url(images/menu-bullet.gif) no-repeat .2em .5em;
	list-style-type: none;
	}


/* code and pre */
code {
	font: normal 1.1em "Courier New", Courier, monospace;
	padding: 0 2px;
	}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 480px;
	}
pre code {
	font-size: 1.2em;
	display: block;
	clear: both;
	padding: 10px;
	color: #333;
	border: solid 1px #ccc;
	line-height: 140%;
	margin: 5px 0 15px 0;
	width: 470px;
	}
/* ALIGNMENT */
.left {
	float: left;
	margin: 5px 15px 5px 0;
	}
p.left { margin-top: 15px; }
.right {
	float: right;
	margin 0 0 0 15px;
	}
.center {
	margin: 15px auto;
	text-align: center;
	}
.navigation {
	margin: 15px 0;
	}
.previous {
	float: left;
	width: 47%;
	}
.next {
	float: right;
	width: 47%;
	}
/* IMAGES */
.post img, .post a img {
	padding: 0px;
	border: none;
	}
.thumbnail {
	width: 75px;
	height: 75px;
	}
/* RELATED POSTS */
.related {
	width: 270;
	float: left;
	margin-right: 17px;
	}
.related ul {
	width: 100%;
	}
.related h3,.related h4 {
	margin: 0;
	padding: 0;
	}
.ads img { border: none; }
/* COMMENTS TEMPLATE */
#comments-template {
	clear: left;
	margin: 30px 0 0 0;
	}
#comments-template ol {
	margin: 0;
	padding: 0;
	}
#comments-template ol li {
	float: left;
	width: 97%;
	margin: 10px 0;
	padding: 5px;
	list-style-type: none;
	background: #f7f7f7;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#comments-template ol li.alt {
	border-top: 1px solid #006600;
	border-bottom: 1px solid #006600;
	}
#comments-template ol li .comment-meta-data {
	font-weight: bold;
	}
#comments-template ol li .comment-text {
	width: 65%;
	margin: 10px auto;
	padding: 8px 15px;
	background: #fff;
	border: 1px solid #eee;
	}
/* TRACKBACKS */
.trackback, .trackback a { color: #666; }
.trackback .comment-meta-data em { color: #006600; }
input {
	width: 50%;
	padding: 5px;
	margin:  10px 5px 0 0;
	background: #fff;
	border: 1px solid #006600;
	}
textarea {
	width: 96%;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #006600;
	}
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	color: #fff;
	border: 1px double #333;
	background: #006600;
	}
/* CONTACT */
fieldset {
	border: none;
	}
legend {
	border: none;
	}
/* SIDEBARS ********************************************* */
/* sidebar - div for entire sidebar */
#sidebar {

	clear: left;
	}
#sidebar-home, #sidebar-single, #sidebar-archive {
	float: right;
	width: 405px;
	margin: 0 0 15px 0;
	padding: 0;
	background: #fff;
	}
#sidebar-video, #sidebar-bottom, .horizontal {
	float: right;
	width: 405px;
	margin: 0 0 15px 0;
	padding: 0;
	background: #fff;
	}
.menu {
	padding: 0;
	margin: 0 0 10px 0;
	background: #fff;
	}
.menu h2 {
	float: left;
	width: 97%;
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 1.1em;
	font-style: italic;
	color: #003300;
	border: 1px solid #eee;
	background: #fff;
	}
.menu div {
	float: left;
	width: 100%;
	display: block;
	padding: 10px 0;
	background: #f7f7f7;
	}
.menu ul, .tabbed div ul {
	float: left;
	width: 97%;
	margin: 0;
	padding: 10px 0 3px 0;
	}
.menu ul li, .tabbed div ul li {
	padding: 0 0 0 10px;
	margin: 0 0 0 20px;
	list-style-type: none;
	background: url(images/menu-bullet.gif) no-repeat 0 .7em;
	}
.menu ul li a, .tabbed div ul li a {
	width: 97%;
	display: block;
	font-weight: normal;
	padding: 2px 0 7px 5px;
	color: #003300;
	text-decoration: none;
	}
.tabbed div ul li a {
	font-size: 1.1em;
	}
.menu ul li a:hover { color: #006600; text-decoration: underline; }
/* SIDEBAR TABS */
.tabbed ul.tabs {
	float: left;
	display: inline;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	}
.tabbed ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	}
.tabbed ul.tabs li a {
	width: auto;
	overflow: hidden;
	border: none;
	display: block;
	background: #ccc;
	margin: 0 2px 0 0;
	padding: 10px 12px;
	}
.tabbed ul.tabs li a:hover {
	background: #eee;
	}
.tabbed ul.tabs li a.tab-current {
	background: #f7f7f7;
	}
.tabbed div {
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	overflow: auto;
	height: 250px;
	}
.tabbed div.t2, .tabbed div.t3 .tabbed div.t4 .tabbed div.t5 { display: none; }


/* SIDEBAR VIDEOS */
#sidebar-video .menu p {
	text-align: right;
	margin: 0;
	}
#sidebar-video .menu div.video {
	float: left;
	width: 275px;
	margin: 0 0 0 5px;
	padding: 0;
	}
#sidebar-video .menu div h2 {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	margin: 0;
	padding: 0;
	}
#sidebar-video .menu div.video-list {
	float: right;
	width: 113px;
	font-size: .95em;
	}
#sidebar-video .menu div ul {
	margin: -7px 0 0 0;
	padding: 0;
	}
ul.video li {
	display: block;
	list-style-type: none;
	margin: 0 0 3px 0;
	background: url(images/video-bullet.gif) no-repeat 0 .7em;
	}
ul li a.current { color: #006600; }

div.v2, div.v3, div.v4, div.v5 { display: none; }

/* SIDEBAR BOTTOM */
/* flickr photos */
.flickr img {
	margin: 10px 0 10px 15px;
	padding: 3px;
	border: 1px solid #006600;
	}
.flickr p {
	margin: 0 10px 0 0;
	text-align: right;
	}
/* SIDEBAR ADS */
.horizontal .ads { margin: 0 0 10px 0; }
.horizontal .ads { background: #fff; }
.horizontal .ads p {
	margin: 0;
	padding: 0;
	}
.horizontal .ads img {
	float: left;
	margin: 0 10px 0 0;
	}
/* FOOTER */
#footer {
	clear: left;
	width: 850px;
	margin: 0 auto;
	border-top: 1px solid #003300;
	}
#footer p {
	float: left;
	width: 50%;
	margin: 5px auto;
	padding: 5px 0;
	font-size: 0.8em
	}
#footer p.icons {
	float: right;
	text-align: right;
	width: 50%;
	height: 52px;
	}
#footer img { margin: 0 10px; border: none; }
#footer img a { border: none; }
/*	"VISIONARY"	*/
.addblocksideleft
{
	width: 300px;
	float: left;
	display: inline;
}
.addblocksideright
{
	width: 200px;
	float: right;
	display: inline;
}
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
.ebayblock
{
    display: inline;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 352px;
}
.ordinarylink
{
text-decoration:none;
color:#000;
}
.rightpicture
{
    display: inline;
    float: right;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-style:none;
}
.leftpicture
{
    display: inline;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-style:none;
}
/* Sidebar Start */


#sidebar1 {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	width: 295px;
	background-color: #fff;
   	text-align: left;
	border-style:  solid; 
	border-width: 1px;
	border-color: #003300;
	color: #003300;
	}

#sidebar2 {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 296px;
	background-color: #fff;
   	text-align: left;
	border-style:  solid; 
	border-width: 1px;
	border-color: #003300;

	color: #003300;
	}

#sidebar3 {
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: left;
	width: 295px;
	background-color: #fff;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #003300;
	color: #003300;
}

#sidebar1 h2,#sidebar1 h3,#sidebar1 h4,#sidebar1 h5,
#sidebar2 h2,#sidebar2 h3,#sidebar2 h4,#sidebar2 h5,
#sidebar3 h2,#sidebar3 h3,#sidebar3 h4,#sidebar3 h5
{
	padding: 6px;
	margin: 0px;
	display: block;
	color: #f7f7f7;
	display: block;
	text-decoration: none;
	background-color: #006600;
	border-style: solid;
	border-color: #800000;
	border-width: 0px 0px 1px 0px;
	font-size: 0.9em
} 

#sidebar1 ul,#sidebar2 ul,#sidebar3 ul
	{ 
	padding: 0px; 
	margin: 0px; 
	padding-bottom: 5px;  
	} 

#sidebar1 ul li,#sidebar2 ul li,#sidebar3 ul li
   { 
	display: block; 
	font-size: 0.9em
	} 

#sidebar1 ul li a,#sidebar2 ul li a,#sidebar ul li a 
{ 
	background-color: #fff;
	padding: 3px 10px 3px 10px; 
	margin: 0px; 
	color: #003300;
	display: block; 
	text-decoration: none; 
	font-size: 0.9em
	} 

#sidebar1 ul li a:hover,#sidebar2 ul li a:hover,#sidebar3 ul li a:hover
{ 
	background-color: #ffffdd;
	padding: 3px 10px 3px 10px; 
	margin: 0px; 
	color: #000;
	display: block; 
	text-decoration:  underline; 
font-size: 0.9em
	} 


#sidebar1 a,#sidebar2 a,#sidebar a 
{ 
	color: #003300;
	text-decoration: underline; 
	font-size: 0.9em
} 



#sidebar1 a:hover,#sidebar2 a:hover,#sidebar3 a:hover
{ 
	background-color: #ffffdd;
	color: #003300;
	text-decoration:  underline; 
	font-size: 0.9em
	} 

/* Sidebar End */

