/*
Theme Name: R4 Paper
Version: 1.0
Author: Bright Bright Great
*/

body {
  font: 62.5% "Lucida Grande", Arial, Helvetica, sans-serif;
  text-align: center;
  background: url("images/bg.png") repeat-x;
  color: #54524f;
}

h1 {
  font: italic 2.4em Georgia, serif;
  color: #898989;
  margin-bottom: 18px;
}
  .box h1{
    color: #fff;
    font: italic 14px Georgia;
    padding-left: 53px;
    text-indent: -10000px;
    height: 49px;
    margin-bottom: 0;
  }
  #twitter h1 {
    background: #9f9e9d url("images/sidebar_header_twitter.png") no-repeat;
    height: 48px; 
  }
  #help h1 {
    background: #9f9e9d url("images/sidebar_header_help.png") no-repeat;
  }

p {
  font-size: 1.3em;
  line-height: 20px;
  margin-bottom: 20px;
}
  #footer p {
    margin-bottom: 8px;
  }
  #footer_bar p {
    font: italic 18px Georgia, serif;
    color: #fff;
    padding-top: 9px;
  }
a {
  color: #4385bb;
}
ul, ol {
  font-size: 1.3em;
  margin-bottom: 18px;
  padding-left: 15px;
}
  ul li, ol li {
    line-height: 20px;
  }
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}

	.aktt_tweets ul {
		padding-left: 0;
		list-style: none;
	}
		.aktt_more_updates {
			display: none;
		}
form {
  padding: 0 50px;
}
	form p {
		margin-bottom: 4px;
	}
  label {
    display: block;
    margin-bottom: 4px;
  }
  .inputbox {
    width: 98%;
    display: block;
    margin-bottom: 8px;
    padding: 3px 2px;
    color: #54524F;
    border: 1px solid #a6a29c;
  }
  textarea {
    width: 97%;
    height: 200px;
    padding: 5px;
    font: 1.3em "Lucida Grande", Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
    color: #54524F;
    border: 1px solid #a6a29c;
  }
#container {
  width: 960px;
  text-align: left;
  margin: 0 auto;
  background: url("images/bg_top.png") no-repeat;
  min-height: 527px;
  padding-top: 5px;
}

.inner_pad {
  padding: 0 55px;
}
.inner_pad_main {
  padding: 0 49px 0 55px;
}
.inner_pad_text {
  padding: 0 6px 0 0;
}

#header{
  position: relative;
}
  #header h1 {
    padding: 10px 0 0 22px;
    margin-bottom: 17px;
  }
  #header h1 a {
    display: block;
    background: url("images/rosenberg_paper_logo.gif") no-repeat;
    overflow: hidden;
    line-height: 1000em;
    height: 69px;
    width: 210px;
  }
  
  #contact_tagline {
    background: url("images/contact_us_header.gif") no-repeat;
    width: 310px;
    height: 53px;
    text-indent: -10000px;
    position: absolute;
    top: 0;
    right: 10px;
  }
  
#nav {
  background: url("images/nav_bg.gif") repeat-x;
  position: relative;
  z-index: 197;
}
  #nav ul {
    list-style: none;
    padding-left: 0;
  }
  #nav li {
    float: left;
    background: url("images/nav_border.gif") no-repeat right;
    position: relative;
    z-index: 199;
    line-height: normal;
  }
  #nav li a {
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 42px;
    line-height: 1000em;
    overflow: hidden;
  }
  #nav li.active a, #nav li a:hover {
    background-position: 0 -42px; 
  }
  #nav_home a{
    background-image: url("images/nav_home.gif");
    width: 160px;
  }
  #nav_products a{
    background-image: url("images/nav_products.gif");
    width: 193px;
  }
  #nav_contact-us a{
    background-image: url("images/nav_contact.gif");
    width: 210px;
  }
  
.banner {
  position: relative;
  margin-top: -55px;
  z-index: 198;
  margin-bottom: 25px;
}
	.home .banner {
		margin-top: -60px;
	}
  #banner_text {
    position: absolute;
    text-indent: -10000px;
    top: 81px;
    left: 35px;
  }
  .banner {
    background: url("images/banner.png") no-repeat;
    height: 249px;
  }
  .home .banner {
    background: url("images/banner_home.png") no-repeat;
    height: 366px;
  }
  	#banner_contact_us {
			display: block;
			z-index: 9999;
			position: absolute;
			width: 200px;
			height: 25px;
			top: 280px;
			left: 140px;
			overflow: hidden;
			line-height: 1000em;
		}
  .home #banner_text {
    background: url("images/banner_text1.png") no-repeat;
    width: 409px;
    height: 234px;
  }
  #products #banner_text {
    background: url("images/banner_text_products.png") no-repeat;
    width: 439px;
    height: 136px;
  }
  #contact-us #banner_text {
    background: url("images/banner_text_contact.png") no-repeat;
    width: 439px;
    height: 136px;
  }
  #paper_guru {
    background: url("images/paper_guru.png") no-repeat;
    width: 206px;
    height: 32px;
    position: absolute;
    text-indent: -10000px;
    bottom: 8px;
    right: 0;
  }
  
#sidebar {
  
}
  .box {
    margin-bottom: 10px;
  }
  .box_top {
     padding: 0 6px 0 0;
     background: url("images/sidebar_box_middle.png") repeat-y;
  }
  .box_bottom {
    background: url("images/sidebar_box_bottom.png") no-repeat bottom;
    height: 16px;
  }
  .box_inner {
    padding: 20px 20px 10px 20px;
  }
  .page_curl .box_bottom {
    background: url("images/sidebar_box_bottom_page_curl.png") no-repeat bottom;
    height: 109px;
  }
  .box h1 {
    background: #9f9e9d;
    
  }
  
#main {
  padding-left: 25px;
}
  
.two_col {
  
}
  .two_col #content {
    width: 507px;
    float: left;
    margin-right: 27px;
  }
  .two_col #sidebar {
    width: 297px;
    float: left;
  }
  
#footer{
  text-align: center;
  margin-top: 25px;
}
  #footer_bar {
    background: url("images/bg_footer.gif") repeat-x;
    height: 43px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
  }
  #clip {
    background: url("images/clip.gif") no-repeat;
    width:  53px;
    height: 48px;
    position: absolute;
    top: -5px;
    left: 15px;
  }
  #footer_nav {
    display: inline-block;
    list-style: none;
    padding-left: 0;
  }
  #footer_nav li {
    float: left;
    border-right: 1px solid #54524f;
    margin-right: 3px;
    padding-right: 3px;
     line-height: normal;
  }
    #footer_nav li.last {
      border-right: none;
    }
  #footer_nav li a {
    display: block;
    float: left;
  }
  #bbg_logo {
    background: url("images/brightbrightgreat_logo.gif") no-repeat;
    width: 119px;
    height: 113px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 1000em;
    display: block;
  }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

