
/*FILESTART*//**************************************************************************************************/
/***
/***	TERNSTYLE (TM) WORDPRESS YOUTUBE VIDEO POSTS PLUGIN DOCUMENT
/***	-----------------------------------------------------------------------
/***	Written by Matthew Praetzel. Copyright (c) 2009 Matthew Praetzel.
/***	-----------------------------------------------------------------------
/***	
/***
/**************************************************************************************************/

/*-----------------------
	ADMIN
-----------------------*/
#tern_wp_youtube_videos label, #tern_wp_youtube_videos input, #tern_wp_youtube_videos select { font-size:14px; }
#tern_wp_youtube_videos div.inside label { display:inline-block;margin:0 10px 10px 0;font-weight:bold; }
#tern_wp_youtube_videos input { width:100%;line-height:22px;margin-bottom:10px; }
#tern_wp_youtube_videos div.inside span { font-size:10px;font-weight:normal; }
/*-----------------------
	YOUTUBE META
-----------------------*/
div.tern_wp_youtube_video_meta_data { width:100%;text-align:right; }
div.tern_wp_youtube_video_meta { display:inline-block;width:222px;background:#f0f0f0;border:1px dotted #ccc;margin:20px 0 20px 20px;padding:10px; }
div.tern_wp_youtube_video_meta a, div.tern_wp_youtube_video_meta span { display:block;text-align:right;padding-right:20px; }
div.tern_wp_youtube_video_meta span { font-size:10px; }
div.tern_wp_youtube_video_meta label { display:inline-block;width:50px;margin-top:10px;text-align:right;line-height:16px;font-size:11px;color:#666; }
div.tern_wp_youtube_video_meta input { display:inline-block;width:146px;margin-left:3px;font-size:10px;color:#666;line-height:16px; }
/*-----------------------
	PAGINATION
-----------------------*/
ul.tern_pagination, ul.tern_pagination li { float:none;border:0;margin:0px;padding:0px;list-style:none; }
ul.tern_pagination { width:100%;margin:20px 0; }
ul.tern_pagination li { display:inline-block; }
ul.tern_pagination a { display:inline-block;background:#fff;border:1px solid #999;padding:0 4px;margin-right:2px;line-height:22px;color:#999;text-decoration:none; }
li.tern_pagination_current a { color:#122336;border:1px solid #122336; }
/*-----------------------
	POSTS
-----------------------*/
.tern_wp_post_list, .tern_wp_post_list li { width:100%;margin:0;padding:0;list-style:none; }
.tern_wp_post_list li.tern_wp_post { clear:both;margin-top:40px;padding:0; }
.tern_wp_post_head { width:100%;line-height:10px;border-bottom:1px solid #ccc;padding-bottom:6px; }
.tern_wp_post h3 { display:inline-block;margin:0 0 1px 0;padding:0;line-height:24px;font-size:24px;font-weight:normal; }
.tern_wp_post h3 a { color:#333;text-decoration:none; }
.tern_wp_post h3 a:hover { color:#0000ff;text-decoration:underline; }
.tern_wp_post small { float:right; }
.tern_wp_post span { font-family:Georgia;font-size:24px; }
.tern_wp_post_entry { padding-top:12px; }
.tern_wp_post_entry a { font-size:14px; }
.tern_wp_post_image { float:left;margin:0 20px 20px 0; }
.tern_wp_post img { padding:4px; }
.tern_wp_post p { display:block;margin:8px 0 0 0;text-align:justify; }
object { margin-top:10px; }
.tern_wp_post_footer { clear:both;border-top:1px dotted #ccc;margin-top:20px;padding:6px 10px 6px 0;text-align:right;font-size:10px;font-style:italic; }
/*FILESTART*//* Formatting for standard Facebook button iframe */
.sociable-fb-standard {
	width: 450px;
	height: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Formatting for standard Facebook button with faces iframe */
.sociable-fb-standard-faces {
	width: 450px;
	height: 80px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Formatting for small Facebook button with counts iframe */
.sociable-fb-button-count {
	width: 90px;
	height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.sociable {
	margin: 16px 0;
	text-align: left;
}

/* Tagline <span> styling; note that tagline is wrapped in a <div> if positioned above icons */
span.sociable-tagline {
	font-weight: bold;
}

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 0 !important;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0 !important;
	padding: 1px !important;
	font-size: 12px;
}
.sociable ul li:before { content: ""; }

/* Use this to change the icons */
.sociable-img {
	float: none !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 2px 0 2px !important;
	background: transparent !important;
	vertical-align: middle !important;
	display: inline !important;
}

.sociable a {
	text-decoration: none !important;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	/* You can try this for IE, but results are poor except with default icons: filter: alpha(opacity=40); */
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	/* You can try this for IE, but results are poor except with default icons: filter: alpha(opacity=100); */
}

/*Tooltip and Pointer CSS*/
.fg-tooltip {
	padding: 0px 5px 0px 5px;
	border: 2px solid #FFD700;
	position: absolute;
	z-index: 9999;
	background: #FDFCDC;
	text-align: center;
	display: none;
}
.fg-tooltip .fg-tooltip-pointer-down, .fg-tooltip .fg-tooltip-pointer-down-inner {
	position: absolute;
	width:0;
	height:0;
	border-bottom-width: 0;
	background: none;
}
.fg-tooltip .fg-tooltip-pointer-down {
	border-left: 7px dotted transparent;
	border-right: 7px dotted transparent;
	border-top-width: 14px;
	bottom:    -14px;
	right: auto;
	left: 50%;
	margin-left: -7px;
}
.fg-tooltip .fg-tooltip-pointer-down-inner {
	border-left: 5px dotted transparent;
	border-right: 5px dotted transparent;
	border-top: 10px solid #FFD700;  /* Inside of the tooltip arrow */
	bottom:    auto;
	top: -14px;
	left: -5px;
}

/*FILESTART*/.wp-mini-game {
	text-align:center;
	padding:0;
}
#wpmg-popup-background {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#wpmg-popup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:384px;
	width:408px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}

#wpmg-popup h1 {
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#wpmg-popup-close {
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
.wpmg-embed-code {
	text-align:center;
	margin:0 10px 10px 10px;
}
.wpmg-embed-field {
	background-color:#1c1c1c;
	color:#ffffff;
	text-align:center;
	padding:10px 10px 10px 10px;
}
.wpmg-embed-field a {
	color:#ffffff;
}
.wpmg-attribution-text {
	text-align:center;
}
/*FILESTART*//*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/*FILESTART*/
object {outline:none;}

/*FILESTART*/
#rotator {
position: relative;
width: 150px;
height: 150px;
margin: 0; padding: 0;
overflow: hidden;
}

/*FILESTART*/@charset "UTF-8";

/** Remove list styling */
ul.dropdown, ul.dropdown li, ul.dropdown ul { list-style: none; margin: 0; padding: 0; }

/** z-indexes */
ul.dropdown { position: relative; /* z-index: 596;*/ }
ul.dropdown ul { position:absolute; z-index: 597; }
ul.dropdown ul li { position:relative; z-index: 598; }
ul.dropdown li.hover, 
ul.dropdown li:hover{ position: relative; /* z-index: 598; */ }

/** Basic dropdown */
ul.dropdown { /*float: left; display:inline;*/ }
* html ul.dropdown, * html ul.dropdown li.hover, * html ul.dropdown li:hover { display:inline; zoom:1; } /** Added as IE fix */
ul.dropdown li { float: left; vertical-align: middle; zoom: 1; }
* html ul.dropdown li {display:inline;} /** Added as IE fix */
ul.dropdown li a{ padding: .3em .8em; }
ul.dropdown li.hover, ul.dropdown li:hover{ cursor: default; }
ul.dropdown ul { position: absolute; top: 100%; left: 0; display: none; }
ul.dropdown ul li { float: none; }
ul.dropdown ul ul { top: 1px; left: 99%; }

ul.dropdown li:hover > ul, ul.dropdown li.hover ul{ display: block; }
ul.dropdown a:active, ul.dropdown a:focus { outline-style:none; }

* html ul.dropdown li { height: 1px; }

/* IE Submenu margin fix */
ul.dropdown ul li, ul.dropdown-vertical { margin-left: -16px; mar\gin-left: 0; }

/** Hide submenus */
ul.dropdown ul,
ul.dropdown li.hover ul ul,
ul.dropdown li.hover ul ul ul,
ul.dropdown li.hover ul ul ul ul,
ul.dropdown li.hover ul ul ul ul ul,
ul.dropdown ul,
ul.dropdown li:hover ul ul,
ul.dropdown li:hover ul ul ul,
ul.dropdown li:hover ul ul ul ul,
ul.dropdown li:hover ul ul ul ul ul {
 display: none;
}

/** Show current submenu */
ul.dropdown li.hover ul, 
ul.dropdown ul li.hover ul,
ul.dropdown ul ul li.hover ul,
ul.dropdown ul ul ul li.hover ul,
ul.dropdown ul ul ul ul li.hover ul ,
ul.dropdown li:hover ul, 
ul.dropdown ul li:hover ul,
ul.dropdown ul ul li:hover ul,
ul.dropdown ul ul ul li:hover ul,
ul.dropdown ul ul ul ul li:hover ul {
 display: block;
}

ul.dropdown ul ul ul ul ul ul { display: none !important; }

/* Vertical menu support */ 
ul.dropdown-vertical { /*width: 200px;*/ }
ul.dropdown-vertical ul { top: 1px; left: 99%; }
ul.dropdown-vertical li { float: none; }
/*FILESTART*/
ul.dropdown { white-space: nowrap;	}

