/* 
Title: master styles for screen media specific to www.scopr.com
*/

/***** HOME PAGE ONLY *****/

.home
					{
					padding: 8px 0px 8px 10px;
					width: 680px;
					}
* html  .home {  padding: 8px 0px 8px 10px;		}		/* IE 6	*/

#promo
					{
					padding: 0px;
					margin: 0px 0px 3px 0px;
					}
*+html #promo		{	margin: 0px 0px 5px 0px;	}		/* IE 7	*/


#slogan
					{
					padding: 6px 0px 8px 10px;
					font-weight: bold;
					color: #115577;
					margin: 1px auto 0px auto;
                                        font-size: 110%;
					border: 1px solid #cfd7e1;
					text-align: left;
					}
*+html #slogan          {       font-size: 100%; }               /* IE 7 */


/***** COMMUNITY & RESOURCES *****/

#list
					{
					border-top: 1px solid #d1d1d1;
					margin-top: 8px;
					width: 680px;
					}

#events
					{
					padding: 6px 20px 0px 10px;
					width: 150px;
					vertical-align: top;
					}

#resources
					{
					border-left: 1px solid #d1d1d1;
					padding: 6px 10px 0px 10px;
					width: 190px;
					vertical-align: top;
					}

#events h1, #resources h1, #news h1
					{
                                        font-size: 90%;
					color: #115577;
					padding: 0px;
					margin: 0px 0px 5px 0px;
					letter-spacing: 0px;
					}
*+html  #events h1 {    font-size: 90%;  }               /* IE 7 */
*+html  #resources h1 { font-size: 90%;  }               /* IE 7 */
*+html  #news h1 {      font-size: 85%;  }               /* IE 7 */

#events ul, #resources ul
					{
					margin: 0px;
					padding: 0px;
					list-style: none;
                                        font-size: 90%;
					}
* html          #events ul              {               font-size: 85%;          }
* html          #resources ul           {               font-size: 85%;          }
*+html          #events ul              {               font-size: 80%;          }
*+html          #resources ul           {               font-size: 80%;          }

#events ul li, #resources ul li
					{
					margin-bottom: 0px;
					margin-top: 4px;
					}

#resources li.sub
					{
					color: #787878;
					margin: 0px;
					}

#resources li.sub-top
					{
					margin-bottom: 0px;
					}



					
/***** NEWS *****/

#news h1
					{
					display: block;
					background: #e7e7e7;
					padding: 5px 10px 2px 10px;
					margin: 0px;
                                        font-size: 115%;
					}

#news p
					{
					padding: 0px;
					margin: 0px;
					}

#news
					{
					background: #f7f7f7;
					border-left: 1px solid #d1d1d1;
					border-right: 1px solid #d1d1d1;
					border-bottom: 1px solid #d1d1d1;
					padding: 0px;
					vertical-align: top;
                                        font-size: 85%;
					}
*+html  #news { font-size: 80%;  }               /* IE 7         */

 #news a
					{
                                        font-size: 100% !important;
					}

 #news-content
 					{
					padding: 6px 10px 8px 10px;
					}

 #news-content hr
					{
					display: block;
					border: none;
					border-bottom: dashed 1px #e7e7e7; 
					color: #f7f7f7;
					margin: 8px 0px;
					padding: 0px;
					}
* html		 #news-content hr	{		margin: 0px;		}		/* IE 6	 */
*+html  #news-content hr	{		margin: 0px;		}		/* IE 7	 */


