/*

	File: screen.css
	Media: screen
	Copyright: (c) 2008 Church Media Group, Inc. www.churchmedia.cc
	Author: Ismael Burciaga Jr.
	Notes: 

Table of Contents:

	Reset Defaults
	Basic Selectors
	Links
	Main Structure Selectors
	Header Layout
	Main Layout
	Sidebar Layout
	Margins
	
Colors:

	Dark Gray #333
	Medium Gray #777
	Light Gray #ccc
	Red #a90000
	
*/


/* Reset Defaults
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
ul { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}


/* Basic Selectors
--------------------------------------------------------------------------------------- */

html { background: #ececec url(../images/bg/bg_html.jpg) repeat; }
body { font: normal 62.5% Helvetica, Arial, sans-serif; color: #666666; background: transparent url(../images/bg/bg_body.jpg) top center repeat-x;  }

h1, h2, h3, h4, h5, h6 { font-size:1.8em; font-weight:bold; color: #4e3f2d; font-family: proxima-nova-1,proxima-nova-2, helvatica, arial, sans-serif; }
p { font-size:1.2em; line-height:1.6em; margin:12px 0; }
small { font-size:1.1em; }

.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; }

.float-left { float:left; }
.float-right { float:right; }
.float-none { float:none; }

.clear-left {clear: left;}
.clear-right {clear:right;}
.push {clear:both;}

.hide {display: none;}
.overflow { width: 100%; overflow: hidden; }
.image_float { float: left; display: inline;  margin:16px 24px 24px 0; }

.padding-bottom { padding-bottom: 24px; }


/* Links
--------------------------------------------------------------------------------------- */

a {font-weight: bold; text-decoration: none;}
a:link { color: #2dc903;}
a:visited { color: #2dc903;}
a:hover { color: #2dc903; text-decoration: underline;}
a:active { color: #2dc903;}

.main_nav a:link { color: #6ec756; }
.main_nav a:visited { color: #6ec756;}
.main_nav a:hover { color: #ffffff; text-decoration: none;}
.main_nav a:active { color: #6ec756;}

body.homeTab a#homeTab,
body.miniTab a#miniTab,
body.infoTab a#infoTab,
body.grupTab a#grupTab,
body.umuTab a#umuTab,
body.homeTab a#homeTab:hover,
body.miniTab a#miniTab:hover,
body.grupTab a#grupTab:hover,
body.umuTab a#umuTab,
body.infoTab a#infoTab:hover { color: #ffffff;}


/* Main Structural Selectors
--------------------------------------------------------------------------------------- */

.container { width:960px; margin: 0 auto; padding-bottom: 40px;}
.header { width:960px; margin: 0 auto; padding: 0 0 0 0; }
.content { width:912px; margin: 0 auto; padding: 24px; background: #ffffff url(../images/bg/bg_content.gif) top left repeat-y; }
.main { width:620px; float:left; display: inline; }
.sidebar { width:243px; float:right; display: inline; }
.footer { width: 960px; margin: 0 auto; padding: 6px 0; }

body.blank .content { background-image: none; }

/* Header Layout
--------------------------------------------------------------------------------------- */

.header h1 { float: left; display: inline; margin: 60px 0 24px 0; }
.header h2 { float: right; display: inline; color: #ffffff; margin: 75px 0 0 0; font-size: 1.4em; }

.main_nav { width: 700px; height: 27px; overflow: hidden; float: right; display: inline; margin: 16px 0 0 0; }
.main_nav li { height: 17px; float: right; display: inline; margin: 0 0 0 8px; padding: 0; text-align: center; text-transform: uppercase; font-size: 1em; }
.main_nav li a { display: block; padding-left: 12px;  height: 27px; padding-left: 12px; text-decoration: none; float: right; margin: 0 0 0 0; }
.main_nav li a span{ display: block; height: 19px; line-height: 30px; padding: 8px 12px 0 0; letter-spacing: .05em; }


/* Main Layout
--------------------------------------------------------------------------------------- */

.rotator { width: 620px; height: 300px; position: relative; margin-bottom: 24px;}

#divMainRotator { width: 620px; height: 300px; overflow: hidden;}

#divMainRotatorNav { position:absolute; bottom:19px; right:16px; z-index:99; }
#divMainRotatorNav a { margin: 0 0 0 4px; padding: 3px 7px; background: #ffffff; text-decoration: none; color: #888888; font-size: 1.2em; }
#divMainRotatorNav a:hover { background: #454545; text-decoration: none; color: #ffffff; }
#divMainRotatorNav a.activeSlide { background: #2dc903; text-decoration: none; color: #ffffff; }
#divMainRotatorNav a:focus { outline: none; }

#slideshow { width: 620px; height: 300px; overflow: hidden; z-index: 98; position: absolute; }
.nav_box { position: absolute; bottom:12px; left: 12px; z-index: 99; background: #ffffff; padding:10px 0px 8px 6px; }
.nav_box div a:link { padding: 4px 6px 2px 6px; background: #ffffff; font-size: 1.2em; margin-right: 6px; color: #999999; border: 1px solid #cccccc; }
.nav_box div a.activeSlide {color:#555; border: 1px solid #555; }
.nav_box div a:focus { outline: none; }

.blogs_homepage { background: transparent url(../images/bg/bg_divider.gif) 50% 0 repeat-y; }
.blogs_homepage h4 { font-size: 1.6em; }
.blogs_homepage small { display: block; margin-top: 3px; color: #4e3f2d; font-size: 1.2em; }
.left_panel { width: 284px; float: left; display:inline; }
.right_panel { width: 284px; float: right; display:inline; }

img.image_margin { margin: 20px 0; }

.page_header { width: 100%; overflow: hidden; padding-bottom:8px; border-bottom: 4px solid #e8e8e8; margin-bottom: 20px;	 }
.page_header h2 { font-size: 2.8em; font-weight: normal; }

.main_content p { line-height: 1.6em;}
.main_content ul, .main_content dl, .main_content ol { margin: 16px 0; }
.main_content ul li, .main_content dl dd{ list-style: disc; display: list-item; margin-left: 32px; padding-left: 4px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 6px; }
.main_content ol li { display: list-item; margin-left: 32px; padding-left: 4px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 6px; }

.home_top { border-bottom: 4px solid #cccccc; padding-bottom: 20px; margin-bottom: 20px; }

.events { float: left; display:inline; width: 276px; border-right: 4px solid #cccccc; padding-right: 24px; }
.event_listings {margin-top: 10px; padding-bottom: 10px; border-bottom: 1px dashed #cccccc;}
.event_listings h3 { font-size: 1.4em; color:#2dc903; margin-bottom: 4px; }
.event_listings p { margin: 0;}

.mensaje { float: right; display:inline; width: 552px; overflow: hidden; }
.mensaje img { float: left; display:inline; margin:16px 20px 10px 0; }
.mensaje h4 { font-size: 1.4em; margin-top: 13px; color: #2dc903; }

.groups { padding-bottom: 24px; border-bottom: 4px solid #e8e8e8; margin-bottom: 24px; overflow: hidden; width: 100%; }
.groups img { float: left; display: inline; margin-right: 24px; }

/* Sidebar Layout
--------------------------------------------------------------------------------------- */

.sidepanel { overflow: hidden; width: 100%; border-bottom: 4px solid #e8e8e8; margin-bottom: 20px; }
.sidebar .last { margin-bottom: 0;  border: none; padding-bottom: 0; }
.side_nav { margin-bottom:20px; }
.side_nav li { border-bottom: 2px solid #e8e8e8; font-size: 1.4em; padding-left: 16px; background: transparent url(../images/arrows/arrow_grey.gif) 0 50% no-repeat;}
.side_nav li a { display: block; width: 100%; padding: 8px 0;}

.side_links { margin: 16px 0;}
.side_links li { font-size: 1.2em; padding-left: 16px; background: transparent url(../images/arrows/arrow_grey.gif) 0 50% no-repeat; margin-bottom: 8px; }
.welcome { }
.welcome img { float:right; display:inline; margin: 0 0 10px 16px; }

/* Footer Layout
--------------------------------------------------------------------------------------- */

.footer p { font-size: 1em; margin: 16px 0; }
.footer h2 { float: right; display: inline; margin-top: 16px; }
.footer h2 a { display: block; width: 130px; height: 12px; text-indent: -9999px; outline: none; background: transparent url(../images/logo_cmg.gif) left top no-repeat; }
.footer h2 a:hover { background-position: right top; }






