/*  
Theme Name: Atypisch webdesign & webdevelopment
Theme URI: http://www.atypisch.nl/
Description: wordpress weblog theme for Atypisch
Author: Marten Timan
Author URI: http://www.atypisch.nl
*/

/* basic elements */
html, body { 
	font: 12px Arial; 
	color: #373737; 
	background: #f1f0f0; 
	margin: 0; 
	padding:0;
	text-align: left;
}
	
h1 { 
	font-weight: bold;
	font-size: 12px; 
	color: #262626; 
	margin: 0; 
	padding: 10px 0 5px 0;
	text-transform: uppercase;
}
	
h2 { 
	font-size: 14px; 
	color: #262626; 
	margin: 0; 
	padding: 0;
}
	
a img {
	border: 0;
}
	
a:link, a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #40a5b1;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #6dced9;
	background: #fff;
}

ul, ol {
	padding: 0 0 10px 20px;
	margin: 0;
}

blockquote {
	padding: 10px 0 10px 30px;
	margin:0;
	color: #838383; 
}	

#patterns {
	position:fixed;
	z-index:1; 
	height:100%;
    width:100%;
    overflow: hidden;
}

/* for background image*/
#background {                                              
	position:fixed;
	z-index:0; 
}

#background, #background table, #background td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#background img {
    margin:0 auto;
    min-height:50%;
    min-width: 50%;
}

#bg_image {
	height:200%;
	width:200%;
	position: absolute;
	top: 0;
	left: -50%;
	overflow: hidden;
	z-index: 0;
}

#background td {
    text-align: center;
    vertical-align: middle;
}


/* end background */
	
/* specific divs */
/* styles for IE 5 Mac article: http://www.hicksdesign.co.uk/journal/30/vertical-centering-with-css */
#horizon {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
}
 
 /* following rules are invisible to IE 5 \*/
#horizon {
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	min-width: 923px; 
}
 /* end IE 5 hack */ 

#container { 	
	padding: 0; 
	border: 0;
	text-align: left; 
	width: 923px; 
	margin-left: auto; 
	margin-right: auto; 
}
	
/* een absolute-positioned container om de andere items (links etc) ook absolute te kunnen positioneren */	
#container_abs { 
	position: relative;
	top: 0;	
	padding: 0; 
	border: 0;
	text-align: left; 
	width: 923px; 
	margin-left: auto; 
	margin-right: auto; 
	z-index: 1;
}

#header {
	float: left;
	width: 883px;
	height: 70px;
	padding: 10px 20px 38px 20px;
	margin: 0;
	background: url(images/bg_header.png) no-repeat;
}

#logo {
	float: left;
	padding: 0;
	margin: 0;
	width: 201px;
	height: 78px;
	background: url(images/logo.png) no-repeat;
}

#description {
	position: absolute;
	top: 52px;
	left: 230px;
	text-transform: uppercase;
	z-index: 0;
}

#wrap {
	float: left;
	width: 923px;
	padding: 0 0 20px 0;
	margin: 0;
}

#backtohome {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 500px;
	height: 65px;
	padding:0;
	margin: 0;
	border: 0;
	z-index: 1;
}	
	
#backtohome a:link, #backtohome a:visited {
	float: left;
	padding: 0;
	margin:0;
	border: 0;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	background: transparent;
	width: 500px;
	height: 65px;
	text-decoration: none;
}

#content {  
	float: left;
	padding: 0; 
	margin: 0;
	text-align: left; 
	width: 923px;
	/* line height + letter-spacing for the whole site! */
	line-height: 16px;
	letter-spacing: .2px;
}
	
.content_wrap {  
	float: left;
	padding: 0; 
	margin: 0;
	text-align: left; 
	width: 923px;
}

/* standard DIVS */

.page_content_top {
	float: left;
	height: 14px;
	width: 923px;
	padding: 8px 0 0 0;
	margin: 0;
	background: url(images/bg_page_top.png) no-repeat bottom;
}

.page_content_bottom {
	float: left;
	height: 14px;
	width: 923px;
	padding: 0;
	margin: 0;
	background: url(images/bg_page_bottom.png) no-repeat top;
}

.page_content {
	float: left;
	width: 895px;
	padding: 0 14px 0 14px;
	margin: 0;
	background: url(images/bg_page.png) repeat-y;
}
	
.post {
	float: left;
	padding: 0 10px 0 10px; 
	margin: 0;
	text-align: left; 
}

.post img {
	max-width: 875px;
}

.breadcrumb {
	position: absolute;
	top: auto;
	right: 14px;
	height: 16px;
	text-align: left;
	padding: 1px 10px 2px 10px;
	margin: 0;
	color: #fff;
	background: #373737 url(images/bg_breadcrumb.png) no-repeat right;
}

.breadcrumb a:link, .breadcrumb a:visited {
	color: #fff;
	text-decoration: none;	
	background: transparent;
}

.breadcrumb a:hover, .breadcrumb a:active {
	color: #6dced9;
}

.website_url {
	float: left;
	width: 875px;
	text-align: left;
	padding:  10px 0 15px 0;
	margin: 0;
}

.website_url a:link, .website_url a:visited {
	padding: 5px;
	color: #fff;
	margin: 0;
	text-decoration: none;
	background: #1ba8b8;
}

.website_url a:hover, .website_url a:active {
	color: #fff;
	background: #6dced9;
}

.wp-pagenavi {
	padding: 3px 0 3px 0;
	margin: 0;
}

.thumbnail_image {
	float: left;
	padding: 5px 8px 5px 0;
	margin: 0;
}

.thumbnail_image img {
	padding: 8px;
	border: 1px solid #efefef;
	margin: 0;
}
	
.itemContent p {
	text-align: left; 
	padding: 5px 10px 10px 10px;
	margin: 0;
}

.itemContent p.postmetadata {
	clear: both;
	padding: 2px 0 2px 0;
	text-align: left; 
	color: #838383;
	line-height:  17px;
	margin: 0;
}

.socialbookmarks {
	float: left;
	bottom: 0;
	padding: 0;
	margin:0;
}

.socialbookmarks span {
	float: left;
	padding: 0;
	margin: 0;
}

a.more-link:link, a.more-link:visited {
	position: relative; 
	bottom: 0;
	margin: 0;         
	padding: 4px 10px 4px 10px;
	background: #1ba8b8;
	font-size: 10px;
	text-transform: uppercase;
	color: #f2f2f2;
	border: 0;
}

#sort1 a.more-link:link, #sort1 a.more-link:visited {
	left: 275px;
}

#sort2 a.more-link:link, #sort2 a.more-link:visited {
	left: 410px;
}

a.more-link:hover, a.more-link:active {
	color: #fff;
	background: #6dced9;
}

/* sidebar for menu, widgets, etc */
.sidebar {
	float: left;
	width: 318px;
	padding: 0;
	margin: 0;
}

.footer {
	float: left;
	width: 923px;
	text-align: left;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 11px;
}		

.footer p {
	float: left;
}

.footer a:link, .footer a:visited {
	color: #8b8b8b;
}

.footer a:hover, .footer a:active {
	color: #fff;
	background: #6dced9;
}
		
.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
		
.footer_left {
	float: left;
	width: 348px;
	padding: 0 10px 20px 10px;
	margin: 0;
	background: #efefef;
}

.footer_right {
	float: right;
	width: 505px;
	padding: 0 10px 20px 10px;
	margin: 0;
}

/* navigatie - pages */

.menu {
	float: left;
	width: 913px;
	height: 42px;
	padding: 10px 0 0 10px;
	margin: 0;
	background: url(images/bg_menu.png) no-repeat;
}

.menu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 903px;
	height: 32px;
}

.menu li {
	float: left;
}
/* main pages */
.page_item {
    float: left;
	padding: 0 0 1px 0;
	margin: 0;
	border: 0;	
	text-align: left;
	text-transform: uppercase;
}

.page_item a:link, .page_item a:visited {	
	float: left;
	height: 8px;
	margin: 0;
	padding: 10px 10px 15px 15px;
	font: 12px;  
	color: #757575; 
	text-decoration: none;
	font-weight: bold;
}

.page_item a:hover, .page_item a:active, .current_page_item a:link, .current_page_item a:visited, .current_page_ancestor a:link, .current_page_ancestor a:visited {
	color: #292929;
}

/* subpages */

.page_item .children {
	display: none;
}

.current_page_item .children, .current_page_ancestor .children  {
	display: block;
}

.children .page_item {
	float: left;	
	width: 296px;
	padding: 1px 0 0 0;
	margin: 0;
	border: 0;	
	text-align: left;
	text-transform: uppercase;
}

.children .page_item a:link, .children .page_item a:visited {	
	float: left;	
	width: 266px;
	height: 8px;
	margin: 0;
	padding: 8px 15px 8px 15px;
	font: 10px Helvetica, Arial, Verdana;  
	color: #b9b9b9; 
	text-decoration: none;
	font-weight: bold;
	background: url(images/bg_submenu.png);
}

.children .page_item a:hover, .children .page_item a:active, .children .current_page_item a:link, .children .current_page_item a:visited  {
	color: #fff;
	background: #262626;
}

#search {
	position: absolute;
	z-index: 1;
	right: 50px;
	top: 40px;
	width: 188px;
	height: 26px;
	background: url(images/bg_search.png) no-repeat;
	padding: 0;
	margin: 0;
}

#search_field {
	float: left;
	border: 0;
	height: 25px;
	padding: 1px 0 0 0;
	margin: 0;
	width: 155px;
}

#s {
	float: left;
	border: 0;
	height: 18px;
	width: 149px;
	padding: 3px 2px 1px 3px;
	margin: 0;
	color: #dad4d4;
}

#search_button {
	float: left;
	width: 18px;
	padding: 4px 2px 4px 6px;
	margin: 0;
}

.search_submit {
	float: left;
	width: 18px;
	height: 18px;
	padding: ;
	margin: 0;
	border: 0;
	background: transparent url(images/btn_search.png) no-repeat;
	cursor: pointer;
}

.search_submit:hover, .search_submit:active {
	background: url(images/btn_search-over.png) no-repeat;
}

/*
WIDGET CSS
*/	

.textwidget {
	padding: 0;
	margin: 0;
	color: #373737; 
}	

/* align images  */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0;
	margin: 0;
}

img.alignleft {
	padding: 0;
	margin: 0
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* End align Images */


/* start forms */


select {
	width: 100px;
}

#content textarea {
	width: 285px;
	padding: 2px;
	height:125px;
	border: 1px solid #523e2e;
}
	
/* einde forms */

/* SORT 1 */
#sort1.groupWrapper {
	width: 391px;
	margin: 0;
	padding: 8px 0 0 0;
}

#sort1.float_left {
	float: left;
}

#sort1.float_right {
	float: right;
}

#sort1 .element_top {
	height: 14px;
	width: 391px;
	padding: 0;
	margin: 0;
	background: url(images/bg_top_element_klein.png) no-repeat;
}

#sort1 .element_bottom {
	height: 14px;
	width: 391px;
	padding: 0;
	margin: 0;
	background: url(images/bg_bottom_element_klein.png) no-repeat;
}

#sort1 .element {
	padding: 0 14px 0 14px;
	margin: 0;
	width: 363px;
	background: url(images/bg_element_klein.png) repeat-y;
}
	
#sort1 .itemHeader {
	width: 353px;
}

/* SORT 2 */
#sort2.groupWrapper {
	width: 525px;
	margin: 0;
	padding: 8px 0 0 0;
}

#sort2.float_left {
	float: left;
}

#sort2.float_right {
	float: right;
}

#sort2.groupWrapper_right {
	float: right;
	width: 525px;
	margin: 0;
	padding: 8px 0 0 0;
}

#sort2 .element_top {
	height: 14px;
	width: 525px;
	padding: 0;
	margin: 0;
	background: url(images/bg_top_element_groot.png) no-repeat;
}

#sort2 .element_bottom {
	height: 14px;
	width: 525px;
	padding: 0;
	margin: 0;
	background: url(images/bg_bottom_element_groot.png) no-repeat;
}

#sort2 .element {
	padding: 0 14px 0 14px;
	margin: 0;
	width: 497px;
	background: url(images/bg_element_groot.png) repeat-y;
}
	
#sort2 .itemHeader {
	width: 487px;
}

.element ul {
	list-style: none;
	padding: 10px;
	margin: 0;
}

.serializer {
	clear: both;
}

.groupItem {
	padding: 0 0 8px 0;
}

.groupItem .itemHeader {
	line-height: 25px;
	/*background-color: #efefef;*/
	background: #373737;
	border: 0;
	color: #fff;
	padding: 0 0 0 10px;
	cursor: move;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	height: 25px;
	position: relative;
}

.groupItem .itemHeader a {
	position: absolute;
	right: 6px;
	top: 6px;
	font-weight: normal;
	text-decoration: none;
}

a.closeEl {
	float: left;
	padding: 0;
	margin: 0;
	width: 13px;
	height: 13px;
	background: yellow;
	background: url(images/bg_min.png) no-repeat;
}

.sortHelper {
	border: 1px dashed #373737;
	width: auto !important;
}



