/*  
Theme Name: CEU-blog
Theme URI: http://www.blogceu.com
Description: Widget ready and tested on WP2.3
Version: 2.0
Author: igrafix
Author URL: http://www.igrafix.com/
*/
body {
	font: 80%/150% Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(img/stripeBG.gif) repeat;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
a {
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;	
	padding-left: 3px;
	height: 50px;
	font: bold 225%/100% "Trebuchet MS", Tahoma, Arial;
	color: #fff; text-shadow: #666 0em 0.1em 0.2em;
}
h1 a, h1 a:visited{
	color: #fff;
	text-decoration: none;
}
h1 a:hover{
	color: #336699;
	text-decoration: none;
text-shadow: #fff 0em 0.1em 0.2em;
}
h2 {
	color: #003399;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #197012;
	font: normal 160%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #003399;
	text-decoration: none;
}
h2 a:hover {
	color: #003399;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #003399;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #003399;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#wrapper {
	width: 100%;
	padding: 0;
	margin:0;
	background: url(img/bodyBG.jpg) top repeat-x;
}
#page {
	margin: 0px auto;
	padding:0;
	width: 800px;
	border-bottom: 2px solid #336699;
   border-top: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 2px solid #336699;
	background: #fff url(img/mainBG.gif) left repeat-y;
}
/* header area */
#header {
	background: #336699 url(img/headerBG.jpg) no-repeat;
	height: 170px;
	border-bottom: 0px solid #336699;
	position: relative;
}
#headerlogo {
	position: relative;
	padding: 20px 0px 0px 35px;
	height: 60px;
}
#headerlogo .description{
	position: absolute;
	left: 80px;
	bottom: 3px;
	color: #000;
	font-size: 110%;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
                
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #fff;
	text-decoration: none;
	background: #ffff99 url(img/navBtnBG2.gif) repeat-x;
	border-top: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	/*border-bottom-color:#336699;*/
}
#nav .page_item a{
	color: #000;
	text-decoration: none;
	background: #ffff99 url(img/navBtnBG.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFFFCC;
	border-left: 1px solid #FFFF66;
	border-right: 1px solid #FFFF66;
	/*border-bottom-color:#FFFFCC;*/
	display: block;	
}
#nav .page_item a:hover {
	color: #fff;
	background: #336699 url(img/navBtnBG2.gif) repeat-x;
	border-top: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	/*border-bottom-color:#336699;*/
}

#navbottom
{
background: #4999d2 url(img/navBtnBG2.gif) bottom repeat-x;
height: 10px;
margin-bottom: 1.0em;
}

/* content  */
#content {
	padding: 0 0 20px 13px;
	float: left;
	width: 532px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 50px;
	height: 54px;
	float:left;
	background: url(img/dateBG.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 10px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 2px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 478px;
}
.post-cat {
	background: url(img/category.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(img/comments.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-comments2 {
background: #ffff99 url(img/navBtnBG.gif) repeat-x;
	padding: 1px 5px;
	border-top: 1px solid #FFFFCC;
	border-left: 1px solid #FFFF66;
	border-right: 1px solid #FFFF66;
	border-bottom-color:#FFFFCC;
	float: right;
	font-size: 85%;
	font-weight:bold;
	margin:0;
}
.post-calendar {
	background: url(img/date.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #0b7c03;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(img/page-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(img/page-right.gif) no-repeat right center;
}

/* comments  */
#comments, #respond {
	border-bottom: 1px dotted #666;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #ececec;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #021001;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 90%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #000;
	font-size: 90%;
}
#commentform input{
	width: 200px;
	background:#ececec;
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 515px;
	height: 115px;
	background:#ececec;
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
background: #ffff99 url(img/navBtnBG.gif) repeat-x;
	border: 1px solid #ffff66;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000;
    float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
/*cc enews signup*/
.submit{
background: #ffff99 url(img/navBtnBG.gif) repeat-x;
	border: 1px solid #ffff66;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000;
	height: 20px;
	cursor: pointer;
}
/*sidebar */
#sidebar {
	float: right;
	padding: 0px 10px 10px 0px;
	width: 220px;
	color: #5b5b5b;
	overflow: hidden;
}
/*sidebar title  */
#sidebar h2 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #003399;
	margin: 20px 0px 2px;
	border-bottom: 1px dotted #666;
}
#sidebar .sidebartitle{
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #003399;
	margin: 10px 0px 2px;
	border-bottom: 1px dotted #666;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #cc0000;
	text-decoration: none;
}
#sidebar a:hover{
	color: #000;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #cc9900;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	background: url(img/blogroll.gif) no-repeat    !important;
	padding-left: 16px !important;
}
/*meta */
ul.list-meta li{
	background: url(img/meta.gif) no-repeat    !important;
	padding-left: 16px !important;
}
/*category bar */
ul.list-cat li, li.bar_categories li{
	background: url(img/category.gif) no-repeat    !important;
	padding-left: 20px !important;
}
/*recent bar  */
ul.list-rec li, li.bar_comments ul li {
	background: url(img/recent.gif) no-repeat    !important;
	padding-left: 20px !important;
}
/*archives bar */
ul.list-archives li, li.bar_archives li{
	background: url(img/archive.gif) no-repeat    !important;
	padding-left: 20px !important;
}
/*pages bar */
ul.list-page li, li.bar_pages li, li.bar_recent_entries li{
	background: url(img/page.gif) no-repeat    !important;
	padding-left: 20px !important;
}
/*sub-pages bar */
ul.list-page li ul li, li.bar_pages li ul li{
	background: url(img/page-arrow.gif) no-repeat    !important;
	padding-left: 10px !important;
}
/*calendar bar  */
li.bar_calendar td {
	padding: 1px 7px;
}
/*text bar */
.textbar {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 5px 0 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #666;
	width: 135px;
	height: 20px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #cc9900;
	background: #ffffff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: #FFFF99 url(img/navBtnBG.gif) repeat-x;
	border: 1px solid #ffff66;
	width: 67px;
	height: 30px;
    font: bold 100% Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align: middle;
	cursor: pointer;
}
/*contact form 7*/
.wpcf7-form  label{
	color: #000;
	font-size: 100%;
	font-weight: bold;
}
.wpcf7-form input{
	width: 200px;
	background:#ececec;
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 3px;
}
.wpcf7-form textarea{
	width: 315px;
	height: 100px;
	background:#ececec;
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 3px;
}
.wpcf7-form textarea:focus, .wpcf7 input[type="text"]:focus {
	background: #ffffff;
}
.wpcf7-form .submit{
background: #ffff99 url(img/navBtnBG.gif) repeat-x;
	border: 1px solid #ffff66;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000;
    float:left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
/* page close */
#close {
	clear: both;
padding: 0;
margin:0;
font-size:0px;
}

/* fbar */
#fbar {
	margin: 0px auto;
	padding: 0 1px;
    width: 801px;
   background: #336699 url(img/bodyBG2.jpg) top repeat-x;
   height: 20px;
	font-size: 100%;
	line-height: 100%;
   color:#fff;             
}
#fbar a, #credit a, #credit a:visited {
    margin: 0;
	padding: 0 0 10px 5px;
	color: #fff;
}

/* credits */
#credits {
	margin: 5px auto;
	padding: 0 0 40px 0;
	width: 760px;
	color: #000;
	font-size: 90%;
	line-height: 120%;
}
#credits a {
	color: #3366ff;
}
#credits a:hover, #credits a:visited {
	color: #000;
}
.rss {
	background: url(img/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.topright {
float: left;
margin:0;
padding: 0 0 0 15px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
/*newsletter */
h5 { font-size: 100%; margin: 5px 0; padding:0; }
h6 { font-size: 120%; margin: 5px 0; padding:0; }
.hddkblue { color:#003366; text-transform:uppercase; }
.hdltblue { color:#336699; font-weight:bold; text-transform:uppercase; }
#newshd { background: url(img/newsletter/nl_header_bg.gif) repeat-x; 
width:100%; margin:0; padding:0;
}
.name { padding: 0; margin:0 30px 0 0; float:right; width: 200px; }
#date { text-align:right; color:#003366; font-size:90%; padding: 0 10px 0 0; margin:0; }
#toc { background:#fafad2; padding:10px; font-size:90%; }
.dkblue { color:#003366; font-weight:bold; }
.ltblue { color:#336699; font-weight:bold;  }
.ylwborder { border-bottom: #FFCC33 2px solid; margin: 0; padding:0; font-size:0px; }
.ylwborder2 { border-bottom: #FFCC33 2px solid; margin: 0; padding:0; font-size:0px; }
.links {padding: 5px 0 0 0; margin:0; }
.subhead { color:#003366; font-weight:bold; font-size: 1.1em; margin:0; padding:0; }
ol li {margin-bottom: 10px; }
