/* -------------------------------------------------------

   AUTHOR           :  	Erwin Aligam
   WEBSITE          :   http://www.styleshout.com/
   TEMPLATE NAME    : 	SimpleBlog 1.0
   TEMPLATE CODE    : 	S-0007
   VERSION          :   1.1
   LAST DATE MOD    :   January 20, 2010 

 --------------------------------------------------------- */
 
/* -------------------------------------------------------
   HTML ELEMENTS
---------------------------------------------------------- */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0; }

body {
	background: #FFF;
	font: 12px/1.6em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #555;
	text-align: center;
}
/* links */
a:link, a:visited {
	background: inherit;
	text-decoration: none;
	color: #667F99;
}
a:hover {
	background: inherit;
	color: #996800;
}
a.style2 {
	color: #1587FF;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 { font-size: 130%; }
h2 { font-size: 120%; text-transform: uppercase; }
h3 { font-size: 120%; color: #007E80; }

h2.style1 {
	padding-left: 30px;
	padding-bottom: 0px;
	padding-top: 10px;
}

/*
#hstyle1 { 
	font-size: 120%; 
	text-transform: uppercase;
	font-weight: Bold; 		
	color: #1587FF;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
};

#hstyle2 { 
	color: #1587FF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
};
*/
p {
	margin: 0;
	padding: 10px 12px;
}
h1, h2, h3 {
    padding: 15px 12px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

table { padding: 0px 12px; }

/* images */
img {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 8px;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 15px 20px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 10px;
 	padding: 10px 10px 10px 35px;
    border: 1px solid #f2f2f2;
  	background: #FAFAFA url(quote.gif) no-repeat 10px 12px;
}

/* form elements */
form {
	margin:10px;
    padding: 10px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
#form1 {
	margin: 0px;
    padding: 0px;
	border: 0px solid #FFFFFF; 
	background-color: #FFFFFF; 	
}
#form2 {
	margin: 0px;
    padding: 0px;
	border: 0px solid #FFFFFF; 
	background-color: #FFFFFF; 	
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px 5px;
	border:1px solid #eee;
	color:#777;
    font-size: 1em;
}
textarea {
	/*width:400px; */
	padding: 3px 5px;
	border:1px solid #eee;
	/*height:100px;*/
	display:block;
	color:#777;
    font-size: 1em;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #275F6C;
}

input.button1 {
    display: inline-block;
    background: #ececec;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(50%,#ececec), color-stop(100%,#ececec));
    background: -moz-linear-gradient(center top, #ffffff 0%, #f3f3f3 50%, #ececec 50%, #ececec 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1px 20px;
    border-color: #8e8e8e;
    border-width: 1px;
    border-style: solid;
    color: #000000;
    font-weight: 100;
}
input.button1:active {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdd6ee), color-stop(50%,#6ba0e6), color-stop(50%,#4c94e6), color-stop(100%,#add4ee));
    background: -moz-linear-gradient(center top, #bdd6ee 0%, #6ba0e6 50%, #4c94e6 50%, #add4ee 100%);
    border-color: #4a4a8c;
}

/* search form */
form.search {
	padding: 0; margin: 0; 
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
form.search input.textbox { 
	margin: 0; padding: 1px;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.button {
	height: 20px;
	padding: 1px 3px;
	width: 60px;
}

/* -----------------------------------------
   LAYOUT
-------------------------------------------- */
#wrap {
	width: 1050px; /*833px;*/
	background: url(bg_1.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	width: 91%;
	min-height: 450px;
	margin: 0 auto;
	padding: 0;	
}
#wrap #menu {position:relative;z-index:2;}
#wrap #content-wrap {position:relative;}

/* header */
#header {
	position: relative;
	width: 1050px; /*833px;*/
	height: 122px;	/*100px*/
	background: #FFF url(header_13.png) no-repeat left top;
	margin: 0; padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 40px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 22px; left: 53px;
}
#header h2#slogan {
	position: absolute;
	z-index: 9999999;
	margin: 0; padding: 0;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 65px; left:75px;			
}
#header #searchform {
	float: right;
	padding: 35px 40px 0 0;
	display: inline;
}

/* defined */
#required {
	color: #FF0000;
}

#error {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	margin: 0;
	padding: 5px 12px;
}

#error p {
	margin: 0;
	padding: 5px 12px;
}

#pagination {
	margin: 0;
	padding: 5px 12px;
}

#pagination p {
	margin: 0;
	padding: 5px 12px;
}


/* menu */
#menu {
	clear: both;
	width: 1050px; /*833px;*/
	height: 30px;
	background: #FFF url(menubg_1.jpg) repeat-y;
	margin: 0;
	font: bolder 12px/30px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}
#menu ul{
	margin: 0; 
    padding: 0 0 0 40px;
}
#menu ul li {
	float: left;
	list-style: none;		
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	background: inherit;
	color: #FFF;
}
#menu ul li a:hover {
   	background: #FFF; 
	color: #1587FF; /*#333*/ 
}
#menu ul li#current a {	
	background: #1587FF;	
	color: #FFF;	
}

/* DROPDOWN MENU */
#menu ul li#current li a {	
	background: #FFF;	
	color: #1587FF;	
}
#menu ul li#current:hover li a:hover {
    background: #B6B8BB; /*#1e7c9a;*/
    color: #FFF;
}
#menu ul {
    /*font-family: Arial, Verdana;
    font-size: 14px;
    padding: 0;*/
    margin: 0;
    list-style: none;
}
#menu ul li {
    display: block;
    position: relative;
    float: left;
}
#menu li ul {
    display: none;
    padding: 0 0 0 10px;
    margin: 0;
    color: #1587FF;
}
#menu ul li a {
    /*display: block;
    text-decoration: none;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    padding: 5px 15px 5px 15px;
    background: #1e7c9a;
    margin-left: 1px;*/
    white-space: nowrap;
}
#menu ul li a:hover {
    /*background: #3b3b3b;*/
}
#menu li:hover ul {
    display: block;
    position: absolute;
}
#menu li:hover li {
    float: none;
    font-size: 13px;
}
#menu li:hover a { 
    opacity:0.9;
    background: #FFF; /*#3b3b3b;*/
    color: #1587FF;
}
#menu li:hover li a:hover {
    background: #B6B8BB; /*#1587FF;*/
    color: #FFF;
}


/* Main WITH BAR */
#mainbar {
	float: left;	
	width: 72%;
	padding: 0;
        margin: 10px 0 0 0;
}
#mainbar h1 {
	color: #667F99; 
	border-bottom: 1px solid #CCCCCC;
	background: #F6F6F6 url(arrow.gif) no-repeat 5px 10px;
	padding: 5px 0 5px 20px;
	margin: 10px 10px 0 10px;
}

#mainbar h1 a {
	color: #980000; 
	/*border-bottom: 1px solid #CCCCCC;*/
	background: #F6F6F6 no-repeat 5px 10px;
	padding: 5px 0 5px 20px;
	margin: 10px 10px 0 10px;    
}

.post-footer {
	background-color: #FAFAFA;
	padding: 6px 5px; margin: 20px 12px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Main NO BAR */
#mainnobar {
	float: left;	
	width: 100%;
	padding: 0;
    margin: 10px 0 0 0;
}
#mainnobar h1 {
	color: #667F99; 
	border-bottom: 1px solid #CCCCCC;
	background: #F6F6F6 url(arrow.gif) no-repeat 5px 10px;
	padding: 5px 0 5px 20px;
	margin: 10px 10px 0 10px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 6px 5px; margin: 20px 12px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}



/* sidebar */
#sidebar {
	float: right;
	width: 26%;
	padding: 0; margin: 10px 0 0 0;
}	
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 5px 10px;
	font: bold 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #FFF;	
	background: #B6B8BB;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;
    font-size: .9em;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(bullet.gif) no-repeat 2px 5px ;
	padding: 3px 0 3px 25px;
	margin: 0 2px;			 
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a:link,
#sidebar ul.sidemenu a:visited {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
    color: #8599AD;
}
#sidebar ul.sidemenu a:hover {
    color: #555;
}

#sidebar p {
	font-weight: bold;
        color: #8599AD;
}

/* footer */
#footer {
	clear: both;
	color: #66737B;
	font: normal 90% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	background: #FFF url(footerbg_1.jpg) no-repeat center top;	
	width: 1050px; /*833px;*/
	height: 60px;
	text-align: center;
	padding: 5px 0 3px 0;
	margin: 0 auto;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

/* project */

#table1 { padding: 0px 0px; }

table.padded td { 
	padding-top: 6px; 
	padding-bottom: 6px; 
}

td.desc {
	background-color:#76a9d2;
	color:white;
	line-height:1.5em;
	height:1.5em;
	padding-left:0.5em;
	padding-right:0.5em;
}

td.add {
	background-color:#41a317;   /* green */
	color:white;
	line-height:1.5em;
	height:1.5em;
	padding-left:0.5em;
	padding-right:0.5em;
}

td.edit {
	background-color:#ffa500;   /* orange */
	color:white;
	line-height:1.5em;
	height:1.5em;
	padding-left:0.5em;
	padding-right:0.5em;
}

td.delete {
	background-color:#e00000;   /* red */
	color:white;
	line-height:1.5em;
	height:1.5em;
	padding-left:0.5em;
	padding-right:0.5em;
}

td.desc1 {
	background-color:#ffffff;
	color:gray;
	line-height:1.5em;
	height:1.5em;
	padding-left:2px;
	padding-right:2px;
}

td.desc2 {
	background-color:#f9ef64;
	color:gray;
	line-height:1.5em;
	height:1.5em;
	padding-left:2px;
	padding-right:2px;
}



td.block-1, td.block-1 td.desc {
	background-color: #bc1e5c;
}



td.block-2, td.block-2 td.desc {
	background-color: #b1c535;
}

td.block-3, td.block-3 td.desc {
	background-color: #f9ef64;
	color: gray;
}

td.block-1 td, td.block-2 td, td.block-3 td {
	background-color:white;
}

td.block-1 td.desc, td.block-2 td.desc, td.block-3 td.desc {
	width:10px;
}


fieldset {
    margin:10px;
    padding: 10px;
}


/*hoverpopups type 1*/

/*#popup { color: #000; background-color: #c0c0c0; }*/

#popup a, #popup a:visited {
	position: relative;
	/*display: block;*/
	width: 130px;
	/*line-height: 30px;*/
	text-align: right;
	/*padding: 0 10px;*/
	margin: 0;
	/*border: 1px solid #666;*/
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

#popup a span {
	display: none;
}

#popup a:hover { 
	background-color: #e9e9e2; 
}

/* the IE correction rule */
#popup a:hover	{
	color: #f00; 
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

#popup a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 170px;
	width: 400px;   /*320px*/
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
}


/* alert boxes */
.alert-box {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:10px 10px 10px 36px;
    margin:10px;
}

.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}

.error {
    background:#ffecec url('images/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
.success {
    background:#e9ffd9 url('images/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.warning {
    background:#fff8c4 url('images/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
.notice {
    background:#e3f7fc url('images/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}
