/* 
Theme Name: Thalia
Theme URI: http://www.spidersilk.eu/
Version: 1.0
Author: Wendy Torenvliet
Author URI: http://www.lyanna.nl/
*/

/* Components */

body {
         xbackground-image: url(images/background.gif);
         background-image: url(images/sky3.jpg);
	 margin: 0;
	 padding: 0;
	 text-align: center;
	 font-family: Verdana;
	 font-size: 0.7em;
	 color: #ffffff;
}

#container {
         width: 800px;
	 height: 100%;
	 margin:0px auto;
	 text-align: center;
}

#header {
	font-family: "Arial Narrow";
	font-weight: bold;
	font-size: 2em;
	font-variant: small-caps;
	margin-top: 30px;
	height: 40px;
        border-bottom: 1px dashed #ffffff;
}
							 
#content {
	margin-top: 60px;
        xz-index: 0;
        text-align: left;
}

#left {
	float: left;
}

.newsbox {
	border: 5px solid #ffffff;
	background-color: #003366;
	width: 280px;
	margin: 0 20px 50px 0;
}

.text {
	padding: 10px;
}


.extra {
	border: 5px solid #ffffff;
	background-color: #666600;
	width: 280px;
	margin: 0 20px 0 0;
}
			
.mainText,
.mainText_green,
.mainText_blue,
.mainText_yellow,
.mainText_red {
	float: left;
	border: 5px solid #ffffff;
	width: 480px;
}

.mainText {
        background-color: #006666;
}

.mainText_green {
        background-color: #006600;
}
.mainText_blue {
        background-color: #003366;
}

.mainText_yellow {
        background-color: #666600;
}

.mainText_red {
        background-color: #832901;
}

.excerpt_green,
.excerpt_blue,
.excerpt_yellow,
.excerpt_red {
	border: 5px solid #ffffff;
	width: 280px;
	margin: 0 20px 50px 0;
}

.excerpt_green {
        background-color: #4c9502;
}

.excerpt_blue {
        background-color: #006666;
}

.excerpt_yellow {
        background-color: #b7b73a;
}

.excerpt_red {
        background-color: #a64e27;
}



												
/* Typography */

h1 {
	 font-family: "Arial Narrow";
	 font-weight: bold;
	 font-size: 2em;
	 font-variant: small-caps;
	 margin: 0;
	 padding: 0;
}

h1 a, h2 a {
         text-decoration: none;
         color: #ffffff;
	 }

h2 {
	 font-family: Georgia;
	 font-weight: bold;
	 font-size: 1.3em;
	 font-variant: small-caps;
	 margin: 7px 0 7px 0;
	 padding: 0;
}


#readMore{
	 font-family: Georgia;
	 font-weight: bold;
	 font-variant: small-caps;
	 margin: 7px 0 7px 0;
	 padding: 0;
	 text-align: right;
}

#readMore a {
	 color: #ffffff;
}

.text a:link, 
.text a:active, 
.text a:hover, 
.text a:visited {
	 font-weight: bold;
	 font-variant: small-caps;
         color: #ffffff;


}

.breadcrumb a {
         color: #ffffff;
         font-variant: small-caps;
	 font-family: Georgia;
	 font-weight: bold;

}

.attachment {
         margin:0px auto;
	 text-align: center;
}