/*
I.General
	a) Small reset
	b) Standard HTML Tag Definition
	c) Page Structure (wrapper, header, logo, pagination, footer)
	d) Superfish menu
	
II.Home page
	a) Slider
	b) 3 columns
	c) News
	
III.Portfolio

*/

/*------------------------------------------*/
/* I. b) Standard HTML Tag Definition       */
/*------------------------------------------*/

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #be0201;
}

p a:hover {
	border-bottom-color: #be0201;
}

ul li {
	background: url(../img/red/bullet.png) no-repeat 0px 7px;
}

blockquote {
	border-left: 5px solid #be0201;
}

/*------------------------------------------*/
/* I. c) Page structure 					*/
/*------------------------------------------*/

#logo a {
	color: #be0201;
}

#sidebar a:hover {
	background:	url(../img/red/little-rectangle.png) no-repeat 0px 2px;
}

#sidebar h3 {
	background: url(../img/red/little-rectangle.png) no-repeat 0px 7px;
}

.pagination-current-page {
	border: 1px solid #be0201;
}

.pagination a:hover{
	border-color: #be0201;
}

#footer-menu a:hover {
	color: #be0201;
}

.footer-current-page {
	color: #be0201;
}

/*------------------------------------------*/
/* I. d) SuperFish menu						*/
/*------------------------------------------*/

.sf-menu a.sf-menu-current {
	border-bottom-color: #be0201;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	border-bottom-color: #be0201;
}

.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:	#f9f9f9 url(../img/red/little-rectangle.png) no-repeat 0px 5px;
}

/*------------------------------------------*/
/* II. Home page							*/
/* II. a) Slider 							*/
/*------------------------------------------*/

#slider a:hover {
	background:	url(../img/red/little-rectangle.png) no-repeat 0px 5px;
}

.slider-link-current {
	background:	url(../img/red/little-rectangle.png) no-repeat 0px 5px;
}

#slider-time-line-current {
	background: #be0201;
}

/*------------------------------------------*/
/*II. b) 3 columns 							*/
/*------------------------------------------*/

#three-cols h3 {
	background: url(../img/red/little-rectangle.png) no-repeat 0px 7px;
}

/*------------------------------------------*/
/* II. c) News 								*/
/*------------------------------------------*/

#news h3 {
	background: url(../img/red/little-rectangle.png) no-repeat 0px 7px;
}

#news a:hover {
	color: #be0201;
}

/*------------------------------------------*/
/*III. Portfolio 							*/
/*------------------------------------------*/

#portfolio-content a:hover img {
	border: 1px solid #be0201;
}
