/*
Theme Name: cleartypeone
Theme URI: http://www.themelayouts.com/
Description: Designed by <a href="http://www.themelayouts.com">ThemeLayouts</a>.<br> This work is licensed <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License.</a> This means you may use it and make any changes you like. However, credit links must remain on footer for legal use.
Version: 1
Author: ThemeLayouts/DreamTemplate, modified by Saulius Janiunas
Author URI: http://www.dreamtemplate.com/
*/

/*** RESET ***/

*{
  padding: 0;
  margin: 0;
}

img { 
  border: none;
}

/*** BASIC ***/

.clear {
  clear: both;
  font-size: 0px;
  height: 0px;
  overflow: hidden;
}

body {
  background: #e0f4fb url(images/body_bg.jpg) repeat-x;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}

a { 
  color: #aeaeae; 
  text-decoration: none;
  outline: 0;
}

a:hover { 
  text-decoration: underline;
}

/*** HEADER ***/

.header {
  width: 950px;
  height: 290px;
  margin: 0 auto 22px auto;
  padding: 0 10px;
}

/** LOGO **/

.logo {
  width: 950px;
  height: 245px;
  float: left;
}

.logo img {
  margin-top: 10px;
}

/** LANGUAGES **/

.languagesBar {
  width: 400px;
  height: 20px;
  float: right;
  margin-top: 10px;
}

.languages {
  list-style: none;
  float: right;
}

.languages li {
  display: block;
  float: left;
  border-left: 1px solid #d1d1d1;
}

.languages li a {
  font-family: Tahoma,Geneva,sans-serif;
  font-size: 11px;
  padding: 1px 15px;
  color: #AEAEAE;
  font-weight: bold;
  display: block;
  border-left: 1px solid #eee;
}

.languages li a:hover {
  text-decoration: underline;
}

.languages li.act a {
  color: #bebebe;
}

/** TOP BAR **/

.topBar {
  width: 950px;
  height: 45px;
  background: url(images/topnavbg.gif) no-repeat;
  float: left;
}

/* TOP MENU */

.topBar ul {
  list-style-type: none;
  height: 44px;
  float: left;
  padding: 1px 0 0;
}

.topBar ul li {
  float: left;
  display: block;
  border-right: 1px solid #fff;
}
			
.topBar ul li a {
  display: block;
  font: 11px Tahoma, Geneva, sans-serif bold;
  padding: 14px 22px 15px 22px;
  border-right: 1px solid #e1e1e1;
}

.topBar ul li a:hover {
  text-decoration: underline;
}

.topBar ul li.current a{
  font-weight: bold; 
}

/* NEWSLETTER */

.newsletter {
  height: 45px;
  float: right;
  margin-right: 8px;
  position: relative;
}

.newsletter .error {
  color: #FF3C3C;
  font: 11px Tahoma, Geneva, sans-serif;
  height: 13px;
  width: 185px;
  position: absolute;
  right: 0;
  margin-top: -13px;
  display: none;
}

.newsletter .label {
  float: left;
  margin: 13px 5px 0 0;
  background: url(images/email.gif) no-repeat top left;
  padding: 0 0 0 20px;
  text-align: left;
  font: bold 11px Tahoma, Geneva, sans-serif;
  line-height: 21px;
  color: #AEAEAE;
}

#modCommunityNewsletterRegister {
  min-width: 190px;
  height: 31px;
  background: url(images/newsletter_input_bg.png) no-repeat left;
  float: left;
  margin-top: 7px;
}

#modCommunityNewsletterRegister div {
  float: left;
}

.newsletter .input {
  background: none;
  width: 100px;
  height: 15px;
  padding: 8px 5px;
  float: left;
  border: 0;
  color: #585858;
  font-family: Tahoma,Geneva,sans-serif sans-serif;
  font-size: 11px;
}

.newsletter .subscribe, .newsletter .unsubscribe  {
  width: 75px;
  height: 17px;
  float: left;
  font-size: 11px;
  padding-top: 4px;
  text-transform: lowercase;
  background: url(images/newsletter_button.png) no-repeat;
  margin-top: 5px;
  text-align: center;
}

.newsletter .unsubscribe  { 
  margin-left: 10px;
}

.newsletter .subscribe:hover, .newsletter .unsubscribe:hover {
  color: #656565;
  text-decoration: none;
  background: url(images/newsletter_button_hov.png) no-repeat;
}

/* RSS */

.rss {
  float: right;
  margin: 13px 20px 0 0;
  background: url(images/feed.gif) no-repeat top left;
  padding: 0 0 0 20px;
  text-align: left;
  font: bold 11px Tahoma, Geneva, sans-serif;
  line-height: 21px;
}

/*** MAIN CONTAINER ***/
	
.mainContainer {
  width: 950px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
  background: url(images/content_top_bg.gif) no-repeat 10px top;
}

/** CONTENT **/
	
.ipContent {
  width: 600px;
  float: left;
  padding: 0 20px 0 20px;
  margin-top: 20px;
  background: url(images/content_bg.gif) repeat-y;
}

.contentBottom {
  width: 640px;
  height: 20px;
  float: left;
  background: url(images/content_bottom_bg.gif) no-repeat;
}

/** SIDEBAR **/

.sidebar {
  width: 290px;
  float: right;
}

.sidebarTitle {
  font-family: Calibri,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #585858;
  line-height: 21px;
  display: block;
  background: url(images/widget_bg.gif) repeat-y;
  width: 260px;
  padding: 0 15px 7px 15px;  
}

/* SEARCH */

.search {
  width: 290px;
  height: 40px;
  background: url(images/search_bg.gif) no-repeat;
  margin-bottom: 25px;
}

.modAdministratorSearchInput {
  background: none;
  border: 0;
  float: left;
  margin: 0;
  padding: 14px 8px;
  width: 186px;
  color: #585858;
  font-family: Tahoma,Geneva,sans-serif sans-serif;
  font-size: 11px;
}

.modAdministratorSearchButton {
  background: url(images/button.png) no-repeat;
  width: 80px;
  height: 21px;
  color: #AEAEAE;
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin: 6px 0 0 2px;
  text-transform: lowercase;
  text-align: center;
  padding-top: 7px;
}

.modAdministratorSearchButton:hover {
  background: url(images/button_hov.png) no-repeat;
  text-decoration: none;
  color: #656565;
}

/* WIDGETS */ 

.widget {
  width: 290px;
  text-align: left;
  background:transparent url(images/widget_top_bg.gif) no-repeat left top;
  padding-top: 20px;
}

.widgetFooter {
  width: 290px;
  background: url(images/widget_bottom_bg.gif) no-repeat;
  height: 20px;
  margin-bottom: 25px;
}

/* Adspot */

.adspot {
  width: 290px;
  background: url(images/widget_bg.gif) repeat-y;
  margin-bottom: -13px;
}

a.ad {
  display: block;
  width: 125px;
  height: 125px;
  float: left;
  margin: 0 0 13px 13px;
}

/* Right Menu */

.rightMenu {
  width: 260px;
  padding: 0 15px;
  background: url(images/widget_bg.gif) repeat-y;  
}

.rightMenu ul {
  list-style-type: circle;
  padding: 0 0 0 15px;
}

.rightMenu ul li {
  font-size: 12px;
  line-height: 21px;
}

.rightMenu ul li a {
  color: #AEAEAE;
}

.rightMenu ul li.currentSubnodes, .rightMenu ul li.current {
  list-style-type: disc;
}

.rightMenu ul li a.currentSubnodes, .rightMenu ul li a.current {
  font-weight: bold;
}

/** FOOTER **/

.footer { 
  width: 950px;
  overflow: hidden;
  padding: 20px 10px;
  margin: 0 auto 20px auto;
}

/* FOOTER MENU */

.footerMenu {
  width: 950px;
  margin: 10px 0 20px 0;
  float: left;
}

.footerMenu ul { 
  list-style-type: none;
  margin-left: -15px;
  float: left;
}

.footerMenu ul li, .sitemap {
  float: left;
  border-right: 1px solid #fff; 
}

.footerMenu a {
  display: block;
  float: left;
  font: bold 11px Tahoma, Geneva, sans-serif;
  padding: 1px 22px 1px 22px;
  border-right: 1px solid #e1e1e1;
}

/* COPYRIGHT-THEME INFO */

.copyright {
  color: #656565;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  display: block;
  width: 950px;
  float: left; 
}

.themeInfo {
  color: #656565;
  font-size: 10px;
  font-weight: bold;
  line-height: 21px;
  display: block;
  float: left;
}

.themeInfo a {
  color: #656565;
  text-decoration: none;
}
