/* ******************  general  *************** */

abbr, acronym {
  cursor: help;
  border: none;
}

#Bottom { background:#004ca1; } 

html, body {
	margin:0; 
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
  background: #EEEEEE url(imgs/bg_main.png) repeat-y center; 	
	}
	
a:link {
	color: #004ca1;
	}
	
a:visited {
	color: #b50394;
	}
	
a:hover, a:active, a:focus {
	text-decoration:none
	}

h1, h2, h3 {
	margin:0;
	padding:0;
	}
	
.Upgrade {
	display: none;
	font-weight: bold;
	}
	
.clearer {
	clear : both;
	height : 1px;
	font-size : 1px;
	}
      
#Container
{
    width            : 778px;
    text-align       : left;
    margin-left      : auto;
    margin-right     : auto;
    position: relative;
}

#Title{
	 height: 160px;
	 background-image: url(imgs/header.png);
	 background-position: top left;
	 background-repeat: no-repeat;
	 background-color: #FFF;
}

#Title h1 {
   color: #fff;
   margin:0;
   padding: 25px 0px 5px 80px;
   font-size:320%;
   font-weight: normal;
   } 

#Title a:active, h1 a:link, h1 a:hover, h1 a:focus, h1 a:visited {
	text-decoration: none;
	color: #fff;
	background-color:transparent; 
	}

#Subtitle {
	background-color:#FFF;
	color:#000;
	padding:2px 14px 2px 14px;
	font-size:medium;
	}
	
	
#Subtitle a:link, #Subtitle a:visited, #Subtitle a:hover {
	text-decoration: underline;
	color: #fff;
	background-color:transparent;
	}	
	
#Subtitle a:active, #Subtitle a:focus {
	color: #002f64; text-decoration:none; background-color: #fff;
	}

#Subcontainer {
	text-align:left;
	background-color:#fff;
	padding-bottom:10px;
	padding-top:10px;
	}
	
	
/* ******************  column a  *************** */
	
#Content {
	display: inline;
	width:550px;
	float: left;
	margin-right:10px;
	margin-left:10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#fff;
	overflow: hidden;
	}
	
#Content.large{	
	width:728px;
}
	
#Content h1 {
	color:#feab06;
	font-size: 24px;
	}
	
#Content h2 {
	color:#feab06;
	font-size: 15px;
	}
	
#Content h3 {
	font-size: 12px;
	}

#Content.large h1 {
	padding-top: 55px;
	margin-bottom: 10px
	}
	
.date {	
	float: right;
	font-size: 11px;
	}

#Content.large .date{
	padding-top: 70px;
	margin-bottom: 10px

}

.footer {
	padding-bottom:1em;
	border-bottom: 1px solid #d4d0cd;
	}
	
#Nextpost {
	text-align:center;
	}	
	
.commentposterinfo {
	margin-bottom:1em;
	font-weight: bold;
	}
	
h3.commentheader {
	font-size:medium;
	color:#b8b2ac;
	font-weight: normal;
	}
	
.reply {font-weight: normal;font-size:small;}

div.commenttext {
	border-bottom: 1px solid #d4d0cd;
	padding-bottom:1em;
	margin-bottom:1em;
	}


#CommentForm fieldset {
	border:2px solid #d4d0cd; 
	padding-top:10px; 
	margin-top:10px; 
	padding-left:10px; 
	padding-bottom:10px;
	}

#CommentForm legend {
	color:#525150;
	padding:2px 4px 2px 4px;
	background-color: #ffffff;
	font-weight : bold;
	}

#CommentForm label {
	width:6em;
	float:left;
	display:block;
	clear:both; 
	float:left;
	margin-top:8px;
	margin-bottom:0px;
	}
	
#CommentForm input {
	margin-top:	8px;
	margin-bottom:8px;
	}
	
#Submit {
	margin-top:8px;
	margin-bottom:8px;
	margin-left:6em;
	}
	
#CommentForm textarea {
	margin-top:8px;
	margin-bottom:0px;
	}
	
/* ******************  columnb  *************** */
	
#Menu   {
	width: 155px;
	float: left;
	text-align:left;
	background-color:#fff;
	}

#Sections{
	position: absolute;
	left: 25px;
	top: 85px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#Sections li{
	float: left;
	display: block;
	width: 75px;
}

#Sections .large li, #Sections li.large {
	width: 95px;
	overflow: hidden;
	height: 20px;
}

#Sections .verylarge li, #Sections li.verylarge {
	width: 110px;
	overflow: hidden;
	height: 20px;
}

#Sections li a{
	color: #FFF;
	text-transform: uppercase;
	height: 15px;
	padding-top: 5px
}

	
#Sections li, #Sections li a{
	background-image: url(imgs/menu-buttons.png);
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	text-decoration: none;
	text-align: center;
}	

#Sections li.deactivated, #Sections li.deactivated a{
	background-image: url(imgs/menu-buttons-d.png);
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	text-decoration:none;
	text-align: center;
}	

#Sections li a:hover,#Sections li a:active{
	background-position: bottom left;
}	
	
	
#Calendar {
	border: 1px solid #cdd5de;
	background-color:#f9f9f9;
	}
	
#Search {
	border: 1px solid #cdd5de;
	background-color:#d5ebf8;
	}

#Calendar{
	padding-left: 10px;
}
	
#Search fieldset {border:0px solid; padding:2px; margin:2px;}
#Search input {margin:0px;padding:2px;width:100px; border: 1px solid #39c;}
#Search input.button {margin:0px;padding:0px;width: 21px; height: 21px; background-image: url(imgs/btn.png);border: 0px solid #39c;}
#Search form {margin:0px;padding:2px;}
#Search label {margin:0px;padding:2px;width:8em;}

table.calMonth {
	width:11em;
	border:0px;
	}

th.calMonthCurrent {
	font-weight:normal;
	padding: 0px;
	text-align: center;
	}
	
th.calMonthBackward {
	font-weight:normal;
	padding: 0px;
	text-align:center;
	}
	
th.calMonthForward {
	font-weight:normal;
	padding: 0px;
	text-align:center;
	}
	
.calMonthHeader th {
	text-align:center;
	font-weight:normal;
	padding: 0px;
	}
	
#Calendar td {	
	padding: 0px;
		font-size: 10px;
	text-align:center
	}

.calendarToday {
 	background-color: #d4d0cd;
	}	

#Menu h2 {
  	font-size: 11px;
		font-weight: 900;		
		height: 16px;
		padding-top: 2px;
		padding-left: 5px;
  	color:#fff;
		text-transform:uppercase;
	}

#Menu h2.blue{
 background-image: url(imgs/menu-h3.png);
 background-color: #336699;
 background-repeat: repeat-x;
}

#Menu h2.yellow{
 background-image: url(imgs/menu-h2.png);
 background-color: #ffcc33;
 background-repeat: repeat-x;
 color: #000;
}

#Menu h2.red{
 background-image: url(imgs/menu-h1.png);
 background-color: #FF9933;
 background-repeat: repeat-x;
}


#Categories ul, #Syndicate ul, #Recently ul, #Sections ul, #Links ul, #Sessions ul {
	margin-left:0; 
	margin-top:0; 
	margin-bottom:0px; 
	padding:0; 
	list-style:none; 
	font-size: 10px;
	text-transform: capitalize;
	}
	
#Categories ul, #Syndicate ul, #Recently ul,#Links ul, #Sessions ul{
	border: 1px solid #cdd5de;
}

#Links ul{
	border-top: 1px solid #cdd5de;
	border-left: 1px solid #cdd5de;
	border-right: 1px solid #cdd5de;
}
	
#Categories a, #Syndicate a, #Recently a, #Links a, #Sessions a {
	text-decoration:none;
	background-color:#f9f9f9;
	display:block;
	height: 15px;
	paddint-top: 4px;
	padding-left: 10px;
	}

#Categories a:hover, #Syndicate a:hover, #Recently a:hover, #Links a:hover, #Sessions a:hover, 
#Categories a:focus, #Syndicate a:focus, #Recently a:focus, #Links a:focus, #Sessions a:focus,
#Categories a:active, #Syndicate a:active, #Recently a:active, #Links a:active, #Sessions a:active {
	border-color:#eee;
	background-color:#eee;
	}


/* ******************  footer  *************** */

#Bottommenu {
	clear:both;
	background-color:#002f64;
	color:#fff;
	padding:3px 15px 3px 15px;
	}


#Bottom {
   color:#fff;
   padding:3px 3px 3px 15px;
   } 
	
#Bottommenu a, #Bottommenu a:link, #Bottommenu a:visited, #Bottom a, 
#Bottom a:link, #Bottom a:visited {
	text-decoration: none;
	color: #fff;
	border: 0;
	}

#Bottommenu a:active, #Bottommenu a:focus, #Bottommenu a:hover, 
#Bottom a:active, #Bottom a:focus, #Bottom a:hover { 
	text-decoration : underline; 
	color : #fff;background-color:transparent; 
	}


/* ******************  albums  *************** */

div.album {
	text-align: center;
        float: left;
        width:150px;
        margin-bottom:20px;
  	}

.album p {
   	text-align: center;
   	padding:0;
   	margin:0;
   	width:150px;
   	}
   
a img {border:none;}
#album a:link {color: #004ca1;}
#album a:visited {color: #b50394;}
#album a:hover, #album a:active, #album a:focus {color: #004ca1;background:none;}


/* ******************  trakbacks  *************** */

h4 {
	margin:1em 0 0 0;
	padding:0;font-size:small;
	}
	
dl {	
	margin:0;
	padding:0;
	}
	
dt {
	font-weight: bold;
	float:left;
	}
	
dd {
	padding-left:4em;
	}
	
/* ******************  to align elements  *************** */
.left {text-align: left;display:block}
.right {text-align: right;display:block}
.center {text-align: center;display:block}

/* ******************  to float elements  *************** */
.floatleft {float: left;padding:2px 10px 10px 0px}
.floatright {float: right;padding:2px 0px 10px 10px;}

/* ******************  to highlight text  *************** */
.bold {font-weight: bold;}
.italic {font-style:italic;}
.underline {text-decoration:underline}
.small{
	font-size: 8px;
}
.copy{
	font-size: 8px;
	background-image: url(imgs/telindus.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 10px;
	}
	
.language{
	position: relative;
	float: right;
	font-size: 10px;
	margin-right: 2px;
	top: -40px;
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px;;

}
