/* RESET -------------------------------------------> */

html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, fig caption, figure, dialog, footer, header, group, menu, nab, section {display:block;}
body {background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
block quote:before, block quote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}
a{
	text-decoration:none;
}
*{ border:none}
ul, ol {
   list-style: none;
}

.clear {
	clear: both;
	height: 0;
	width: 0;
}

/* GLOBAL -------------------------------------------> */

body {
	background: url(/images/main_bg.jpg) #fff;
	font-family: arial;
	color: #333;
	font-size: 14px;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#header {
	height: 495px;
	width: 960px;
	background: #ccc;
	margin-bottom: 40px;
}


	.socialbar {
		position: absolute;
		background: url(/images/USA_rep/socialbar_bg.png) repeat-x;
		height: 85px;
		width: 960px;
		margin: 296px 0 0 0;
		z-index: 1;
	}

		.social_links {
			float: right;
			display: inline;
		}

			.social_links ul {
				margin: 26px 50px 0 0;
			}

			.social_links ul li {
				float: right;
				display: inline;
				margin: 0 0 0 15px;
			}

		.rep_info {
			margin: 0 0 0 270px;
			padding: 7px 0 0 0;
		}

			.rep_info h2 {
				font-family: georgia;
				font-size: 38px;
				font-style: italic;
				color: #fff;
				text-shadow: 1px 1px 1px #000000;
				filter: dropshadow(color=#000000, offx=1, offy=1);
			}

			.rep_info p {
				color: #e9e8e8;
				margin: 5px 0 0 0;
			}

				.rep_info p a {
					color: #d41bad;
				}

					.rep_info p a:hover {
						color: #f3f3f3;
					}

			.accolades {

			}

				.rep_details {
					float: right;
					margin: 25px 0 0 0;
				}

					.rep_details li {
						float: left;
						display: inline;
						font-size: 20px;
						color: #d41bad;
						margin: 0 38px 0 0;
					}
					
					.rep_details li img {
						vertical-align: baseline;
						
					}


			.links {

			}

				.shop_button {
					display: inline;
					float: left;
					margin: 10px 0 0 60px;
				}

				.nav {
					margin: 15px 35px 0 0;
					display: inline;
					float: right;
				}

					.nav li {
						display: inline;
						float: left;
						background: #f8f8f8;
						border-top: #ebebeb 1px solid;
						border-bottom: #ebebeb 1px solid;
						border-right: #ebebeb 1px solid;
						padding: 10px;
						font-size: 13px;
					}

						.nav li:hover {
							background: #f3f3f3;

						}

						.nav li:first-child {
							-webkit-border-radius: 5px 0px 0px 5px;
							border-radius: 5px 0px 0px 5px;
							border-left: #ebebeb 1px solid;
						}

						.nav li:last-child {
							-webkit-border-radius: 0px 5px 5px 0px;
							border-radius: 0px 5px 5px 0px;

						}

						.nav li a {
							color: #333;
							/* font-weight: bold; */
						}

	.profile_image {
		position: absolute;
		background: #fff;
		margin: 185px 0 0 50px;
		z-index: 1000;
		-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, .15);
		box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, .15);
		padding: 5px;
	}

		.profile_image img {
			/* border: #c0c0c0 1px solid; */
			-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, .15);
			box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, .15);
			width: 200px;
                        max-height: 225px;
		}






	.main {
		float: left;
		display: inline;
		margin: 0 0 0 50px;
		width: 606px;

	}

	.sidebar {
		float: right;
		display: inline;
		width: 225px;
		/* padding: 0 20px; */
		margin: 0 50px 0 0;
	}

    .button {
        padding: 17px 22px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        margin: 10px 0;
    }  
    
    .small_button {
        font-size: 11px;
        padding: 7px 25px;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        margin: 10px 0;
    }

    .purple {
        background: #686caa;
        border: #4e5396 1px solid;
    }
    
        .purple:hover {
            background: #4e5396;
        }

	h3 {
		font-size: 26px;
		font-family: 'georgia';
		font-style: italic;
		margin: 0 0 15px;
				border-bottom: #ebebeb 1px solid;
		padding: 0 0 10px 0; 

	}


/* HOME PAGE ------------->  */

.events{
	margin: 10px 0 30px;
}

	.events h3, h3.recent_posts {
		font-size: 26px;
		font-family: 'georgia';
		font-style: italic;
		margin: 0 0 15px;
		border-bottom: #ebebeb 1px solid;
		padding: 0 0 10px 0; 
		color: #767171;
	}

	.events ul{
		margin: 0;
	}
	
	.events li {
		margin: 0 0 15px;
	}

	.events li div{
		
	}
	
	.event_date {
		font-family: 'georgia';
		color: #c2c2c7;
		font-style: italic;
		margin: 0 10px 0 0;
	}
	
	.event_title {
		font-size: 18px;
		font-family: 'AmbleBold';
		letter-spacing: -1px;
		display: block;
		
	}
	
		.event_title a {
			color: #686caa;
		}

.events .event_details {
	display: none;
	padding: 5px 0;
	
}

.event_head {
	background: #686CAA;
	color: white;
	padding: 5px;
	margin: 5px;
}

	.event_head div {
		display: inline;
		padding: 5px;
		margin: 5px;
	}

.blog_posts {
	margin: 0 0 0 0;
	border-left: #ebebeb solid 5px;
}

.blog_posts ul {
	margin-left: -9px;
}


.post_circle {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		height: 5px;
		width: 5px;
		border: #bfc3e4 solid 4px;
		background: #bfc3e4;
		display: inline;
		float: left;
		margin: 30px 15px 0 0;
}



.post_content {
	display: inline;
}

.post-header {
	background: url(/images/USA_rep/post-top.png) no-repeat;
	height: 35px;
	width: 515px;
	padding: 15px 40px 0 40px;
	margin: 0 0 0 15px;
	position: relative;
	z-index: 999;
}

	.post-header h2 {
		display: inline;
		font-family: 'georgia';
		font-size: 20px;
		font-weight: bold;
		color: #767171;
		font-style: italic;
		width: 450px;
		float: left;
		padding: 0 0 15px;
	}

	.post-header p {
		display: inline;
		float: right;
		color: #a7a7a7;
		font-size: 12px;
	}

		.post-header h2 a {
			color: #767171;
		}

			.post-header h2 a:hover {
				color: #9a9999;
			}

.post-body {
	background: url(/images/USA_rep/post-body.png) repeat-y;
	width: 515px;
	padding: 0px 40px 15px 40px;
	margin: -15px 0 0 15px;
}

	.post-body p {
		color: #a7a7a7;
		margin: 0 0 15px;
	}

	.post-body img {
		max-width: 500px;
	}

.post-footer {
	background: url(/images/USA_rep/post-footer.png) no-repeat;
	width: 515px;
	height: 53px;
	padding: 15px 40px 0 40px;
	margin: 0 0 0 15px;
}

	.post-footer p {
		display: table-cell;

	}

	.post-footer p a {
		vertical-align: top;
		margin: 3px 0 0 5px;
		font-size: 14px;
		color: #a7a7a7;
	}
	
	


/* SIDE BAR	 */

.featured_header {
	background: #ebebeb;
	font-family: 'georgia';
	font-size: 20px;
	color: #767171;
	font-style: italic;
	text-align: center;
	padding: 10px;
	-webkit-border-radius: 5px 5px 0px 0px;
   border-radius: 5px 5px 0px 0px;
}

.featured_sidebar {
	border: #ebebeb 3px solid;
}

	.featured_sidebar li {
		padding: 10px;
		margin: 10px 0 0 0;
	}

		.featured_sidebar li h3 {
			font-size: 18px;
			font-weight: bold;
			color: #767171;
			margin: 0 0 5px;
		}
		
			.featured_sidebar li h3 a {
				color: #686caa;
			}

		p.sku {
			color: #767171;
			font-size: 12px;
			margin: 0 0 10px;
		}

		.featured_sidebar li img {
			max-width: 180px;
		}

		p.description {
			font-size: 12px;
			color: #767171;
			margin: 10px 0;
		}


.footer {
	margin: 50px 0;
}


.footer_links {
	margin: 20px 0 15px 115px;
	float: none;
	display: block;
}

	.footer_links li {
		display: inline;
		float: left;
		margin: 0 15px;
	}

	.footer_links li a {
		color: #767171;
	}

p.copyright {
	text-align: center;
	padding: 0 0 50px;
	font-size: 12px;
	color: #767171;
}




/* PAGES      */


.static_page {

}

	.static_page h3 {
		font-size: 26px;
		font-family: 'georgia';
		font-style: italic;
		margin: 0 0 15px;
				border-bottom: #ebebeb 1px solid;
		padding: 0 0 10px 0; 

	}

	.static_page p {
		margin: 0 0 15px;
		line-height: 20px;
	}




	.news_posts li {
		border-bottom: #ececec 1px solid;
		padding: 0 0 20px;
		margin: 0 0 15px;
	}

	.news_posts li h3 {
		display: block;
	}

	.news_posts li h3 a {
		margin: 10px 0;
		float: left;
		display: block;
		font-size: 26px;
		color: #686caa;
		font-family: 'AmbleBold';
		letter-spacing: -1px;
	}



	.news_posts li .post_meta {
		margin: 10px 0;
		display: block;
		clear: both;
		width: 450px;
	}

	.news_posts li .post_meta a {
		float: none;
		margin: 0 20px;
		display: inline-block;
		color: #767171;
	}
	
	.news_posts li .post_meta a img {
		vertical-align: middle;
	}


	.news_posts li p {
		margin: 10px 0 0;
		line-height: 20px;
		color: #5a5a5a;
		font-size: 14px;
	}


	.news_posts li a.read_more {
		display: inline;
		float: none;
		margin: 0 0 0 5px;
		font-family: 'AmbleBold';
		color: #686caa;
	}










