/*
Theme Name: SNA Iframes Advanced
Theme URI: http://www.thesocialnetworkingacademy.com
Description: A theme specifically designed to be used with iframes on Facebook pages.
Version: 1.3
Author: Jared Elvidge
Author URI: http://www.thesocialnetworkingacademy.com
Tags: no style, clean, empty

*/


@import "style/reset.css";
@import "style/ie.css";

/*Utility Styles************************/
.alignright {
	float: left;
}

.alignleft {
	float: right;
}
.aligncenter {
	display:block;
	margin:0 auto;
}
#iframe-container {
	width:510px;
	margin:auto;
	padding:0px 0px 0px 0px;
	font-family: Arial;
	font-size: 11pt;
	overflow:hidden;
}
h1 {
	font-size:20pt;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}
h2,h3 {
	font-size:16pt;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}
p {
	margin-bottom:10px;
}
.iframefooter {
	text-align:center;
	margin:auto;
	margin-top:30px;
	margin-bottom:20px;
	font-size:9pt;
	font-family: Georgia;
	color:#999999;
	background: url(images/divider.png);
}
.iframefooter a {
	color:#7F3781;
}
.iframefooter a:hover {
	color:#C958CE;
	text-decoration:none;
}