/*
Theme Name: MCCU Autos
Theme URI: https://www.mccu.com
Description: Developed for the MCCU Vehicle Resource Center by Eric Rommel.
Version: 1.0
Author: MCCU
Author URI: https://www.mccu.com
*/

@import url("/wp-content/themes/mccu/css/header.css");
@import url("/wp-content/themes/mccu/css/footer.css");
@import url("/wp-content/themes/mccu/css/page.css");
@import url("/wp-content/themes/mccu/css/home.css");
@import url("/wp-content/themes/mccu/css/custom.css");

html, body    { height: 100%; margin: 0px; padding: 0px; background: #3d464f; font: 12px Verdana, Arial, Helvetica, sans-serif; color: #222; }

a             { font: 12px Verdana, Arial, Helvetica, sans-serif; color: #b5111b; cursor: pointer; }
a img         { border: none; }
a:hover       { text-decoration: none; color: #222; }
a:active      { outline: none; }
a:focus       { -moz-outline-style: none; }

p             { line-height: 17px; margin-top: 0px; }
p + p         { margin-top: 5px; }

ol, ul        { list-style: none;	}

h1, h2        { margin: 0 0 5px 0;	font-weight: bold; font-family: Georgia, "Times New Roman", serif; }
h1            { font-size: 30px; color: #9d0f17; }
h2            { font-size: 24px; }
h3            { font: bold 18px Calibri, sans-serif; margin: 0px; padding: 10px 0 5px 0; }
h4            { font: bold 16px Calibri, sans-serif; margin: 5px 0 0 0; }

fieldset      { position: relative; padding: 10px 0 10px 310px; margin: 0px; height: 200px; font-size: 11px;
		        background: no-repeat url(/wp-content/themes/mccu/images/groups/group-overlays.png) 0px -145px; border: none; overflow: hidden; }
legend img    { position: absolute; top: 8px; left: -291px; width: 258px; height: 168px; }
legend + *    { margin-top: 0px; padding-top: 0px; }

small	      { position: relative; top: -1px; font: bold 10px Calibri; text-transform: uppercase; }

cite          { display: block; font: 10px Calibri; text-transform: uppercase; }


.list a {
	display: block;
	height: 22px;
	padding-left: 10px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #CCC;
}
.list a:hover {
	background: url(images/list-hover-bg.png);
	color: #b5111b;
}

.list.arrowed a {
	padding-left: 30px;
	background: no-repeat url(images/compilation-buttons.png) 0px -169px;	
}
.list.arrowed a:hover {
	background: no-repeat #FFF url(images/compilation-buttons.png) 0px -106px;	
}
 
.button {
	height: 25px;
	font: bold 11px Tahoma;
	vertical-align: middle;
	text-decoration: none;
	color: #FFF;
}
.button span {
	display: block;
	float: left;
	width: 6px;
	height: 25px;
	line-height: 25px;
	background: url(images/button-bg.png);
}
.button span.b-left { background-position: 0px 0px; }
.button span.b-right { background-position: 0px -50px; }
.button span.b-center {
	width: auto;
	padding: 0px 15px;
	background-position: 0px -100px;
}

.button:hover span.b-left { background-position: 0px -25px; }
.button:hover span.b-right { background-position: 0px -75px; }
.button:hover span.b-center { 
	color: #FFF;
	background-position: 0px -125px; 
}


/*  CURVED BORDERS PROPERTY  */
/*
[curved]          { behavior: url(/wp-content/themes/mccu/css/border-radius.htc);
                    -moz-border-radius: 5px; 
                    -webkit-border-radius: 5px; 
				     border-radius: 5px; }
[curved="top"]    { -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; 
                    -webkit-border-radius-bottomleft: 0px; -webkit-border-radius-bottomright: 0px; 
                     border-radius-bottomleft: 0px; border-radius-bottomright: 0px; }
[curved="bottom"] { -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; 
                    -webkit-border-radius-topleft: 0px; -webkit-border-radius-topright: 0px; 
				     border-radius-topleft: 0px; border-radius-topright: 0px; }			
*/
