#footer {
  text-align: center;
}

body {
  background-color: #e5e2ce;
}

input[type="text"] {
	color: #404040;
  font-size:1.3em;
  font-weight:bold;
  margin: 0;
  height:20px;
}

#header {
  width: 950px;
  height: 144px;
  background: url(/images/header.png) no-repeat;
  margin:0;
}

#header > h1 {
	padding: 20px 0 0 20px;
	margin:0;
}

#header > h2 {
  padding: 10px 0 0 20px;
  margin:0;
}

#langbar {
  list-style-type: none;
  float: right;
  margin: 10px 0 0;
}

#langbar > li {
  height: 35px;
  width: 35px;
}

#nav {
	list-style-type: none;
	margin: 0 0 0 5px;
}

#navads {
	background:url("/images/ads_bar.png") repeat scroll 0 0 transparent;
	height:25px;
	padding:9px 0 0;
	width:464px;
}

#nav > li {
  padding: 5px;
  width: 118px;
  height: 35px;
  text-align: center;
  padding: 5px 0 0;
  margin: 0 -1px 0 0;
  background: url(/images/menu_button.png) no-repeat;
}

#nav > li:hover, #nav > li.selected {
	background: url(/images/menu_button_over.png) no-repeat;
}

#nav > li > a {
	color: #404040;
	text-decoration: none;
	font-size:1.4em;
}

#searchbar {
  width: 364px;
  height: 35px;
  background: url(/images/search_bar.png) no-repeat;
  margin: 0;
  float: right;
}

#searchbar > form {
  padding:5px 0 0 5px;
}

#searchbar > form > fieldset > input {
  width:256px;
}

#searchbar > form > fieldset > button {
  height:26px;
  width:90px;
  background: url(/images/search_button.png) no-repeat;
  border: 0 none;
  margin:-2px 0 0 2px;
}

fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

input.newsletter {
  width:170px;
}

button.newsletter {
	margin:-2px 0 0 2px;
}


.box {
  background: #FFFFFF;
  padding:0;
  width: 390px;
  background: url(/adBlueprintPlugin/images/corners/box_header.png) no-repeat;
}

.box > h2, .sidebox > h2 {
  padding-left: 15px;
  height: 36px;
  margin-bottom:0;
  font-family:verdana;
  font-weight: bold;
  text-transform: uppercase;
  color: #404040;
  font-size:1.2em;
  line-height:2.5em;
}

.box > .boxcontent {
  padding: 10px;
  background: url(/adBlueprintPlugin/images/corners/box_content.png);
}

.box > .boxfooter {
  height: 10px;
  background: url(/adBlueprintPlugin/images/corners/box_footer.png) no-repeat;
}

.sidebox {
  background: #FFFFFF;
  padding:0;
  width: 270px;
  background: url(/adBlueprintPlugin/images/corners/sidebox_header.png) no-repeat;
}

.sidebox > .boxcontent {
  padding: 10px;
  background: url(/adBlueprintPlugin/images/corners/sidebox_content.png);
}

.sidebox > .boxfooter {
  height: 10px;
  background: url(/adBlueprintPlugin/images/corners/sidebox_footer.png) no-repeat;
}


/**
 * Specific boxes
 */

/**
 * Twitter
 */
.box > h2.twitter, .sidebox > h2.twitter {
  background: url(/images/icons/twitter.png) no-repeat;
  background-position: 12px 7px;
  padding-left: 35px;
}

.tweet {
	background: url(/images/thumb_bg.png) no-repeat;
	min-height:58px;
}

.tweet > img {
  padding: 4px;
}

.tweet > p, .news > p, .video > p {
  text-indent: 0;
  margin:0;
  margin-bottom: 10px;
}

/**
 * News / Blogs
 */
.box > h2.news, .sidebox > h2.news {
  background: url(/images/icons/news.gif) no-repeat;
  background-position: 10px 7px;
  padding-left: 41px;
}

div.date {
	background: url(/images/date_bg.png) no-repeat;
  height:58px;
  width: 58px;
  text-align:center;
  padding-top:5px;
  margin-right:5px;
}

.news {
  width:250px;
}

.date > span {
	color: #CCCCCC;
	line-height:1.3;
	font-size:150%;
	font-weight:bold;
}

.news > .title {
  width:186px;
}

/**
 * Blogs
 */
.box > h2.blogs, .sidebox > h2.blogs {
  background: url(/images/icons/blogs.gif) no-repeat;
  background-position: 10px 7px;
  padding-left: 47px;
}

/**
 * Youtube
 */
.box > h2.youtube, .sidebox > h2.youtube {
  background: url(/images/icons/video.gif) no-repeat;
  background-position: 10px 7px;
  padding-left: 44px;
}

.video {
	width: 100%;
  background: url(/images/video_bg.png) no-repeat;
  min-height:58px;
}

.video > .column > a > img {
  padding: 4px;
}

/**
 * Newsletter
 */
.box > h2.newsletter, .sidebox > h2.newsletter {
  background: url(/images/icons/newsletter.gif) no-repeat;
  background-position: 10px 7px;
  padding-left: 41px;
}

/**
 * Tags
 */
.box > h2.tags, .sidebox > h2.tags {
  background: url(/images/icons/tags.gif) no-repeat;
  background-position: 10px 7px;
  padding-left: 40px;
}

ul.tags, ul.tags > li {
  list-style-type: none;
  margin: 0 0 0 5px;
}

ul.tags > li > h1, ul.tags > li > h1 > a {
	color: #404040;
	text-decoration: none;
	font-size:1.2em;
}

ul.tags > li > h1 > a:hover {
	font-weight:bold;
}

/**
 * FlickR
 */
.box > h2.flickr, .sidebox > h2.flickr {
  background: url(/images/icons/flickr.gif) no-repeat;
  background-position: 10px 7px;
  padding-left: 40px;
}

.photos {
	list-style-type: none;
}

.photo {
	float: left;
	margin:4px;
}

/**
 * Google Adsense
 */
.box > h2.adsense, .sidebox > h2.adsense {
  background: url(/images/icons/google2.png) no-repeat;
  background-position: 10px 7px;
  padding-left: 40px;
}
