/*
Theme Name: Simplified
Theme URI: http://simplified.dk/wordpress/themes/simplified/
Description: A simplified theme for WordPress meant as a starting point for further customisation.
Version: 1.0
Author: Michael Al&oslash;-Nielsen
Author URI: http://michael.al&oslash;-nielsen.dk/
Tags: fixed width, three columns, widgets

	Simplified v1.0
	http://simplified.dk/wordpress/themes/simplified/

	This theme was designed and built by Michael Al&oslash;-Nielsen,
	whose blog you will find at http://simplified.dk/
	and in danish at http://forenklet.dk/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background: #A8A8A8 url(images/bg.jpg) repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 110%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 a, h1 a:visited, h1 a:hover, h1 a:active,
h2 a, h2 a:visited, h2 a:hover, h2 a:active,
h3 a, h3 a:visited, h3 a:hover, h3 a:active,
h4 a, h4 a:visited, h4 a:hover, h4 a:active,
h5 a, h5 a:visited, h5 a:hover, h5 a:active,
h6 a, h6 a:visited, h6 a:hover, h6 a:active {
	text-decoration: none;
	border: 0 none;	
}
h1 {font-size: 30px; padding: 10px 0 5px;}
h2 {font-size: 24px; padding: 10px 0 5px;}
h3 {font-size: 18px; padding: 10px 0 5px;}
h4 {font-size: 16px; padding: 10px 0 5px;}
h5 {font-size: 14px; padding: 10px 0 5px;}
h5 {font-size: 12px; padding: 10px 0 5px;}

p {
	font-size: 16px;
	padding: 5px 0;
}

a, a:visited {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
	
a:hover, a:active {
	color: #00C;
	border-bottom: 1px solid #00C;
	text-decoration: none;
}

img {
	vertical-align: middle;
}

img a, img a:visited, img a:hover, img a:active {
	border: 0 none;
	text-decoration: none;
}

#entry img {
	max-width: 560px;
}

.skyggefuld {
	width: 980px;
	height: 26px;
	background: #fff url(images/fuldskygge.png) no-repeat center top;
	margin: 0 auto;
	padding: 0;
}

.dropcaps {
	float:left;
	color:#999;
	font-size:48px;
	line-height:25px;
	padding-top:6px;
	padding-right:3px;
	font-family: times;
}

hr {
	height:1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #303030;
	border-right-color: #303030;
	border-bottom-color: #303030;
	border-left-color: #303030;
}

blockquote {
	margin:0 20px 10px 10px;
	padding:10px 15px;
	background: #EDEDED;
	border-left: 5px solid #A8A8A8;
}

* html blockquote {
	height:1%;
}

blockquote blockquote {
	margin-right:5px;
	margin-left:0;
	border-top-width:1px;
	border-bottom-width:1px;
	border-top-color:#A8A8A8;
	border-bottom-color:#A8A8A8;
	border-style:solid none;
}

blockquote p {
	margin:0;
	padding:0 0 5px;
}

.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 15px;
}

#container {
	background: #fff;
	width: 980px;
	margin: 25px auto 0 auto;
	padding: 0;
	border: 1px solid #000;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-radius: 8px;
}
	#header {
		background: #FFF url(images/header.jpg) top right no-repeat;
		color: #303030;
		width: 960px;
		height: 110px;
		margin: 0;
		padding: 20px 10px 10px 10px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		-khtml-border-top-left-radius: 6px;
		-khtml-border-top-right-radius: 6px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		overflow: hidden;
	}
	#header h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 82px;
		color: #303030;
		padding: 10px 0 25px;
		margin: 35px 0 0 30px;
		letter-spacing: 6px;
	}
	#header a,
	#header a:visited,
	#header a:hover,
	#header a:active {
		text-decoration: none;
		border: 0 none;	
	}
	p.description {
		color: #303030;
		margin: -8px 0 0 225px;
	}
		#header-left {
			float: left;
			margin: 0;
			padding: 0;
		}
			#header-left h1 {
			font-size: 82px;
			}
		#header-right {
			float: right;
			margin: 0;
			padding: 45px 125px 0 0;
		}

	.breadcrumb {
		width: 964px;
		height: 19px;
		line-height: 19px;
		background: #EDEDED;
		color: #303030;
		margin: 0;
		padding: 3px 8px 5px;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
	}
		.breadcrumb a, .breadcrumb a:visited {
			color: #303030;
			font-family: Tahoma, Geneva, sans-serif;
			border-bottom: 1px solid #303030;
			text-decoration: none;
		}
	
		.breadcrumb a:hover, .breadcrumb a:active {
			color: #303030;
			border-bottom: 1px solid #303030;
			text-decoration: none;
		}

	#menu {
		width: 980px;
		height: 29px;
		line-height: 19px;
		background: #303030;
		margin: 0;
		padding: 0;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
		#nav {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		#nav ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		#nav a, #nav a:visited {
			background: #303030;
			color: #EDEDED;
			display: block;
			text-decoration: none;
			font-weight: bold;
			margin: 0px;
			padding: 5px 8px;
			border-right: 1px solid #000;
			border-bottom: 1px solid #000;
		}
		#nav a:hover {
			background: #A8A8A8;
			color: #303030;
			display: block;
			text-decoration: none;
			margin: 0px;
			padding: 5px 8px;
		}
		#nav li {
			float: left;
			margin: 0px;
			padding: 0px;
		}
		#nav li li {
			float: left;
			margin: 0px;
			padding: 0px;
			width: 150px;
		}
		#nav li li a, #nav li li a:link, #nav li li a:visited {
			background: #303030;
			width: 160px;
			float: none;
			text-decoration: none;
			margin: 0px 0px 0px -1px;
			padding: 5px 20px 5px 8px;
			border-left: 1px solid #000;
			border-bottom: 1px solid #000;
		}
		#nav li li a:hover, #nav li li a:active {
			background: #A8A8A8;
			padding: 5px 20px 5px 8px;
			text-decoration: none;
		}
		#nav li ul {
			position: absolute;
			width: 10em;
			left: -999em;
		}
		#nav li:hover ul {
			left: auto;
			display: block;
		}
		#nav li:hover ul, #nav li.sfhover ul {
			left: auto;
		}
		#navright {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		#navright ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		#navright a, #navright a:visited {
			background: #303030;
			color: #EDEDED;
			display: block;
			text-decoration: none;
			font-weight: bold;
			margin: 0px;
			padding: 5px 8px;
			border-left: 1px solid #000;
			border-bottom: 1px solid #000;
		}
		#navright a:hover {
/*			background: #A8A8A8;
			color: #303030; */
			display: block;
			text-decoration: none;
			margin: 0px;
			padding: 5px 8px;
		}
		#navright li {
			float: left;
			margin: 0px;
			padding: 0px;
		}
		#navright li li {
			float: left;
			margin: 0px;
			padding: 0px;
			width: 150px;
		}
		#navright li li a, #navright li li a:link, #navright li li a:visited {
			background: #A8A8A8;
			width: 160px;
			float: none;
			text-decoration: none;
			margin: 0px 0px 0px -1px;
			padding: 5px 20px 5px 8px;
			border-left: 1px solid #303030;
			border-bottom: 1px solid #303030;
		}
		#navright li li a:hover, #navright li li a:active {
			background: #303030;
			padding: 5px 20px 5px 8px;
			text-decoration: none;
		}
		#navright li ul {
			position: absolute;
			width: 10em;
			left: -999em;
		}
		#navright li:hover ul {
			left: auto;
			display: block;
		}
		#navright li:hover ul, #navright li.sfhover ul {
			left: auto;
		}
	.wrap {
		background: #fff;
		margin: 0px;
		padding: 0px;
	}
		#content {
			background: #fff;
			width: 570px;
			float: left;
			margin: 0;
			padding: 0 20px 0 20px;
		}
			#post {
				background: #fff url(images/bottom-shadow.jpg) no-repeat center bottom;
				margin: 0 0 30px 0;
				padding: 0 0 8px 0;
			}
				#post-title {
					font-family: Georgia, "Times New Roman", Times, serif;
				}
				#post-title h2 {
					font-family: Georgia, "Times New Roman", Times, serif;
					padding:0 0 5px 0;
				}
				#post-title-meta {
					background: #EDEDED;
					margin: 5px 0 0 0;
					padding: 0;
					border: 1px solid #A8A8A8;
				}
					#post-title-meta p {
						font-size: 11px;
						padding: 2px 5px;
					}
					.post-title-meta-left {
						float:left;
						background: #EDEDED;
						width: 60%;
						text-align: left;
						}
					.post-title-meta-right {
						float:right;
						background: #EDEDED;
						width: 40%;
						text-align: right;
					}
				#entry {
					clear: both;
					float: none;
					background: #fff url(images/bottom-shadow.jpg) no-repeat center -2px;
				}
				#entry p {
					padding-bottom: 15px;
				}
				#entry-meta {
					background: #EDEDED;
					margin: 5px 0;
					padding: 0;
					border: 1px solid #A8A8A8;
				}
					#entry-meta p {
						font-size: 11px;
						padding: 2px 5px;
					}
		#featured-content {
			background: #fff;
			width: 570px;
			float: left;
			margin: 0;
			padding: 0 20px 0 20px;
		}
			#featured-post {
				background: #fff url(images/bottom-shadow.jpg) no-repeat center bottom;
				margin: 0;
				padding: 0 0 8px 0;
			}
				#featured-post-title {
					font-family: Georgia, "Times New Roman", Times, serif;
				}
				#featured-post-title h2 {
					font-family: Georgia, "Times New Roman", Times, serif;
					padding:0 0 5px 0;
				}
				#featured-post-title-meta {
					background: #EDEDED;
					margin: 5px 0 0 0;
					padding: 0;
					border: 1px solid #A8A8A8;
				}
					#featured-post-title-meta p {
						font-size: 11px;
						padding: 2px 5px;
					}
					.featured-post-title-meta-left {
						float:left;
						background: #EDEDED;
						width: 60%;
						text-align: left;
						}
					.featured-post-title-meta-right {
						float:right;
						background: #EDEDED;
						width: 40%;
						text-align: right;
					}
				#featured-entry {
					clear: both;
					float: none;
					background: #fff url(images/bottom-shadow.jpg) no-repeat center -2px;
				}
				#featured-entry-meta {
					background: #EDEDED;
					margin: 5px 0;
					padding: 0;
					border: 1px solid #A8A8A8;
				}
					#featured-entry-meta p {
						font-size: 11px;
						padding: 2px 5px;
					}
#navigation {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 12px;
}

		#sidebar {
			background: #fff;
			width: 350px;
			height: 100%;
			float: right;
			margin: 0;
			padding: 0 20px 10px 0;
		}
		#sidebar p {
			font-size:14px;
		}
			#sidebar-top {
				width: 350px;
				clear: both;
				float: none;
				margin: 0;
				padding: 0;
			}
			#sidebar-left {
				width: 170px;
				float: left;
				margin: 0;
				padding: 0;
			}
			#sidebar-right {
				width: 170px;
				float: right;
				margin: 0;
				padding: 0;
			}
			#sidebar-bottom {
				width: 350px;
				clear: both;
				float: none;
				margin: 0;
				padding: 0;
			}
		#home-sidebar {
			background: #fff;
			width: 350px;
			height: 100%;
			float: right;
			margin: 0;
			padding: 0 15px 10px 0;
		}
		#home-sidebar p {
			font-size:14px;
		}
#box {
	background: #EDEDED;
	color: #000;
	font-size: 14px;
	border: 1px solid #A8A8A8;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#box h2, #box h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	padding-top: 0;
}

#tabbox {
	background: #EDEDED;
	color: #000;
	font-size: 14px;
	border: 1px solid #A8A8A8;
	padding: 4px 0;
	margin-bottom: 10px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8x;
}

#tabbox h2, #tabbox h3 {
	margin-top: 0;
	padding-top: 0;
}

#footer {
	clear: both;
	float: none;
	background: #303030;
	color: #fff;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	border: 0px solid #000;
	border-top: 1px solid #000;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
}

#footer p {
	font-size: 11px;
}

#footer a, #footer a:visited {
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
	
#footer a:hover, #footer a:active {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

/**************************************************
	ALIGNMENT
**************************************************/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

img.centered {
	display: block;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/**************************************************
	SEARCH
**************************************************/

#search_form {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#search_form #s {
	width: 304px;
	padding: 3px;
	border-top: 1px solid #303030;
	border-left: 1px solid #303030;
	}

#search_form #s-h {
	width: 244px;
	padding: 3px;
	border-top: 1px solid #303030;
	border-left: 1px solid #303030;
	}

#search_submit {
	padding: 1px;
}

.subscribeform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
	
.subscribeform p { 
	margin: 0;
	padding: 0;
 	font: bold 14px Arial, Helvetica, sans-serif; 
	color: #303030;
}
	
.subscribeform .input{
	width: 230px;
	padding: 0px 3px 3px 3px;
	border-top: 1px solid #303030;
	border-left: 1px solid #303030;
}

.subscribeform .input-h{
	width: 170px;
	padding: 0px 3px 3px 3px;
	border-top: 1px solid #303030;
	border-left: 1px solid #303030;
}

.sbutton {
	background: #303030;
	color: #EDEDED;
	width: 74px;
	padding: 2px;
	text-align: center;
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	vertical-align: middle;
	border-top: 1px solid #FFF;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #FFF;
}

/**************************************************
	IMAGE CAPTIONS
**************************************************/

.wp-caption {
	border: 1px solid #A8A8A8;
	text-align: center;
	background-color: #EDEDED;
	padding: 4px 0;
	margin: 0 0 15px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption.alignright {
	margin: 2px 0 2px 10px;
	display: inline;
}

.wp-caption.alignleft {
	margin: 2px 10px 2px 0;
	display: inline;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

p.wp-caption-text {
	font-size: 11px;
	font-style: italic;
	line-height: 10px !important;
	margin: 0 !important;
	padding: 4px 5px !important;
}

/**************************************************
	WP-CALENDAR
**************************************************/

#wp-calendar {
	border-collapse: collapse;
	width: 50%;
	margin: 0 auto;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
}

#wp-calendar caption {
	padding-top: 3px;
	padding-bottom: 6px;
	text-align: center;
	font: bold 20px Times New Roman, Times, serif;
	color: #303030;
}

#wp-calendar td {
	text-align:center;
	padding:2px;
	line-height:15px;
}

#wp-calendar th {
	background-color: #303030;
	color: #F4F3E8;
}

#wp-calendar tbody {

}

#wp-calendar tbody a {
	color: #F4F3E8;
	background-color: #303030;
	text-decoration: none;
	display: block;
	border-style: none;
	margin: 0;
	padding: 0;
}

#wp-calendar tbody a:hover {
	color: #888782;
	background-color: #EDEDED;
	text-decoration: none;
	border-style: none;
	margin: 0;
	padding: 0;
}

#wp-calendar tfoot a:hover {
	background-color: #D2D2C6;
	text-decoration: none;
	color: #000;
}

#wp-calendar tfoot a {
	display: block;
	padding: 2px 0;
	border-bottom: 0px solid #000;
}

/**************************************************
	FLICKR
**************************************************/

#flickrrss img {
	width: 71px;
	margin: 2px;
	padding: 0px;
	border: 1px solid #303030;
}

#flickrrss a {
	border-bottom: 0 none;
	text-decoration: none;
}

/**************************************************
	COMMENTS
**************************************************/

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	height: 62px;
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(images/bg_comments_cite.gif);
	border:1px solid #A8A8A8;
	color:#303030;
	font-size: 12px;
	line-height: 14px;
	}	

.authorcommentlist cite {
	height: 62px;
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(images/bg_comments2_cite.gif);
	border:1px solid #A8A8A8;
	color:#303030;
	font-size: 12px;
	line-height: 14px;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#000;
	}

.commentlist a:hover, .commentlist a:active {
	color:#00C;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #303030;
	float:left;
	margin-right:9px;
	margin-left:0;
	}

.authorcommentlist cite img {
	padding:1px;
	border:1px solid #303030;
	float:right;
	margin-left:9px;
	margin-right:0;
	}

.commentlist .author {
	font: small-caps bold 22px Georgia, "Times New Roman", Times, serif;
	border-bottom: 0 none;
	text-decoration: none;
	}

.commentlist .author a:link, .commentlist .author a:visited {
	border-bottom: 0 none;
	}

.commentlist .author a:hover, .commentlist .author a:active {
	border-bottom: 0 none;
	}

.commentlist .time {
	background: url(images/bg_clock.gif) no-repeat 2px;
	padding-left:15px;
	}

.commenttext {
	background: #fff url(images/bottom-shadow.jpg) no-repeat center -2px;
	border-bottom:1px solid #A8A8A8;
	padding: 2px 8px 5px 8px;
	color:#000;
	}

.authorcommenttext {
	background: #fff url(images/bottom-shadow.jpg) no-repeat center -2px;
	border-bottom:1px solid #A8A8A8;
	padding: 2px 8px 5px 8px;
	color:#000;
	}

.authorcount {
float:left;
padding: 32px 7px 7px 7px;
font-size:75px;
color:#303030;
}

.count {
float:right;
padding: 32px 7px 7px 7px;
font-size:75px;
color:#A8A8A8;
}

/**************************************************
	WEB 2.0 COLOR CODES
**************************************************/

.lastfm_crimson {color:#D01F3C;}
.lastfm_crimson2 {color:#D61C39;}
.lastfm_red {color:#D10039;}
.digg_blue {color:#356AA0;}
.digg_blue2 {color:#1B5891;}
.digg_lightyellow {color:#FFF298;}
.flickr_blue {color:#007AE4;font-weight:bold;}
.flickr_lightblue {color:#0061DE;font-weight:bold;}
.flickr_pink {color:#FF0084;font-weight:bold;}
.mozilla_blue {color:#3F4C6B;}
.mozilla_red {color:#FF1A00;}
.firefox_maroon {color:#BD1D01;}
.gmail_blue {color:#C3D9FF;}
.gmail_aliceblue {color:#EFEFFF;}
.wikiPedia_black {color:#0F0E13;}
.wikipedia_lavender {color:#DEEBFF;}
.pandora_antiquewhite {color:#EFEBCE;}
.pandora_blue {color:#295E92;}
.stumbleUpon_blue {color:#057DB9;}
.stumbleUpon_green {color:#2ACC54;}
.microsoft_blue {color:#87C1E7;}
.mySpace_blue {color:#003399;}
.feedBurner_blue {color:#0170CA;}
.feedburner_red {color:#EB003A;}
.flock_blue {color:#4096EE;}
.rss_orange {color:#FF7400;}
.shiny_silver {color:#EEEEEE;}
.shadows_grey {color:#36393D;}
.interactiveaction_yellow {color:#FFFF88;}
.techcrunch_green {color:#008C00;}
.qoop_mint {color:#CDEB8B;}
.43things_gold {color:#C79810;}
.writely_olive {color:#73880A;}
.rubyonrails_red {color:#B02B2C;}
.skype_blue {color:#6CD0F6;}
.slashdot_green {color:#03646A;}
.techCrunch_green {color:#008C00;}
.technorati_lime {color:#4ABA00;}
.twitter_blue {color:#AFEAEE;}
.wordPress_blue {color:#174C89;}
.yahoo_red {color:#FC0234;}
.youtube_tomato {color:#FF6666;}
.delicious_grey {color:#EFEFEF;}
.ebay_yellow {color:#FFCC00;}
.faceBook_blue {color:#3B5999;}
.colourlovers_black {color:#141414;font-weight:bold;}
.colourlovers_grey {color:#767676;font-weight:bold;}

/**************************************************
	CLEARFIX
**************************************************/

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

<!--[if IE]>
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
<![endif]-->

div.box-tabs { padding-top: 19px; }
div.box-tabs div  { color: #666; }
div.box-tabs div ul  { list-style-type: none; }
div.box-tabs div ul li { display: block; }

.comment_license {
	background: #FFEEEE;
	color: #000;
	font-size: 14px;
	border: 1px solid #FFCCCC;
	padding: 10px;
	margin: 10px 0;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
}

#home-bottom {
	width: 950px;
	margin: 0 auto;
	display: block;
}
#home-bottom-left {
	float:left;
	width: 310px;
	margin-right: 5px;
}
#home-bottom-middle {
	float:left;
	width: 310px;
	margin-right: 5px;
	margin-left: 5px;
}
#home-bottom-right {
	float:left;
	width: 310px;
	margin-left: 5px;
}

#content.subscription-manager {
	width: 940px;
	padding: 20px 20px;
}

#twitter_div {
	background: url(images/twitter-bird.png) no-repeat 2px;
	padding-left:74px;
}
