/* Description: Global style sheet for baiabros.com */
/* Last modified: November 24, 07 */
/* Author: Ally Noormohamed (anom.ca) */

/* Normalizes margin, padding */
body, ul, ol, li, h2, h3, p { margin : 0; padding : 0; }

/* Removes list-style from lists */
ol, ul { list-style : none; }

/* Removes border from fieldset and img */
img { padding: 0; border : 0; }

/*Common Sytles-----------------------------------------------------------------*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #A94D0A;
}

.main_wrapper {
	margin-top: 8px;
	margin-bottom: 8px; 
	margin-left: auto;
	margin-right: auto;
	width: 760px; /* left outside edge to right outside edge */
	background-color: #ffffff;
}

.header{
	float: right;
	width: 600px;
	height: 199px;	
	border-bottom: 8px solid #A94D0A;
	border-left: 8px solid #A94D0A;
}

.header h1{
	display: none;
}

.content{
	float: right;
	width: 600px;
	min-height: 300px;
	margin: 0 0 0 0;
	background-color: #ffffff;	
	border-left: 8px solid #A94D0A;
}

.content_title{
	width: 100%;
	height: 60px;
}

.content_title h2{
 	text-align: right;
	font-size: 2em;
	letter-spacing: -0.09em;
	padding-right: 8px;
	color: #0F7CA3;
	display: none;
}

.content_title img{
    margin-top: 8px;
	margin-right: 5px;
    float: right;
}

.content h3{
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 0.85em;	
	color: #0F7CA3;
	clear: both;
}

.content p{
	padding: 0px 8px 10px 8px;
	font-size: 0.8em;
}

.content ul{
	font-size: 0.8em;
	margin-left: 8px;
	padding-bottom: 10px;
}

.content .montybc_shop{
	font-size: 0.8em;
	border: 1px solid #ececec;
	margin-bottom: 10px;
}

.content .get_acrobat{
	font-size: 0.95em;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 8px;
	margin-right: 8px;
	border: 1px solid #ececec;
}

.content .get_acrobat img{
	padding-top: 8px;
}

/*Sponsor Box Start------------*/

.sponsors{
	width: 600px;
	/*height: 64px;*/
	background-color: #ffffff;
	margin: 0 0 -2px 0;
	padding: 8px 0 2px 0;
	border-bottom: 8px solid #A94D0A;
}

.sponsors .logos{
	margin: 0;
	padding: 0;
}

.sponsors .logos li{
	display: inline;
	margin: 0;
	padding: 0 2px 0 0;
}

.sponsors img{
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
	border: 2px solid #0F7CA3;
}

/*Sponsor Box End-------------*/

/*Trialsworx banner start ----*/

#banner{
	width: 600px;
	height: 94px;
	background-color: #ffffff;
	border-bottom: 8px solid #A94D0A;
}

/*Trialsworx banner start ----*/

.content a,
.content a:link,
.content a:visited{
	font-weight: bold;
	color: #620408;
	text-decoration: none;
}

.content a:hover{
	text-decoration: underline;
}

/*Demo Info Page Specific Styles---------------------------------------------------------*/

.content .demorider{
	height:180px; 
	margin-left: 8px; 
	margin-right: 8px;
}

.content .demorider img{
	float: left; 
	margin-right: 8px; 
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #ececec;
}

/*Video Page Specific Styles-------------------------------------------------------------*/

#videos .content{
	*height: 320px;
	background-image: url(/images/bg_film_roll.jpg);
	background-repeat: no-repeat;
	background-position: 252px 110px;
}

/*Blogger Styles (Index)-----------------------------------------------------------------*/

.blog_item_body{
	padding: 5px 8px 10px 8px;
	font-size: 0.8em;
}

.blog_item_body{
	clear: both;
}

.blog_item_body img{
	width: 270px;
	margin: 0;
	padding: 3px;
	border: 1px solid #ececec;
}

.blog_post_date, .comment-link{
	font-size: 0.85em;
}

.comment-link,
.comment-link:link,
.comment-link:visited,
.blog_post_date a,
.blog_post_date a:link,
.blog_post_date a:visited{
	font-weight: bold;
	color: #620408;
	text-decoration: none;
}

.comment-link:hover,
.blog_post_date a:hover{
	text-decoration: underline;
}

.post-footer{
	clear: both;
	border-bottom: 8px solid #A94D0A;
}

.footer{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	border: 1px solid #ffffff;
	width: 758px;
	padding: 3px 0 3px 0;
	text-align: center; 
	text-transform: uppercase;
	font-size: 0.70em; 
	color:#FFFFFF; 
	font-family: tahoma, verdana, helvetica, sans-serif;
}

.footer a,
.footer a:link,
.footer a:visited{
	text-decoration: none;
	color: #ffffff;
}

.footer a:hover{
	background-color: #ffffff;
	color: #A94D0A;
}

/*Navigation-----------------------------------------------------------------*/

.nav{
	float: left;
	width: 150px;
	height: 349px;
	background-color: #ffffff;
}

.nav ul{
	text-align: right;
	margin: 330px 1px 5px 2px;
	font-size: 0.68em;
	font-weight: bold;
	color: #620408;
	text-transform: uppercase;
}

.nav li{
	padding-top: 4px;
	padding-bottom: 8px;
}

.nav a,
.nav a:link,
.nav a:hover,
.sub_nav a,
.sub_nav a:link,
.sub_nav a:visited{
	color: #620408;
	text-decoration: none;
}

.nav a:hover,
.sub_nav a:hover{
	color: #0F7CA3; 
}

.sub_nav{
	text-align: right;
	font-size: 0.68em;
	font-weight: bold;
	color: #620408;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-right: 8px;
}

.sub_nav li{
	display: inline;
}

#home .home_btn a,
#montybc .montybc_btn a,	
#cpta .cpta_btn a,
#demoinfo .demo_btn a,
#photos .pic_btn a,
#videos .vid_btn a{
	color: #0F7CA3;
}

