/*
Theme Name: CorioCats V1
Theme URI: http://coriocats.nl/
Description: Special Theme for coriocats.nl.
Version: 1.0
Author: Mathijs van Veluw
Tags: coriocats.

*/

body
{
    background: #372A31 url('images/body_bg.png') repeat-x;
    color: #FFF;
    margin: 0;
    padding: 0;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 18px;
}

img
{
	border: none;
}

#bodyContainer
{
    background: #CCBBC5 none;
    color: #000;
    width: 912px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

#mainContainer
{
    margin: 0 6px;
}

#siteHeader
{
    background: transparent url('images/header_manolo.png') no-repeat;
    /*background: transparent url('images/header_onbekend.png') no-repeat;*/
    /*background: transparent url('images/header_zorah.png') no-repeat;*/
    width: 900px;
    height: 250px;
    position: relative;
    z-index: 0;
}

#siteHeaderRotation
{
    background: transparent none no-repeat;
    width: 900px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


#headerMenu
{
    z-index: 10;
    background: transparent url('images/menu_bg.png') repeat;
    position: absolute;
    width: 900px;
    height: 40px;
    bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

#headerMenu .page_item
{
    background: transparent none;
    width: auto;
    color: #FFF;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    float: left;
    margin: 0 auto;
}

#headerMenu .page_item:hover
{
    background: transparent url('images/menu_bg.png') repeat;
}

#headerMenu .current_page_item
{
    background: transparent url('images/menu_bg.png') repeat;
}

#headerMenu a, #headermenu a:link, #headermenu a:visited, #headermenu a:hover, #headermenu a:active
{
    color: #FFF;
    text-decoration: none;
}

#siteContent
{
    margin: 30px 0;
}

#siteContent p
{
	/*margin: 0;*/
}

.blockContent
{
    background: #DCCBD5 none;
    width: 868px;
    margin: 30px auto 8px auto;
    padding: 4px 4px;
    height: auto;
}

.blockHeader
{
    background: transparent url('images/paw_small.png') no-repeat;
    height: 45px;
    width: auto;
    padding: 0 0 8px 55px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 45px;
	margin: 0;
}

#siteFooter
{
    background: #776670 none;
    height: 25px;
    width: 900px;
    color: #FFF;
    font-size: 12px;
    line-height: 25px;
    bottom: 0;
}

#siteTitle
{
    position: relative;
    background: #776670 none;
    width: 900px;
    height: 40px;
}

.title1
{
    font-size: 25px;
    font-weight: 700;
    color: #333;
}

.title2
{
    font-size: 30px;
    font-weight: 700;
    color: #000;
}



/* Extra Layout */
table
{
    border: none;
    border-spacing: 0;
    padding: 0;
    border-collapse: collapse;
}

.pictures td
{
    width: 145px;
}

.pictures td img
{
    height: auto;
    width: 140px;
    border: none;
}

.staticGalleryCaption
{
    font-size: 10px;
    text-align: center;
    font-weight: 700;
}

/* Large (Kittens) */

.picturesLarge td
{
    width: 450px;
    text-align: center;
}

.picturesLarge td img
{
    height: auto;
    width: 300px;
    border: none;
}

.descriptionsLarge td
{
    font-size: 12px;
    text-align: left;
    font-weight: 700;
}

td.rowSpacer
{
    height: 20px;
}

/* Special WordPress stuff */
ul.qtrans_language_chooser
{
	display: inline;
	right: 5px;
	position: absolute;
	float: right;
    list-style: none;
}

ul.qtrans_language_chooser li
{
	line-height: 16px;
	height: 16px;
	font-size: 12px;
    float: left;
	width: auto;
	padding: 0 0 0 5px;
}

ul.qtrans_language_chooser a
{
	color: #000;
	text-decoration: none;
}

ul.qtrans_language_chooser .active a
{
	text-decoration: underline;
	cursor: default;
}

#lastModified
{
	float: right;

}

.staticGalleryTable
{
	width: 99%;
}

.staticGalleryItem
{
	text-align: center;
}

.staticGalleryCaption
{
	padding: 0 0 15px 0;
	font-size: 12px;
	font-weight: 700;
}

