/* A website by shibbaydesign */
/*       Copyright 2007       */
/*   http://www.shibbay.com   */
/*////////////////////////////*/

/* General containers, Body styling */


body {
	background: #d8d8d8 url(/images/site/bg.png) repeat-x;
	margin: 0;
	padding: 0;
	}

h1,p,a {
	padding: 0;
	margin: 0;
	}

h1, h2, h3 {
	font-family: Georgia, sans-serif;
	font-size: 27px;
	font-weight: lighter;
	margin: 0;
	padding: 0;
	color: #3585FF;	
	}

h2 {
	font-size: 20px;
	color: #9e9d9d;
	}

img {
	border: 0;
	}

li {
	color: #CCCCCC;
	}

a {
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 15px;
	color: #65C333;
	text-decoration: none;
	}

a:hover {
	border-bottom: 1px dotted #65C333;
	}

p {
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-size: 15px;
	padding: 10px 0 10px 0;
	line-height: 23px;
	}

.nolinklook {
	border:0;
	text-decoration: none;
	}
	
form {
	
	margin-top: -10px;
	
}

/* Container that keeps everything centered */

#container {
	margin: 0 auto;
	width: 872px;
	height: auto;
	min-height: 500px;
	}
	

/* iPhoneAppr logo, and spiffy iPhone thing */

#header {
	margin: 0 auto;
	background: url(/images/site/header.jpg) no-repeat;
	width: 398px;
	height: 106px;
	}


/* Navigation (hard.) */
#nav {
	margin: 0 auto;
	background: url(/images/site/navbg.jpg) no-repeat;
	width: 674px;
	height: 74px;
	}

#nav ul li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	}


#nav a {
	float: left;
	padding: 74px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:74px; /* for IE5/Win only */
	border-bottom: 0;
	}
	
#nav a:hover {
	background-position: 0 -74px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -148px;
	}

#nnews a  {
	width: 172px;
	background: url(/images/site/nav/news.gif) top left no-repeat;
	}

#nforum a  {
	width: 121px;
	background: url(/images/site/nav/forum.gif) top left no-repeat;
	}

#napps a  {
	width: 108px;
	background: url(/images/site/nav/apps.gif) top left no-repeat;
	}

#nhowto a  {
	width: 200px;
	background: url(/images/site/nav/howto.gif) top left no-repeat;
	}

	
/* Phew.  end navigation */



/* Absolutely positioned "Switch Interface" button */

#switch {
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0;
	padding: 0;
	border: 1px solid #767676;
	width: 200px;
	height: 45px;
	background: #FBFFAD;
	}

#switch:hover {
	background: #FAFFDF;
	}

#switch p {
	color: black;
	font-size: 14px;
	text-align: center;
	}

#switch a {
	color: #262626;
	}





/* That black bar that contains both search and hotnews */

#contenttop {
	margin: 0 auto;
	background: url(/images/site/hotnews_bg.jpg) no-repeat;
	width: 872px;
	height: 41px;
	color: #ffffff;
	font-family: Trebuchet MS, courier, sans-serif;
	font-size: 17px;
	}

/* News Ticker */

ul#news {
	float: left;
	height: 31px;
	width: 600px;
	padding: 12px 0 0 10px;
	margin: 0;
	list-style: none;
	}

ul#news li {
	}


#contenttop a {
	color: #ccc;
	text-decoration: none;
	border: 0;
	}

#contenttop a:hover {
	text-decoration: underline;
	border: 0;
	}

.searchipa {
	width: 250px;
	height: auto;
	margin-top: 0px;
	}
	

/* Ad space! */
#adspacetop {
	text-align: center;
	margin: 0 auto;
	background: url(/images/site/adbg.jpg) no-repeat;
	width: 872px;
	height: 140px;
	}

#adspacetop p {
	margin: 0;
	padding: 25px 0 0 0;
	}


/* Submit an app tag on the right hand side of the page */

#submitapp {
	margin-right: -40px;
	margin-top: -100px;
	float: right;
	top: -100px;
	width: 40px;
	height: 193px;
	background: url(/images/site/submit.jpg) no-repeat;
	}


/* 'News' tag or whatever that serves to describe the page the user is on */
#container2 {
	margin: 0 auto;
	width: 872px;
	height: auto;
	background: #f7f7f7;
	}

	
#secondarytitle {
	height: auto;
	background: white;
	width: 647px;
	}

.secondarybutton {
	margin-left: 54px;
	}

/* General Post Styling */

#posts {
	background: white;
	width: 647px;
	min-height: 1500px;
	padding-top: 10px;
	}

#posts h2 {
	font-size: 20px;
	color: #9e9d9d;
	margin-bottom: 10px;
	}

/* Post lists */
#posts ul li {
	list-style: none;
	color: #5F5F5F;
	}


.category {
	font-size: 15px;
	color: #56c1ff;
	padding-left: 10px;
	}

.poster  {
	padding-left: 10px;
	color: #56c1ff;
	font-size: 15px;
	}

#posts img {
	background: #D6D6D6;
	padding: 5px;
	border: 2px solid #797979;
	margin: 0 auto;
	}

/* Diggit! */
.diggit {
	margin-top: 5px;
	float: right;
	}


/* news clipping pic */

#posts img.clip {
	float: left;
	margin: 5px 20px 5px 5px;
	width: 107px;
	height: 80px;
	}

#posts img a, a:hover {
	border-bottom: 0;
	}

#posts img:hover {
	background: #9AE75C;
	}

#posts li:before {
	content: "\00BB \0020";
	}

/* Styling for even and odd posts */

.posteven {
	border-left: 10px solid #7dc1ff;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 575px;
	}

.postodd {
	border-left: 10px solid #bfe1ff;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 575px;
	}

/* Post footer */

.postbottom {
	margin-top: 10px;
	text-align: right;
	border: 2px solid #AAAAAA;
	background: #F2F2F2;
	}

.postbottom p {
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	
/* Custom styling for category text/digg button */

.comment {
	text-align: right;
	padding: 0 10px 0 10px;
	}

/* Comments styling on individual pages */

#comments {
	width: 550px;
	margin-left: 50px;
	margin-top: 20px;
	border-top: 1px dotted #838383;
	}

#comments h1 {
	margin-top: 10px;
	}

.evencomment {
	margin-top: 10px;
	padding: 5px 0 5px 10px;
	border: 2px solid #BFC9D3;
	background: #EBF6FF;
	}

.evencomment p {
	padding: 0;
	margin: 0;
	}

.oddcomment {
	margin-top: 10px;
	padding: 5px 0 5px 10px;
	border: 2px solid #BFC9D3;
	background: #EBF6FF;
	}

.oddcomment p {
	padding: 0;
	margin: 0;
	}


/* Pagination for blog / main page */

.pagination {
	border-top: 1px dotted #ccc;
	width: 550px;
	padding: 10px 25px 0 0;
	margin: 0 auto;
	margin-top: 20px;
	text-align: right;
	}

/* Right Column */

#rightcolumn {
	display: inline;
	margin-top: -58px;
	float: right;
	width: 224px;
	height: auto;
	}

#rightcolumn h1 {
	padding: 15px 0 0 15px;
	text-align: left;
	color: #3585FF;
	}

#rightcolumn ol {
	text-align: left;
	padding-left: 50px;
	font-family: TrebuchetMS, verdana, sans-serif;
	}

#rightcolumn li {
	color: #797979;
	padding: 3px 0 3px 0;
	}

#rightcolumn a {
	color: #65C333;
	}

#rightcolumn li.all {
	margin-top: 12px;
	width: 120px;
	height: 27px;
	text-align: center;
	list-style: none;
	font-size: 20px;
	background: #65C333;
	border: 1px solid #76E73C;
	}

#rightcolumn li.all a {
	color: white;
	}


/* App listing [general] */

#applist {
	background: white;
	width: 600px;
	height: auto !important;
	height: auto;
	min-height: 1500px;
	padding-left: 47px;
	padding-top: 20px;
	}

#applist h2 {
	font-size: 30px;
	border-bottom: 1px dotted #3585FF;
	color: #3585FF;
	margin: 0;
	padding: 0;
	width: 400px;
	}

#applist ul {
	width: 500px;
	padding: 10px;
	margin: 0;
	margin-left: 10px;
	list-style: none;
	}

#applist li {
	color: #CCCCCC;
	}

#applist li:before {
	content: "\00BB \0020";
	}

#applist a {
	font-family: Trebuchet MS, sans-serif;
	font-size: 16px;
	color: #65C333;
	text-decoration: none;
	}

#applist a:hover {
	border-bottom: 1px dotted #65C333;
	}

/* Search form padding */
#applist form {
	margin-top: 10px;
	padding-bottom: 10px;
	}

.searchdescription {
	font-size: 11px;
	}
	
/* Apps - individual */

#app {
	background: white;
	width: 600px;
	height: auto !important;
	height: auto;
	min-height: 1500px;
	padding-left: 47px;
	padding-top: 20px;
	}

.appdescript {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px 10px 5px 10px;
	background: #666666;
	border: 1px solid #D7D7D7;
	width: 520px;
	}

.appdescript h1 {
	color: white;
	font-size: 20px;
	}

.appdescript p {
	color: #EDEDED;
	font-size: 15px;
	line-height: 18px;
	padding: 5px 0 5px 0;
	}

.screenshots {
	margin-left: -20px;
	text-align: center;
	}

/* Launch button */
.launch {
	margin-top: 20px;
	margin-right: 58px;
	border: 4px solid #85BC75;
	float: right;
	background: #B8FF9F;
	}
	
.launch p {
	color: #212121;
	padding: 12px;
	font-size: 30px;
	}

.launch a {
	font-size: 23px;
	}

/* Dead link button */

.deadlink {
	margin-top: 20px;
	margin-right: 58px;
	border: 4px solid #42090C;
	float: right;
	background: #931418;
	}
	
.deadlink p {
	color: #FFFFFF;
	padding: 12px;
	font-size: 18px;
	}

.deadlink a {
	font-size: 18px;
	}

/* How to section */
#howto {
	background: white;
	width: 600px;
	height: auto !important;
	height: auto;
	min-height: 1500px;
	padding-left: 47px;
	padding-top: 20px;
	}

#howto h2 {
	font-size: 30px;
	border-bottom: 1px dotted #3585FF;
	color: #3585FF;
	margin: 0;
	padding: 0;
	width: 400px;
	}

#howto ul {
	width: 500px;
	padding: 10px;
	margin: 0;
	margin-left: 10px;
	list-style: none;
	}

#howto li {
	color: #CCCCCC;
	}

#howto li:before {
	content: "\00BB \0020";
	}

#howto p {
	width: 575px;
	}

/* PHP code styling */

.php {
	margin-top: 10px;
	padding: 5px 0 5px 10px;
	border: 2px solid #BFC9D3;
	background: #EBF6FF;
	width: 500px;
}

/* Archives */

#archives {	
	width: 200px;
	margin: 0 auto;
	border-top: 1px solid #4f4f4f;
	border-bottom: 1px solid #4f4f4f;
	}

#adsensesmall {

	margin: 0 auto;
	margin-top: 20px;
	clear: both;
	}



/* Submit an App Page */
input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:small;
   font-weight:bold;}
   
   
#submit {
	background: white;
	width: 647px;
	height: auto !important;
	height: auto;
	min-height: 1500px;
	padding-top: 20px;
	}

#submit form {
	width: 450px;
	border: 1px solid #3B3B3B;
	margin:  0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #F0F0F0;
	color: #383838;
	padding: 5px 20px 20px 20px;
	}

#submit img {
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	}

#submit p {
	width: 400px;
	}

#submit p.custom {
	width: 350px;
	font-size: 12px;
	text-align: center;
	}

#submit a {
	color: #276AFF;
	border-bottom: 1px dotted #276AFF;
	}

#submit a:hover {
	border-bottom: 1px solid #276AFF;
	}


#submit legend {
	font-size: 35px;
	color: #383838;
	}

#submit label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	}

#submit input {
	width: 250px;
	}

#submit textarea {
	height: 175px;
	width: 250px;
	overflow: auto;
	}
	
#submit input#sendit {
	text-align: center;
	width: 250px;
	}

#submit p.sendit {
	border: 1px solid red;
	width: 360px;
	text-align: right;
	}








/* Footer */

#footer {
	margin: 0 auto;
	background: url(/images/site/footer.gif);
	width: 872px;
	height: 41px;
	}
	
	
/* Code snippet

<script type="text/javascript">
							digg_url = 'http://www.iphoneappr.com/';
							digg_bgcolor = '#ffffff';
							digg_skin = 'compact';
						</script>
						<script src="http://digg.com/tools/diggthis.js" type="text/javascript">
						</script>
						
*/

