/*  
Theme Name: Jason Marz
Theme URI: http://www.urenio.org/bi/
Description: Theme for URENIO's Business Intelligence Portal.
Version: 1.0
Author: Panagiotis Tsarchopoulos
Author URI: http://www.urenio.org/
*/

@import url(reset-fonts-grids.css);
@import url(hacks.css);
@import url(tabs.css);


/* Begin Typography & Colors */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	background: #eaf1ff url(images/bg.gif) repeat-x; 
	font-family: "Lucida Grande", Verdana, Sans-serif;
	}

#bd {padding-top:15px;}
	
#content {padding-bottom:20px;}

.yui-gc {background:#fff;}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#ft {
	background: #000;
	}

#ft p, .post p, #col-other p, #sidebar p {font-size:85%}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 85%;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana;
	font-weight: bold;
	}

h1 {
	font-size: 153.9%;
	text-align: center;
	}

h2 {
	font-size: 131%;
	}

h3 {
	font-size: 122%;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #0e7fc7;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #col-other h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #06c;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 85% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 92%;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 85% 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 85%
	letter-spacing: .07em;
	}

a, a:link {
	color: #0e7fc7;
	text-decoration: none;
	}
	
a, a:visited {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #232323;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 85%;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 85% 'Lucida Grande', Verdana;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#content li, #sidebar li, #col-other li, #content dt, #content dd, #el-about li, #el-meta li {
font-size:85%;
}

#content li li, #sidebar li li, #col-other li li {
font-size:100%;
}

/* End Typography & Colors */



/* Begin Structure */

#hd {
	margin: 0; 
	padding: 0;
	background: #000 url(images/bg_header.jpg) no-repeat 0 0; 
	}

#branding {height: 94px;}

#branding h1 {
  float:left;
  width: 454px; 
  height: 75px; 
  margin: 7px 0 0 0; 
  background: url(images/logo.png) no-repeat 0 0; 
  text-indent: -9999px;
  padding:0;
  }

#branding h1 a {
    display: block;
    width: 454px; 
    height: 75px; 
    background:transparent;
    }

#hd_SEPVE {
	margin: 0; 
	padding: 0;
	background: #000 url(images/bg_header_SEPVE.jpg) no-repeat 0 0; 
	}
  
#branding_SEPVE {height: 94px;}

#branding_SEPVE h1 {
  float:left;
  width: 454px; 
  height: 75px; 
  margin: 7px 0 0 0; 
  background: url(images/sepve_logo.jpg) no-repeat 0 0; 
  text-indent: -9999px;
  padding:0;
  }

  #banners {
  float:right;
  width:300px;
  margin:24px 15px 0 0;
  text-indent: -9999px;
  background: url(images/spacer.gif) no-repeat 0 0; 
  }
  
    #banners a {
    display: block;
    width: 300px; 
    height: 42px; 
    background:transparent;
    }
  
/* Begin Navigation */

#nav ul, .nav, .nav * {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}

#nav ul li a {
	float: left;
	display: block;
	width: 17em;
	line-height: 1.3em;
	font-size: 77%;
	padding: .8em 1em .8em 1em;
	margin: 0;
	text-decoration: none;
	color: #7b828c;
	border: none;
	background: url(images/bg_nav.gif) no-repeat bottom left;
	}
#nav ul li a strong {
	display: block;
	font-size: 111%;
	font-weight: bold;
	text-transform: uppercase;
	color: #e0e0d5;
	}

#nav li.current a, #nav li a:hover, #nav ul li li a {
	color: #fff;
	background: #1283cb url(images/bg_nav-hover.gif) no-repeat bottom left;
	}
#nav ul li a:hover strong, #nav ul li.current a strong {	
	color: #fff;
	}


.nav ul {
	position:absolute;
	top:-999em;
}

.nav li:hover ul,
ul.nav li.sfHover ul {
	left:0;
	top:2.9em;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:17em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	color: #fff;
	background: #1283cb url(images/bg_nav-hover.gif) no-repeat bottom left;
}
.nav li li {
	background:#1283cb;
	border-bottom: 1px solid #41abef
}
.nav li li li {
	background:#1283cb;
}

#nav ul li li a:hover {
	color: #fff;
	background: #000 url(images/bg_nav.gif) no-repeat bottom left;
	}

/* End Navigation */

.post {
	margin: 20px .5em 0 1em;
	text-align: justify;
	}

.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/bg_date.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {

}

#content h2 {
	color: #27221f;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
	font-weight:normal;
}
#content h2 a, #content h2 a:visited {
	color: #ae0000;
	text-decoration: none;
}
#content h2 a:hover {
	color: #27221f;
	text-decoration: none;
}

#content .post h2 {
  color: #ae0000;
}

.post p, #sidebar p {
  line-height:1.5;
  margin-bottom:.5em;
  }

.post-cat {
	background: url(images/tag-blue.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 85%;
	color: #999999;
}

.post-content {
	clear: both;
	padding-top: 8px;
}

.post-content ul .post-content ol {margin-bottom:.5em;}

.post-content li {
	padding-left: 12px;
	line-height: 1.5;
	display: block;
	background: url(images/bg_ul_li.gif) no-repeat 0 4px;
}
.post-content dt {
	margin: 0 0 3px;
	padding: 0;
	font-weight: bold;
	color: #27221f;
	}
.post-content dd {
	margin: 0 0 1em;
	padding: 0;
	}

.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/right.gif) no-repeat right center;
}

.post hr {
	display: block;
	}
	
.ratings {
margin:1em 0;
padding:.5em;
background: #fffefe;
border: 1px solid #c3c0b8;
}

.ratings h3 {
margin: 0;
padding: 0 0 .5em;
color: #96290b;
}

.post-ratings {display:inline; width:auto!important;}

.postmetadata {
	clear: left;
	padding:5px;
	margin-top:6px;
	background-color: #f4f4ed;
	color:#3d322a;
	border: 1px solid #c3c0b8;
	font-size: 85%;
}

.entry .postmetadata img, .post .postmetadata img {margin:0; padding:2px 2px 0 0; float:none;}

.post-comments, .post-author {
	padding-left: 20px;
	float: right;
	font-size: 85%;
}

.post-comments {
	background: url(images/bg_comments.gif) no-repeat left center;
}

.post-author {
	background: url(images/user.gif) no-repeat left center;
}


.post-calendar {
	background: url(images/bg_date-red.gif) no-repeat left center;
	padding-left: 20px;
	float: left;
	font-size: 85%;
}

.post-edit {
  margin-top:1em; 
  background: url(images/edit.gif) no-repeat left top;
  padding-left:20px;
  }

.post blockquote {
        background:url(/images/bg-blockquote.gif) no-repeat left top;
        color:#666;
        font-style:italic;
        margin-left:0;
        padding: 5px 0 0 60px;
}

/* End Structure */

/* Newsletter Archive */
.entrytext {
  background: url(images/file.gif) no-repeat !important;
	padding-left: 16px !important;
	line-height:1.3;
	margin:.5em 1em;
	font-size:85%;
}
/* End Newsletter Archive */

/* Breadcrumbs */
#breadcrumbs {font-size:85%; padding:10px 0 0;}

/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin: 12px 0 0;
	}

h2#watch {
  color:#fff;
  background:#000 url(images/bg_h2_title.gif) repeat-x 0 0;
  margin:0;
  padding:.4em 1em;
}

#content h2.pagetitle {
	margin: 20px .5em 0 1em;
	font-weight:bold;
	letter-spacing: 0px;
}

#sidebar h2 {
	color: #27221f;
	margin: 20px 15px 8px 0;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
}

h3 {
	padding: 0;
	margin:1em 0 .5em;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.entry img, .post img {
	padding: 4px;
	margin:0 7px 2px 0;
	display: inline;
	float: left
	}
	
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0 6px 0 0;
}
#searchform br {
	display: none;
}

#searchform #searchsubmit {
	vertical-align:bottom;
}

#searchform #s, form #email {
	width: 150px;
	padding: 2px;
	margin-right: 2px;
	color: #333333;
	background:#fff;
	font-size:85%;
}
	
#col-other form {margin-right:12px;}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}
	
#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0 0 10px 0;
	}

/*sidebar title (h2) */

/*sidebar text styles */
#sidebar ul li a, #sidebar ul li a:visited {
	color: #ae0001;
	text-decoration: none;
	}
#sidebar ul li ul li a, #sidebar ul li ul li a:visited {
	color: #0e7fc7;
	text-decoration: none;
	}
	
/*sidebar list level1 */
#sidebar ul {
	padding: 0;
	margin: 0 15px 0 0;
}
#sidebar ul li {
	list-style: none;
  padding: 0 0 2px 0px;
  font-weight:bold;
}
#sidebar ul.children {
	padding-bottom: 4px;
	margin:5px 0 10px 0;
	border-bottom: 1px solid #d1c4c1;
}

/*sidebar list level2 */
#sidebar ul li ul li {
	padding: 0 0 2px 10px;
	border: none;
	font-weight:normal;
}

/*blogroll */
ul.list-blogroll li{
	background: url(images/link.gif) no-repeat !important;
	padding-left: 16px !important;
}

/*category widget */
ul.list-cat li {
	background: url(images/tag-red.gif) no-repeat 0 1px !important;
	padding-left: 20px !important;
}

ul.list-cat li ul.children li {
	background: url(images/tag-blue.gif) no-repeat 0 1px !important;
}

ul.list-special li {
	background: url(images/file.gif) no-repeat 0 1px !important;
	padding-left: 20px !important;
}

#sidebar ul.list-archives li {
	background: url(images/archive.gif) no-repeat 0 1px !important;
	padding-left: 20px !important;
	font-weight:normal;}

#sidebar ul.list-rss li {
	background: url(images/rss-blue.gif) no-repeat 0 1px !important;
	padding-left: 20px !important;
  font-weight:normal;}
  
#sidebar ul.list-rss {
  margin-bottom:20px;
}

#sidebar li a:hover, #sidebar ul li ul li a:hover, #sidebar ul.list-archives li a:hover, #sidebar ul.list-rss li a:hover {
	color: #232323;
	}

  
#sidebar p {
  margin-right:8px;
  padding-bottom:1em;
  line-height:1.5;
}

/* End Sidebar */

/* Begin col-other */

#col-other h2 {
  color:#fff;
  background:#000 url(images/bg_h2_title.gif) repeat-x 0 0;
  margin:0 0 .5em 0;
  padding:.4em 1em;
  border-width:0;
}

#col-other h3 {
	font-size: 107%;
	}

#col-other a, #col-other a:visited {
	text-decoration: none;
	}
	
#col-other .box ul {
	padding: 0;
	margin: 0 1em .5em;
}

#col-other .box  ul li {
	list-style: none;
  padding: 0 0 3px 0px;
}

#col-other #latest  ul li {
	list-style: none;
  padding: 0 0 3px 12px;
  background: url(images/bg_ul_li.gif) no-repeat 0 6px;
}

ul.list-news li {
	background: url(images/link.gif) no-repeat 0 1px !important;
	padding-left: 20px !important;}
	
#highest-rated ul li {
  background: url(images/star-blue.gif) no-repeat 0 1px !important;
	padding-left: 20px !important;}

#popular ul li {
  background: url(images/highlight.gif) no-repeat 0 1px !important;
	padding-left: 20px !important;}
}

#col-other #newsletter {
background:transparent url(images/bg_box1.gif) no-repeat left bottom;
margin:20px 0;
padding-bottom:10px;
}
#col-other #newsletter div {
background:transparent url(images/bg_box1.gif) no-repeat left top;
padding:10px 17px 0 5px;
}

#col-other #newsletter h3, #col-other #newsletter small {
display:none
}

#col-other p {
  line-height:1.5;
  padding:0 .5em 0;
}

#col-other .box {
background: #fff;
color: #333;
margin:0 0 1.5em;
padding:0 0 .5em;
}

/* search form button - to specify button only use input[type="submit"] */
#col-other #newsletter input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	padding:0;
	width: 140px;
	height: 26px;
  font-weight:bold;
	color: #fff;
	vertical-align: middle;
	font-size:107%;
}

#col-other #newsletter input#email {
	height: 18px;
	margin:5px 0;
	width: 134px;
	background:#fff ! important;
	background-image: none;
	color: #333;
	border: 1px solid #96290B;
	font-weight:normal;
	padding:2px;
	font-size:85%
}

#col-other #newsletter label {
display:block;
font-weight:bold;
color:#333;
margin-top: .5em;
}


#col-other #newsletter label strong {
display:none;
}


/*
 #popular ul li {
	background: url(images/star.gif) no-repeat 0 1px !important;
	padding-left: 20px !important;}
*/

/* End col-other */

/* Footer */
#ft h2 {
font-size:122%;
color:#fff;
margin: 0 1em;
padding:1em 0 0;
border:0;
}

#ft p {margin:0; padding:1em; color:#fff; line-height:1.5;}

#ft a, #ft a:visited {
	color: #fff;
	}

  #secmenu {
    margin:0 0 .5em; 
    padding:.5em 1em;
    text-align:center;
    font-size:85%;
    color: #fff;
    }
    
    #secmenu .icon {
      margin:0 4px;
      padding: 0;
      vertical-align:middle;
      }

#info {margin:0; padding:.5em 1em; text-align:center; background:#171717;}
#info p {margin:0; padding:0;}
/* end footer */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Sponsors Box */
#sponsors {margin: 1em 0;float:left; }
#sponsors a img {display:block; float:left; margin:0 10px 10px 0;}
#sponsors a img.last {margin-right:0;}
/* End Sponsors */

/* Begin Table Styles */

table {
  margin:.5em 0;
  border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
}

caption {
	padding: .5em 0 0 0;
	font: 93% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight:bold;
	}

thead td {
  background: #eee;
  font-weight:bold;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333;
font-size:85%;
	text-align:left;

}

/* End Table Styles */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	.screenshoot {
display: block;
margin: 12px auto;
padding:3px;
border: 2px solid #bdd4eb;
}

.figure {
display: block;
margin: 10px auto 20px;
padding: 0;
}
.legend {clear:both; font-style: italic;}

strong {font-weight:bold;}

#support {margin-top:2em; text-align:center;}
#support img {padding:0 10px 10px 0;}
#support img.last {padding-right:0;}

embed, object {
	position: relative;
	z-index: 0;
	}
/* End Various Tags & Classes*/


