/*-----------------------------------------------------------------------------------*/
/*---------- G E N E R A L   F O R M A T T I N G ------------------------------------*/
/*-----------------------------------------------------------------------------------*/
* {margin: 0; padding: 0;}

body {
margin: 0;
padding: 0;
background-color: #888888;
background-image: url(http://gawariel.com/gawariel_design/images/body%20pattern.jpg);
font-family: lucida sans unicode, serif;
font-size: 62.5%;
color: #333333;
overflow:-moz-scrollbars-vertical;
}

a, a:link, a:visited {
color: #045E7E;
text-decoration: none;
}

a:hover {
color: #222222;
text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/*---------- P A G E   P O S I T I O N I N G ----------------------------------------*/
/*-----------------------------------------------------------------------------------*/

/*CONTAINER OF THE LAYOUT*/
#content {
width: 900px;
margin: 20px auto 0 auto; 
padding: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*---------- E N T R Y   O P M A A K ------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------
   Entry item
------------------------------------------------------------------------*/
.subcontent {
margin: 0;
padding: 25px 10px 15px 10px;
background-image: url(http://gawariel.com/gawariel_design/images/boxtop.jpg);
background-repeat: repeat-x;
background-color: #EEEEEE;
border: 1px solid #797979;
}

/*---------------------------------------------------------------------
   Content entry item (underneath subject/date)
------------------------------------------------------------------------*/
.entry    {
width: 95%;
margin: 0 auto;
text-align: justify;
font-size: 1.2em;
padding: 10px;
}

.entry a {
font-weight: bold;
}

/*---------------------------------------------------------------------
   Title of page item
------------------------------------------------------------------------*/
.subject {
font-size: 1.6em;
text-transform: uppercase;
font-family: georgia, serif;
letter-spacing: 0.1em;
font-weight: bold;
color: #045E7E;
}

/*---------------------------------------------------------------------
   Seperator inbetween entry items
------------------------------------------------------------------------*/
.separator{
height: 35px;
background-image: url(http://gawariel.com/gawariel_design/images/boxtop.jpg);
background-repeat: repeat-x;
}

/*---------------------------------------------------------------------
   Cutenews footer (links to different pages)
------------------------------------------------------------------------*/
#cutefooter {
width: 100%;
text-align: center;
z-index: 100;
clear: both;
margin: -19px 0 40px 0;
}

ul.cutenavfooter{
margin: 0;
padding: 0;
text-transform: uppercase;
font-size: 1.1em;
letter-spacing: 0.10em;
}

ul.cutenavfooter li  {
margin: 0 2px;
padding: 0;
display: inline;
background-color: #000000;
background-image: url(http://gawariel.com/gawariel_design/images/navbg.jpg);
background-repeat: repeat-x;
background-position: bottom left;
border: 1px solid #797979;
border-top: 0px;
font-weight: normal;
padding: 8px;
}


/*---------------------------------------------------------------------
   Table with image buttons and previews
------------------------------------------------------------------------*/

p {
width: 95%;
margin: 0 auto;
padding: 10px;
text-align: justify;
font-size: 1.2em;
}

table.link {
width: 90%;
margin: 0 auto;
padding: 5px;
text-align: justify;
font-size: 1.2em;
background-color: #DDDDDD;
border: 1px solid #CCCCCC;
}

h1, h2 {
margin: 0 0 .2em;
font-size: 1.4em;
text-align: center;
}

h1 em, h2 em {
color: #045E7E;
font-style: normal;
}

table.buttons {
width: 95%;
margin: 20px auto;
padding: 10px;
background-color: #000000;
background-image: url(http://gawariel.com/gawariel_design/images/boxtop.jpg);
background-repeat: repeat-x;
border: 1px solid #797979;
}

#largeImg {
background-color: #EEE;
border: solid 1px #ccc;
width: 252px;
height: 228px;
padding: 5px;
}

.thumbs img {
background-color: #EEE;
border: solid 1px #ccc;
width: 25px;
height: 25px;
padding: 4px;
}

.thumbs img:hover {
border-color: #045E7E;
}

img {
border: solid 1px #ccc;
/*width: 25px;
height: 25px;*/
padding: 4px;
}

a:hover img {
background-color: #4293B0;
}

/*---------------------------------------------------------------------
   Table with commission previews
------------------------------------------------------------------------*/

.commtop {
height: 35px;
background-image: url(http://gawariel.com/gawariel_design/images/boxtop.jpg);
background-repeat: repeat-x;
border: 1px solid #1B4659;
text-align: center;
}

td {
text-align:center;
}

/*---------------------------------------------------------------------
   Table with testimonials
------------------------------------------------------------------------*/

.tesname {
text-align: left;
height: 35px;
background-image: url(http://gawariel.com/gawariel_design/images/boxtop.jpg);
background-repeat: repeat-x;
border-bottom: 1px solid #1B4659;
padding: 3px;
}

.testext {
background-color: #DBE4E5;
background-image: url(images/quote.png);
background-repeat: no-repeat;
background-position: 10px 5px;
padding: 5px 30px 25px 40px;
text-align: justify;
}