/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * This CSS file is for customization purpose only
 */ 

div.module div.yoo-gallery {
	margin: 15px auto 5px auto;
	width: 600px;
}

/* PCG customisations */

/* layout.css */

/* Reposition Logo */
#logo {
	position: absolute;
	top: 10px;
	left: 0px;
}

/* Reposition top menu to accomodate larger logo */

#headerbar {
	height: 145px;
	padding-left: 220px;
	overflow: hidden;
}

#menu {
	position: absolute;
	top: 175px;
	left: 20px;
	z-index: 11;
}

#header {
	position: relative;
	z-index: 10;
	height: 210px;
	clear: both;
}

/* menu.css */

/* reduce spacing between top menu items to allow search box */
/*
#menu li.level1 {
float:left;
margin-right:5px;
}
*/

/* waveblue.css */

/* Set cloudy page background */
body.yoopage { background: #396086 url(/cms/images/skyclouds.jpg) 0 0 repeat-x fixed; }
.wrapper-bg1 { background: none }
.wrapper-bg2 { background: none }


h1 {
        font-size: 250%;
}

h2 {
        font-size: 130%;
}

h3 {
        font-size: 130%;
}

h4 {
        font-size: 125%;
}

h5 {
        font-size: 125%;
}
h6 {
        font-size: 125%;
}

/* mod_socialbookmarking.php */

/* Shrink social bookmark images */
img.bookmarkimage {
	width: 2.5em;
	height: 2.5em;
}