﻿/* Color File */
@import url("/css/internal-styles/beige.css");

/* Structure For Blog Control */

    div#content 
    {
        margin-left: 15px;
        margin-right: 0px;
        width: 575px;
    }

    div#content p 
    {
        margin-left: 0px;
    }

    /* add new background */
    div#content-container 
    {
        background: url(/images/template/backgrounds/page-background-1-column.gif) left top repeat-y; 
    }
    
    div#footer-container {  		
	    background: url(/images/template/backgrounds/footer-rope-1.gif) top left no-repeat;        
    }

    div#page-controls {
	    width: 540px;
    }


/* Main Blog Wrapper */
div.blog 
{
	width: 740px;
	display: block;
}

	
	/* Left Column Blgo Entrys */
	div.blogEntries 
	{
		margin: 0px;
		padding: 0px;
		float: left;
		width: 520px;
		
	}


/* Structure For Blog Control */

    div#content 
    {
        margin-left: 15px;
        margin-right: 0px;
        width: 575px;
    }

    div#content p 
    {
        margin-left: 0px;
    }

    /* add new background */
    div#content-container 
    {
        background: url(/images/template/backgrounds/page-background-1-column.gif) left top repeat-y; 
    }
    
    div#footer-container {  		
	    background: url(/images/template/backgrounds/footer-rope-1.gif) top left no-repeat;        
    }

    div#page-controls {
	    width: 540px;
    }


/* Main Blog Wrapper */
div.blog 
{
	width: 740px;
	display: block;
}

	
	/* Left Column Blgo Entrys */
	div.blogEntries 
	{
		margin: 0px;
		padding: 0px;
		float: left;
		width: 520px;
		
	}


	/* Right Column Blog Controls */
	div.blogSidebar {
 		margin: 0px;
		padding: 0px;

		width: 200px;
		float: right;

		margin-top: 20px;		
		margin-right: 3px;
	}

			div.blog h4 
			{
				clear:left;
				color: #63624c;
				font-size: 12px;
				width:190px;
				padding: 0px;
				background: #f0f0e8;

				padding-top: 10px;
				padding-left: 10px;
				padding-bottom: 10px;

				margin-top: 15px;
				
			}
		    
		    div.blogSidebar ul 
		    {
		        /*
		        margin: 0px;
		        padding: 0px;
				width: 200px;
*/
		    }

		    div.blogSidebar ul li
		    {
		        list-style: none;
		        margin-left: -30px;
		        margin-bottom: 8px;
		        line-height: 15px;
		        width: 180px;
		      }
		      
		    div.blogRecentPosts,
		    div.blogCategories,
		    div.blogArchive,
		    div.blogRoll
		    {
		        padding-bottom: 10px;
		        background: #f0f0e8;
		    }		  
		/*
			==============================
			Blog Control: 
			
			Calendar Styles
			==============================
		*/
		/* main table */		

        div.blogCalendar
        {
		display: block;
		clear: both;
        }
        
	
		table.calendarTable
		{
			width: 200px;
/*
			float: right;

			border-spacing: 0;
*/
			background: #f0f0e8;

		}	


		table.calendarTable td,
		table.calendarTable tr
		{
			border: 0px;
        	padding: 0px;

		}
		
		tr.dayNamesRow 
		{
			background: #f0f0e8;
		}
		
		tr.dayNamesRow th { width: 25px; background: #f0f0e8;; }
		tr.weekRow td { width: 25px; text-align: center; background: #f0f0e8;}
		tr.weekRow td.activeDay { width: 25px; text-align: center; background: #f0f0e8;;}

		tr.monthRow td table tbody tr td.prevMonth
		{
			width: 25px;
			background: #f0f0e8;
		}

		tr.monthRow td table tbody tr td.nextMonth
		{
			background: #f0f0e8;
			width: 25px;
		}

		tr.monthRow td table tbody tr td.currentMonth
		{
			background: #f0f0e8;
			font-weight: bold;
			padding-left: 10px;
			padding-right: 10px;
			width: 150px;
			text-align: center;
		}


		tr.dayNamesRow 
		{
			background: #f0f0e8;
		}

span.tags 
{
    font-style: italic;
}

span.entrypermalink 
{
    /* */
}

div.entryBody 
{
    margin-top: 10px;
}

div.entryFooter 
{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
}


div.blogRSS 
{
    visibility: hidden;
}





/*



div.blogRSS 
{
    display: none;
}
*/

div.rssfeed 
{
 width: 20px;
 
 position: absolute;   
 margin-left: 540px;
 margin-top: -8px;
}

div.emailfeed 
{
    width: 20px;
    position: absolute;
    margin-left: 540px;
    margin-top: 10px;
}

div.rssfeedtxt
{
    position: absolute;
    margin-left: 565px;
    width: 110px;
    margin-top: -3px;
}

div.emailfeedtxt a
{
    position: absolute;
    margin-left: 565px;
    width: 110px;
    margin-top: 15px;
}
   
div.subscribetitle 
{
     position: absolute;
     margin-left: 545px;
	width: 180px;
     font-weight: bold;
     font-size: 12px;
     color: #63624c;
     height: 20px;
     margin-top: -24px;
}

h3.entryTitle
{
    font-size: 14px;
    margin-bottom: 5px;    
}


/* 
    Added to overwrite the beige.css
    Added to make the links 'POP'

    Date: Oct 12, 2007.
*/

div#content div.entry a 
{
    color: #7c0900 !important;
}

div#content div.entry a:hover
{
    color: #7c0900 !important;
}
