/*  
Theme Name: Wicklow Tutorials
Theme URI: http://www.merlinwebdesign.com/
Description: Wordpress Theme developed by James Riddett for Wicklow Tutorials.
Version: 1.0
Author: James Riddett
Author URI: http://www.merlinwebdesign.com/
*/


body { background: #004000;
       padding-top: 25px;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
 	   font-size: 11px;
	   color: #C8C8C8;
	   text-align: center; }
	   
input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif;
                          font-size: 10px; width: 200px; }

textarea { height: 100px; }
						  
#page { width: 730px; margin: auto; }

#header { border: solid 1px #294F2D; margin-bottom: 20px; }

#content-area { width: 520px;
                float: left;
		        text-align: left;
		        background: #004600;
                border: solid 1px #005C00; }
				
#content { margin: 20px; }

#content h1 { font-size: 19px; color: #8E9000; }
#content h1.center { text-align: center; }
#content h2 { font-size: 17px; color: #8E9000; }
#content h2.center { text-align: center; }
#content h3 { font-size: 12px; color: #8E9000; }
#content h3.center { text-align: center; }
#content h4 { font-size: 12px; color: #8E9000; } /* used by php for Internship headers */
#content h4.center { text-align: center; }

#content li { font-size: 11px; color: #9F9F9F; }

.dgreen { color: #656600; }
.nine { font-size: 9px; }
		   
.entry { padding-top: 10px;
         padding-bottom: 10px;
		 margin-top: 10px;
         border-top: solid 1px #005C00;
         border-bottom: solid 1px #005C00; }

#box { background: #004000; font-size: 10px; color: #9F9F9F; border: 16px solid #004000; }

#box-internship { background: #004000;
                  border-top: 1px solid #004000; /* required to push text down from top edge */
	              border-bottom: 1px solid #004000; /* don't go higer than 1px or too thick */
				  border-left: 20px solid #004000;
				  border-right: 20px solid #004000;
				  margin-bottom: 20px; }
.internship-title { font-size: 12px; color: #8E9000; }
.internship-desc { font-size: 11px; }
.internship-minis { font-size: 10px; }
.internship-minis-header { font-size: 10px; color: #8E9000; }

#sidebar { width: 180px;
           float: right;
		   text-align: left;
		   background: #004600;
           border: solid 1px #005C00; }
		   
#sidebar-content { margin: 20px; }
#sidebar-content h2 { font-size: 13px; }
#sidebar-content ul { list-style: none; margin-left: 0px; padding-left: 0px; font-size: 11px; }
#sidebar-content li.page_item { padding-top: 10px;
                                padding-bottom: 10px;
			                    margin-top: 10px;
                                border-top: solid 1px #005C00;
                                border-bottom: solid 1px #005C00; }
								
#sidebar-content li.current_page_item a { color: #D19433; }
#sidebar-content li.current_page_item a:visited { color: #D19433; }
#sidebar-content li.current_page_item a:hover { color: #ffffff; }

		  
a { color: #D19433; text-decoration: none; }
a:visited { color: #D19433; }
a:hover   { color: #f2f2f2; }
a:active  { color: #ffffff; }

#footer { width: 520px;
          background: #004600;
		  float: left;
          border: solid 1px #005C00; clear: both;
		  padding-top: 10px;
		  padding-bottom: 10px;
		  margin-top: 20px;
		  margin-bottom: 20px; 
		  color: #9F9F9F;
		  font-size: 10px; }
		  
/* --- PXS Mail Contact Form section --- */

    input.ccme { width: 10px; }

    form dl, dl.labels {
      margin:0em;
      font-size:100%;
      margin-top:0.5em
    }
    form dt, dl.labels dt {
      float:left;      
      width:10em;
      margin-bottom:0.8em;
      /* color:#555; James */
      text-align:right;
      font-weight:normal;
      position:relative /*IEWin hack*/
    }
    form dd, dl.labels dd {
      margin-left:10.5em;
      margin-bottom:0.8em;
      font-size:100%;
      font-style:normal;
      padding-left:0.5em
    }
    form dd.submit, dl.labels dd.submit  {
      margin-top:2em
    }

/* --- end Contact Form section --- */