/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(/images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(/images/cms/external.gif) no-repeat 100% -100px; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(/images/cms/external.gif) no-repeat 100% -200px; 
  /*background-color: #C3D4DF;*/
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	/* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	} */
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */body {
margin: 0;
padding: 0;
background: #fff url(/uploads/creao/img01.gif) 0 -80px repeat-x;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333;
}

form {
margin: 0;
padding: 0;
}

fieldset {
margin: 0;
padding: 0;
border: none;
}

input, textarea {
font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #333;
}

h1, h2, h3 {
margin: 0;
font-weight: normal;
color: #333;
}

h1 {
letter-spacing: -1px;
font-size: 2.6em;
}

h2 {
font-size: 1.8em;
}

h3 {
font-size: 1.2em;
font-weight: bold;
}

p, ul, ol {
margin-bottom: 1.6em;
line-height: 150%;
}

blockquote {
font-style: italic;
}

a {
border-bottom: 1px dotted #EFEFEF;
text-decoration: none;
color: #356AA0;
}

a:hover {
text-decoration: none;
color: #C00;
}

hr {
display: none;
}

img {
border: none;
}

img.left {
float: left;
margin: 0 15px 0 0;
}

img.right {
float: left;
margin: 0 0 0 15px;
}

/* Header */
#header {
width: 900px;
height: 151px;
margin: 0 auto;
position: relative;
}

#header h1 a {
position: relative;
bottom: -11px;
display: block; 
height: 108px; /* adjust according your image size */
background: url(/uploads/creao/logo_creao.gif) no-repeat left top;
text-indent: -999em;
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

#header h2 {;
text-indent: -999em;
}

#header h2 a {
color: #333;
}

#contact {
position: absolute;
right: 0px;
top: 0px;
text-align: right;
color: #515054;
}

/* Search */
#search {
float: right;
width: 200px;
padding: 150px 0 0 0;
}

#search legend {
display: none;
}

#searchfield {
width: 200px;
}

#searchsubmit {
width: 80px;
}

/* Page */
#page {
width: 900px;
margin: 0 auto;
padding: 20px 0;
}

/* Content */
#content {
float: right;
width: 610px;
margin-bottom: 50px;
}

.post {
padding: 10px 10px 12px 20px;
background: url(/uploads/creao/content_bg.png) no-repeat;
border-right: #ddd 1px solid;
font-size: 1.1em;
}

.post .title, .post h2 {
letter-spacing: -1px;
font-size: 2em;
color: #ff7448;
margin-bottom: 1em;
}

.post h3, .post h4 {
margin-bottom: .5em;
}
.post h3 {
font-size: 1em;
}

.post .meta {
margin: 0 0 20px 0;
padding: 0 0 20px 0;
border-bottom: 1px solid #EFEFEF;
line-height: normal;
color: #666;
}

.post ul {
padding-left: 2em;
}

.post p {
margin-top: .5em;
margin-bottom: 1em;
}

.post a {
color: #ff7448;
font-weight: bold;
}

/* Sidebar */
#sidebar {
float: left;
width: 260px;
border-right: #ddd 1px solid;
margin-bottom: 50px;
}

#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}

#sidebar li {
margin-bottom: 20px;
padding: 20px 20px 20px 40px;
background: url(/uploads/creao/img03.png) no-repeat;
}

#sidebar li ul {
line-height: 2em;
}

#sidebar li li {
margin: 0;
padding: 0;
background: none;
border-bottom: 1px solid #EFEFEF;
}

#sidebar h2 {
margin-bottom: 10px;
text-transform: lowercase;
letter-spacing: -1px;
color: #ff7448;
}

#sidebar a {
border: none;
}

/* Footer */
#footer {
clear: both;
padding: 30px 0;
border-top: 10px solid #DDDDDD;
background: #EFEFEF;
}

#footer p {
margin: 0;
padding: 10px 0 0 0;
text-align: center;
line-height: normal;
}/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
min-width: 465px;
margin: 0;
position: absolute;
right: 0px;
bottom: 23px;
text-transform: lowercase;
font-size: 1.6em;
}

div#menu_horiz ul {
margin: 0;
padding: 0;
}

/* menu list items */
div#menu_horiz li {
float: left; /* makes the list horizontal */
list-style: none; /* hides the list bullet */ 
margin: 0;
}

/* the links, that is each list item */
div#menu_horiz a {
padding: 0 0 0 25px; /*padding inside the list item box */
margin: 0; /* margin outside each list item box */
color: #33a4dc;
display: block; /* IE has problems with this, fixed above */
}

/* hover state for links */
div#menu_horiz li a:hover {
color: #ff7448;
}

div#menu_horiz a.activeparent:hover {
color: #ff7448;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
color: #ff7448;
}

div#menu_horiz h3 {
padding: 0 0 0 25px;  /*padding inside the list item box */
margin: 0; /* margin outside each list item box */
color: #ff7448;
display: block; /* IE has problems with this, fixed above */
font-size: 1em; /* instead of the normal font size for <h3> */
}#menu_vert {
padding-left: 0;
}

/* menu li block */
#menu_vert li {
list-style: none;
margin: 0;
display: block;
}

#menu_vert ul ul li {
border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
display: block; /* IE has problems with this, fixed above */
min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
display: block;
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
display: block;
font-size: 1em; /* instead of the normal font size for <h3> */
margin: 0; /* as <h3> normally has some margin by default */
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
display: block;
}

div#menu_vert li.sectionheader {
display: block;
border-bottom: #ddd 1px solid;
margin-top: 1em;
}

/* separator */
div#menu_vert li.separator {
height: 1px !important;
margin-top: -1px;
margin-bottom: 0;
padding:2px 0 2px 0;
background-color: #000;
overflow:hidden !important;
line-height:1px !important;
font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
display: none; /* this is for accessibility */
}.accToggle {
	cursor: pointer;
	width: 100%;
	background: #eee;
	/*display: block;*/
	/*height: 30px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	margin: 0 0 0 0;*/
}

.accContent {
	/*background-color: #ffffff;
	color: #444444;*/
	border: 1px solid #ff7448;
	margin: 0 0 5px 0;
	padding: 0 5px;
	overflow: hidden;
}
#caodao, #pao {
margin: 2em 0;
}/*
************
General styles
************
*/

a.blogs-breadcrumb,
.blogs-breadcrumb {
  color:#808080;
  font-weight:bold;
  padding:0px;
  padding-bottom:12px;
  text-decoration:none;
}

a.blogs-breadcrumb:hover {
color:#9C0800;
}

.blogs-showmessage {
  margin:12px;
  padding:12px;
  border:2px solid #9C0800;
}

.entry-headline {
  font-weight:bold;
  color: #000000;
}

/*
****************
Pagespecific styles
****************
*/

/*Main Blogs-styles*/
.blogs-showblogsentries {

}

.blogs-showblogsentry {
  border-bottom:1px solid #dddddd;
  margin-bottom: 2em;
}

.blogs-showblogsentrytime {
  color:#333;
  font-size:80%;
}

.blogs-showblogsentrytitle {
  /*font-size:130%;
  padding-bottom:13px;*/
}

.blogs-showblogsentryshorttext {

}

.blogs-showcategoryentrytext {

}

.blogs-showcategoryentryfiles {

}

.blogs-showcategoryentryauthor {
  padding:2px;
  font-style:italic;

}

.blogs-showblogsentrycategory {
  margin: 1em 0;
}

.blogs-showblogsentrycomments {
  font-weight:bold;
}

/*ShortCategory-styles*/
.blogs-shortbox {
  text-align:center;
  width:216px;
  margin:4px;
  margin-left:8px;
  margin-right:8px;
  float:left;
}
.blogs-shortcategorytitle {
  text-align:center; 
  text-transform:capitalize;
  font-size:130%;
  border:2px solid black;
  padding-left:4px;
  padding-right:4px;
  padding-top:12px;
  padding-bottom:12px;
  width:212px;
}

.blogs-shortcategorytitle:hover {
  background-color:#eee;
}



.blogs-shortentrylist {
  margin-top:10px;
}
.blogs-shortentry {
}
.blogs-shortentrydate {
  color:#333;
  font-size:80%;
  padding-left:12px;
}
.blogs-shortentrylink {
   padding-left:12px;
   padding-bottom:4px;
}

/*** ShowCategoryList-styles ***/
.blogs-showcategorylistbox {
  
}

.blogs-showcategorylistheader {
  
}

.blogs-showcategorylistcategories {

}

.blogs-showcategorylistcategory {
  
}



/*** ShowCategory-styles ***/
.blogs-showcategorybox {
  width:90%;
}

.blogs-showcategoryheader {
  /*width:50%;
  border:2px solid black;*/
  border: 1px solid #dddddd;
  padding:10px;
  margin-bottom:24px;
}

.blogs-showcategorytitle {

 /* font-size:130%;
  padding-bottom:13px;*/

}

.blogs-showcategorydescription {
}

.blogs-showcategoryentries {
  margin-top:10px;
  margin-left:12px;
}

.blogs-showcategoryentry {
  padding-bottom:24px;
}

.blogs-showcategoryentrytime {
  color:#333;
  font-size:80%;
}

.blogs-showcategoryentrytitle {
  font-style:italic;
  margin-bottom:5px;
  margin-top:4px;
  padding-left:12px;
}

.blogs-showcategoryentrytext {
  padding-bottom:2px;
}

.blogs-showcategoryentryfiles {
  padding-top:4px;
  padding-left:8px;
}

.blogs-showcategoryentryauthor {
  padding:2px;
  font-style:italic;
}

.blogs-showcategoryentrycomments {
  font-weight:bold;
}


/*** ShowEntry-styles ***/

.blogs-showentrybox {
  width: 98%;
}

.blogs-showentryheader {
  /*width:50%;
  border:2px solid black;
  padding:10px;*/
  margin-bottom:24px;
}

.blogs-showentrytime {
  color:#333;
  font-size:90%;
  padding-bottom:8px;
}

.blogs-showentrytitle {
  /*font-size:130%;
  padding-bottom:13px;*/
}

.blogs-showentrytext {
}

blogs-showentrytext.a {
  color:#993333;
}

.blogs-showentryauthor {
  font-style:italic;
}

.blogs-showentryfiles {
  padding-top:13px;
  padding-left:0px;
}


.blogs-showentrycomments {
  /*padding-left:12px;*/
}

.blogs-showentrycomment {
  padding-bottom:12px;
  margin-bottom:12px;
  border-bottom:1px solid #222; 

}

.blogs-showentrycommenttime {
  color:#333;
  font-size:80%;
}

.blogs-showentrycommenttext {
}

.blogs-showentrycommentauthor {
  font-style:italic;
}

.blogs-showentrycommentform {
  padding-top:10px;
  margin-top:10px;
  /*padding-left:12px;*/
  margin-bottom:10px;
}

.blogs-authorinput {
  width:400px;
  border:1px solid #333;
}

.blogs-authorinput:hover {
  background-color:#ddd;
}

.blogs-commentinput {
  width:400px;
  border:1px solid #333;
}
.blogs-commentinput:hover {
  background-color:#ddd;
}

.blogs-submitinput {
  border:1px solid #bbb;
}

.blogs-submitinput:hover {
  background-color:#ddd;
}