/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #94E4E8;
}

#wrapper { 
 margin: 0 auto;
 width: 760px;
}

#faux {
 background: url(bg_inside.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 border: 1px solid #00adef;
}

#header {
 color: #000000;
 width: 760px;
 padding: 0px;
 height: 150px;
 margin: 0px;
 /*background: #ABBEBE;*/
}

#headerinside {
 padding: 10px;
}

#headerinside h1{
 font-size: 12px;
}

#headerinside a{
 border: none;
 outline: none;
}

#headerinside a img {
border : 0 none;
}


#headerinside a:focus{
 border: none;
 outline: none;
}

#topnavigation {
	color: #000000;
	padding: 0px;
	margin: 0px;
}

#topnavigationinside {
	color: #000000;
	padding: 10px;
	height: 10px;
}

#topnavigationinside ul {
	list-style-type: none;
	padding: 0px;
	float: left;
}

#topnavigationinside li {
	list-style-type: none;
	padding: 0px;
	float: left;
}

.menu0 a{
	text-decoration: none;
	color: #666666;
	line-height: 20px;
	width: 85px;
	height: 20px;
	display: block;
	background: #00ACEF;
	border: 1px solid #94E4E8;
	/*border-bottom: 1px solid #00adef;*/
	border-bottom: none;
	padding-left: 10px;
	float: left;
}

.menu0 a:hover{
	background: #ffffff;
	color: #000000;
	/*border-bottom: 1px solid #00adef;*/
	border-bottom: none;
}

#rightcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: right;
}

#leftcolumn { 
 float: left;
 color: #333;
/* border: 1px solid red;*/
 margin: 0px;
 padding: 0px;
 width: 550px;
 display: inline;
 position: relative;
}

#content {
	padding: 10px;
}

#content h1{
	padding-bottom: 10px;
}

#content h6{
	font-size: 12px;
	padding-bottom: 10px;
}

#content ul{
	padding-left: 20px;
}

#content p{
	padding-bottom: 10px;
}

#content a{
	color: #00ADEF;
	text-decoration: none;
}

#footer { 
 width: 760px;
 clear: both;
 color: #333;
 /*background: #ABBEBE;*/
 margin: 0px;
 padding: 0px;
}

#footercontent { 
 padding: 10px;
 padding-top: 5px;
 font-size: 10px;
}

#footercontent a{
	color: #333;
	text-decoration: none;
}

#footercontent a[href^="http:"] {
	background: transparent
	url(aoutsidefooter.gif) 100% 50% no-repeat;
	padding-right: 12px;
}

#tinyurl {
	border: 1px solid #00ADEF;
	padding: 10px;
	width: 305px;
	margin-bottom: 10px;
}

#tinyurl a{
	text-decoration: none;
	color: red;
	font-weight: bold;
}

#urlinput {
	width: 300px;
	border:1px solid #D3D3D3; border-width:1px 1px 1px 1px;
	font-size: 12px;
	height: 18px;
}

#submittiny {
	width: 302px;
	border: 1px solid #D3D3D3;
	border-width: 1px 1px 1px 1px;
	font-size: 11px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #000000;
	background-color: #00ADEF;
}

#urlresult{
	padding-bottom: 25px;
}

#urlresult h2{
	color: #00ADEF;
	padding-bottom: 10px;
	font-size: 12px;
}

.error{
	color: red;
	font-size: 12px;
	font-weight: bold;
}

.clear { clear: both; background: none; }