﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
	background		: #470C0E url(images/blackStripe.jpg) repeat-x left 75px;
}

body 
{
	color			: #272425;
	background		: #ffffff url(images/fadedFlag.png) no-repeat left -1px;
	border-radius	: 5px;
	-moz-border-radius  : 5px;
	-webkit-border-radius: 5px;
}

h1 
{
}

h2 
{
	color			: #4C4C56;
}

h3 
{
	border-bottom	: solid 1px #272425;
}

h4 
{
	background		: white url(images/greyFadeStrip.jpg) repeat-y left top;
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
	color			: #346398;
}

a:visited 
{
	color			: #346398;
}

a:hover 
{
	color			: #346398;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

.section.content
{
	background		: transparent url(images/greyBar.png) repeat-y left 0;
}

.footer
{
	color			: #ffffff;
}

.widget
{
	background-color: White;
	border-right	: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.post 
{
    border-bottom   : solid 1px #ccc;    
}

/*___ SPAN _________________________________________________________________*/

.header p span
{
	color			: #1B191A;	
}

.main.menu span,
.footer .main.menu a:hover span,
.footer .main.menu li:hover + li span

{
	border-left		: solid 1px #E3E3E3;	
}

.main.menu li:first-child span,
.main.menu a:hover span,
.main.menu li:hover + li span,
.footer .main.menu li:first-child a:hover span
{
	border-left		: none;	
}

/*___ H1 _________________________________________________________________*/

h1
{
	background		: transparent url("images/logo-trans.png") no-repeat left top;
}

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

.widget h4
{
	background		: transparent none;	
}

/*___ H5 _________________________________________________________________*/

.categories.title
{
	color			: #4C4C56;
}

.list.seminars h5
{
	border-bottom	: solid 1px #346398;
}

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

.header p
{
	color			: #DBDAE3;	
}

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

.list.categories li
{
	border-left		: solid 1px #346398;
	border-bottom	: solid 1px #346398;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

.main.menu a,
.main.menu a:visited,
.main.menu a:hover
{
	color			: #E3E3E3;
}

.main.menu a:hover
{
	background-color: #E3E3E3;
	color			: #470C0E;
}


.footer a,
.footer a:visited,
.footer a:hover
{
	color			: White;	
}

.footer .main.menu a:hover
{
	background-color: Transparent;
	color			: #E3E3E3;	
}


.list.categories a:hover
{
	color			: #272425;
}

.list.seminars h5 a:hover
{
	color			: #272425;
}

.widget a.delete,
.widget a.edit
{
	border			: solid 1px #272425; 
}

.widget a.delete,
.widget a.delete:visited,
.widget a.edit,
.widget a.edit:visited
{
	color			: white;
	background-color: #346398;	
	border-radius	: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.widget a.delete:hover,
.widget a.edit:hover
{
	color			: #346398;
	background-color: white;	
	border-radius	: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

.seminarThumb
{
	border			: solid 1px #272425;	
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
