/*  
Theme Name: BreakAway
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://www.breakawaysf.com">Break Away</a>.
Version: 1
Author: Bradley Charbonneau
Author URI: http://likoma.com/
*/


/* General Element Styling */

body {
	color:#303030;
	font:80% Tahoma,Arial,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(images/ba-082a-972x10.jpg);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #cccccc;
}

/*a {
	text-decoration:none;
}*/

/*a:hover {
	color:#808080;
	text-decoration:underline;
}*/

p {
	line-height:1.5em;
	margin:0 0 15px;
	padding: 0px;
}



/*** Main container ***/



#container {
	/*color:#303030;*/
	margin:0 auto;
	/*min-width:770px;*/
	padding:0;
	text-align:left;
	width:912px;
	/*border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-right-width: 4px;
	border-left-width: 4px;
	background-color: #FFFFFF;*/
}

/*** Header section ***/

#sitename {
	color:#ffffff;
	height:125px;
	margin:0 0px 0px;
	text-align:left;
	background-image: url(images/ba-081-912x128.jpg);
	background-repeat:no-repeat;
	background-color: #142B5A;
	width: 912px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fcc803;
}

#sitename h1,#sitename h2 {
	font-weight:400;
	margin:0;
	padding:0;
}

#sitename h1 {
	font-size:2.4em;
	padding-top:20px;
}

#sitename h1 a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 5px;
}

#sitename h2 {
	font-size:1.6em;
}

/*** Content wrap ***/

#wrap {
	clear:both;
	font-size:1.0em;
	padding:0;
	margin-top: 5px;
}

/* Horizontal menu */

#mainmenu {
	clear: both;
	width: 912px;
	margin: 0px;
	padding: 0px;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #b2b2b2;*/
	background:#B4B4B4;
}

#mainmenu ul {
	background: #B4B4B4;  /*url(images/menubg.jpg) center left repeat-x;*/
	padding: 0 0 0 5px;
	margin: 0px;
	border-bottom: 1px solid #fff;
}

#mainmenu li {
	display: inline;
	line-height: 25px;
	margin-left: -4px;
	padding: 0px;
	font-size: 0.8em;
	list-style: none;
	color: #515151;
}

#mainmenu ul.level1 {
	/*border-top: 1px solid #fff;*/
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#mainmenu ul.level2 {
	font-size: 1.0em;
	text-transform: capitalize;
	font-weight: bold;
}

#mainmenu ul.level2 {
	font-size: 0.9em;
}

#mainmenu ul.level3 {
	display:none;
}

#mainmenu a {
	padding: 6px 9px 6px 9px;
	text-decoration: none;
	/*border-right: 1px solid #B0B0B0;*/
}

#mainmenu li.current a {
	color: #CCCCCC;
}

/*** Sidebars ***/

#leftside,#rightside {
	margin:0;
	padding:0 10px 10px;
	width:165px;
}

#leftside {
	float:left;
	margin-right:10px;
}

#rightside {
	float:right;
	margin-left:10px;
}

#rightside img {
	border: 0px;
}

/*** Sidebar menu ***/

#leftside h2{
	font-size: 1.2em;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
	color: #000000;
	/*border-bottom: 1px solid #BEBFC3;*/
}

#rightside h2 {
	font-size: 1.2em;
	margin-top: 10px;
	/*padding: 5px 5px 5px 5px;*/
	color: #000000;
	/*border-bottom: 1px solid #BEBFC3;*/
}

#leftside ul, #rightside ul {
	padding-left: 0px;
	margin: 0px;
	font-size: 1em;
}

#leftside ul a, #rightside ul a {
	color: #344796;
}

#leftside li, #rightside li, #rightside li {
	list-style: none;
	line-height: 150%;
	color: #666666;
	/*font-weight: bold;*/
	text-decoration: none;
}

#leftside li.current_page_item a {
	color: #344796;
	text-decoration: underline;
}

#leftside li a {
	color: #344796;
}

#leftside li a:hover #leftside li a {
	color: #344796;
	text-decoration: underline;
}

li#categories li a, li#archives li a, li.pagenav li a {
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	display:block;
	margin-top:4px;
	padding:5px 4px 4px 10px;
	position:relative;
	text-transform: capitalize;
	width:140px;
}

li#categories li a:hover, li#archives li a:hover, li.pagenav li a:hover {
	background:#f8f9fa;
	border:1px solid #909090;
	color:#303030;
	text-decoration:none;
}

li#categories ul.children li a, li#archives ul.children li a, li.pagenav ul.children li a {
	font-size:0.8em;
	letter-spacing:1px;
	margin:3px 0 2px 10px;
	padding:4px 2px 2px 8px;
	width:125px;
}

li#categories ul.children li li, li#archives ul.children li li, li.pagenav ul.children li li {
	padding-left: 10px;
}

li#categories ul.children li li a, li#archives ul.children li li a, li.pagenav ul.children li li a {
	width: 115px;
}

li.feed {
	background: url(images/rss.gif) no-repeat left top;
	padding: 2px 0 8px 20px;
}

li#recent-comments ul li {
	padding-bottom: 5px;
}

li#recent-posts ul li {
	padding-bottom: 5px;
}

/*** Content ***/

#content,#contentalt {
	/*background-color:#fafcff;
	border:1px solid #909090;*/
	color:#2a2a2a;
	padding:15px 20px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E2E2E2;
	border-left-color: #E2E2E2;
}

#content {	
	margin:0 200px;
}

#contentalt {	
	margin:0 200px 0 20px;
}

#content h1,#contentalt h1,#contentalt h2 {
	background-color:inherit;
	color:#606060;
	font-size:1.4em;
	font-weight:900;
	font-style:italic;
	text-transform:uppercase;
	background-image:url(images/ba-077-30x23.gif);
	background-repeat:no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 43px;
}

#content h1,#contentalt h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#content h2 {
	font-size:1.6em;
	color:#606060;
}

/* Archives/Links Page List styles */

.archives li, .linkspage li {
	list-style: none;
}

.archives ul.children {
	padding-left: 10px;
	margin-left: 10px;
}

/*** Footer ***/

#footer {
	clear:both;
	color:#666666;
	font-size:0.9em;
	margin:0;
	padding:20px 0;
	text-align:center;
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	/*background-color: #ebebeb;*/
}

#footer a {
	color: #666666;
}

/*** comments Form ***/

#comment {
	width: 100%;
	border:1px solid #b0b0b0;
}

#commentform {
	width: 97%;
}

#author {
	border:1px solid #b0b0b0;
}

#email {
	border:1px solid #b0b0b0;
}

#url {
	border:1px solid #b0b0b0;
}

#submit {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}

#submit:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

/* Image Display */

.entry img, .entrytext img {
	/*border: 1px solid #b0b0b0;
	margin: 5 0px 5 0px;
	padding: 2px 0 2px 0;*/
}

.entrytext img, .entrytext img a, .entrytext img a:link, .entrytext img a:visited {
	/*clear: both;*/
	border: 1px solid #cccccc !important;
	padding: 5px;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 9px;
	margin-right: 20px;
	margin-bottom: 9px;
	margin-left: 0px;
}


.entry a:hover img, .entrytext a:hover img {
	/*border: 1px solid #505050;*/
	padding: 2px 0 2px 0;
}

img.wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.thumbnail {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:0 0 10px 10px;
	padding:5px;
}

.left {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:left;
	margin: 5px 15px 6px 0px;
	padding:5px;
}

.right {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:right;
	margin: 5px 0px 6px 15px;
	padding:5px;
}

.noalign {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin: 5px 5px 5px 5px;
	padding:5px;
}

/* Search Form */

#searchform {
	margin-top: 10px;
}

#searchbox {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
	margin:0 4px 0 0;
	width:160px;
}

#searchbutton {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}

#searchbutton:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

/*** Comments Display ***/

.postmetadata {
	background:#e8e9ea;
	font-size: 0.9em;
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin: 0px;
}

ol.commentlist li {
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin-bottom: 10px;
}

ol.commentlist li cite {
	text-transform: capitalize;
}

ol.commentlist li p {
	padding-top: 10px;
}

.alt {
	background:#e8e9ea;
}

/*** Text format ***/

.intro {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
}

blockquote {
	border: 1px dashed #b0b0b0;
	padding: 10px;
	margin: 30px;
}

blockquote p {
	padding: 0px;
	margin: 0px;
}

.small {
	font-size:0.8em;
}

.large {
	font-size:1.4em;
}

.center {
	text-align:center;
}

.category {
	border-bottom: 1px solid #b0b0b0;
}

.date {
	margin-top: -10px;
	padding-top: 0px;
	border-bottom: 1px solid #b0b0b0;
}

#page {
	/*border-bottom: 1px solid #b0b0b0;*/
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Previous/Next Page Navigation */

.navigation {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #b0b0b0;
}

.bottomnavigation {
	margin: 30px 0 0 0;
	padding: 5px 0 30px 0;
	border-top: 1px dashed #b0b0b0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.post {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

/* Fix by Andy Skelton */

.entry, .entrytext {
	overflow: hidden;
	line-height: 150%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.entry a, .entry a:link, .entry a:visited, .entrytext a, .entrytext a:link, .entrytext a:visited {
	color: #3248B8;
	text-decoration: none;
}

.entry a:hover, .entrytext a:hover{
	text-decoration: underline;
}


* html.entry, * html.entrytext {
	overflow: visible;
	height: 1px;
	color: #000000;
}

* html.entry p, * html.entrytext p {
	width: 99%;
	overflow: hidden;
	color: #000000;
}

.entrytext {
	padding-top: 0px;
}

/*** Various classes ***/

.clearingdiv {
	clear:both;
	height:30px;
	width:1px;
}

.hide {
	display:none;
}


/* Widgets */
.rsswidget {
	border:0px;
	vertical-align: bottom;
}
/*** End of file ***/.time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.classes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #003399;
	line-height: 12px;
}
.emsidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

#border_no, #border_no a, #border_no img, #border_no img a {
	border: 0px solid #fff !important;
	margin: 0px;
	padding: 0px;
	background-image: none  !important;
	}
img#wpstats{display:none}