/* $Id: style.css,v 1.1.4.2.2.2 2009/06/11 17:46:01 couzinhub Exp $
*/

/** General styles 
---------------------------------*/

body {
  margin: 0;
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}

#page {
	/* Use a 12px base font size with a 18px line height */
  font-size: 0.8em; /* 16px x .75 = 12px */
  line-height: 1.5em; /* 14px x 1.286 = 18px */
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: Arial, sans-serif;
}

/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */

a:link, a:visited {
  color: #64ad2f;
  text-decoration: none;
}

a:hover, a:active {
  color: #0e6b02;
  
}

/* Titles  */

h1 {
	font-size: 1.5em;
	line-height: 1.3em;
	padding: 0 0 0.5em;
	margin: 0;
}
 
/* Paragraph Styles */

p {
  margin: 1em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}
tbody {
	border: none;
}
/* Code */

pre, code {
  font-family: "monaco", "Courier New", monospace;
}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}


/** Colours
---------------------------------
*  delete when starting a new theme
*/

#header{ background-color: #000000; }
#sidebar-left {	 
	margin: 10px;
	width: 220px;
}
#sidebar-right { background: #ffd075; }
#navigation { background-color: #feffa5; }


 body {
 background: url(images/background.gif) repeat-x #242826;
 padding: 0px;
 margin: 0px; 
 }
 #ping-main_wrapping {
 margin: 0 auto;
 width: 1004px;
 padding: 0px;
/* border: solid red 1px;*/
 
 }
 #ping-main {
 background: url(/sites/all/themes/basic/images/bg-main.gif) no-repeat 0 100% #000000;
 padding: 0 10px 10px 10px;
 }
 #ping-logo {
/* 	height:105px; */
	height: 105px;
	width: 228px;
	float: left;
	padding: 10px;
 }
 
 #ping-tophead {
 width:692px;
 margin-right: 5px;
 float: right;

}

/* #ping-login {
  background: url(/sites/all/themes/basic/images/bg-login.gif) no-repeat 0 100% #080908;
/*  float: right; 
	height:53px;
	width: 492px;
	margin-top: 0px;
	padding-top: 0px;
	color: white;
	height: 53px;
 }*/
  #ping-login #block-user-0 {
  background: url(/sites/all/themes/basic/images/bg-login.gif) no-repeat 0 100% #080908;
/*  float: right; */
	height:53px;
	width: 492px;
	margin-top: 0px;
	padding-top: 0px;
	color: white;
	height: 53px;
 }
   #user-login-form {
	 margin-top: 0px;
	 padding-top: 0;
	 padding-left: 10px;
	 font-size: 9px;
	 }
	 
	 #user-login-form  .form-item {
	 margin-top: 5px;
	 text-transform: uppercase;
	 font-size: 11px;
	 }
	 
	 #user-login-form #edit-name, #user-login-form #edit-pass {
	 border: none;
	 background-color: #676968;
	 height: 21px;
	 }
	 #user-login-form .item-list {
	 margin-left: 225px;
	 }
	 #user-login-form #edit-submit {
	  background: url(/sites/all/themes/basic/images/bg-loginbtn.gif) no-repeat;
		border: none;
		height: 21px;
		width: 54px;		
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 5px;
    }
	 

	#user-login-form li {
	 color: #fff;
	 display: inline;
	 list-deacoration: none;
	 }
	 
	 #user-login-form li a {
	 color: #fff;
	 font-size: 10px;
	
		 }
		 
	 #user-login-form ul {
	 padding: 0px;
	 margin: 0px;
	 
		 }
		
 #ping-language {
	color: #ffffff;
	font-size: 0.8em;
 }
 #ping-language ul { 
	list-style-type: none;
	padding: 0;
	margin: 0 20 0 0;
 }
 #ping-language ul li { display: inline; }
 #ping-language ul li a {
	float: left;
	width: 5em;
	color: #fff;
	background-color: #303539;
	padding: 0.2em 1em;
	text-decoration: none;
	border-right: 1px solid #630000;
}
 #ping-language ul li a:hover {
	background-color: #800000;
	color: #fff;
}
 #ping-slogan {
  color: #808080;
	font-size: 18px;
	padding-top: 18px;
	text-align: right;
 }
 
 #ping-main_menu #primary {
  background: url(/sites/all/themes/basic/images/bg-menu.gif) no-repeat;
	height: 49px;
	width: 980px;
	margin: 10px 0px;
	clear: both;
	 }
	  #ping-main_menu li.first a {
    margin-left: 15px; }
		
	  #ping-main_menu a {
    color: #fff;
	  line-height: 49px;}
		
		#ping-main_menu li a{
    line-height: 49px;
		font-size: 13px;
		padding: 10px 15px 10px 12px;
		background: url(/sites/all/themes/basic/images/bg-menuitem.gif) no-repeat 100% 0;
		font-weight: bold;}
		
		#ping-main_menu li a:hover{
    text-decoration: none;
		color: #000;}
		
		#ping-main_menu li.last a{
    line-height: 49px;
		padding: 10px 12px 10px 12px;
		background: none;}
	 
 
 #ping-services {
  margin-top: 10px;
 }
 #ping-footer {
  text-align: center;
 margin-bottom: 15px;
 font-size: 12px;
 color: #999;
 }
.block #user-login-form { 
	text-align: left;
	font-size: 0.8em;
}
.block #user-login-form #edit-submit {  margin-top: 5px; }
.block #user-login-form #edit-name-wrapper {  margin-right: 5px; }
.block #user-login-form #edit-pass-wrapper {  margin-right: 5px; }

/*.block #user-login-form .item-list {
list-style: none !important;
list-style-image: none !important;
clear: both; text-align: right;
display: inline;
}*/
#edit-name-wrapper, #edit-pass-wrapper, #edit-name-wrapper *, #edit-pass-wrapper *, #edit-submit *
  {
   display:inline;
  }
#main {
	background: url(/sites/all/themes/basic/images/node-background.png) no-repeat #fff;
 padding: 0 0px 10px 0px;
 width: 980px;
}
#block-uc_cart-0 {
 	background: url(/sites/all/themes/basic/images/bg-cart.gif) repeat-x #fff;
 padding: 10px 10px 20px 10px;
 border-bottom: 3px solid #e8e9e8;
  border-top: 3px solid #e8e9e8;
 margin-bottom: 10px;

}
.two-sidebars .center, .sidebar-left .center {
 margin-right: 10px;
}

#node-7, #node-24 {
 margin-bottom: 20px;
 background: url(/sites/all/themes/basic/images/bg-node.gif) no-repeat 0 100% #fff;
 padding: 20px;
 }
 
 #invite-form {
 	color: #000;
	padding-left: 15px;
	padding-top: 5px;
	}
	
	#edit-email-wrapper {
  display: inline;
	}

