/*
Theme Name: United Vloggers
Theme URI: http://www.unitedvloggers.com
Description: Theme designed specifically for Michael Schaap's United Vloggers.
Version: 1.0
Author: chiel kunkels @ submarine
Author URI: www.submarine.nl

*/

* {
	margin						:0;
	padding						:0;
	outline-style				:none;
	-moz-outline-style			:none;
}
div.clear {
	clear:both;
}

/** page setup */
body {
	color						:#444;
	font						:9.8pt 'lucida grande','lucida sans ms','trebuchet ms',verdana,tahoma,sans-serif;
	background					:#333 url(images/back.png) repeat-y top center;
}

/** Always keep the wrapper centered */
body {
	text-align					:center;
}
div#page {
	margin						:0px auto 20px auto;
	text-align					:left;
	width						:998px;
}

/** Get rid of the horiozntal rules */
hr {
	display						:none;
}

/** Generally, our lists won't have list styles (bullets) */
ul {
	list-style					:none;
}

a {
	color						:#900;
	font-weight					:bold;
	text-decoration				:none;
	font-size					:0.9em;
}
a:hover {
	text-decoration:underline;
}

a img {
	border						:0;
}

/**
 * Stuff that's shared between layouts.
 */
/** header */
div#header {
	position					:relative;
	height						:200px;
}

div#header h1 {
	width						:100%;
	height						:100%;
}
div#header h1 a {
	display						:block;
	width						:100%;
	height						:100%;
	text-indent					:-9999em;
}

div#header ul.menu {
	position					:absolute;
	bottom						:0;
	width						:100%;
	font-family					:arial, tahoma, verdana, sans-serif;
}
div#header ul.menu li {
	margin						:0 0 0 10px;
	float						:left;
}
div#header ul.menu li.admintab {
	float						:right !important;
	margin						:0 50px 0 0;
}
div#header ul.menu a {
	font-size					:1.1em;
	display						:block;
	padding						:5px 10px 3px 10px;
	text-transform				:uppercase;
}
div#header ul.menu li.current_page_item a {
	background:#fff;
}
div#header ul.menu a:hover {
	background					:#333 !important;
	color						:#fff;
	border						:none;
	text-decoration				:none !important;
}


div#primary {
	width						:630px;
	margin						:15px 0 0 60px;
	float						:left;
}
div#sidebar-main {
	float						:right;
	width						:215px;
	margin						:0 15px 0 0;
}
div#sidebar-main h2 {
	text-transform				:uppercase;
}

div#sidebar-main div {
	margin						:15px 0 0 0;
}

div#sidebar-alt {
	display:none;
}

div.post {
	margin						:0 0 30px 0;
}
div.post h3 {
	font-size					:1.7em;
	text-transform				:uppercase;
}
div.post .entry-meta {
	font-size					:0.8em;
}
div.post h3 a {
	color						:#000;
}
div.post p {
	line-height					:1.8em;
	margin						:5px 0 10px 0;
}
div#rollingarchives {
	margin						:-20px 0 30px 0;
}

/** navigatie */
div.navigation {
	margin						:10px 0 10px 0;
}
div.navigation div.left {
	float						:left;
}
div.navigation div.right {
	float						:right;
}

/** vPIP */
div.hVlog {
	text-align					:center;
	margin						:25px 0 0 0;
}
div.hvlogtarget {
	margin						:0 auto;
}
ul.vpip-formatslist {
	margin						:5px 0;
}
ul.vpip-formatslist li {
	display						:inline;
	padding						:0 7px;
	border-left					:1px solid #000;
	height						:10px;
}
ul.vpip-formatslist li:first-child {
	border						:0;
}

/** comments */
textarea#comment {
	width:700px;
}


/** footer tags */
div#footer_tags {
	margin						:0 300px 0 60px;
	text-align:center;
}
