/* Basic Settings */
body {
  background:#dddddd url(images/backgrd.gif) top left repeat-x;
  text-align:center;
	font-family:Arial,Verdana,Helvetica;
}

img { margin:0px; padding:0px; border:none; }
* { text-align:left; }

/* Main blocks of website */
#header {
  width:960px;
  margin:0px auto;
  clear:both;
}
#addsite{
  width:960px;
  height:158px;
  background: url(images/searchbox.jpg) no-repeat top left;
  display:block;
  margin:0px auto;
  clear:both;
}
#recent{
  width:960px;
  margin:0px auto;
  clear:both;
  min-height:300px;
	text-align:center;
}
#footer{
  min-height:150px;
  background:#dbdbdb url(images/footback.gif) top left repeat-x;
  text-align:center;
}
#yourlink{
  width:960px;
  height:158px;
  background: url(images/linkbox.jpg) no-repeat top left;
  display:block;
  margin:0px auto ;
  clear:both;
}

/* Top Blue Bar */ 
#txturl{
  margin-left:90px;
  margin-top:52px;
  width:540px;
  height:40px;
  background:#ffffff;
  border:none;
  font-size:30px;
  font-weight:bold;
  color:#647a90;
}
#addbutton{
  float:right;
  margin-top:32px;
  margin-right:50px;
  background:#98dbfe url(images/snapit.jpg) top left no-repeat;
  width:253px;
  height:74px;
  cursor:hand;
  border:none;
}
#addbutton:hover{
  background:#98dbfe url(images/snapit2.jpg) top left no-repeat;
}

#grabutton{
  float:left;
  margin-top:32px;
  margin-left:60px;
  background:#98dbfe url(images/grab.jpg) top left no-repeat;
  width:253px;
  height:74px;
  cursor:hand;
}
#grabutton:hover {
  background:#98dbfe url(images/grab2.jpg) top left no-repeat;
}
#txtlink{
  margin-left:22px;
  margin-top:52px;
  width:540px;
  height:40px;
  background:#ffffff;
  border:none;
  font-size:30px;
  font-weight:bold;
  color:#647a90;
}

/* Recent Gallery */
#recentitle{
  clear:both;
  float:left;
  margin-top:25px;
  margin-left:40px;
}
#recentlist{
  clear:both;
  padding:5px 50px;
  text-align:center;
}
#recentlist img{
  border:1px solid #454545;
}
#recentlist span{
  padding:5px;
  background:#000000;
  display:inline-block;
  margin:5px;
}
#recentlist span:hover {
  background:#343434;
}


/* You Snap details */
#yoursnap{
	margin:30px auto;
	padding-top:10px;
  clear:both;
	width:864px;
  text-align:center;
	min-height:300px;
}
#round_top{
	height:17px;
	clear:both;
	background:url(images/round_top.jpg) bottom left no-repeat;
}
#round_content{
	background:#ffffff;
	padding:10px 20px;
	display:block;
	clear:both;
	overflow:auto;
	text-align:left;
}

#round_bottom{
	clear:both;
	height:17px;
	background: url(images/round_bottom.jpg) top left no-repeat;
}
#preview {
	background:#ffffff;
	position:relative;
	display:block;
	width:100%;
	min-height:550px;
	font-family:Arial, Verdana, sans-serif;
}
#preview img{
	border:1px solid #ffffff;
	margin:15px;
}
#details {
	background:#ffffff;
	border-left:3px solid #aeaeae;
	width:279px;
	/*height:100%;*/
	float:right;
	font-family: 'trebuchet MS',Arial, Verdana, sans-serif;
}
#details img{
	margin:0px; padding:0px;
}
#details h1{
	margin-left:10px;
	color:#647a91;
	border-bottom:1px dashed #99dbfe;
}
#details input {
	font-family:'Courier New';
}
#shareheads {
	margin-left:20px;
	margin-top:10px;
}
#shareheads h2{
	clear:both;
	font-size:14px;
	margin-top:20px;
	padding-bottom:4px;
}
#shareheads textarea{
	margin:5px;
}
.htmlcode{
	border:1px solid #cdcdcd;
	background:#fffddb;
	width:250px;
	height:28px;
	padding:5px;
}
.sendbutton{
	padding:3px 5px;
	font-weight:bold;
	background:#f2f2f2;
	color:#9e9e9e;
	border:1px solid #9e9e9e;
	margin:3px 10px;
	text-align:center;
	float:right;
}
.pagedesc{
	display:block;
	margin:0px 20px;
	text-align:left;
}
.why{
	overflow:auto;
	display:block;
	padding-right:10px;
}
.why img {
	float:left;
	margin: 0px 10px 0px 10px;
}
.why i{
	padding:0px 10px;
	background-color:#ffff99;
}
.ptitle{
	font-weight:bold;
	color:#000000;
	padding:4px;
	display:block;
	font-size:14px;
}
.pdesc{
	display:block;
	padding:10px;
	margin-top:10px;
	background:#f4f4f4;
	border:1px solid #dfdfdf;
	font-size:12px;
	width:500px;
	*width:520px;
	color:565656;
	left:0px;
}
.pdesc ul{
	padding-left:20px;
}

/*	Donation box	*/
#donate{
	font-size:12px;
	width:864px;
	margin:15px auto 0px auto;
	padding:10px;
	background:#ffffbb;
	color:#000000;
	border-bottom:#FFA70F 3px solid;
	border-top:#FFA70F 2px solid;
	display:block;
}
#donate a{
	text-decoration:none;
	padding:0px 5px;
	background:#ffffcc;
}



.serverStatus{
	padding:10px 10px 10px 10px;
	font-size:12px;
	text-align:center;
	color:#787878;
	font-weight:normal;
}

#bottomlinks{
	margin:20px auto 10px auto;
	width:864px;
	padding-top:30px;
}

#bottomlinks a{
	font-size:12px;
	padding:3px 10px;
	color:#454545;
	text-decoration:none;
	border-bottom:#dadada 3px solid;
	border-right:#aaaaaa 1px solid;
	display:inline-block;
}

#bottomlinks a:hover{
	border-bottom:#ffffff 3px solid;
}


.socialbox{
	font-size:10px;
	color:565656;
	display:block;
	padding:3px;
}

.topmenu{
	text-align:right;
	font-size:12px;
	padding:4px 0px 0px 0px;
}

.topmenu a{
	text-decoration:none;
	padding:2px 3px;
	margin:0px 2px;
	color:#3FBFFF;
	font-weight:bold;
	display:inline-block;
	border-bottom:#ffffff 2px solid;
}
.topmenu a:hover{
	border-bottom:#3FBFFF 2px solid;
	color:#000000;
}

/* feedback */
.fbform input, .fbform textarea {
	margin:10px;
	padding:10px;
	width:220px;
}
.fbform textarea {
	height:150px;
}
.tiny {
	padding: 0px 10px;
	font-size:10px;
}
.litem {
	text-align:right;
	width:200px;
	display:inline-block;
	vertical-align:top;
	padding-top:20px;
}
.ritem {
	text-align:left;
	display:inline-block;
}
.fberror{
	text-align:center;
	margin:10px;
	padding:5px;
	border:2px solid #FF8D5F;
	background:#FFE8E8;
	width:490px;
	display:block;
}
.send {
	text-align:center;
}

#disqus_thread {
	width:490px;
	padding-left:10px;
}


/* user panel */
.upanel li{
	margin-bottom:10px;
}
