/*
Theme Name: Trigirl 10
Description: Theme for www.trigirl.co.uk (built 2010)
Version: 1.0
Author: Janosch Neuweiler
*/

/* ---------- general settings ---------- */
body {
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #e9e9e9;
}

a { text-decoration: none }
a:link { color: #0033cc; }
a:visited { color: #0033cc; }
a:hover { color: #ff6666; }

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; color: black; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link { color: #051461; }
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: #051461; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #ff6666; }

img { border: none; }

.small {font-size: 10px; }

.code {
	border: 1px solid #cccccc;
	background: #eeeeee;
	font-size: 10px;
	font-family: monospace, courier;
	padding: 10px;
	margin: 10px 0;
	width: 600px;
}

/* ---------- site layout ---------- */
#mainContainer {
	width: 900px;
	border: 1px solid #999999;
	margin: auto;
	margin-top: 20px;
	padding: 0;

/* forward compatibility below */
/* 	-moz-border-radius: 10px; */
/* 	-khtml-border-radius: 10px; */
/* 	-webkit-border-radius: 10px; */
/* forward compatibility above */

/*	border-radius: 10px; */
	overflow: hidden;
	background: white;
}

/* ---------- header layout ---------- */
#header {
	width: 900px;
	height: 100px;
	background: url(images/header.jpg);
	margin: auto;
	overflow:hidden;

/* forward compatibility below */
/* 	-moz-border-radius-topleft: 10px; */
/* 	-moz-border-radius-topright: 10px; */
/* 	-khtml-border-radius-topleft: 10px; */
/* 	-khtml-border-radius-topright: 10px; */
/* 	-webkit-border-top-left-radius: 10px; */
/* 	-webkit-border-top-right-radius: 10px; */
/* forward compatibility above */

/* 	border-top-left-radius: 10px; */
/* 	border-top-right-radius: 10px; */
}

/* ---------- navigation bar layout ---------- */
#navbar {
	width: 900px;
	height: 25px;
	border-bottom: 1px solid #eeeeee;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: auto;
	overflow: hidden;
}
#navbar ul {
	list-style: none;
	float: left;
	height: 25px;
	margin: 0;
	padding: 0;
}
#navbar ul li {
	display: inline;
	height: 25px;
	margin: 0;
}
#navbar a {
	color: #051461;
	float: left;
	height: 13px;
	margin: 0;
	margin-left: 7px;
	margin-right: 7px;
	padding: 6px;
}
#navbar .current_page_item a { color: #999999; }
#navbar a:hover { background: #ffe0e0; }
#navbar #searchform {
	float: right;
	margin: 0;
}

/* ---------- section header layout ---------- */
#secHeader {
	width: 900px;
	height: 300px;
	background: #003366;
	margin: auto;
	overflow: hidden;
}

/* ---------- sidebar layout ---------- */
#sidebar {
	width: 280px;
	float: left;
	margin: auto;
	overflow: hidden;
	background: white;
	font-size: 11px;
}
div.sideblock {
	width: 240px;
	margin: 10px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #999999;
	-moz-border-radius: 5px; /* forward compatibility */
	-khtml-border-radius: 5px; /* forward compatibility */
	-webkit-border-radius: 5px; /* forward compatibility */
	border-radius: 5px;
	background: #f0f0f0;
}
h2.sideblocktitle {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	color: #051461;
	text-align: center;
}
#sidebar ul {
	list-style: none;
	display: block;
	margin: 5px;
	padding: 0px;
}
#sidebar ul li {
	display: block;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}
#sidebar ul li ul {
	margin: 0px;
}
#sidebar ul h2 {
	margin: 0px;
}

#sidebar img {
	margin: 4px;
	/*border: 1px solid #999999;*/
}

/* ---------- content layout ---------- */
#contentContainer {
	width: 585px;
	margin: 15px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
	background: white;
	line-height: 160%;
}

#contentContainer h2 {
	color: #051461;
}

#contentContainer img {
	margin: 8px;
}

div.contentBox {
	width: 580px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #e0e0ee;
	-moz-border-radius: 5px; /* forward compatibility */
	-khtml-border-radius: 5px; /* forward compatibility */
	-webkit-border-radius: 5px; /* forward compatibility */
	border-radius: 5px;
}
div.contentHeader {
	margin: 0px;
	padding: 5px;
	overflow: hidden;
	background: #e0e0ee;
}
div.contentHeader h1 { margin: 0px; color: #051461; }
div.contentHeader h2 { margin: 0px; color: #051461; }
div.contentHeader h3 { margin: 0px; color: #051461; }
div.contentText {
	margin: 0px;
	padding: 5px;
	overflow: hidden;
}
div.contentFooter {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 5px;
	overflow: hidden;
	background: #e0e0ee;
}
div.contentFooter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.edit-post-link { float: right; }
div.navigation { margin-bottom: 10px; }
textarea#comment { width: 580px; }

/* ---------- footer layout ---------- */
#footer {
	clear: both;
	width: 900px;
	height: auto;
	text-align: center;
	padding: 10px 0;
	background: #ccccdd;
	color: black;
	font-size: 11px;

/* forward compatibility below */
/*	-moz-border-radius-bottomleft: 10px;  */
/*	-moz-border-radius-bottomright: 10px; */
/*	-khtml-border-radius-bottomleft: 10px; */
/*	-khtml-border-radius-bottomright: 10px; */
/*	-webkit-border-bottom-left-radius: 10px; */
/*	-webkit-border-bottom-right-radius: 10px; */
/* forward compatibility above */

/*	border-bottom-left-radius: 10px; */
/*	border-bottom-right-radius: 10px; */
}

/* ---------- miscellaneous ---------- */
h3.postlist { margin-bottom: 2px; }

.alignleft { float: left; }

.alignright { float: right; }

.clear { clear: both; }

img.wp-smiley { margin: 0px !important; }

.wp-caption {
	font-size: 10px;
	text-align: center;
	background: #ccccdd;
	padding: 5px;
}
.wp-caption img { margin: 0px; }
.wp-caption p { margin: 0px; }
