/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~ BlinkIP.com				 ~~~
~~~ ©2009 Pixels Heaven		 ~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/*
* General Stuff
*/
body, html {
	background: #FFF /*url(http://www.generateit.net/gradient/grad.php?type=top&width=10&height=120&start_colour=F8F8F8&end_colour=FFFFFF) left top repeat-x*/;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	margin: 10px auto;
	direction: ltr;
	font-size: 95%;
}

a img {
	border: none;
}

/*
* Links
*/
a:link {
	text-decoration: none;
	color: #07497B;
}

a:visited {
	text-decoration: none; 
	color: #07497B;
}

a:hover {
	text-decoration: underline; 
	color: #000;
}

a:active {
	text-decoration: underline;
	color: #000;
}

/*
* DIVs, SPANs and all the other stuff
*/

h1 {
	margin: 0; padding-top: 37px;}

h2 {
	margin: 14px 0 0px 0; height: 1.4em;}

h2.ip {
	margin: 32px 0 0 0; font-size: 230%;}

h3 {
	font-size: 105%; margin: 0;}

cite {}
	
.wrapper {
	margin: 0 auto;
	width: 677px;
	padding: 0px;
}

.header {
	background: #FFF url(../images/header.png) center top no-repeat;
	height: 83px;
}

.header p {
	margin: 17px auto;
}

.page {
	text-align: center;
	background: #FFF url(../images/page.png) center top repeat-y;
	}

.content {
	padding: 0 35px;
	text-align: left;
	}
	
p {
	margin: 8px 0;
}

/* "Copy" button */
.button {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}

/* Ads */
.google {
	padding-top: 10px;
	text-align: center;
}

/* Footer */
.footer {
	background: #FFF url(../images/footer.png) center bottom no-repeat;
	text-align: center;
	font-size: 90%;
	padding: 35px 35px 0 35px;
	color: #666;
	height: 75px;
}

.footer p {
	margin: 0;
}

.footer .links {
	float: right;
	text-align: right;
	width: 48%;
}

.footer .legal {
	float: left;
	text-align: left;
	width: 50%;
}

/* AddThis */
.addthis_toolbox {
	width: 144px;
	margin: 14px auto 0 auto;
}

/* Copy Button */
.my_clip_button { 
	width: 164px;
	text-align: center;
	border: 0px;
	background-color: #FFF;
	margin: 14px auto 0 auto;
	cursor: pointer;
}

.my_clip_button.hover { 
	background-color: #FFF;
}

.my_clip_button.active { 
	background-color: #EDF5F9; 
}