/*
Theme Name: Admission Possible
Theme URI: ecombuffet.com
 
Author: ecombuffet.com
Author URI: http://www.ecombuffet.com
Version: 1.0
*/

/***************************************************************************/
/* HTML Tags */
/***************************************************************************/

body {
	 background:url('images/bg_body.jpg') repeat top left fixed;
	 font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	 margin:0;
         padding:0;
	 }

h1, h2, h3, h4, h5, h6 {
	 margin:0 0 5px 0;
	padding:5px 5px 5px 15px;
	 font-style: normal;
	 font-weight: bold;
	 color: #000000;
	 }
	
h1 {
	 font-size: 1.0em;
	 }
h2 {
	 font-size: 1.2em;
	 }
h3, h4, h5, h6 {
	 font-size: 1.0em;
	 }


blockquote {
	  margin:10px;
	 padding: 0 40px 0 40px;
	 }

code {
         background: #f4f4f4;
         color: #6a6a6a;
         margin:0;
	 }

img {
         border:0
	 }

a:link, 
a:visited {
	 color: #000000;
	 text-decoration:none;
	 }

a:hover {
	 color: #740074;
	 text-decoration:none;
	 }
.header {font-size: 18px; font-weight: bold; color: #660066}

.subheader {
	font-size: 15px;
	font-weight: bold;
	color: #660066;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.red {color: #FF0000;}

/***************************************************************************/
/* This is the container for the whole page */
/***************************************************************************/

.page {
	 width:965px;
	 position:relative;
	 padding:0px;
	 margin:0 auto;
	 text-align:left;
	 }

/***************************************************************************/
/* Header */
/***************************************************************************/

.header {
	 background:url('images/headerbg.gif') no-repeat center top;
	 margin:0 0 5px 0;
	 
	 }
	   
.logo {
	 background:url('images/top-header.jpg') no-repeat left top;
         height:119px;
         margin:0;
	 }
	   
.blog-name:link, 
.blog-name:visited, 
.blog-name:hover{
	 color:#8003ff;
	 font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	 font-size:26px;
	 font-weight:bold;
	 text-decoration:none;
	 letter-spacing: -1px;
	 background:transparent;
	 margin:0 0 0 100px;
	 padding:0;
	 }

.blog-description {
	 color:#ff0000;
	 font-size:12px;
	 font-weight:bold;
	 margin:0px 0px 0px 100px;
	 padding:0;
	 }

/***************************************************************************/
/* Menu Bar */
/***************************************************************************/

.menu-bar {
	 /** background: url('images/menubg.gif') no-repeat; **/
	 padding:1px 0 5px 0;
         margin:0 0 5px 0;
         text-align: center;
	 }

.feed {
     float:right;
	 font-size:11px;
	 margin:4px 20px 4px 0 !important;
	 margin:4px 10px 4px 0;
	 }

.feed a.rss {
     color:#ff4000;
	 padding: 0 0 0 25px;
	 background: transparent url(images/rss.gif) no-repeat 5px 0;
	 }

.feed a.techno {
         color:#008000;
	 padding: 0 0 0 25px;
	 background: transparent url(images/techno.png) no-repeat 4px 0;
	 }

ul.menu {
	 float: left;
	 margin: 0;
	 padding: 0 15px;
	 list-style-type: none;
	 }
	
ul.menu li {
	 float: left;
	 }
	
ul.menu li a {
	 float: left;
	 display: block;
	 height: 20px;
	 padding: 4px 15px 0 15px;
	 color: #0066cc;
	 font-weight:normal;
	 font-size:11px;
	 }
	
ul.menu li a:link,
ul.menu li a:visited {
	 color: #0066cc;
	 }
	 
ul.menu li a:hover,
ul.menu li a:active {
	 color: #0066cc;
	 text-decoration: none;
	 background-color:#f1f9ff;
	 border:1px solid #a5d6f8;
	 padding: 3px 14px 0 14px;
	 }

ul.menu li.current_page_item a:link,
ul.menu li.current_page_item a:visited {
	 color: #0066cc;
	 text-decoration: none;
	 }
		
 ul.menu li.current_page_item a:hover {
 	 color: #0066cc;
	 text-decoration: none;
	 background-color:#f1f9ff;
	 border:1px solid #a5d6f8;
	 }

/***************************************************************************/
/* Post */
/***************************************************************************/

h2.post-title a:link, 
h2.post-title a:visited {
         color:#0066cc;
	 }

h2.post-title a:hover {
         color:#0066cc;
	 border-bottom: 1px dashed #a0a0a0;
	 }

.post-content {
	 margin: 0px 0px 0px 0px;
	 
	 background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	 width: 731px;
	 overflow:hidden;

	 padding: 0px 0px 2px 0px;
	 
	 }
	 
.post-content-guide {
	 margin: 0px 0px 0px 0px;
	 
	 background-color: #CAD0FF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	 width: 726px;
	 overflow:hidden;

	 padding: 0px 0px 2px 0px;
	 
	 }
	 
.post-content p {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	
	padding-bottom: 6px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	

}

.post-content a:link,
.post-content a:visited {
         color:#000000
	 }

.post-content a:hover {
         color:#740074;
	 border-bottom: 1px dashed #a0a0a0;
	 }

.post-content img,
.post-content img:hover {
         padding: 0px 0px 0px 0px;
         margin: 0px -15px 0px -15px;
	 border:0;
	 }
	 
.post-content ul li {
	padding:0 15px 0 15px;
	margin:6px 0px 0 0px;
	list-style-image: none;
	list-style-type: disc;
	 }

.post-content ol li {
	 padding:0;
	 margin:2px 15px 0 0px;
	 }

.postmeta {
	 margin: 8px 2px;
	 font-size:8pt;
	 }

.post-date {
	 background: url(images/date.gif) no-repeat 0 0;
	 padding: 0 0 0 20px;
	 }

.post-comment {
	 background: url(images/commentslink.png) no-repeat 0 0;
	 padding: 0 0 0 20px;
	 }

.post-comment a:link,
.post-comment a:visited,
.post-comment a:hover {
         color:#008000
	 }

.post-filed {
	 background: url(images/filed.gif) no-repeat 2px 0;
	 padding: 0 0 0 20px;
	 }

.more-link{
         margin:0
         }

/***************************************************************************/
/* Sidebars */
/***************************************************************************/

.left-sidebar, .right-sidebar {
	 margin: -3px 0px 0px 0px;

	 position:absolute;
	 overflow:hidden;
	 }

.left-sidebar {
	 width:214px;
	 left:0px;
	 background-repeat:repeat-y;
	 }

.left-sidebarb {
	 width:214px;
	 left:0px;
	 background-image:url('images/tileleftcol.gif');
     background-repeat:repeat-y;
	 }
	 
.left-sidebar ol li {
	line-height:18px;
	font-size:11px;
	color: #FF0000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: -5px;
	padding-top: 0;
	padding-right: 2;
	padding-bottom: 0;
	padding-left: 0px;
	list-style-position: outside;
	 }

.left-sidebar a:hover {
	 color: #740074;
	 text-decoration: underline;	
	 
	 }

.left-sidebar a:link {
	color: #000000;
	text-decoration: underline;	 
	 }
	 
.left-sidebar a:visited {
	color: #000000;
	text-decoration: underline;	 
	 }
.left-sidebarb a:link {
	color: #000000;
	text-decoration: underline;	 
	 }
.left-sidebarb a:hover {
	color: #740074;
	text-decoration: underline;	 
	 }
.right-sidebar {
	 width:210px;
	 right:5px;
	 font-size:11px;
	 color: #000000;
	 }
	 
.right-sidebarb {
	 width:210px;
	 left:5px;
	 background-image:url('images/tilerightcol.gif');
     background-repeat:repeat-y;
	 }
	 

/***************************************************************************/
/* WordPress Sidebar Widgets */
/***************************************************************************/

.wp-widget-title {
	 position: relative; 
	 top: -24px;
	/* background:url('images/widgetbg.gif') no-repeat; */
	 color:#FFFFFF;
	 font-size: 10pt;
	 font-weight: bold;
	 padding:6px 0 6px 15px;
	 margin:0;
	 }

.wp-widget-title a:link,
.wp-widget-title a:visited,
.wp-widget-title a:hover{
	 color:#FFFFFF;
	 }

.wp-widget {
	 /* background:url('images/widget_bottom_bg.gif') no-repeat bottom; */
	 color:#555; 
	 padding:0;
	 margin: 25px 0 35px 0;
         font-size:8pt;
	 }

.wp-widget ul {
         list-style-type: disc;
	 position: relative; 
	 top: -15px;
         margin:5px 10px 5px 15px;
         padding:0;
	 }

.wp-widget ul li {
         list-style-type: disc;
         margin:0 0 10px 0;
         padding:0 0 0 14px;
         line-height:15px;
         font-size:8pt;
	 }
	 
.search-widget-title {
	 color:#ff0000;
	 font-size: 14px;
	 font-weight: bold;
	 margin: 5px 0 1px 0;
	 padding: 10px 0px 0px 0px;
	
	 }

.search-widget {
	 color:#555;
	 position: relative;

	 padding: 1px 0px -10px 1px;
	 margin: 5px 12px 0px -5px;
	 
	/** border: 1px solid #000000; **/
         font-size:14px;
    width: 240px;
	 }

.textwidget {
         position: relative; 
         top: -15px;
         margin:0px 0px 0px 5px;
         padding:0px 5px 5px 5px;
         }

.textwidget ul {
         list-style-type: disc;
	 position: relative; 
	 top: 0px;
         margin:0 0 0 5px;
         padding:0;
	 }

.textwidget ul li {
         list-style-type: disc;
         margin:5px 0 10px 0;
         padding:0 0 0 14px;
         line-height:15px;
	 }

#calendar_wrap {
	 position: relative; 
	 top: -10px;
         margin:0 40px;
	 }

#akismetwrap {
         position: relative; 
	 top: -15px;
         margin:0 45px;
	 }

#cat, select {
         position: relative; 
	 top: 3px;
 
         margin: 0px 5px 0px 5px;
	 }
	 
.widget_categories ul li ul.children{
         position: relative; 
	 top: 0px;
	 left:-10px;
	 }

.widget_pages ul li.page_item li{
         position: relative; 
	 top: 20px;
	 left:-10px;
     }
	 
/***************************************************************************/
/* Old Style Tigopedia Widgets */
/***************************************************************************/

.widget-title {
	 background:url('images/widgetbg.gif') no-repeat;
	 color:#fff;
	 font-size: 10pt;
	 font-weight: bold;
	 padding:6px 0px 6px 15px;
	 }

.widget-title a:link,
.widget-title a:visited,
.widget-title a:hover {
	 color:#fff;
	 }

.widget {
	 color:#555;
	 background:url('images/widget_bottom_bg.gif') no-repeat bottom;
	 padding:10px;
	 margin:0 0 10px 0;
         font-size:8pt;
	 }

.widget ul {
         list-style-type: disc;
         margin:5px 5px 0px 5px;
         padding:0px;
         }

.widget ul li {
        list-style-type: disc;
         margin-bottom:10px;
         padding-left:14px;
         line-height:15px;
         font-size:11px;
         }

.center-widget-title {
	 /* background:url("images/center_widget_bg-wide.gif") center top no-repeat; */
	 background-color: #ffffff;
	 color:#0066cc;
	 font-size:16px;
	 font-weight: bold;
	 margin:-3px 0px 0px 216px;
	 padding:0px 0px 0px 0px;
	 }
.center-widget-title-wide {
	 /* background:url("images/center_widget_bg-wide.gif") center top no-repeat; */
	 background-color:  #ffffff;
	 color:#0066cc;
	 font-size:16px;
	 font-weight: bold;
	 margin: 0px 0px 0px 216px;
	 padding:8px 0px 0px 15px;
	 }
	 

.center-widget {
	/** background:url('images/center_widget_bottom_bg-wide.gif') center bottom no-repeat; **/
	
	background-color: #ffffff; 
	 color:#555;

	 margin:-6px 0px 0px 226px;
	 padding: 0px 0px 0px 0px;
	 font-size:11px;
	 width: 731px;
	 }

.center-widget-guide {
	/** background:url('images/center_widget_bottom_bg-wide.gif') center bottom no-repeat; **/
	
	background-color: #CAD0FF; 
	 color:#555;

	 margin:0px 0px 0px 120px;
	 padding: 0px 0px 0px 0px;
	 font-size:11px;
	 width: 726px;
	 }
	 
.center-widget-footer {
	/** background:url('images/center_widget_bottom_bg-wide.gif') center bottom no-repeat; **/
	
	
	 color:#00000;

	 margin:-6px 0px 0px 226px;
	 padding: 0px 0px 0px 0px;
	 font-size:11px;
	 width: 731px;
	 }

	 
.center-widget-blank {
	/** background:url('images/center_widget_bottom_bg-wide.gif') center bottom no-repeat; **/
	
	background-color: #ffffff; 
	 color:#555;

	 margin:-6px 0px 0px 226px;
	 padding: 0px 0px 0px 0px;
	 font-size:11px;
	 width: 731px;
	 height: 950px
	 }
	 
.center-widget a:link,
.center-widget a:visited {
         color:#0066cc;
	 }

.center-widget a:hover {
         color:#0066cc;
	 border-bottom: 1px dashed #a0a0a0;
	 }

.center-widget ul li {
     list-style-type: disc;
	 padding:5px 10px 5px 0px;
	 margin:0px 0 0 10px;
	 }

.center-widget ol li {
	 padding:0;
	 margin:0px 0 5px 0px;
	 padding:5px 10px 5px 10px;
	 }

.bottom-page-nav {
         text-align:center;
	 color: #0066cc;
	 }

.bottom-page-nav a:link,
.bottom-page-nav a:visited,
.bottom-page-nav a:hover {
         color:#740074;
	 }

.footer {
	 color:#00000;
	 font-size:10px;
         font-weight:normal;
	 text-align:center;
         padding:0px 0px;
         margin:0;
         }
	 
.footer2 {
	 color:#00000;
	 font-size:10px;
         font-weight:normal;
	 text-align:center;
         padding:0px 0px;
         margin:0px 10px 750px 100px;
         }
 

/* Comments Styles */

.comment-list {
	 padding:0;
	 margin:0 15px 20px 15px;
	 }

.comment-meta {
         position:relative;
	 top:-20px;
         color: #555555;
         font-size:10pt;
         margin:50px 0 0 0;
	 }

.odd-comment .comment-meta a:link,
.odd-comment .comment-meta a:visited,
.odd-comment .comment-meta a:hover {
         color: #0066cc;
         font-weight:bold;
	 }

.even-comment .comment-meta a:link,
.even-comment .comment-meta a:visited,
.even-comment .comment-meta a:hover {
         color: #008000;
         font-weight:bold;
	 }

.odd-comment .comment-meta .comment-author {
         color: #0066cc;
         font-weight:bold;
	 }

.even-comment .comment-meta .comment-author {
         color: #008000;
         font-weight:bold;
	 }

.odd-comment .comment-text {
         position:relative;
	 top:-10px;
         background:url('images/comment-bg-gradient.gif') top left repeat-y; 
         color: #555;
         border:1px solid #b6cefe;
	 padding:0px 10px !important;
	 padding:10px 10px;
         width:440px;
         overflow:hidden;
	 }

.even-comment .comment-text {
         position:relative;
	 top:-10px;
         background:url('images/comment-bg-gradient-green.gif') top left repeat-y; 
	 color: #555;
         border:1px solid #add3ad;
	 padding:0px 10px !important;
	 padding:10px 10px;
         width:440px;
         overflow:hidden;
	 }

.odd-comment .comment-text a:link,
.odd-comment .comment-text a:visited,
.odd-comment .comment-text a:hover{
         color:#0066CC;
         text-decoration:none;
         }
	 
.even-comment .comment-text a:link,
.even-comment .comment-text a:visited,
.even-comment .comment-text a:hover{
         color:#008000;
         text-decoration:none;
         }

#commentform a:link,
#commentform a:hover,
#commentform a:visited {
         color:#0066cc;
	 }

/* input */

#searchform {
	 margin: 0px;
	 }
	
input#s {
	 color:#777;
	 position: relative;
	 left: 3px;
	 width: 200px;
	 height: 18px;
	 margin: 2px 0px 0px 0px;
	 padding: 1px;


	 border-left: 1px solid #aaa;
         border-top:1px solid #aaa;
 	 border-right:1px solid #ddd;
	 border-bottom:1px solid #ddd;
	 }

input {
	 color:#555;
	 }

textarea#comment {
         width:470px;
         color:#555;
	 border-left: 1px solid #aaa;
         border-top:1px solid #aaa;
 	 border-right:1px solid #ddd;
	 border-bottom:1px solid #ddd;
         font-size:10pt;
	 }

input#author,
input#email,
input#url {
         width:200px;
         color:#555;
	 border-left: 1px solid #aaa;
         border-top:1px solid #aaa;
 	 border-right:1px solid #ddd;
	 border-bottom:1px solid #ddd;
         font-size:10pt;
         }
.style1 {	color: #990099;
	font-weight: bold;
}
.style10 {	font-size: 16px;
	font-weight: bold;
}
.style4 {color: #000000}
.style5 {color: #339900;
	font-weight: bold;
}
.style9 {color: #000000; font-weight: bold; }
  
 
.style11 {font-size: 14px}
.style12 {font-size: 12px}
.style13 {color: #990099; font-weight: bold; font-size: 12px; }
.style15 {font-weight: bold}