html, * {
  margin: 0;
  padding: 0;
}

body.page {
  background: #FFFFFF url(images/bg.png) top left repeat-x;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: small;
}
.page a, .page a:visited, .page a.tabledrag-handle:hover {
  text-decoration: none;
  color: #777777;
  border-bottom: none;
}
a:hover {
  border-bottom: 1px gray dotted;
}

hr {
border-color:#CCCCCC;
border-style:none none dotted;
border-width:1px;
padding-bottom:5px;
}


h1 {
font-size:1.4em;
}


h2 {
font-size:1.2em;
}


h3, h4, h5 {
font-size:1em;
}

.help li{
list-style-position:outside;
list-style-type:square;
margin-left:2em;
margin-bottom:0.7em;
}

.help p{
margin-bottom:0.8em;
}


.faq li a {
color: #666666;
}

.faq ul{
margin: 1em;
}

.faq ul li{
list-style-type:square;
}


.item-list ol li{
list-style-type:decimal;
}


.item-list ol{
margin-left:1.5em;
}



#page {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-box-shadow:0 3px 1px #888888;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;

-webkit-box-shadow:0 3px 1px #888888;
background-color:white;
margin-left:auto;
margin-right:auto;
overflow:hidden;
width:960px;
}

#header {
  background: #FFFFFF url(images/top_img_left.png) no-repeat;
  height: 100px;
  width: 680px;
  overflow: hidden;
  float: left;
  position: relative;
}
#header li {
  float: left;
  list-style: none;
}
#header li a {
  text-decoration: none;
  font-size:0.9em;
}
#header li a.active {
-moz-border-radius-bottomright:4px;
-moz-border-radius-bottomleft:4px;
-webkit-border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:4px;
background-color:#777777;
color:white;
padding:0 5px;
}



#header div.block-menu {
bottom:0;
padding:15px 0 0 50px;
position:absolute;
}
#header div.block-menu h2 {
  display: none;
}
#header #logo {
  position: absolute;
  left: 24px;
  bottom: 22px;
}

/******forum**********/

#forum tr.odd{
background: #dedede;/*url(/sites/all/themes/tt_abstract/images/tr_bg_odd.png);*/

}

#forum tr.even{
background: #eee; /*url(/sites/all/themes/tt_abstract/images/tr_bg_even.png);*/
}

#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
text-align:left;
}


.forum-topic-navigation {
border:thin solid #ccc;
-webkit-border-radius:4px;
-moz-border-radius:4px;
margin-top: 20px;
padding:0.5em;
text-align:center;
}

.forum-topic-navigation .topic-previous {
float:left;
text-align:left;
width:46%;
}

.forum-topic-navigation .topic-next {
float:right;
text-align:right;
width:46%;
}

.addcmnt ul.links li {
display:inline;
list-style-type:none;
padding:0.3em;
background:#6c3;
border: thin solid #eee;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.addcmnt ul.links li a{
color:#fff;
}

.addcmnt ul.links li a:visited{
color:#fff;
}


/*********************/

/**** drupal system.css overrides **********/

.marker, .form-required {
color:#6c3;
}

/***************/

/******comments ********/

.addcmnt{
margin-bottom:10px;
display:block;
}

#comments{
margin: 2em 0 2em 1.5em;
border-top:thin dotted #ccc;
}

#comments h3 {
font-size:1.2em;
margin-bottom:0.5em;
}

.comment{
margin: 2em 0 2em 0;
}

.new{
color:#fff;
background-color:#6c3;
text-transform: uppercase;
padding:  1px 3px;
font-size:x-small;
}

.toforum{
text-align:right;
float: right;
margin-top:-30px;
}

/********************************************************/




/********************************************************/
#user_nav {
  background: #FFFFFF url(images/top_img_right.png) no-repeat;
  float: right;
  height: 80px;
  width: 270px;
  padding: 10px 10px 10px 0;
  overflow: hidden;
  position: relative;
}
#user_nav div.block {
  position: absolute;
  bottom: 15px;
  padding: 10px;
  font-size: .8em;
}
#user_nav li {
  display: none;
}
/*#user_nav div.block-user {
  text-align: left;
}*/
#user_nav div.block-user h2 {
  display: none;
}
/*#user_nav div.block-user div {
  display: inline;
}
*/
#user_nav div.block-user label {
  display: inline;
  clear: left;
  line-height: 20px;
  width: 90px;
  font-weight: normal;
}
#user_nav div.block-user span.form-required {
  display: none;
}
#user_nav div.block-user div.form-item {
  margin: 0;
  float: left;  
}

/********************************************************/



#content_top, #content, #content_bottom {
  float: left;
  width: 660px;
  padding: 10px;
  overflow: hidden;
}

/********************************************************/
/*block styling */

#Forum a:visited{
color:#000;}


.fa_item{
display: block;
background-color:#fff;
display:block;
width:140px;
float:left;
padding:5px;
-moz-border-radius:4px;
border: #ccc thin solid;
list-style:none;
margin:0 14px 0 0;
padding:0;
}


.item-list ul li {
margin:0 14px 0 0;
}


#right {
  width: 260px;
  padding: 10px;
  float: right;
  overflow: hidden;
}
#right > .block {
  margin-bottom:1em;
  padding:5px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}

.shadowblock {
  -moz-box-shadow:1px 1px 4px #777;
  -webkit-box-shadow:1px 1px 4px #777;
}

.borderblock {
 border:1px solid #CCCCCC;
}

.tour{
  background-image:url(/sites/all/themes/tt_abstract/images/tour.png);
  height:80px;
}

a.blocklink{
display:block;
height:100%;
line-height:4.5;
text-align:center;
text-decoration:none;
width:100%;
}


.contentbottomblock{
width: 200px;
padding: 5px;
margin-right: 12px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
height: 120px;
font-size:0.85em;

}

.plainblock{
border-color:#CCCCCC;
border-style:none none dotted;
border-width:1px;
}


.greenblock{
background:url(/sites/all/themes/tt_abstract/images/front_green_blockbg.png)  right bottom no-repeat;
float: left;
}

.faqblock{
background:url(/sites/all/themes/tt_abstract/images/faq_icon.png) right center no-repeat;
float: left;
}


.helpblock{
background:url(/sites/all/themes/tt_abstract/images/help_icon.png)  right  center no-repeat;
float: left;
}

.downloadblock{
background:url(/sites/all/themes/tt_abstract/images/download_icon.png)  right  center no-repeat;
float: left;
}


.noreaderblock{
background:url(/sites/all/themes/tt_abstract/images/noreader_icon.png)  right  center no-repeat;
float: left;
}

.blueblock{
background:url(/sites/all/themes/tt_abstract/images/front_blue_blockbg.png) bottom right no-repeat;
float:left;
}


.greyblock{
background:url(/sites/all/themes/tt_abstract/images/front_grey_blockbg.png) bottom right no-repeat;
float: right;
margin: 0;
}

.registerblock{
background:url(/sites/all/themes/tt_abstract/images/register.png) 95% 50% no-repeat;
}

.storeblock{
background:url(/sites/all/themes/tt_abstract/images/store.png) 95% 50% no-repeat;
}

.storeblock2{
background:url(/sites/all/themes/tt_abstract/images/store_icon_lg.png) 95% 50% no-repeat;
}


.pressblock{
background:url(/sites/all/themes/tt_abstract/images/press_icon.png)  right  center no-repeat;
float: left;
}

.contactblock{
background:url(/sites/all/themes/tt_abstract/images/contact_icon.png)  right  center no-repeat;
float: left;
height:4em;
width:80%;
}

.aboutblock{
background:url(/sites/all/themes/tt_abstract/images/about_icon.png)  right  center no-repeat;
float: left;
}

.errorblock{
background:url(/sites/all/themes/tt_abstract/images/error_icon.png)  right  center no-repeat;
float: left;
}


/*.page a.welcometxt, .welcometxt{*/
.welcometxt{
margin-bottom: 30px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 10px;
margin-bottom: 20px;
border: #eeeeee solid medium;
padding:10px 100px 10px 10px;
}

.ideablock{
background:transparent url(/sites/all/themes/tt_abstract/images/idea_icon.png) no-repeat scroll 97% 50%;
}

.appblock{
background:transparent url(/sites/all/themes/tt_abstract/images/application_icon.png) no-repeat scroll 99% 50%;
}

#app_tabs li{list-style-type:none;}

#app_tabs li a{
display: block;
text-align:center;
margin:3px;
padding:3px;
background-color:#eee;
-moz-border-radius:4px;
-webkit-border-radius:4px;
font-size:1.0em;
list-style-type: none;
margin-bottom:20px;
}

#app_tabs a {color:#666;}

#app_tabs li a.active{
color:#fff; 
display:inline-block;
background-color:#666; 
-moz-border-radius:4px;
-webkit-border-radius:4px;
}



.blogblock{
background:transparent url(/sites/all/themes/tt_abstract/images/blog_icon.png) no-repeat scroll 95% 50%;
}

.page a.h-btn{
display:block;
font-weight:bold;
width: 250px;
text-align:center;
margin:0 auto 30px;
background:  #66CC33 url(/sites/all/themes/tt_abstract/images/glare.png) no-repeat bottom right;
-moz-box-shadow:1px 1px 4px #777;
-webkit-box-shadow:1px 1px 4px #777;
padding:10px;
border: medium solid #EEEEEE;
}

a.h-btn2{
display:inline-block;
text-align:center;
margin:3px;
padding:3px;
background-color:#666;
color:#FFFFFF;
-moz-border-radius:4px;
-webkit-border-radius:4px;
font-size:.8em;
}

a.h-btn2:visited { color: #FFFFFF } 

a.btnlink{
color:#FFFFFF;
}

a.btnlink:hover{
-moz-box-shadow:1px 1px 4px #222;
-webkit-box-shadow:1px 1px 4px #222;
border: #eeeeee solid medium;
}

a.btnlink:visited{color:#FFFFFF;}

/*blogging stuff */

#blog-right p {
margin-bottom:1em;}


ul li.pagelist{
list-style-type:none;
margin-left:0;
}

#blog-left {
border-right:thin dotted #CCCCCC;
float:left;
width:120px;
padding-right: 15px;
}
#blog-right {
float: right;
width:505px;
}

div#fromtheblog{
padding-bottom:30px;
}

div#fromtheblog img{
float:right;
}

div#fromtheblog h2{
float:left;
width:215px;
}


div.blogpost{
margin-bottom: 20px;
}

/*************/

/*dateblock stuff*/
.postdate{
height: 60px;
width: 40px;
border:thin #ccc solid;
margin-bottom:10px;
text-align:center;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}



.postmonth{
background-color: #6c3;
color: white;
font-size:.7em;
border-bottom:#666666 thin solid;
font:small-caps bold;
height:15px;
}

.postday{
height: 30px;
color: black;
font-size:1.7em;
border:none;

}

.postyear{
color: black;
font-size:0.7em;
border:none;
height:15px;
}



/*****************/

/*store stuff */


#productplaceholder {
-moz-border-radius:4px;
-webkit-border-radius:4px;
margin-bottom:1em;
padding:5px; clear:both;
}

#store_img{
float:left; margin-right:20px; border-right:thin dotted #ccc; padding-right:10px;
}

#store_body{
margin-left:220px;
}

.buy_btn{
padding: 2px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
background-color:#6c3;
line-height:2.2em;
}

a.buy_btn{
color:#FFFFFF;
font: bold;
}


.buy_btn a:visited{
color:#fff;
}



/**************/



/**** app stuff***/

#appnode{
border:thin solid #CCCCCC;
height:260px;
margin-bottom:30px;
margin-right:30px;
padding:15px;
width:284px;
-moz-border-radius:3px; 
-webkit-border-radius:3px;
}

#appnode_top{
height: 230px;
}

#appleft{
float:left; width:110px; height:100px;}

#appright{
margin-left:105px; border-left:#ccc thin dotted; padding-left:10px;}

#appfooter{
height: 30px; background-color:#eeeeee;
}


#appbtn{
text-align: right;}


.clearall{
clear:both;}



/*****/


/****ideas stuff */

#ideanode{
border:thin solid #CCCCCC;
height:260px;
margin-bottom:30px;
margin-right:30px;
padding:15px;
width:284px;
-moz-border-radius:3px; 
-webkit-border-radius:3px;
}

#ideanode_top{
height: 230px;
}

#idealeft{
float:left; width:110px; height:100px;}

#idearight{
margin-left:105px;  padding-left:10px;}

#ideafooter{
height: 18px; background-color:#eeeeee; padding:4px;
}
#ideafooter a { float: right; }

/********/




.read-more {
  font-size: .8em;
  text-align: right;
}

.smallprint{
font-size: 0.85em;
}


/********************************************************/
#footer {
  background-color: rgb(238, 238, 238);
  border-top: 1px rgb(170, 170, 170) solid;
  font-size: .8em;
  overflow: hidden;
  width: 960px;
  margin:auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border:#999 thin solid;
}
#footer div.block {
  width: 140px;
  float: left;
  padding: 10px;
}
#footer #inner-footer {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
#footer li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
}
#footer ul {
  padding: 0;
}
#footer h2 {
  font-size: 1em;
  font-weight: bold;
}
#footer a {
  color: rgb(170, 170, 170);
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
/********************************************************/
#search {
  border: 1px gray solid;
  float: right;
}
#search div {
  margin-top: 0;
  margin-bottom: 0;
}

#search input.form-submit {
  vertical-align: bottom;
}

#search input.form-text {  /* the image is 18px */
  border: 0;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  margin-left: 5px;
}
#advanced_search {
  clear: right;
  float: right;
  font-size: .8em;
}
/********************************************************/

/*
#block-views-touchatag_Blog-block_4, #block-views-touchatag_Forum-block_2, #block-block-32 {
  float: left;
  width: 210px;
  margin: 5px;
}
#block-views-touchatag_Blog-block_4 h2, #block-views-touchatag_Forum-block_2 h2, #block-block-32 h2 {
  padding-bottom: 1em;
  font-size: 12px;
}
#block-views-touchatag_Blog-block_4 .content,
#block-views-touchatag_Forum-block_2 .content,
#block-block-32 .content {
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  padding: 5px;
  font-size: .9em;
}
#block-views-touchatag_Blog-block_4 .read-more,
#block-views-touchatag_Forum-block_2 .read-more,
#block-block-32 .read-more {
  font-size: .8em;
  text-align: right;
}
#block-views-touchatag_Blog-block_4 .views-field-title,
#block-views-touchatag_Forum-block_2 .views-field-title {
  height: 3em;
  font-weight: bold;
}
#block-views-touchatag_Blog-block_4 .views-field-created,
#block-views-touchatag_Forum-block_2 .views-field-created {
  color: gray;
  font-style: italic;
  height: 1.5em;
}
#block-views-touchatag_Blog-block_4 .views-field-body,
#block-views-touchatag_Forum-block_2 .views-field-body {
  height: 4em;
}
#block-block-32 .store-desc {
  height: 8.5em;
  line-height: 8.5em;
}
*/


/******comments ********/

#comments{
margin: 2em 0 2em 1.5em;
border-top:thin dotted #ccc;
}

#comments h3 {
font-size:1.2em;
margin-bottom:0.5em;
}

.comment{
margin: 2em 0 2em 0;
}

/********************************************************/

div.nav-right ul {
  padding: 0;
}
div.nav-right li.nav-right-middle {
  border-bottom: 1px #CCCCCC dotted;  
}
div.nav-right li {
  padding: 8px 0;
  font-size: 1.2em;
  font-weight: bold;
  list-style: none;
}
div.nav-right img {
  vertical-align: bottom;
}
div.nav-right a, div.nav-right a:hover, div.nav-right a:visited {
  color: #000000;
  border-bottom: none;
}

/********************************************************/
div.messages {
background:#EEEEEE;
border:thin dotted #CCCCCC;
padding:15px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

div.messages ul {
list-style-image: url(/sites/all/themes/tt_abstract/images/check_blt.png);
}

/********************************************************/
#right .block-simplenews {
  background-color: #EEEEEE;
  border: 1px #CCCCCC solid;
  padding: .5em;
}
#right .block-simplenews h2 {
  font-size: 1.2em;
  display: none;
}

/********************************************************/

#block-views-TipsandTricks-block_2 {
  border: 1px #CCCCCC solid;
  padding: .5em;
}
#block-views-TipsandTricks-block_2 h2 {
  font-size: 1em;
}
#block-views-TipsandTricks-block_2 .view-footer {

}

/******* user login stuff******/

#user-login-form {
text-align:left;
font-size: .8em;
}

#user-login-form  ul li{display:inline; list-style-type:none; margin-left:0; padding-left:0;}
#user-login-form  ul {text-align:right;}


/*************************** BEGIN FOR SLIDESHOW *****************************/
div.views-cycle {
  position: relative;
  padding: 0;
  margin: 0;
}
ul.view-cycle-pager {
  position: absolute;
  bottom: 5px;
  background-color: #c0c0c0;
  opacity: .8;
  width: 659px;
  padding: 0;
  z-index: 100;  
}
ul.view-cycle-pager li {
  float: left;
  margin: 0 0 0 10px;
  padding: 3px;
  font-size: .8em;
}
ul.view-cycle-pager a, ul.view-cycle-pager a:visited {
  color: #333;
  padding: 3px;
}
ul.view-cycle-pager a.activeSlide, ul.view-cycle-pager a.activeSlide {
  background-color: #333;
  color: white;
}
ul.views-cycle-container {
  padding: 0;
  height: 400px;
  
}
ul.views-cycle-container li {
  margin: 0;
  height: 400px;
}
ul.views-cycle-container li div.views-field-title {
  position: relative;
  top: -390px;
  padding-left: 20px;
  font-size: 2em;
  font-weight: bold;
  color: white;
  opacity: .7;
  display: none;
}
ul.views-cycle-container li div.views-field-body {
  position: relative;
  top: -200px;
  padding: 10px;
  margin-left: 10px;
  color: white;
  background: transparent url(images/band.png) top left repeat;
  font-size: 1.1em;
  float: left;
}
ul.views-cycle-container li div.views-field-field-slide-image-fid {
}
ul.view-cycle-pager li, ul.views-cycle-container li {
  list-style: none;
}
/*************************** END FOR SLIDESHOW *****************************/

/**** webform submitter override***/

.submitted{
display:none;
}

/*********************************/


/******* SPECIAL TWEAKS***********/


ul.pager li {
  margin: 0;
}

#advanced_search {
  margin: 0;
  padding: 0;
}

div.policy p, div.policy h1, #press h2 {
  margin: 20px 0;
}

#press li, div.messages li {
  margin: 6px 0 6px 2em;
}
#press h1 { font-size: 1.5em; margin: 0 0 20px 0; }
#press h3 { font-size: 1.1em; }

#registration_form .form-item {
  margin: 10px 0;
}
#registration_form .form-item .description {
  font-size: .7em;
  color: #666;
}

.views-view-grid tbody {
  border: 0;
}

#app_tabs li {
  float: left;
}

.page table.views-view-grid {
  clear: left;
}

div.appfooter {
  background-color: #eeeeee;
}
div.appbtn {
  float: right;
}
div.fivestar-widget-static {
  padding: 5px 0 0 5px;
}
form.fivestar-widget { margin-left: 155px;}


div#forum > table {
  width: 100%;
  margin-top: 20px;
}

/*
 * Stuff for the press clippings.
 */
div.view-press-clippings div.views-field-field-press-image-fid {
  float: left;
  margin: 5px;
}
div.view-press-clippings div.view-content div.views-row-odd,
div.view-press-clippings div.view-content div.views-row-even {
  clear: left;
  margin-bottom: 10px;
} 
div.view-press-clippings div.views-field-title {
  font-weight: bold;
}
div.view-press-clippings div.views-field-title, 
div.view-press-clippings div.views-field-body, 
div.view-press-clippings div.views-field-field-press-link-url {
  margin-left: 95px;
}
div.view-press-clippings div.views-field-body p {
  margin: 0;
}

/***************/

div.profile h3 {
border-bottom:1px solid #CCCCCC;
width:360px;
}

div.profile {
-webkit-border-radius:5px;
-webkit-box-shadow:2px 2px 12px #CCCCCC;
-moz-border-radius:5px;
-moz-box-shadow:2px 2px 12px #CCCCCC;
border:1px solid #CCCCCC;
padding:15px;
width:500px;
}

div.profile div.picture {
-moz-box-shadow:3px 2px 2px #CCCCCC;
-webkit-box-shadow:3px 2px 2px #CCCCCC;
background-color:#EEEEEE;
float:right;
height:80px;
margin:0 1em 1em 0;
padding:15px 20px 20px 15px;
position:relative;
width:80px;
}