/*
    BG Views Network

    mobile.css Modified 08-27-2010
    Modified By: Ken Edwards
*/


body { 
    margin: 0 0px;
    padding: 0;
    background-color:#FFFFFF;
    font-family: Helvetica;
    font-size: 14px;
    -webkit-user-none: select;
    -webkit-text-size-adjust: none;
}

/* header */
#header { 
    min-height: 45px;
    margin: 0 -10px;
    padding: 10px;
    border-top: 1px solid #cdd5df;
    border-bottom: 1px solid #2e3744;
    background: #2f53a0 url() top repeat-x;
    -webkit-box-sizing: border-box;
}

#header h1, 
#header p {
	top: 0;
	margin: 2px 0 0 0px;
	padding: 5px 0;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	color: white;
	text-align: center;
	font-size: 20px;
	text-shadow: #2d3642 0 -1px 0;
	text-overflow: ellipsis;
	font-weight: bold;
}


/* navigation */
.navigation {
    position: absolute;
    top: 8px;
    right: 5px;
    width: auto;
    height: 30px;
    margin: 0;
    padding: 0 3px;
    border-width: 0 5px;
    overflow: hidden;
    background: none;
    color: white;
    font: bold 12px/30px Helvetica;
    text-decoration: none;
    text-overflow: ellipsis;
    text-shadow: #2e3744 0 -1px 0;
    white-space: nowrap;
    -webkit-border-image: url(http://bgviewsnetwork.com/mt/mt-static/themes/bgviews/images/tool_btn.png) 0 5 0 5;
}

.navigation[rel=home] {
    right: auto;
    left: 5px;
    max-width: 55px;
    padding-left: 0;
    border-width: 0 5px 0 13px;
    -webkit-border-image: url(http://bgviewsnetwork.com/mt/mt-static/themes/bgviews/images/back_btn.png) 0 5 0 13;
}

.navigation[rel=prev] { 
    right: 47px;
    -webkit-border-image: url(http://bgviewsnetwork.com/mt/mt-static/themes/bgviews/images/prev_btn.png) 0 5 0 5;
}

.navigation[rel=next] { 
    -webkit-border-image: url(http://bgviewsnetwork.com/mt/mt-static/themes/bgviews/images/next_btn.png) 0 5 0 5;
}

.navigation.disable[rel=prev] { 
    -webkit-border-image: url(http://bgviewsnetwork.com/mt/mt-static/themes/bgviews/images/prev_btn_disable.png) 0 5 0 5;
}

.navigation.disable[rel=next] { 
    -webkit-border-image: url(http://bgviewsnetwork.com/mt/mt-static/themes/bgviews/images/next_btn_disable.png) 0 5 0 5;
}

/* entry */
.entry { 
    margin: 0 -10px;
    padding: 10px;
    background-color: white;
}

.entry img { 
    display: block;
    float: none ! important;
    max-width: 95% ! important;
    margin: 0 auto 15px ! important;
}


h2, h3, h4, h5, h6 {
}
h3
{


color:#FFFFFF;
font-size: 15px;



	background: url(myfields_bg.png) left center no-repeat;




}

/* list */
#content ul { 
    margin: 1em 0;
    padding: 0;
    border: 0px solid #b4b4b4;
    background: #fff;
    color: black;
    font-size: 17px;
    font-weight:bold;
    -webkit-border-radius: 8px;
}

#content li {
    position: relative;
    margin: 0;
    padding: 10px;
    line-height: 1.2;
    list-style-type: none;
    color: #324f85;
    border-top: 1px solid #b4b4b4;
}

#customerRecallList
{
color:red;
}


#inside-content ul { 
    border: 0px;
    background: #fff;
    font-size: 14px;
    font-weight:normal;
    color: black;
}

#inside-content li {
	list-style-type: disc;
	border-top: 0px;
	color: black;
	margin-left: 20px;
	margin-top: -5px;
	margin-bottom: -5px;
}

#inside-content a {
	color: #243f8f;
}

#inside-content li a {
	color: #243f8f;
	display: inline;
	text-decoration: underline;
	background: transparent url() right center no-repeat;
	white-space: normal;
	overflow: visible;
	padding: 10px;
}

#inside-content li:hover {
	background-color: #FFFFFF;
}


#content li:first-child { 
    border-top: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#content li:last-child { 
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#content li:hover { 
    background-color: #36c;
}

#content li abbr.published { 
    position: absolute;
    top: 28px;
    left: 10px;
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
    color: #b4b4b4;
}

#content ul.index {
    margin: 0 -10px;
    border-width: 0 0 1px;
    -webkit-border-radius: 0;
}

#content ul.index li, 
#content ul.index li a {
    -webkit-border-radius: 0;
}

#content ul.index li a { 
    height: 2em;
}

#content { 
    margin: 0 10px;
}

#content2 { 
    margin: 20px 10px;
}


ul li a {
    display: block;
    margin: -10px;
    padding: 10px 25px 10px 10px;
    color: black;
    text-decoration: none;
    background: transparent url() right center no-repeat;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

ul li a:hover { 
    color: white;
}
a {
	color: #243f8f;
}

.entry > p,
.entry > div {
    margin: 0 0 1em;
    line-height: 1.3;
    color: black;
    font-size: 14px;

}

/* footer */
#footer {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
}



#footer a{
	color: #FFFFFF;
}

#footer p{
	font-size: 11px;
	line-height: 15px;
}


img {
	border: 0px;
}

#nav {
	font-weight: bold;
	color: #000000;
	background-color: #2F7EC9;
	text-align: left;
	padding: 10px;
	background-image: url(http://bgviewsnetwork.com/mt/mt-static/themes/bgviews/images/nav-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#nav a {
	color: #000000;
	text-decoration: none;
}

#navtop {
	font-weight: bold;
	color: #243f8f;
	background-color: #ffa21f;
	text-align: left;
	padding: 10px;
	background-image: url(http://bgviewsnetwork.com/mt/mt-static/themes/bgviews/images/navtop-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#navtop a {
	color: #243f8f;
	text-decoration: none;
}

.eventDate {
	color: #324f85;
	padding: 10px;
}
.content .eventDate{
    font-size:17px;
    font-weight:bold;
}

body > h1 {
    -webkit-box-sizing: border-box;
    margin: 0;
    line-height: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;

    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(http://bgviewsnetwork.com/mt/mt-static/themes/bgviews/images/iPhoneToolbar.png) #2f53a0 repeat-x;
    border-bottom: 1px solid #2d3642;
}

.button {
}

.byline img {
	display: none;
}

.commenter-byline {
	background-color: #dedede;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.vcard {
	font-weight: bold;
}

.headingLabel {
	font-weight: bold;
	color: #324f85;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #324f85;
}

.hrule {
	color: #324f85;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #324f85;
}

#searchButton {
	color: #000;
	height: 22px;
	background-color: #dedede;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}

.BlogName {
	text-align:right;
	font-weight:bold;
	color:#243f8f;
	margin-bottom: 5px;
}

.BlogName a {
	text-decoration:none;
	color:#243f8f;
	padding-right: 5px;
}
.MobileBanner {
	background-color:#FFFFFF;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #243f8f;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.not-available {
	color: #919191;
}