/*
Theme Name: Paul Tang 2010
Theme URI: 
Description: A Twenty Ten Child Theme (BLOG).
Author: Winy Schalke
Author URI: http://www.alva-design.com
Template: twentyten
Version: 0.0.1
Tags: 
*/


@import url("../twentyten/style.css");

/*
kleuren:
grijs vlak abacad
grijs tekst: 747477
groen: 58ac25
rood: e5322c
*/ 

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */




/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -320px 0 0; /* breedte sidebar + 20px */
	width: 100%;
}
#content {
	margin: 0 340px 0 0; /* breedte sidebar + 40px */
}
#primary,
#secondary,
#third {
	float: right;
	overflow: hidden;
	width: 300px; /* breedte sidebar */
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #fff;
	margin-top: 20px; margin-bottom:20px;
	padding: 0 20px;
	border:4px solid #abacad;
}

/* =Global Elements
-------------------------------------------------------------- */
body {
	background: #58ac25;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

a:link {
	color: #e5322c;
}
a:visited {
	color: #58ac25;
}
a:active,
a:hover {
	color: #ff4b33;
}



/* =Header
-------------------------------------------------------------- */
#header {
	padding: 0 0 0 0;
}
#site-title {
	text-indent: -1000px;
	background: url(images/header600px.gif) 0 0 no-repeat;
	height:119px;
	width:600px;
	margin: 50px 0 0
}

#site-title a{
	display:block;
	height:119px;
	width:600px;
}



#site-description {	
	text-indent: -1000px;
	background: url(images/paultang-portret-kleur.jpg) no-repeat;
	height:198px;
	width:300px;
}


/* This is the custom header image */
#branding img {
	border-top: 4px solid #abacad;
	border-bottom: 1px solid #abacad;
	clear: both;
	display: block;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #abacad;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}

#access a {
	color: #111;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #abacad;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}
#content {
	margin-bottom: 0;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 21px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 21px;
}

#column1, #column2 {float:left; width: 280px;}
#column1 {margin-right:40px;}



#content .entry-title {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

#content h2 {
	font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
    	font-size: 16px;
    	font-weight: bold;
	margin-bottom: 0;
}

#content h3 {
	font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
    	font-size: 13px;
    	font-weight: bold;
	margin-bottom: 0;
}

li.widget_text h3.widget-title, li.widget_twitter-tracker h3.widget-title {
margin-bottom: 10px;
}
	

#content p+ul {
	margin-top: -21px;
}

.inner {padding: 10px; background:#eee;}

.hentry {
    margin: 0 0 20px;
}

/* =Footer
-------------------------------------------------------------- */



#footer {
	margin-bottom: 0;
}

#colophon {
	border-top: 1px solid #abacad;
	margin-top: -1px;
	overflow: hidden;
	padding: 18px 0;
}



#site-generator {
	font-style: italic;
	position: relative;
	float:right;
	width:300px;
	text-align:right;
}
#site-generator a {
	background: none;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 0;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
	}
	
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0;
}







.widget-container {margin: 0 0 18px 0; background:#eee; padding:10px}

.widget-title {
	color: #222;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}



/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 0;
}

#primary ul.xoxo li {
	margin-bottom: 0;
	
}

li.widget_search {
	padding-top: 20px;
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

/* =Social Media buttons (tekst widget) */







a.linkedin img, a.twitter img { 
 	margin-right:10px;

}
	

/* =Twitter Tracker (widget) */

 ol.tweets li a img { 
 	height: 48px;
 	width: 48px;
 	float:left;
 	margin-right:10px;
}

 ol.tweets { 
 	list-style:none;
 	margin:0;
}
	
