/* Start of CMSMS style sheet 'Freshmedia : Default pic3' */
/* ----------------------------------------------
	Template Name : FreshMedia
	Template Code : S-0021
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : February 07, 2008	
 ------------------------------------------------ */
  /******************************************
   Ported to CMS MadeSimple 
   AUTHOR:  Goran Ilic 
   WEBSITE: http://www.i-arts.eu
   EMAIL: g.ilic@i-arts.eu
   TEMPLATE NAME: Freshmedia for CMSMS
   VERSION: 1.0
********************************************/  
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }




body {
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #eceeed; 	
	margin: 0;
	padding: 0 0 0px 0;
	background-color:#000000; 
	text-align: center;

}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #7cb5e0;		
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #ff0000; 
}

/* headers */
h1, h2, h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #eceeed;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 350%;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h2 {
	font-size: 12px;
	color: #895F30;
	padding: 20px 10px 5px 10px;
	margin: 0;
        text-indent: 18px
}
h3 {
	font-size: 150%;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;
	margin: 0;	
}

p, dl { padding: 5px; margin: 0; }

ul, ol {
	margin: 10px 00px 0 10px;
	padding: 0 10px 0 0;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* images */
.imgnoedges {
   border: 0px;
	padding: 0px;
}

img {
   border-style:solid;
   border: 3px;
	padding: 0px;
border-color: rgba(0,0,0,0.5);

    

}
img.float-right {
  	margin: 0px 0px 0px 5px;  
}
img.float-left {
  	margin: 0px 5px 0px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #ECF8FE;
	background: #1f2223;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #ECF8FE;
	background: #ECF8FE url(uploads/Freshmedia/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #976957;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 0px 0px;
	
}
th {;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 0px solid #78C7FA;
	border-bottom: solid 0px #fff;
}
tr {
	height: 34px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 0px solid #EDEDED;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}


/* search form */
.searchform form{
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 170px;
	color: #1a1a1a; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
        color: #1a1a1a; 
	width: 0px;
	height: 0px;
	padding: 2px 5px;
	vertical-align: top;
}

/*------------------------------------------
   LAYOUT
-------------------------------------------*/ 
#wrap-out {
	position: relative;
	background: #000000;
	width: 800px;	
	margin: 0 auto;
	text-align: left;	
}
#wrap {
	background: #000000;
	width: 800px;	
	margin: 0 auto;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: center;	
	width: 782px;	
	padding: 0px 0 00px 0px; 	
	height: 595px;	
	margin: 0px;	
	display: inline;	
        text-indent: 0pt;
        overflow: auto;
}
#header {
	position: relative;
	width: 800px;	
	height: 50px;	
	margin: 0 auto;
   	background-color:#1a1a1a;
        padding: 00px 0 0px 0;
}

/*  Navigation  */
#nav {
	position:absolute;
	clear: both;
	margin: 0;
	padding: 0;
	height: 67px;
	left: 4px;
	top: -10px;
	z-index: 1;
	width: 680px;
	background:none;
}
#nav ul {                           
	float: left;
	list-style: none;
	width: 800px;		
	height: 35px;
	margin: 0;	
        padding: 5;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 00 0 0 10;
}
#nav ul li a {                            /* ------------------------ Navigation Menu */
	float: left;
	margin: 0;	padding: 10px 10px 0 20px;		
	font-family: "trebuchet MS",sans-serif;
	color: #CFCFCF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.4pt;
	word-spacing: 2pt;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #e91616;
	background: none;
	border: none;
}
#nav ul li#current a {	
	color: #0da7d2;	
}

#header h1#logo-text a {
	float: left;
	margin: 0;	padding: 0 10px;
	font-weight: none;		
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 18px;	
	text-decoration: none;	
	letter-spacing: 0.0px;
	color: #8a8685;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 95px; left: 30px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #755643;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 190px; left: 35px;		
}


/* Main Column */
#main {
	float: left;
	width: 782px;
	height: 605;
	overflow: auto;	
	overflow: hidden;	
	padding: 5 0 5 5;
        margin: 0;
}
#main h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	font: normal 3.5em Georgia, "Times New Roman", Times, serif;
	color: #eceeed; 
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
}
#main h2 a {
	color: #eceeed;
	text-decoration: none;	
	background: none; border: none;
}
#main ul li {
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 0px;
	padding: 0; margin: 0px 0 0 0;		
	display: inline;
	
}	
#sidebar h3 {

   font: 14px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 0.8em; /* some air for it */
   color: #ffffff; /* this will be link color for all levels */
   
   
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 0px 0px 0px 0px; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	list-style: none;
    margin: 0 0 0 0px;
    padding: 0;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
    margin: 0 0 0 0px;
    padding: 0;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #0C9BC2; 			
	font-weight: bold;		
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;	
	/* letter-spacing: .5px;  */
    margin: 0 0 0 0px;
    padding: 0;
}
#sidebar ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: .8em;
}
#sidebar ul.sidemenu li a:hover {		
}
#sidebar ul.sidemenu ul {
    margin: 0 0 0 0px;
    padding: 0;
}

#sidebar ul.sidemenu ul li {
    background: none;
    margin: 0 0 0 0px;
    padding: 0;

 }

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 0px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	background: #1a1a1a;
	color: #777;
	width: 800px;
	float: left;		
}
#footer-wrap h3 {
	text-transform: none;
	letter-spacing: 0;
	margin-left: 0;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
}
#footer-content {	
	margin: 0 auto;		
	width: 780px;
	text-align: left;	
}
#footer-content ul.col-list {
	background: url(uploads/Freshmedia/dots.gif) repeat-x left top;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	background: url(uploads/Freshmedia/dots.gif) repeat-x left bottom;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #888;
	border: none;
}
#footer-content ul.col-list li a:hover {
    background: rgba(255, 255, 255, 0.05);
	color: #ffffff;
	text-decoration: none;
}
#footer-content ul.col-list li a span {
	color: #989898;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer-content .col {
	width: 250px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .space-sep {
	margin-right: 12px;
}
#footer-content .col2 {
	width: 255px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #ECF8FE;
	background: #ECF8FE;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa;	}
.post-info a { color: #C5935C; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	border: 1px solid #ebebeb;
	background: none;
	padding: 4px;
	margin: 5px;
	/* margin: 4px 7px 4px 4px; */	
}
.thumbs img:hover	{
	border: 1px solid #c5c5c5; 
	background: none;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }





/********************
MENU
*********************/
#menu_vert {
   padding: 0m 0em 0em 0em; 
   margin: 0 0 0 0px;
background: rgba(0, 0, 0, 0.15);
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding: 0m 0em 0em 0em; 
   margin: 0 0 0 0px;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0 0 0 0px;
   padding: 0m 0em 0em 10em; 
   border-bottom: 1px dashed #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   font: 12px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.4em 0.5em 0.4em 0.6em; /* some air for it */
   color: #7cb5e0; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font: 12px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.4em 0.0em 0.4em 0.6em; /* some air for it */
   color: #7cb5e0; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   font: 12px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.4em 0.0em 0.4em 0.6em; /* some air for it */
   color: #7cb5e0; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* hover state for all links */
div#menu_vert a:hover {
    background: rgba(0, 0, 0, 0.1);

}
div#menu_vert a.activeparent:hover {

}

/* active parent, that is the first-level parent 
of a child page that is the current page */


div#menu_vert li a.activeparent {
}

div#menu_vert ul ul li a.activeparent {
}


/* current pages in the default Menu Manager template are unclickable. This is for current page on first level  */

div#menu_vert ul h3 {
   font: 14px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
   text-decoration:none; /* no underline for links */
   font-weight: bold;
   display: block; 
   padding: 0.6em 0.0em 0.6em 0.6em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, smaller font and no background color or bottom border */
div#menu_vert ul ul h3 {
   font: 14px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
   text-decoration:none; /* no underline for links */
   font-weight: bold;
   display: block; 
   padding: 0.6em 0em 0.6em 0.6em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   font: 14px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
   text-decoration:none; /* no underline for links */
   font-weight: bold;
   display: block; 
   padding: 0.6em 0em 0.6em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 0em 0 0.6em 0em;
   background-color: #fff;
   line-height: 0em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:0px 0 0px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}__+

/* End of 'Freshmedia : Default pic3' */

