/* @override 
	http://www.luckymedia.nl/luckytv/wp-content/themes/luckytv/style.css
	http://localhost:8888/wordpress/wp-content/themes/luckytv/style.css
*/

/*
Theme Name: LuckyTV
Description: WordPress Theme for LuckyTV
Author: Jelmer de Wit
Author URI: mailto:jelmer.dewit@gmail.com
Version: 0.1
*/

/* begin reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

/* begin clearfix */

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* end clearfix */

/* basic structure */
div#wrapper {	
	width: 890px;
	margin: 0 auto;
}
div#header {
	position: relative;
}
body.page div#main {
	margin-top: 0;
}
body.page-template-template-elders-gezien-php div#main {
	margin-top: 12px;
}
div#main {
	margin: 12px 0 20px 0;
}
div#content {
	width: 640px;
	float: left;
}
div#sidebar {
	width: 220px;
	float: right;
}
div#sidebar ul {
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
}
div#sidebar ul li {
	clear: both;
	padding-bottom: 20px;
	/*margin-bottom: 20px; */
}

/* html tags */
body {
	font-family: Verdana, Arial, sans-serif;	
	font-size: 11px;
	color: #333;	
}
p {
	line-height: 140%;
	margin: 5px 0 5px 0;
}
a {
	color: #333;
	text-decoration: underline;	
}
a:hover { text-decoration: none; }
hr {
	clear: both;
	border: none;
	height: 1px;
	background: #ccc;	
}
h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 14px;
}
div.page h1,
div.page h2,
div.page h3 {
	margin-top: 10px;
}
h1 a,
h2 a,
h3 a {
	text-decoration: none;
}

ul, ol {
	margin: 10px 0 10px 10px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li { margin-bottom: 5px; }
blockquote {
	margin-left: 20px;
	font-style: italic;
}
.clear { clear: both; }
.alignleft,
img.alignleft {
	display: inline;
	float: left;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, 
img.alignright, 
img.aligncenter {
	margin-bottom: 12px;
}
img.alignleft { margin-right: 12px; }
img.alignright { margin-left: 12px; }

.noflash,
.nocontent {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #000;
	width: 640px;
	height: 384px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
}
.noflash a {
	color: #fff;
}

/* primary navigation */
ul#navPri {
	margin: 0;
	list-style: none;
	background: transparent url(images/bg-nav.png) no-repeat left top;
	height: 37px;
	border-top: 1px solid #f0f0f0;
}
body.category-dwdd ul#navPri {
	background-position: -1700px;
}
body.category-columns ul#navPri {
	background-position: -1452px;
}
body.tag-hoogtepunt ul#navPri {
	background-position: -1520px;
}
body.home ul#navPri {
	background-position: -1775px;
}
body.page-template-template-elders-gezien-php ul#navPri {
	background-position: -1602px;
}
ul#navPri li {
	margin: 0;
	float: left;
	height: 37px;
}
ul#navPri li a {
	height: 19px;
	display: block;
	margin-left: 1px;
	margin-right: 1px;	
	outline: none;
	text-indent: -99999px;
}
ul#navPri li.current-menu-item a {
	cursor: default;
	margin: 0;
	border-right: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
}
ul#navPri li:first-child a {
	border-left: none;
}
ul#navPri li.home a {
	width: 50px;
	background: transparent url(images/nav-items.png) no-repeat left top;
}
ul#navPri li.dwdd a {
	width: 98px;
	background: transparent url(images/nav-items.png) no-repeat -48px top;
}
ul#navPri li.elders-gezien a {
	width: 92px;
	background: transparent url(images/nav-items.png) no-repeat -146px top;
}
ul#navPri li.het-beste a {
	width: 67px;
	background: transparent url(images/nav-items.png) no-repeat -237px top;
}
ul#navPri li.columns a {
	width: 63px;
	background: transparent url(images/nav-items.png) no-repeat -304px top;
}

/* secondary navigation */
ul#navSec {
	float: right;
	margin: 0;
	list-style: none;
	margin-top: 8px;
}
ul#navSec li {
	margin: 0 10px 0 0;
	display: inline;	
}
ul#navSec li a {
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
}
ul#navSec li.english a {
	background: transparent url(images/icon_en_flag.png) no-repeat right top;
	padding-right: 18px;
}

div.nav-pri-container {
	margin: 20px 0 5px 0;
}

/* search form */
form#searchform {
	float: right;

}
.search input, .search button {
	border: none;
	float: left;
}
.search input#s {
	color: #666;
	font-size: 10px;
	width: 150px;
	height: 16px;
	padding: 2px;
	background: transparent url(images/search.png) no-repeat left top;
}
.search button {
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-indent: -9999px;
	outline: none;
	background: transparent url(images/search.png) no-repeat right top;
}

/* MORE link */
a.more {
	display: block;
	float: left;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
	padding: 0 5px 0 5px;
	background-color: #c1272d;
}

/* single */
div.post-container {
	margin-top: 10px;
	padding-left: 24px;
	background: transparent url(images/arrow-up-grey.png) no-repeat 4px top;
}
div.post-container h3.post-title,
div.list-item div.post-preview h3.post-title {
	font-size: 22px;
	margin-bottom: 5px;
}
div.post-container h3.post-title {
	line-height: 80%; /* lineheight op 80% omdat regel niet naar boven uitlijnt */
}
div.list-item div.post-preview div.post-meta,
div.post-container div.post-meta {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
div.post-meta a,
div.meta a {
	text-decoration: none;
}



/* images */
img.border {	
	border: 1px solid #333;
}

/* elders gezien */
div.elders-cat {
	width: 202px;
	margin-bottom: 40px;
}
div.elders-cat.left,
div.elders-cat.middle {
	float: left;
	padding-right: 8px;
	border-right: 1px solid #ccc;
}
div.elders-cat.middle {
	margin-left: 8px;
	display: inline;
}
div.elders-cat.right {
	float: right;
}
div.category-header h3 {
	margin-top: 5px;
	line-height: 90%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
}
div.category-header h3 a {
	display: block;
	text-decoration: none;
	color: #333;
}
div.elders-cat p.category-description {
	width: 202px;
	min-height: 110px;
}
img.elders-cat {
	width: 200px;
	height: 113px;
}
div.grid-item.elders {
	width: 202px;
	margin-bottom: 12px;
}
div.grid-item.elders div.meta {
	width: 100px;
}

/* grid */
div.grid-item {
	margin-bottom: 12px;
	width: 200px;
}
div.grid-item.left,
div.grid-item.middle {
	border: none;
	float: left;
}
div.grid-item.middle {
	margin-left: 20px;
	display: inline;
}
div.grid-item.right {
	float: right;
}
div.grid-item div.meta {
	float: right;
	width: 98px;
	margin-left: 4px;
	overflow: hidden;
}
img.small {
	width: 96px;
	height: 54px;
}
img.left {
	float: left;
}
div.grid-item div.meta h3.title,
div.overview-widget h3.post-title {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 120%;;	
	margin-bottom: 2px;
}

/* column grid */ 
div.grid-item.column {
	width: 94px;
	margin: 0 0 20px 0;
}
div.grid-item.column.landscape {
	width: 312px;
	margin: 0 0 20px 0;
}


div.grid-item.column.left,
div.grid-item.column.middle {
	padding: 0; /* important for ie6 */
	float: left;	
}
div.grid-item.column.middle {
	margin-left: 15px;
	display: inline;
}
div.grid-item.column.right {
	float: right;
}
div.grid-item.column div.meta {
	margin: 0;
	float: left;
	width: 100%;
	overflow: hidden;
}
div.grid-item.column div.meta h3.title {
	margin-top: 3px;
}
img.column {
	float: left;
}

/* widget items */
h2.widgettitle {
	font: bold 14px Helvetica, Arial, Geneva, sans-serif;
	color: #fff;
	background: transparent url(images/bg_sidebar_header.png) no-repeat left top;
	width: 220px;
	height: 45px;
	line-height: 30px;
	padding-left: 16px;
	margin-bottom: 4px;
}
div.overview-widget {
	width: 220px;
	float: left;
	margin-bottom: 12px;
}
div.overview-widget div.post-preview {
	float: right;
	width: 116px;
}
div.overview-widget div.post-preview a {
	text-decoration: none;
}
div.overview-widget div.post-categories {
	margin-bottom: 2px;
}
img.column-widget {
	width: 218px;
	height: 659px;	
	float: left;
	margin-bottom: 12px;
}

/* Column Landscape widget */

li.luckytv_widget_column_landscape {
	list-style: none;
	margin: 0;
	padding: 0;
}

img.column-landscape-widget {
	margin-bottom: 12px;
}

h3.column-widget-landscape-title {
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 12px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	background: transparent url(images/arrow-up-grey-10x10.png) no-repeat 4px top;
}




/* list */
div.list-item {
	float: left;
	width: 640px;
	margin-bottom: 12px;
}
div.list-item div.post-preview {
	float: right;
	width: 436px;
}
img.medium {
	width: 192px;
	height: 108px;
}

/* category page header */
img.header {
	float: left;
	margin-bottom: 20px;
}
div.header-description {
	float: right;
	width: 228px;	
}
div.header-description p {
	margin-top: 0;
}

/* pagination */
.emm-paginate {
	clear: both;
	padding: 5px 0 5px 0;
	margin: 8px 0 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.emm-paginate a { text-decoration: none; }
.emm-paginate .emm-current,
.emm-paginate .emm-page,
.emm-paginate .emm-prev, 
.emm-paginate .emm-next  {
	float: left;
}
.emm-paginate .emm-title {		
}
.emm-paginate .emm-gap {
}
.emm-paginate .emm-page {
	font-size: 9px;
	font-weight: bold;
	color: #333;
	display: block;
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	border: 1px #ccc solid;
	margin: 2px 4px 2px 0;	
}
.emm-paginate a.emm-page:hover {
	border-color: #333;
}
.emm-paginate .emm-current {
	color: #333;
	border: none;
	width: 22px;
	height: 22px;
	line-height: 22px;
}
.emm-paginate .emm-prev, 
.emm-paginate .emm-next {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	height: 22px;
	line-height: 22px;
	padding: 0 6px 0 6px;
	color: #fff;
	background-color: #c1272d;
	margin: 2px 4px 2px 0;
}
.emm-paginate .emm-next {
	margin-right: 0;
}

/* featured post */
div.featured-post,
div.widget-column-landscape {
	width: 100%;
	margin-top: 12px;
	padding-top: 12px;
}
div.dwdd-front {
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

div.featured-post p {
	margin-top: 0;
}
div.featured-post h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 80%;	
	margin-bottom: 5px;
}
div.featured-post h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding-left: 6px;
	background: transparent url(images/bg_content_header.png) no-repeat left top;
}
h3.dwdd-subheader,
h3.search-results,
h3.english-header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	line-height: 30px;
	color: #fff;
	padding-left: 16px;
	background: transparent url(images/bg_content_header.png) no-repeat left top;
	margin-bottom: 5px;
}
h3.english-header {
	margin-top: 20px;
}
div.link-embed {
	width: 100%;
	color: #ccc;
}
div.link-embed label {
	display: block;
}
div.link-embed input {
	font-family: Verdana, sans-serif;
	color: #666;
	width: 220px;
	border: 1px solid #ccc;
	padding: 5px;
}

/* social media plugins */
ul.luckytv-social-media {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 16px;
}
ul.luckytv-social-media li {
	margin-right: 6px;
	float:left;
}
ul.luckytv-social-media li.fb-share {
	margin-top: 1px;
}

