/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

	
#wrapper { 
	margin: 0px 0 0 0; padding: 0;
	width: 900px; 
	position: relative;
	 }


body {
	margin: 25px 10px;
	width: 900px;
	padding: 	0;
	background: #C6C6C6 url(cbsimages/bg_widergray4.gif) repeat-y ;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #646464;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	font-size: 25px;
}

.headtitle {
	font: 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-bottom: -30px;
	color: blue;
	width: 500px;
	line-height: 38px;

background: #F7F7F7;
	* background: transparent;


}

.headtitlelower {
	font-size: 18px;
	font-style : italic;
	margin-top: 30px;
	color: #646464;
	width: 500px;
	line-height: 28px;
}

.imgborder {
	border-color: silver;
	border: 1px solid;

}

.reallysmall {
	font-size: 7px;
	color: purple;
	line-height: 8px;
}


a {
	color: #333333;
text-decoration: underline dotted; 
} 


a:hover {
	text-decoration: underline;
	color: purple;
}

/* Header */

#header {
	width: 900px;
	height: 120px;
	margin: 0 10px;
position: absolute;
top: 0px;
left: 0px;
z-index: 1;

}

/* Logo */

#logo {
	float: left;
	width: 260px;
	height: 200px;
	background: url(cbsimages/white_pod.gif) no-repeat;
}

#logo h1 {
	padding: 50px 0 0 35px;
	letter-spacing: -4px;
	font-size: 40px;
	
}

#logo h2 {

  margin-top: -24px !important;
  margin-top/**/:/**/-21px;
  
margin-left: 20px;
	font-size: 24px;
color: blue;
		
}

#logo a {
	text-decoration: none;
	color: #3399FF;
}

/* Menu */

#menu {
position: absolute;
top: 108px;
left:290px;
width: 645px;
height: 50px;
margin:0;
z-index:0;
	background: transparent url(cbsimages/green_nav.gif);
}

#menu ul {
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 14px 8px 6px 14px;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FF9900;
}

#menu .active a {
}

/* Content */

#content { 
	width: 625px; 
	margin: 0 0 0 275px; 
	padding: 0 0 0 35px;
	background-color: green;   }


/* Posts */

#posts {
	position: absolute;
	width: 620px;
	margin:  0 0px;
	top: 200px;

	left: 300px;
/*
	border: 1px dotted;
	*/
}

.post {
	margin-bottom: 10px;
}

.post .title {
	margin-bottom: -16px;
	line-height: 23px;
	padding: 0 0 5px 20px;
	color: #FF8400;
}

.post .meta {
	margin-left: 10px;

	padding: 10px 20px;
	background: #FFE1B3;
	font-size: 12px;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 10px 20px;
	line-height: 18px;
}
.post .video {
	margin-left: 10px;
	padding: 5px 5px;
	background: #ffffff;
	line-height: 12px;
	font-size: 12px;
	border-color: silver;
	border: 1px solid;
	width:280px;
}

/* Sidebar */
#sidebar { 
	width: 260px; 
	position: absolute; 
	top: 217px;
	left: 35px; 
 }


/* Boxed */

#sidebar .boxed {
	width: 240px;
	padding: 0 0 35px 0;
	background: #FFDE00 url(cbsimages/pod_bottom.gif) no-repeat left bottom;
}

#sidebar .boxed h2 {
	height: 40px;
	padding: 10px 0 0 30px;
	background: url(cbsimages/pod_top.gif) no-repeat;
	font-size: 20px;
	color: #FFFFFF;
}

#sidebar .boxed .content {
	color: #646464;
}
#sidebar .boxed .contentindent {
	color: #646464;
	padding: 10px 10px 10px 30px;
	
}

#sidebar .boxed ul {
}

#sidebar .boxed li {
}

#sidebar .boxed a {
	text-decoration: none;
	color: #0000FF;
}

#sidebar .boxed a:hover {
	color: #FF9900;
}

/* Tag Cloud */

#tagcloud {
}

#tagcloud .content {
	padding: 14px;
	text-align: justify;
	font-size: 20px;
}

#tagcloud .content a {
	color: #FFFFFF;
}

#tagcloud .content a:hover {
	color: #3399FF;
}

/* Footer */

#footer {
	clear: both;
	width: 200px;
	margin: 0 auto;
	padding: 0 520px 0 20px;
}

#footer p {
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


table.thelegend td {
	border: 1px solid silver;
	border-radius: 15px;
	padding: 4px;
-moz-border-radius: 5px;
}

td.declaration a {
	text-decoration: underline;
}

