/*  
Theme Name: Custom
Description: Modified Theme 2007.
Version: 1.0
Author: III
*/

body {
font: 14px Tahoma, Verdana, sans-serif;
color: #706F6F;
background: #706F6F url(images/ce-bgfullscreen.jpg) top center no-repeat;
margin: 0px;
}

/* gobal */
* {
margin: 0;
padding: 0;
}
img {
border: 0;
padding: 4px;
}
h1, h2, h3 {
font-family: 'trebuchet ms', Verdana, sans-serif;
font-weight: normal;
color: #5F5F5F;
letter-spacing:-1px;
}
#header h1 {
font-family: 'trebuchet ms', Verdana, sans-serif;
font-size: 46px;
color: white;
letter-spacing:-2px;
position: absolute;
left: 20px;
bottom: 35px;
z-index:99;
}
#header h1 span{
font-size: 22px;
margin-left: 10px;
font-weight:normal;
}
#header h1 span{color:#B02D86;margin-left:0;}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.4em;
}
blockquote {
background: url(images/quote.png) 10px 0 no-repeat;
margin: 20px 0;
padding: 0 20px 0 50px;
}
code {
font: 1em 'Courier New', Courier, Monospace;
}
.clear {
clear: both;
}
.widthfix {
width: 800px;
height: 154px;
margin: 0 auto;
position: relative;
}
#header .widthfix {
background: url(images/header.jpg) top left repeat-x;
}

/* links */
a {
color: #333333;
text-decoration: none;
}
a:hover {
color: #5F5F5F;
}


/* header */
#header {
margin: 0 auto;
/*background: #5626B9 url(images/nav-bg.png) center bottom no-repeat;*/
width: 100%;
height: 148px;
border-top: 0px solid #525b5c;
}
.logo {
position: absolute;
top:0;
right: 20px;
border: none;
z-index:0;
}

/*search*/
#searchform {
margin-top: 5px; 
}
#searchform input {
font: 1.1em Arial, Tahoma, Verdana, sans-serif;
background: #EEEEEE url(images/formfield_bg.png) repeat-x;
margin-top: 5px;
padding: 3px;
border: 1px solid #ccc;
}
#s {
font: 1.1em 'Lucida Grande', Tahoma, Verdana, sans-serif;
background: #eee url(images/formfield_bg.png) repeat-x;
width: 220px;
padding: 3px;
border: 1px solid #ccc;
vertical-align: middle;
}

/* nav menu */
ul.menu {
margin: 0 9px 0 0;
font-size: 12px;
list-style-type: none;
height: 27px;
position: absolute;
bottom: 0;
left:0;
}
ul.menu li {
color: #eee;
float: left;
}
ul.menu li a {
background: url(images/nav-bar.png) 100% 100% no-repeat;
float: left;
display: block;
height: 20px;
padding: 7px 25px 0 25px;
text-align: center;
color: #ccc;
text-decoration: none;
}
ul.menu li a:hover {
background: url(images/nav-bar.png) 100% 0% no-repeat;
color: #fff;
}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
background: url(images/nav-bar.png) 100% 0% no-repeat;
color: #fff;
text-decoration: none;
}
	
/* content */
#content {
margin: 6px auto;
width: 820px;
background: url(images/page-bg.gif) top left repeat-y;
border-left: 0px solid #666;
border-right: 0px solid #666;
}
#content h2 a {
text-decoration: none;
}
.navigation {
display: block;
margin-left: 10px;
width: 500px;
}

/* box */
#article {
float: left;
width: 99.8%;

}
#sidebar {
float: left;
width: 0%;
}

/* entry */
.entry {
margin: 10px 10px 10px 10px;
padding: 10px 10px 0px 10px;
}
.entry p {
color: #333;
line-height: 160%;
margin: 7px 0;
}
.entry ul {
margin: 0 0 0 30px;
}
.entry ul li {
margin: 7px 0;
}
.entrytitle h2, .entrytitle h3 {
display: inline;
border-bottom: 3px solid #CACACA;
width: 762px !important;
display:block;
}
.date {
font-size: 1em;
color: #a8adad;

}
.entrytitle h3 {display:none;}

/* sidebar */
#sidebar ul {
margin-top: 10px;
}
#sidebar li {
list-style-type: none;
margin: 3px 5px;
padding: 0 0 0 15px;
background: url(images/li.png) 0 7px no-repeat;
}
#sidebar li:hover {
background: url(images/li_on.png) 0 7px no-repeat;
}
#sidebar li a {
}
#sidebar li a:hover {
}
.aside {
background: url(images/sidebar.png) top right no-repeat;
margin: 10px 0 30px 0;
padding: 10px 10px 0 15px;
}
.aside h2 {
font-size: 1.25em;
margin-bottom: 5px;
}
.aside p {
color: #333;
line-height: 160%;
}


/* footer */
#bottom {
background: #E3E3E3 url(images/bottom.png) repeat-x;
border-bottom: 0px solid #cdd1d1;
width: 740px;
}
#tag {
background: url(images/tag.png) 90% 100% no-repeat;
margin: 0 auto;
padding: 15px 200px 20px 0;
width: 600px;
}
#footer {
background: url(images/page-bgbottom.gif) bottom center no-repeat;
clear:both;
float: none;
height: auto;
padding-top: 0px;
width: 820px;

text-align: center;
}

/*Images*/
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright{
padding: 4px;
margin: 0 0 0 7px;
display: inline;
}
img.alignleft{
padding: 4px;
margin: 0 7px 0 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

/*comments*/
#comments {
margin-left: 10px;
}
.commentlist li, #commentform input, #commentform textarea {
font: 1em 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
#commentform input, #commentform textarea {
background: #eee url(images/formfield_bg.png) repeat-x;
border: 1px solid #ccc;
padding: 3px;
}
#commentform textarea {
width: 480px;
}
.commentlist cite, .commentlist cite a {
font-style: normal;
font-size: 1.1em;
}
.commentlist p {
font-weight: normal;
line-height: 1.6em;
text-transform: none;
}
#commentform p {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
.alt {
padding: 10px;
}
.commentlist {
width: 490px;
text-align: justify;
}
.commentlist li {
background: #ececec;
margin: 15px 0;
padding: 10px;
border: 1px solid #cdd1d1;
list-style: none;
}
.commentlist p {
margin: 10px 5px 10px 0;
}
#commentform p {
margin: 10px 0;
}
.nocomments {
text-align: center;
}
.commentmetadata {
border-bottom: 1px dotted #cdd1d1;
padding-bottom: 5px;
display: block;
}
#respond {
margin-top: 20px;
}
.commentcount {
font-family: Georgia,sans-serif;
font-size: 1.8em;
font-weight: bold;
color: #cdd1d1;
float: right;
}

/*misc*/
.adsense {
}
.related {
margin: 0 0 20px 10px;
}
.none, #sidebar {
display: none;
}

#footer .widthfix {height:auto;margin-bottom:0;padding-bottom:20px;border-bottom:0px solid #444;}

div#gallery {width: 757px; height: 665px; margin-left: auto; margin-right: auto;}

object a {display: none;} 
object {margin-left: auto; margin-right: auto; display block;}

