﻿/*

These styles were used with the Starter Master Page by Randy Drisgill
http://blog.drisgill.com 

*/
/* modify ribbon color */
body #s4-ribbonrow {
	background-color: #67829F;
}
/* modify site actions menu color */
.ms-siteactionsmenuinner {
	background: none;
	background-color: #67829F;
	border-color: #67829F;
	border-top-color: #67829F;
}
/* fix scrolling on list pages */
#s4-bodyContainer {
	position: relative;
}
/* hide body scrolling (SharePoint will handle) */
body {
	height:100%;
	overflow:hidden;
	width:100%;
	/* Restore black text color in body (core4.css sets it to gray)*/
	color: black;
}
/* popout breadcrumb menu needs background color for firefox */
.s4-breadcrumb-menu {
	background:#F2F2F2;
}

/* added by kent 9/15/2011, fixes IE where cursor turns into a cursor instead of an arrow when navigating in the upper portions of the ribbon */
.ms-cui-ribbonTopBars {
	cursor: default;
}

/* added by kent 1/20/2012, add underlines to links  */
.bodyText a, .bodyText a:link, .bodyText a:visited, .bodyText a:hover, 
#ctl00_PlaceHolderMain_ctl01_ctl01_RichHtmlField a, #ctl00_PlaceHolderMain_ctl01_ctl01_RichHtmlField a:link, #ctl00_PlaceHolderMain_ctl01_ctl01_RichHtmlField a:visited, #ctl00_PlaceHolderMain_ctl01_ctl01_RichHtmlField a:hover,
.article-content a, .article-content a:link, .article-content a:visited, .article-content a:hover
{ 
    text-decoration: underline !important; 
} 
/* added by kent 1/20/2012 fixes in edit mode, when the size of the title input field was too small */
#ctl00_PlaceHolderMain_TitleField_ctl00_TextField,
#ctl00_PlaceHolderMain_ctl01_ctl00_ctl00_ctl00_TextField,
#ctl00_PlaceHolderMain_ctl00_ctl00_ctl00_ctl00_TextField
{
	width: 600px;
}

/***************************************************************
Custom Styles Used for the RichHtmlField Controls 
****************************************************************/


