/* 
Theme Name: Visionary Reloaded
Theme URI:
Description: A theme for news/magazine sites.
Version: 1.0
Author: <a href="http://runemester.dk/">Runemester</a> - based on the Visionary theme by <a href="http://justintadlock.com/archives/2007/11/04/visionary-wordpress-theme">Justin Tadlock</a>
Author URI:
Released under Creative Commons Attribution-Share Alike 3.0 Unported License.
*/
body { 
	color: #444;
	background: url(images/grey_bg.jpg) repeat-x;
	font: 76% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 15px 0;
	margin: 0;
	}

/* CONTAINS ALL CONTENT */

#body-container {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
        border: 1px solid #ccc;
	}

/* TOP NAVIGATION MENU */

#nav-container {
	float: left;
	background: #eeeeee;
	}

#top-nav {
	float: left;
	width: 100%;
 	margin:0;
	padding: 0;
        }

#top-nav ul {
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	}

#top-nav ul li {
        float: left;
        margin: 0;
	padding: 0;
	display: inline;
	}

#top-nav ul li a {
        float: left;
	text-transform: uppercase;	
        color: #333;
	text-align: center;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
        }

#top-nav ul li a:hover, #top-nav ul li a:active {
	color: #336688;
	border: none;
	margin: 0;
	background: #ccc;
	text-decoration: underline;
	}

#top-nav ul li#current a { background: #f7f7f7;	}

/* FEED */

#feed {
	width: 340px;
	float: right;
	padding: 0;
	margin: 0;
	}

#feed ul {
        display: inline;
        float: right;
        height: 30px;
	margin: 0;
	padding: 0;
	}

#feed li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#feed ul li.feed-blog a { background: url(images/feed-icon.gif) no-repeat left center;}
#feed ul li.feed-email a { background: url(images/feed-email.gif) no-repeat left center;}

#feed ul li a {
        font-size: 1.1em;
	color: #336688;
	text-decoration: none;
        text-transform: none;
       	margin:0;
	padding: 6px 10px 6px 20px;
	}

/* HEADER */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#header-container {width: 980px}

#header {
        clear: both;
	height: 200px;
        margin: 0;
	background: no-repeat top left #fff;
	padding: 0;
	}

#header h1 {
        float: left;
        font-variant:small-caps;
	font-weight: normal;
	margin: 0;
	padding: 125px 0 0 10px;
        background: transparent;	
        }

#header h1 a {
        font-size: 42px;
	color: #fff;	
        padding: 0;
	margin: 0;
	}

/*color: #667788; #333;*/
        

#header h1 a span { color:#fff;  }
#header h1 a:hover, #header a:hover span { color: #fff; /*color: #336688;*/ }
#header h2 {
        clear: both;
        float: left;
	margin: 0;
	padding: 0 0 5px 15px;
	font-weight: normal;
	font-size: 1.2em;
        color: #fff;
	/*color: #336688;*/
	text-align: left;
        }

/* SEARCH FORM */
#search form {  
        clear: both;        
        float:right;
        width: 282px;
        height: 40px;
        margin-top: -187px;
	padding: 0;
	}
#search input#s {
	width: 210px;
	padding: 5px;
	margin: 5px 0;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #333;
	}
#search input#search-submit {
	width: 50px;
	padding: 4px;
	margin: 5px 0 5px 0;
	color: #fff;
	border: 1px solid #333;
	background: #785A3C;
	}

/* MAIN NAVIGATION MENU */

/*#main-nav {
	float: left;
	width: 100%;
 	margin:0;
	padding: 0;
        }

#main-nav ul {
        height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	}
#main-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	line-height:18px;}
#main-nav ul li a {
	text-transform: uppercase;	
        float: left;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
	}
#main-nav ul li a:hover, #main-nav ul li a:active {
	color: #336688;
	border: none;
	margin: 0;
	background: #ccc;
	text-decoration: underline;
	padding: 6px 10px;
        }

#main-nav ul li#current a { background: #f7f7f7; }*/

#nav, #nav ul
{
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: outside;
position: relative;
}

#nav a
{
display: block;
padding: 6px 10px;
color: #333;
text-decoration: none;
background-color: #EEE;
text-transform: uppercase;
}

#nav a:hover, #nav a:active {
color: #336688;
border: none;
margin: 0;
background: #ccc;
text-decoration: underline;
}

#nav > li > a {
padding:6px 10px;
}

#nav li.current_page_item a {
background: #F7F7F7;
}

#nav li {
float: left;
position: relative;
}

#nav ul {
position: absolute;
display: none;
width: 150px;
border: none;
}

#nav li ul a{
width: 150px;
height: auto;
float: left;
}

#nav ul ul
{
top: -2px;
}

#nav li ul ul
{
left: 150px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
display: block;
}

/* CONTAINS EVERYTHING BELOW HEADER AND HORIZONTAL NAVIGATION */

#container {
	overflow: hidden;
	float: left;
	width: 950px;
	margin: 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	}

/* CONTAINS MAIN CONTENT */
#content, #home {
	float: left;
	width: 530px;
	margin: 0;
	}

/* HEADERS */

h1, h2, h3, h4, h5, h6 {
        font-family: Georgia,Palatino,Times New Roman,Arial,Serif;
	font-weight: normal;
	color: #336688;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-family: Georgia,Palatino,Times New Roman,Arial,Serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	}
h2, h2 a { font-size: 22px; }
h3, h3 a { font-size: 18px; }
h4, h4 a { font-size: 16px; }
h5, h5 a { font-size: 14px; }
h6, h6 a { font-size: 12px; }


/* LINKS */
a {
	font-weight: bold;
	color: #336688;
	text-decoration: none;
	}
a:hover {
	color: #333;
	}
/* POSTS */
#home .feature {
	float: left;
	display: block;
	border: 1px solid #eee;
	margin: 10px 6px 15px 0;
	padding: 0 5px 0 5px;
	}
#home .feature img {
	/*width: 300px;
	height: 175px;*/
	margin: 0 10px 10px 0;
	}

#home .feature h2 a { font-size: 22px;
        }


/* for parts of the page that are sectioned off (e.g. features, recent headlines) */
h2.section-header {
	text-transform: uppercase;
 	/*float: left;*/
	width: 515px;
	font-size: 24px;
	color: #667788;
	margin: 0;
        padding: 0;
	border-bottom: 1px solid #eee;
	}

#home .secondary {
	padding: 0 0 5px 0;
	margin: 5px 6px 10px 0;
	float: left;
	border-bottom: 1px solid #eee;
	}
.post {
	margin: 0 5px 25px 0;
	}

.entry { float: left; clear: left; }

.post-left, .post-right {
	width: 260px;
	}
.post-left h2, .post-right h2 {
	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 {
	clear: left;
	float: left;
	}
.post-right {
	float: right;
	}
.post a {
	font-weight: normal;
	color: #336688;
	text-decoration: none;
	}
.post a:hover {
	color: #333;
	text-decoration: underline;
	}

.entry h2 {
	clear: left;
	margin: 10px 0 -12px 0;
	padding: 0;
	font-weight: normal;
	}

h2.post-title a {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: normal;
	}

.entry h2 a { color: #336688;
        }

.entry h3 {
clear: left;
margin: 5px 0 0 0;
padding:0;
}


.post .byline {
	margin: 5px 0 7px 0;
	}
.secondary .byline {
	padding: 0;
	margin: 0 0 8px 0;
	color: #666;
	font-style: italic;
	}
.time, .category, .comment, .tags, .commenter, .author, .category-rss {
	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;
	}

.category-header { margin: 5px 0 7px 0;
       }

.category-feed, .category-mail {padding: 5px 0 0 0;}

.category-feed a {
        padding: 0 0 0 20px;
        margin-top: 0;
        background: url(images/feed-icon.gif) no-repeat 0 .1em;}

.category-mail a {
        padding: 0 0 0 20px;
        margin: 0 0 0 15px;
        background: url(images/feed-email.gif) no-repeat 0 .1em;}

p.download img {
        border:0;
        background-color: white;
        }

/* LISTS */
#content ul, #home ul {
	margin: 8px 0;
	padding: 0;
	}
#content ul li, #home ul li {
	margin: 2px 0;
	padding: 0 0 8px 15px;
	background: url(images/menu-bullet.gif) no-repeat .2em .5em;
	list-style-type: none;
	}
/* tables */
.post table { border: none; }
.post tr, .post td { border: 1px solid #333; }

/* 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: 3px;
	border: 1px solid #667788;
	background: #f7f7f7;
	}
.thumbnail {
	width: 75px;
	height: 75px;
	}
/* RELATED POSTS */
.related {
	width: 270;
	float: left;
	margin-right: 17px;
	}
.related ul {
	width: 100%;
	}
.related h3 {
	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 #667788;
	border-bottom: 1px solid #667788;
	}
#comments-template ol li .comment-meta-data {
	font-weight: bold;
	}
#comments-template ol li .comment-text {
	width: 90%;
	margin: 10px auto;
	padding: 8px 15px;
	background: #fff;
	border: 1px solid #eee;
	}
/* TRACKBACKS */
.trackback, .trackback a { color: #666; }
.trackback .comment-meta-data em { color: #667788; }
input {
	width: 50%;
	padding: 5px;
	margin:  10px 5px 0 0;
	background: #fff;
	border: 1px solid #667788;
	}
textarea {
	width: 96%;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #667788;
	}
#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: #667788;
	}
/* CONTACT */
fieldset {
	border: none;
	}
legend {
	border: none;
	}
/* SIDEBARS ********************************************* */
/* sidebar - div for entire sidebar */
#sidebar {
	display: inline;
	float: right;
	width: 405px;
	}
#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%;	
	background: #fff;
        font-size: 1.6em;
	color: #336688;
	margin: 0 0 10px 0;
        padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	}
.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: 5px 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: #333;
	text-decoration: none;
	}
.tabbed div ul li a {
	font-size: 1.1em;
	}
.menu ul li a:hover { color: #667788; text-decoration: underline; }

#sidebar-social img {border:none;}

#event-details p {padding-left:20px;}

#event-details{
background-color: #785a3c;
color:#fff;}

#event-details span {
color:#b4f000;
}

ul#recent li
       {
	padding: 0 0 0 15px;
	margin: 0 0 5px 20px;
	list-style-type: none;
	background: url(images/comment_tab.gif) no-repeat 0 0.3em;
	}

ul#recent li a {
color: #336688;}

/* 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: 5px 12px;
	}
.tabbed ul.tabs li a:hover {
	background: #eee;
        color: #667788;
	}
.tabbed ul.tabs li a.tab-current {
	background: #f7f7f7;
	}
.tabbed div {
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	}

.tabbed li a.t1, .tabbed li a.t2, .tabbed li a.t3, .tabbed li a.t4 {
        text-transform: uppercase;
        font-weight: bold;
        }

.tabbed div.t2, .tabbed div.t3, .tabbed div.t4 { display: none; }

/* SIDEBAR TAGS */
#sidebar-tags a {
font-weight: normal;
margin-left: 5px;}

#sidebar-meta a {
font-size: 1.1em;}

#wpcumuluscontent {padding:0; margin:0;}



/* 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: #667788; }

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 #667788;
	}
.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;
	}

/* FORUM */

#content .forum {clear: both;
width:100%;}

/* FOOTER */
#footer {
	clear: left;
	width: 950px;
	margin: 0 auto;
	border-top: 1px solid #667788;
	}
#footer p {
	float: left;
	margin: 5px auto;
	padding: 5px 0;
	}
#footer p.icons {
	float: right;
	text-align: right;
	height: 52px;
	}
#footer img { margin: 0 10px; border: none; }
#footer img a { }

/*PLUGIN SPECIFIC STYLES*/

.addthis_container a img { 
border:none;
background: #ffffff;}

.post a img#pluginsused img {border:none;}

.post a img.cryptxImage, .comment-text a img.cryptxImage {border:none; background: #ffffff; padding:0; margin: 0; vertical-align:middle;}

li#doodle { background: url(images/calendar.gif) no-repeat 0 .2em;
padding: 0 0 0 15px;
margin:0;
}

.wp-email-link {background: url(images/email.gif) no-repeat 0 0;}

.wp-email-link a {padding-left: 20px;}

#sideshoppingcart h3 {
display:none;
}

/*	"VISIONARY RELOADED"	*/

