/*
Theme Name: Breakaway Republic
Description: The Breakaway Republic skin.
Version: 1.0


CONTENTS ------------------------------------------

*01: Reset
*02: Util classes & Phrase Elements
*03: Default Styles (Typography, colour)
*04: Structure (layout, size, positioning)
*05: Common Containers & Subclasses
*06: Forms
*07: Custom Containers & Subclasses

*/

/* *01: Reset -----------------------------------------------------------------------------------------------------------------*/

body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{display:block;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* *02: Util Classes ----------------------------------------------------------------------------------------------------------*/

.center 				{ text-align: center; }
.right 					{ text-align: right !important; }
.left 					{ text-align: left !important; }
.small 					{ font-size: 9px !important;}
#ie6 .small, #ie7 .small{ font-size: 10px !important;}
.float-right 			{ float: right; }
.float-left 			{ float: left;}
.clear 					{ clear: both; }
.uppercase 				{ text-transform: uppercase; }
.nowrap 				{ white-space: nowrap; }
.offscreen				{ position: absolute; left: -9999px; top: -9999px; }
.hidden					{ display: none; }
.self-clear 			{ zoom: 1; }
.self-clear:after 		{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.no-right-margin		{ margin-right: 0 !important; }
.no-left-margin			{ margin-left: 0 !important; }
.no-top-margin			{ margin-top: 0 !important; }
.no-bottom-margin		{ margin-bottom: 0 !important; }
.hot					{ cursor:pointer; }

/* *02a: Phrase Elements -------------------- */
strong, .bold 			{ font-weight: bold !important; /*letter-spacing:1px;*/ }
em, .italic				{ font-style: italic; }
code					{ font-family: Courier, serif; color: #999; font-size: 0.5em; }
cite					{ font-style: italic; }
abbr, acronym			{ border-bottom: 1px dotted; cursor: help; }
q						{ color: #fff; }
blockquote				{ color: #fff; font-size: 1.1em; margin: 0 0 0.5em 0; }

/* *03: Default Styles --------------------------------------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 "Lucida Grande","Lucida Sans",Arial,sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	background: #333 url(/images/bgs/bg-page.gif) repeat;
	color: #FFF;
}

img { behavior: url(/scripts/iepngfix.htc) }

h1, h2, h3, h4, h5, h6 { font-family: "Museo 700",Rockwell,Arial,sans-serif; font-weight: bold; letter-spacing: 0px; margin-bottom: 0; }

/*h1 { background: url(/images/interface/logo-br.png) no-repeat; width: 140px; height: 120px; text-indent: -9999px; overfloe: hidden; }*/
/*h1 { background: url(/images/interface/logo-br-alt.png) no-repeat; width: 351px; height: 41px; text-indent: -9999px; overfloe: hidden; }*/
h1 { background: url(/images/interface/logo-br-alt1.png) no-repeat; width: 501px; height: 53px; text-indent: -9999px; overflow: hidden; }
h2 { background: url(/images/interface/bg-dark.png) repeat; font-size: 2.6em; padding: 0 0 20px 0; color: #FFF; line-height: 1.2em; text-shadow: #333 0px 0px 2px; display: inline; }
h3 { font-family: "Lucida Grande","Lucida Sans",Arial,sans-serif; font-weight: normal; font-size: 1.4em; line-height: 1.2em; margin: 15px 0 0 0; }
h4 { font-size: 1.4em; margin: 10px 0 0 0; color: #999; }

p 			{ font-size: 13px; line-height: 1.4em; margin: 20px 0 0 0; }
p.tagline	{ font-size: 11px; border-bottom: 1px dotted #999; padding-bottom: 0px; color: #efefef; }

a 			{ background: #3399ff; text-decoration: none; color: #fff; padding: 0 3px 0 3px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
a:hover 	{ text-decoration: underline; }
a:active 	{ text-decoration: none; background: #62b1ff; }

a.button-link:hover {
	background: #db1212;
	color: #FFF;
}

ul li {
	list-style: disc;
}

ol li {
	list-style-type: decimal;
}

ul.no-markers li {
	list-style: none;
}

blockquote {
	background: url(/images/interface/bg-dark.png) repeat;
	padding: 15px;
	font-size: 18px;
	line-height: 1.3em;
	font-style: italic;
	font-family: Georgia, Times New Roman, serif;
	text-shadow: #000 0px 0px 3px;
}

.drop-shadow {
	background: #fff;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
}

#ie6 .drop-shadow, #ie7 .drop-shadow {
	margin: -6px;
	filter:
        progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=0,strength=6)
        progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=90,strength=6)
        progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=180,strength=6)
        progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=270,strength=6);
}


/*.amp { font-family: Cambria, Georgia, sans-serif; font-size: 1.4em; line-height: 1em; }*/

#experience, #awards { display: none; }

/* *04: Structure -------------------------------------------------------------------------------------------------------------*/
/*    : NOTE: only structural css here - widths, heights, floats, margins etc. any styling code to go in '05: Common Containers & Subclasses' */

#bg {
	background: #ff0000;
	display: none;
	overflow: hidden;
	position: fixed;
}

#master {
	position: absolute;
	top: 0;
	left: 0;
}

#head {
	font-family: georgia;
	font-size: 20px;
	font-style: italic;
	color: #FFF;
	margin: 60px 0px 0px 160px;
	text-shadow: #000 0px 0px 5px;
	display: none;
}

/*#logo {
	position: fixed;
	top: 37px;
	left: 40px;
	background: url(/images/interface/bg-dark.png) repeat;
	padding: 3px 10px 0px 20px;
}*/

#logo {
	position: fixed;
	top: 18px;
	left: 45px;
	padding: 3px 10px 0px 0px;
}

#logomark {
	position: absolute;
	right: 0px;
	top: 14px;
	background: #000;
	padding: 18px 0 0 20px;
	width: 70px;
	height: 50px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	
}

#ie6 #logo { position: relative !important; top: 0; left: 0; margin: 37px 0 0 40px; }

#main {
	/*margin-left: 160px;*/
	margin-left: 40px;
}
#ie6 #main { position: relative !important; display: inline; }

#brog {
	position: relative;
}
#ie6 #brog { float: left; }

/* *05: Common Containers & Subclasses ----------------------------------------------------------------------------------------*/

.col {
	width: 350px;
	background: url(/images/interface/bg-dark.png) repeat;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 20px;
	float: left;
	/*margin: 46px 20px 0px 0px;*/
	margin: 80px 20px 0px 0px;
}
#ie6 .col { margin-top: 40px; }

#message-holder {
	position: absolute;
	bottom: -50px;
	left: 0;
	overflow: hidden;
	width: 400px;
	height: 50px;
}
#ie6 #message-holder { display: none; }
	
#message {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/interface/bg-dark.png) repeat;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px;
	margin: 0;
}

#message .loaded {
	display: none;
}

.btn-bg-load {
	background: #b50002;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: bold;
	border: none;
	color: #FFF;
	font-family: Arial,sans-serif;
	font-size: 14px;
	padding: 5px;
	cursor: pointer;
}

#message ul {
	display: inline;
}

#message li {
	width: 20px;
	height: 20px;
	float: left;
	background: #FFF;
	list-style-type: none;
	margin: 5px 5px 0px 0px;
}

#message .in-msg {
	padding: 0 5px 0 5px;
}

#byline {
	position: absolute;
	top: -60px;
	right: -4px;
	background: url(/images/interface/bg-byline.png) repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 390px;
	height: 21px;
}
#ie6 #byline { display: none; }

/* *06: Forms -----------------------------------------------------------------------------------------------------------------*/

/* *07: Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/

/* Blog ===================== */
#posts {
	
}

#posts li {
	list-style-type: none;
	margin-top: 20px;
	padding-top: 40px;
	border-bottom: 1px dotted #999;
	padding-bottom: 12px;
}

#posts li .img-wrapper {
	background: #ccc;
	padding: 10px;
}

#posts li p { font-family: "Lucida Grande","Lucida Sans",Arial,sans-serif; font-weight: normal; font-size: 13px; line-height: 1.4em; margin: 15px 0 0 0; }

#posts li .post-info {
	font-size: 9px;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}

#posts li .post-info span {
	color: #ccc;
}

#posts li .post-info a { 
	background: none;
	color: #3399ff;
	text-decoration: underline;
}

#posts .photo 	{ background: url(/images/interface/Camera.png) no-repeat; }
#posts .quote 	{ background: url(/images/interface/IM.png) no-repeat; }
#posts .video 	{ background: url(/images/interface/Videos.png) no-repeat; }
#posts .link 	{ background: url(/images/interface/Bookmarks.png) no-repeat; }
#posts .audio 	{ background: url(/images/interface/Sound.png) no-repeat; }
#posts .text 	{ background: url(/images/interface/Writing.png) no-repeat; }
#posts li.text p { font-size: 12px; margin-top: 0;}

#posts .quote h3 {
	text-indent: -0.7em;
	margin-left: 0.7em;
}

#posts .link { padding-top: 5px; }
#posts .link .big-link {
	font-size: 20px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 0 45px;
	position: relative;
	top: -7px;
}

#posts .img-link { padding:0; }

#posts .text h3 {
	margin-top: 5px;
}

#posts .text blockquote {
	border-left: 2px solid #000;
	font-size: 11px;
	padding: 10px;
	line-height: 1.4em;
	margin: 8px 0px 8px 0px;
	text-shadow: none;
	font-family: "Lucida Grande","Lucida Sans",Arial,sans-serif;
	color: #ccc;
	font-style: normal;
}

.pagination {
	margin: 10px 0px 0px 0px;
	font-size: 12px;
}

.credit {
	font-size: 9px;
	text-transform: uppercase;
	margin-top: 4px;
}




#BRMapHolder { height: 345px; margin: 20px 0; border:3px solid #444; padding:3px; }
#BRMapInner { width: 100%; height:100%; }

#BRMapHolder { color:#333; }


div.calltoact { width: 90%; margin: 15px 10px 10px 0; font-size: 120%; }



