/*
	override css to create different color templates
	@this one the basic colors are:
	
	dark:  #7A1616
	light: #C70000
*/


body { background-color: #fff; background-image: url('../images/bg_pattern.png'); background-repeat: repeat; }
/*body { background: #fff url('../images/bg_pattern.png') repeat; } τα κάνει μικρά κουτάκια για κάποιο λόγο*/

#header marquee,h1	{ color:#7A1616;  }

div.wrapper { border-top: 2px solid #CD2122; }


/* menu & bottom background */
.row4, .row2
	{
		/* αριστερά το πιο ανοιχτό χρώμα, δεξιά το πιο σκούρο*/ 
		background:#CD2122; 
		background: -webkit-linear-gradient(left top, #CD2122, #CD2122);
		background: -o-linear-gradient(bottom right, #CD2122, #CD2122);
		background: -moz-linear-gradient(bottom right, #CD2122, #CD2122);
		background: linear-gradient(to bottom right, #CD2122, #CD2122);
		/*  background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%);
		 text-align: center;
		  text-transform: normal;
		  text-decoration: none;
		  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
				  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); */
	 }
	 
	 
/* first line menu */
#topnav li a:link,
#topnav li a:visited	{ color:#fff;  }
#topnav li a:hover	{ color:#efefef; }


/* drop down menu */
#topnav ul ul 		{ border-bottom:1px solid #CD2122; }
#topnav li li a:link, 
#topnav li li a:visited { color:#000;   background-color:#fefefe; }
#topnav li li a:hover	{ color:#C70000;   background-color:#ffffff;}


/* footer */
#footer a:link,
#footer a:visited	{  }
#footer a:hover		{  }

#footer address		{  }	



.animated-button1 {
  background: linear-gradient(-30deg, #000040 55%, #C00000 45%);
}
