/* - - - - - - - - - - - - - - - - LINK LISTS - - -- - - - - - - - - - - - */

/* Special style for the links generated by %recentpress%, et al */

.link_list {
        display: block;
}


/* - - - - - - - - - - - -  LINK LIST STYLE FOR COL1 - - - - - - - - - - - - */

div#col1 a:link.link_list {
        text-align: left;
        font-weight : normal;
        font-size: 11px;
        color : #484848;
        background-image: url(images/arrow_blogitem_off.png);
        background-repeat : no-repeat;
        padding-left:10px;
}

div#col1 a:visited.link_list {
        text-align: left;
        font-weight : normal;
        font-size: 11px;
        color : #484848;
        background-image: url(images/arrow_blogitem_off.png);
        background-repeat : no-repeat;
        padding-left:10px;
}

div#col1 a:hover.link_list {
        text-align: left;
        font-weight : normal;
        font-size: 11px;
        color : orange;
        background-image: url(images/arrow_blogitem_on.png);
        background-repeat : no-repeat;
}


/* - - - - - - - - - - - -  LINK LIST STYLE FOR COL2 - - - - - - - - - - - - */


div#col2 a:link.link_list {
	text-align: left;
    font-size: 12px;
	line-height: 12px;
	padding-top:6px;
    background-image: url(images/arrow_blogitem_on.png);
    background-repeat : no-repeat; 
    padding-left:20px;
}

div#col2 a:visited.link_list {
	text-align: left;
    font-size: 12px;
}

div#col2 a:hover.link_list {
	text-align: left;
    font-size: 12px;
	font-weight: bold;
}


/* - - - - - - - - - - - -  LINK LIST STYLE FOR COL3 - - - - - - - - - - - - */

div#col3 a:link.link_list {
	text-align: left;
        font-weight : normal;
        font-size: 11px;
        color : #484848;
        background-image: url(images/arrow_blogitem_off.png);
        background-repeat : no-repeat;
        padding-left:10px;
		padding-bottom:5px;
		padding-top:2px;
	}

div#col3 a:visited.link_list {
	text-align: left;
        font-weight : normal;
        font-size: 11px;
        color : #484848;
        background-image: url(images/arrow_blogitem_off.png);
        background-repeat : no-repeat;
        padding-left:10px;
		padding-bottom:5px;
		padding-top:2px;
}

div#col3 a:hover.link_list {
	text-align: left;
        font-weight : normal;
        font-size: 11px;
        color : orange;
        background-image: url(images/arrow_blogitem_on.png);
        background-repeat : no-repeat;
		padding-bottom:5px;
		padding-top:2px;
}

/*    - - - - - - - - - - - -  LINK LIST ICONS  - - - - - - - - - - - -  
 
----  For wherever you want the link_list to have a different image, add this to the styles.css.
---- Notes:  Make sure you have the right column listed (col1,col2,col3). 
---- Make sure you leave enough padding for the image (a little more than the width of the image).
---- You can use events_linklist, blog_linklist, pressrelease_linklist, and/or news_linklist.*/


/*  - - - - - - - - - - - -  COLUMN ONE NEWS ICONS - - - - - - - - - - - -   */

div#col1 a:link.news_linklist {
        background-image: url(images/arrow_blogitem_on.png);
        background-repeat : no-repeat;
        padding-left:10px;
}

div#col1 a:visited.news_linklist {
        background-image: url(images/arrow_blogitem_on.png); 
        background-repeat : no-repeat;
        padding-left:10px;
}

div#col1 a:hover.news_linklist {
        background-image: url(images/arrow_blogitem_on.png);
        background-repeat : no-repeat;
        padding-left:10px;
}

/*  - - - - - - - - - - - -  COLUMN TWO NEWS ICONS  - - - - - - - - - - - -   */
div#col2 a:link.news_linklist {
        background-image: url(images/uploaded/recentnews.gif);
        background-repeat : no-repeat;
        padding-left:20px;
}

div#col2 a:visited.news_linklist {
        background-image: url(images/uploaded/recentnews.gif); 
        background-repeat : no-repeat;
        padding-left:20px;
}

div#col2 a:hover.news_linklist {
        background-image: url(images/uploaded/recentnews2.gif);
        background-repeat : no-repeat;
        padding-left:20px;
}

/*  - - - - - - - - - - - -  COLUMN THREE NEWS ICONS  - - - - - - - - - - - -   */
div#col3 a:link.news_linklist {
        background-image: url(images/arrow_blogitem_on.png);
        background-repeat : no-repeat;
        padding-left:20px;
}

div#col3 a:visited.news_linklist {
        background-image: url(images/arrow_blogitem_on.png);
        background-repeat : no-repeat; 
        padding-left:20px;
}

div#col3 a:hover.news_linklist {
        background-image: url(images/arrow_blogitem_on.png);
        background-repeat : no-repeat;
        padding-left:20px;
}

/* ---------------------------------------------------------- */

/*  - - - - - - - - - - - -  COLUMN ONE EVENT ICONS - - - - - - - - - - - -   */

div#col3 a:link.events_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        padding-left:20px;
}

div#col3 a:visited.events_linklist {
        background-image: url(images/uploaded/recentevents.gif); 
        padding-left:20px;
}

div#col3 a:hover.events_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        padding-left:20px;
}

/*  - - - - - - - - - - - -  COLUMN TWO EVENT ICONS  - - - - - - - - - - - -   */

div#col2 a:link.events_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat;
        padding-left:20px;
}

div#col2 a:visited.events_linklist {
        background-image: url(images/uploaded/recentevents.gif); 
        background-repeat : no-repeat;
        padding-left:20px;
}

div#col2 a:hover.events_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat;
        padding-left:20px;
}

/* - - - - - - - - - - - -   COLUMN THREE EVENT ICONS  - - - - - - - - - - - -   */

div#col3 a:link.events_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat;
        padding-left:20px;
}

div#col3 a:visited.events_linklist {
        background-image: url(images/uploaded/recentevents.gif); 
        background-repeat : no-repeat;
        padding-left:20px;
}

div#col3 a:hover.events_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat;
        padding-left:20px;
}

/* ---------------------------------------------------------- */

/*  - - - - - - - - - - - -  COLUMN ONE BLOG ICONS  - - - - - - - - - - - -   */

div#col1 a:link.blog_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat;
        padding-left:10px;
}

div#col1 a:visited.blog_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat; 
        padding-left:10px;
}

div#col1 a:hover.blog_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat;
        padding-left:10px;
}


/*  - - - - - - - - - - - -  COLUMN TWO BLOG ICONS - - - - - - - - - - - -   */

div#col2 a:link.blog_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat;
        padding-left:10px;
}

div#col2 a:visited.blog_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat; 
        padding-left:10px;
}

div#col2 a:hover.blog_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat;
        padding-left:10px;
}


/*  - - - - - - - - - - - -  COLUMN THREE BLOG ICONS - - - - - - - - - - - -   */

div#col3 a:link.blog_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat;
        padding-left:10px;
}

div#col3 a:visited.blog_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat; 
        padding-left:10px;
}

div#col3 a:hover.blog_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat;
        padding-left:10px;
}




/*  - - - - - - - - - - - -  COLUMN ONE PRESS ICONS - - - - - - - - - - - -   */

div#col1 a:link.pressrelease_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat;
        padding-left:10px;
}

div#col1 a:visited.pressrelease_linklist {
        background-image: url(images/uploaded/recentevents.gif); 
        background-repeat : no-repeat;
        padding-left:10px;
}

div#col1 a:hover.pressrelease_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat;
        padding-left:10px;
}


/*  - - - - - - - - - - - -  COLUMN TWO PRESS ICONS - - - - - - - - - - - -   */

div#col2 a:link.pressrelease_linklist {
        background-image: url(images/arrow_blogitem_off.png);
        background-repeat : no-repeat;
        padding-left:10px;
}

div#col2 a:visited.pressrelease_linklist {
        background-image: url(images/arrow_blogitem_off.png);
        background-repeat : no-repeat; 
        padding-left:10px;
}

div#col2 a:hover.pressrelease_linklist {
        background-image: url(images/arrow_blogitem_off.png);
        background-repeat : no-repeat;
        padding-left:10px;
}


/* - - - - - - - - - - - -  COLUMN THREE PRESS ICONS - - - - - - - - - - - -   */

div#col3 a:link.pressrelease_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat;
        padding-left:10px;
}

div#col3 a:visited.pressrelease_linklist {
        background-image: url(images/uploaded/recentevents.gif); 
        background-repeat : no-repeat;
        padding-left:10px;
}

div#col3 a:hover.pressrelease_linklist {
        background-image: url(images/uploaded/recentevents.gif);
        background-repeat : no-repeat;
        padding-left:10px;
}


