/*  
PRiNZ Freelancer colorscheme CSS

COLORS

Blue:		#336699
Red:		#660000
Green:		#336633
Brown:		#75654e
Orange:		#cc6600
Grey:		#4d4d4d
Magenta:	#e4016c
Purple:		#532090
*/

/*** LINKS ***/
.blue a:link, .blue a:active, .blue a:visited { color:#336699; }
.red a:link, .red a:active, .red a:visited { color:#660000; }
.green a:link, .green a:active, .green a:visited { color:#336633; }
.brown a:link, .brown a:active, .brown a:visited { color:#75654e; }
.orange a:link, .orange a:active, .orange a:visited { color:#cc6600; }
.grey a:link, .grey a:active, .grey a:visited { color:#4d4d4d; }
.magenta a:link, .magenta a:active, .magenta a:visited { color:#e4016c; }
.purple a:link, .purple a:active, .purple a:visited { color:#532090; }

/*** THE LOGO ***/
.blue .blogtitle, .blue .blogtitle a { color: #336699; }
.red .blogtitle, .red .blogtitle a { color: #660000; }
.green .blogtitle, .green .blogtitle a { color: #336633; }
.brown .blogtitle, .brown .blogtitle a { color: #75654e; }
.orange .blogtitle, .orange .blogtitle a { color: #cc6600; }
.grey .blogtitle, .grey .blogtitle a { color: #4d4d4d; }
.magenta .blogtitle, .magenta .blogtitle a { color: #e4016c; }
.purple .blogtitle, .purple .blogtitle a { color: #532090; }

/*** SOME TITLES ***/
.blue .title, .blue a.title { color: #336699; }
.red .title, .red a.title { color: #660000; }
.green .title, .green a.title { color: #336633; }
.brown .title, .brown a.title { color: #336633; }
.orange .title, .orange a.title { color: #cc6600; }
.grey .title, .grey a.title { color: #4d4d4d; }
.magenta .title, .magenta a.title { color: #e4016c; }
.purple .title, .purple a.title { color: #532090; }

/*** HTML HEADINGS ***/
.blue h1, .blue h2, .blue h3, .blue h4 { color:#336699; }
.red h1, .red h2, .red h3, .red h4 { color:#660000; }
.green h1, .green h2, .green h3, .green h4 { color:#336633; }
.brown h1, .brown h2, .brown h3, .brown h4 { color:#75654e; }
.orange h1, .orange h2, .orange h3, .orange h4 { color:#cc6600; }
.grey h1, .grey h2, .grey h3, .grey h4 { color:#4d4d4d; }
.magenta h1, .magenta h2, .magenta h3, .magenta h4 { color:#e4016c; }
.purple h1, .purple h2, .purple h3, .purple h4 { color:#532090; }

/*** FORM SUBMIT ***/
.blue input[type=submit] { color:#336699; }
.red input[type=submit] { color:#660000; }
.green input[type=submit] { color:#336633; }
.brown input[type=submit] { color:#75654e; }
.orange input[type=submit] { color:#cc6600; }
.grey input[type=submit] { color:#4d4d4d; }
.magenta input[type=submit] { color:#e4016c; }
.purple input[type=submit] { color:#532090; }

/*** PORTFOLIO PAGE TEMPLATE ***/
.blue #portfolio h3 a { background: #336699; }
.red #portfolio h3 a { background: #660000; }
.green #portfolio h3 a { background: #336633; }
.brown #portfolio h3 a { background: #75654e; }
.orange #portfolio h3 a { background: #cc6600; }
.grey #portfolio h3 a { background: #4d4d4d; }
.magenta #portfolio h3 a { background: #e4016c; }
.purple #portfolio h3 a { background: #532090; }
