/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.custom #container{
   width: 980px;
}
.custom #page{
   padding: 0;
}
.custom #header{
   width:976px;
   background: #333333;
}
.custom #footer, .custom #header{
   padding: 0;
   border: 0;
}
.custom #footerbar{
   height: 30px;
   background: url(http://parentalcontrolcellphones.com/wp-content/uploads/2009/11/footerbar.jpg) repeat-x top left;
   color: #ffffff;
   padding: 5px 15px;
}
.custom #footerbar a{
   color: #ffffff;
   text-decoration: none;
}
.custom #header{
   text-align: center;
}

.custom .message-box {
   background:transparent url(http://parentalcontrolcellphones.com/wp-content/uploads/2009/11/smartphone_activity_boxs.jpg) no-repeat scroll 0 0;
   float:left;
   height:126px;
   padding-bottom:10px;
   padding-right:10px;
   width:357px;
}
.custom .messge-bx-heading {
   color:#FFFFFF;
   font-size:12px;
   padding-left:30px;
   padding-top:6px;
   text-transform:uppercase;
}

.custom .mess-rec {
   border-bottom:1px solid #BABABA;
   padding:15px 0 5px;
   text-align:center;
}

.custom ul.wbgtick_list {
   list-style-type:none;
   margin:8px 0 0;
   padding:2px 0 10px;
}
.custom ul.wbgtick_list li {
   background:transparent url(http://parentalcontrolcellphones.com/wp-content/uploads/2009/11/whtbg_tick.gif) no-repeat scroll left center;
   font-size:12px;
   list-style-type:none;
   padding:5px 0 5px 25px;
}
.custom .padleft {
   padding-left:10px;
}
.custom .mess-slist {
   float:left;
   width:320px;
}
.custom ul.grntick_list {
   list-style-type:none; 
   margin:4px 0 0;
   padding:2px 0 10px;
}
.custom .message-box-container{
   margin:30px 112px;
   clear: both;
   line-height: 1em;
  /* padding:0 112px; */
}
.custom .mess-list-left {
   float:left;
   padding-left:10px;
   width:160px;
}

.custom ul.grntick_list li {
  background:transparent url(http://parentalcontrolcellphones.com/wp-content/uploads/2009/11/whtbg_tick.gif) no-repeat scroll left center;
  font-size:12px;
  list-style-type:none;
  padding:5px 0 5px 25px;
}

.custom .grn-bar-heading {
   background:transparent url(http://parentalcontrolcellphones.com/wp-content/uploads/2009/11/white_grn_topbar.jpg) no-repeat scroll 0 0;
   color:#FFFFFF;
   font-weight:bold;
   height:29px;
   padding:8px 0 0 15px;
}
.custom .purchase {
   padding:0 24px 0 25px;
}
.custom .grtnbar-bg {
   background:transparent url(http://parentalcontrolcellphones.com/wp-content/uploads/2009/11/white_grn_bg1.jpg) repeat-y scroll 0 0;
}
.custom #purchasepref{
   color:#25822C;
   font-size:14px;
   font-weight:bold;
   margin: 0;
}
.custom .white-grnbarbox{
   width: 750px;
   clear: both;
   margin: 5px auto;
}
.custom .grn-bar-bot {
   background:transparent url(http://parentalcontrolcellphones.com/wp-content/uploads/2009/11/white_grn_bot.jpg) no-repeat scroll 0 0;
   clear:both;
   height:11px;
}

.title_bar_bg{
  background: url(http://parentalcontrolcellphones.com/wp-content/uploads/2009/11/title_bar_bg1.jpg) no-repeat top left;
  color:#FFFFFF;
  height:27px;
  padding:5px 20px;
  width:980px;
}
.custom #page-menu{
  background: url(http://parentalcontrolcellphones.com/wp-content/uploads/2009/11/parentalcontrol-menu.jpg) no-repeat top center;
  height: 35px;
}
.custom #page-menu ul{
  list-style: none;
}
.custom #page-menu ul li{
  display: inline;
  margin: 0 120px;
}
.custom #page-menu ul li  a{
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}

.custom #sidebars{
  border: none;
}
.custom #footnavi{
   text-align: center;
}
.custom #footnavi a{
   margin: 10px 20px;
}

.custom .opt-in{
     width: 566px;
     height: 215px;
     background: url('images/optin.jpg') no-repeat;
     margin:0px auto;
}
.custom .opt-in p{
    color:#FFFFFF;
    font-family:Arial,sans-serif;
    font-size:16px;
    font-weight:bold;
    margin-bottom:0;
    margin-left:175px;
    padding:35px 15px 0;
    text-align:left;
}
.custom .opt-in form input[type="text"] {
     float: left; 
     color:#666666;
     font-size:13px;
     font-weight:bold;
     margin:15px 5px 5px;
     padding:9px;
     width:145px;
}

.custom .opt-in form input[type="submit"] {
     background:transparent none repeat scroll 0 0;
     border:medium none;
     cursor:pointer;
     height:50px;
     text-indent:99999px;
     width:350px;
     font-size: 0;
}
.custom .opt-in form {
     margin-left:170px;
     margin-top:-10px;
     padding:0 20px 20px;
}
.custom #translation_bar{
     margin: 10px;
}
.custom .menu{
     display: none;
}