/*************************************************************\
| PROJECT:       save the gummybears!
| FILE:          ./css/screen_default.css
| DESCRIPTION:   cascading style sheet v2.0
| LAST EDIT:     2005.12.29
\*************************************************************/


/*************************************************************\
| BASIC SETTINGS
\*************************************************************/

	html, body {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	body {
		background: #4c1d0c url('../img/bg_body.jpg');
		color: white;
	}
	
	div, p, form {
		margin: 0;
		padding: 0;
		background-color: transparent;
		border-style: none;
		text-align: left;
		font-size: 0; /* for ie */
		color: #222222;
	}
	
	img {
		display: block;
		border-style: none;
	}
	
	a {
		background-color: transparent;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #ff0055;
		text-decoration: none;
	}
	a:link {
		background-color: transparent;
		color:#ff0055;
	}
	a:visited {
		background-color: transparent;
		color:#7f002a;
	}
	a:hover {
		background-color: transparent;
		color:#6eb400;
	}
	
	.heading {
		padding-bottom: 3px;
		font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#noscript {
		margin-top: 50px;
		margin-bottom: 1000px;
		padding: 10px;
		font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		color: white;
		text-align: center;
		background-color: #ff0054;
		border-left: none;
		border-top: 1px solid #ff80aa;
		border-right: none;
		border-bottom: 1px solid #400015;
	}
	
	.clear { clear: both; }


/*************************************************************\
| MAIN STRUCTURE
\*************************************************************/

	#main {
		width: 504px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#header {
		width: 504px;
		height: 317px;
		margin-top: 40px;
		cursor: pointer;
	}
	
	#content { width: 504px; }


/*************************************************************\
| POSTS
\*************************************************************/

	#posts {
		width: 272px;
		padding-left: 25px;
		padding-top: 28px;
		padding-bottom: 28px;
		float: left;
	}
	
	#posts_headline {
		width: 185px;
		height: 16px;
		margin-bottom: 10px;
		background: transparent url('../img/main_content_posts_headline.png') no-repeat;
	}
	
	#posts .copytext, .copytext {
		padding-right: 25px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}
	
	#posts .heading {
		padding-right: 25px;
	}
	
	#posts ul {
		margin: 0;
		padding: 0;
		padding-left: 11px;
		padding-right: 15px;
		list-style-image: url('../img/posts_list_style_image.gif');
	}
	
	#posts ul li {
		padding-bottom: 4px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}
	
	#posts .copytext_info {
		padding-top: 5px;
		padding-right: 25px;
		padding-bottom: 25px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
	}
	
	#posts .copytext_info a {
		background-color: transparent;
		font-size: 10px;
		color: #666666;
	}
	#posts .copytext_info a:visited {
		background-color: transparent;
		color:#666666;
	}
	#posts .copytext_info a:hover {
		background-color: transparent;
		color: #6eb400;
	}


/*************************************************************\
| POSTS NAVI
\*************************************************************/

	#posts_navi { margin-top: 20px; }
	#posts_navi div {
		font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		vertical-align: top;
		line-height: 20px;
	}
	
	#posts_navi #posts_navi_pages {
		width: 230px;
		margin-right: 20px;
	}
	
	#posts_navi #posts_navi_pages a {
		display: block;
		float: left;
		width: 14px;
		height: 14px;
		margin-top: 3px;
		margin-right: 5px;
		font-weight: bold;
		line-height: 14px;
		text-align: center;
		vertical-align: middle;
		color: #6eb400;
		background-color: #ededed;
		border-left: 1px solid #dddddd;
		border-top: 1px solid #dddddd;
		border-right: 1px solid gray;
		border-bottom: 1px solid gray;
		cursor: pointer;
	}
	
	#posts_navi #posts_navi_pages a.active {
		color: #333333;
		background-color: #ffffff;
		cursor: pointer;
	}
	
	#posts_navi #posts_navi_pages a:hover {
		background-color: #ffffff;
		color: #6eb400;
	}
	#posts_navi #posts_navi_categories { margin-top: 35px; }
	#posts_navi #posts_navi_categories form select {
		margin: 0;
		width: 115px;
		height: 16px;
		font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-weight: bold;
		color: #6eb400;
		background-color: #ededed;
		border-left: 1px solid #dddddd;
		border-top: 1px solid #dddddd;
		border-right: 1px solid gray;
		border-bottom: 1px solid gray;
	}


/*************************************************************\
| LINKS
\*************************************************************/

	#links {
		width: 178px;
		margin-left: 297px;
		padding-left: 26px;
		padding-top: 28px;
		padding-bottom: 28px;
	}
	
	#links_headline_newsticker {
		width: 117px;
		height: 14px;
		margin-bottom: 12px;
		background: transparent url('../img/main_content_links_headline_newsticker.png') no-repeat;
	}
	
	#links .copytext {
		padding-right: 25px;
		padding-bottom: 25px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}
	
	#links .seperator {
		width: 203px;
		height: 11px;
		margin-left: -25px;
		margin-top: 25px;
		margin-bottom: 30px;
		background: transparent url('../img/main_content_links_seperator.png') no-repeat;
	}
	
	#links_headline_capitalismo {
		width: 123px;
		height: 30px;
		margin-bottom: 10px;
		background: transparent url('../img/main_content_links_headline_capitalismo.png') no-repeat;
	}
	
	#links_headline_copyright {
		width: 154px;
		height: 32px;
		margin-bottom: 10px;
		background: transparent url('../img/main_content_links_headline_copyright.png') no-repeat;
	}
	
	#links_headline_contact {
		width: 124px;
		height: 14px;
		margin-bottom: 10px;
		background: transparent url('../img/main_content_links_headline_contact.png') no-repeat;
	}


/*************************************************************\
| CONTACT FORM
\*************************************************************/

	#links form input, #links form textarea {
		width: 150px;
		height: 14px;
		margin-bottom: 10px;
		padding: 2px;
		background-color: transparent;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		border-left: 1px solid gray;
		border-top: 1px solid gray;
		border-right: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
	}
	
	#links form textarea { height: 100px; }
	
	#links form .button {
		width: 155px;
		height: 20px;
		margin-top: 10px;
		font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-weight: bold;
		color: #6eb400;
		background-color: #ededed;
		border-left: 1px solid #dddddd;
		border-top: 1px solid #dddddd;
		border-right: 1px solid gray;
		border-bottom: 1px solid gray;
	}
	#links form .button:hover {
		background-color: #ffffff;
		color: #6eb400;
		cursor: pointer;
	}
	
	#links form .heading { font-weight: normal; }


/*************************************************************\
| FOOTER
\*************************************************************/

	#footer {
		width: 504px;
		height: 32px;
		margin-bottom: 30px;
	}


/*************************************************************\
| PRELOADER
\*************************************************************/

	#preloader {
		position: absolute;
		left: 0;
		top: 0;
		width: 1px;
		height: 1px;
		visibility: hidden;
	}


/*************************************************************\
| EOF
\*************************************************************/