/* custom.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/*
 * This CSS file is for customization purpose only
 */ 
 
 /* This stuff is to resize some fonts to fit the new, thinner layout. */
 
div.mod-headline ul.menu span.bg {
    font-size: 19px;
}

div.mod-box-ribbon span.header-3 {
	font-size: 15px;
}

.module h3.header {
	font-size: 14px;
}

/* Increase search box size */
.searchbox {  
    width: 180px !important;  
}  
.searchbox input {  
    width: 144px !important;  
}
.yoo-search {
	width: 180px !important;
}

/* Older edits */
#logo a.logo-icon {
	display: block;
	width: 300px;
	height: 150px;
	background: url(../../../images/yootheme/logo.png) 0 0 no-repeat;
}

pre { border-color: #CDCCC3; }

div.joomla h1.title {
	font-size: 200%;
}

div#footer a {
	padding: 0px 20px;
}

/* This is used in the ask a question page to hide an input field */
#hide { display: none; }

/* Make the text black */
body {
	/* color: #4A4344; a little lighter */
	color: #1F1F1F;
}

/* Darken the links a little bit */
a:link {
	color: #003e7e;
}
a:visited {
	color: #003e7e;
}
a:hover {
	color: #003e7e;
}
a:active {
	color: #003e7e;
}

#page-footer a:link, #page-footer a:visited {
        font-weight:bold;
}