/*-----------------------------------------------------------------------------
Stylehseet info

author:    Andy Brown
email:     andy@andybrowndesign.com
website:   www.andybrowndesign.com
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
RESPONSIVE STUFF
-----------------------------------------------------------------------------*/

/* ============ 960px ============ */
@media (max-width: 960px) {

div#holder {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

div#header p {
	width: 90%;
	padding: 0 5%;
}

div.section, div.simple_section {
	width: auto;
}

div.item {
	padding-right: 0;
}

div.item_text {
	width: 63%;
	padding-right: 0;
}

div#left_column {
	width: 73%;
	margin-right: 2%;
}

div#right_column {
	width: 25%;
}

.body_section {
	padding: 30px 30px 20px 30px;
}

div.section_title h1 {
	font-size: 2.2em;
}

#logo h3 {
	font-size: 48px;
}

div#left_column h2 {
	font-size: 21px;
}

div#left_column h3 {
	font-size: 17px;
}

div#right_column .handbook_ad_title a {
	font-size: 20px;
}

div.left_images {
	width: 15%;
}

div.left_images img {
	width: 100%;
	height: auto;
}

div.handbook_text {
	width: 64%;
	padding: 0 3% 0 3%
}

div.right_images {
	width: 15%;
}

div.right_images img {
	display: none;
}

div.right_images img#last {
	display: block;
	width: 100%;
	height: auto;
}

#handbook .section_body {
	padding: 20px;
}

.clear960 {
	clear: both;
}

div#website_list ul {
	width: 23%;
	padding-right: 10%;
	margin-bottom: 20px;
}

.more_section .section_body {
	padding-bottom: 10px;
}

div#body .standard_table {
	width: 100%;
}

#deal_header h3 { font-size: 2em; }



}/* ============ End of 960px ============ */
/* ============ 640px ============ */
@media (max-width: 640px) {


div#holder {
	width: 96%;
	padding-top: 2%;
	padding-bottom: 2%;
}

div#header p {
	margin: 20px 0;
}

div.item img {
	width: 25%;
	height: auto;
}

div.item_text {
	width: 69%;
	margin-left: 5%;
}

div.section_body {
	padding: 5px 20px 20px 20px;
}

div.section_title {
	padding: 9px 4% 8px 4%;
}

div.section_title h1 {
	font-size: 1.675em;
	padding-right: 0;
}

#logo h3 {
	font-size: 30px;
}

div.section_body h2 {
	line-height: 20px;
}

h2 a {
	padding-bottom: 1px;
}

div#left_column {
	width: 100%;
	margin-right: 0;
}

div#right_column {
	display: none;
	border-top: solid 5px red;
}

.body_section {
	padding: 25px 25px 15px 25px;
}

.quick_answer {
	padding: 0 20px 2px 20px
}

div#left_column .quick_answer h3 {
	margin-top: 23px;
}

.right_images {
	display: none;
}

div.handbook_text {
	width: 82%;
	padding: 0 0 0 3%;
}

div#left_column p, div#left_column ul, div#left_column ol {
	font-size: 15px;
	line-height: 22px;
}

div.footer {
	padding: 20px;
	margin: 20px 0 0 0
}

#handbook {
	margin-top: 21px;
}

div.section, div.simple_section {
	margin-top: 10px;
}

div.more_section {
	margin-bottom: 0;
}

.body_section img.site_link {
	width: 100%;
	height: auto;
}

div#left_column p.big_answer { font-size: 32px; line-height: 32px; }
div#left_column p.extra_bit, div#left_column p.thats_it { font-size: 18px; border-bottom: 0; padding-bottom: 0; }
.quick_answer_section .body_section { min-height: 0; }


}/* ============ End of 640px ============ */
/* ============ 520px ============ */
@media (max-width: 520px) {


div.left_images {
	width: 25%;
}

div.handbook_text {
	width: 70%;
	padding: 0 0 0 5%;
}

.clear960 {
	clear: none;
}

.clear540 {
	clear: both;
}

div#website_list ul {
	width: 40%;
	padding-right: 10%;
	margin-bottom: 20px;
}

.more_section .section_body {
	padding-bottom: 10px;
}

#website_list {
	padding: 20px 30px 10px 30px;
}

.body_section {
	padding: 22px 22px 15px 22px;
}

div#body table#paper_sizes_table {
	font-size: 12px;
}

div#left_column p.big_answer { font-size: 28px; line-height: 28px; }
div#left_column p.extra_bit, div#left_column p.thats_it { font-size: 18px; }
#deal_header h3 { font-size: 1.75em; }

.ball_state_section .section_body ul {
	width: 100%;
	float: left;
}



}/* ============ End of 520px ============ */
/* ============ 380px ============ */
@media (max-width: 380px) {

#deal_header h3 { font-size: 1.5em; }


}/* ============ End of 380px ============ */
