/*  
Theme Name: apng theme
Theme URI: http://animatedpng.com
Author: PHUG - Open Source Culture
Author URI: http://phug.ca

Theme inspired and based on Hello 2007, by Fen http://hellowiki.com/
*/

body {
font: 14px Tahoma, Verdana, sans-serif;
color: #333;
background: #eee url(images/bg.png) top center repeat-x;
margin-top: 7px;
}

/* gobal */
* {
margin: 0;
padding: 0;
}
img {
border: 0;
}
h1, h2, h3 {
font-family: Tahoma, Verdana, sans-serif;
font-weight: normal;
}
h2 {
font-size: 1.5em;
color: #C3012D;
}
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;
margin: 0 auto;
}
/* links */
a {
color: #C3012D;
text-decoration: none;
}
a:hover {
color: #FE053E;
text-decoration: underline;
}

/* header */
#header {
margin: 0 auto;
background: #2d393b /*url(images/nav-bg.png) center bottom no-repeat*/;
width: 100%;
height: 160px;
border-top: 1px solid #525b5c;
}

#header2 {
margin: 0 auto;
background: #2d393b /*url(images/nav-bg.png) center bottom no-repeat*/;
width: 100%;
height: 40px;
border-top: 1px solid #525b5c;
}

#splashbg {
margin: 0 auto;
background: url(images/splashbg.png) repeat-x;
width: 100%;
height: 177px;
margin-bottom: 50px;
}
#splashbgnot {
margin: 0 auto;
background: url(images/splashbg_not.png) repeat-x;
width: 100%;
height: 35px;
margin-bottom: 20px;
}

.logo {
float: left;
margin: 20px 0 20px 20px;
border: none;
}

/*search*/
#searchform {
margin-top: 5px; 
}
#searchform input {
font: 1.1em Arial, Tahoma, Verdana, sans-serif;
background: #eee 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: 0px auto;
font-size: 12px;
list-style-type: none;
height: 30px;
width: 100%;
}
ul.menu li {
color: #eee;
float: left;
}
ul.menu li a {
background: url(images/header-menu.png) 100% 100% no-repeat;
float: left;
display: block;
height: 23px;
padding: 7px 21px 0 21px;
text-align: center;
color: #ccc;
text-decoration: none;
}
ul.menu li a:hover {
background: url(images/header-menu.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/header-menu.png) 100% 0% no-repeat;
color: #fff;
text-decoration: none;
}


ul.menu li.current_page_item_home a,
ul.menu li.current_page_item_home a:hover {
background: url(images/apnglogo_sm.png) 100% 0% no-repeat;
width: 160px;
height: 36px;
color: #fff;
text-decoration: none;
padding: 0px;
margin: 0px auto;
}

	
/* content */
#content {
margin: 20px auto;
width: 800px;
}

#content2 {
margin: 0px auto;
width: 800px;
}

#content h2 a {
text-decoration: none;
}
.navigation {
display: block;
margin-left: 10px;
width: 500px;
}

/* box */
#article {
float: left;
width: 65%;
}
#sidebar {
float: left;
width: 33%;
}

/* entry */
.entry {
background: url(images/entry-bg.png) right top no-repeat;
margin: 10px 10px 10px 5px;
padding: 10px 10px 20px 10px;
}
.entry p {
color: #333;
line-height: 160%;
margin: 7px 0;
font-size:11px:
}

.sm {
color: #333;
line-height: 160%;
margin: 7px 0;
font-size: 12px;
}

.entry ul {
margin: 0 0 0 30px;
}
.entry ul li {
margin: 7px 0;
}
.entrytitle h2, .entrytitle h3 {
display: inline;
}


.entrymain {

margin: 10px 10px 10px 5px;
padding: 10px 10px 20px 10px;
}
.entrymain p {
color: #333;
line-height: 160%;
margin: 7px 0;
}
.entrymain ul {
margin: 0 0 0 30px;
}
.entrymain ul li {
margin: 7px 0;
}



.date {
font-size: 11px;
color: #a8adad;
padding-left: 5px;

}

/* 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%;
}


.splash {
background: url(images/entry-bg.png) right top no-repeat;
margin: 10px 10px 10px 5px;
padding: 10px 10px 20px 10px;
}

.splash h2 {
font-size: 1.25em;
margin-bottom: 3px;
display: block;
padding: 5px;
/*background: #2d393b url(images/nav-bg.png) top right no-repeat;
color: #ffffff;*/
}
.splash p {
color: #333;
line-height: 160%;
}


.splash ul {
margin-top: 10px;
}
.splash li {
list-style-type: none;
margin: 3px 5px;
padding: 0 0 0 15px;
background: url(images/li.png) 0 7px no-repeat;
}
.splash li:hover {
background: url(images/li_on.png) 0 7px no-repeat;
}


/* footer */
#bottom {
background: #E3E3E3 url(images/bottom.png) repeat-x;
border-bottom: 1px solid #cdd1d1;
width: 100%;
}
#tag {
background: 90% 100% no-repeat;
margin: 0 auto;
padding: 15px 200px 20px 0;
width: 600px;
}
#footer {
height: 60px;
padding-top: 20px;
width: 100%;
}

/*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 {
display: none;
}




/* Extra Footer */
.ExtraBG { width: 100%; float: left; background: #283436; padding: 25px 0px;}
.Extra { width: 900px; position: relative; clear: left; margin: 0 auto; }
.Extra h3 { padding: 0px 0px 10px 0px; margin: 0px 0px 10px 0px; color:#fff; font-size: 17px; letter-spacing: -1px; border-bottom: dashed 1px #ffffff;}

.Extra ul { padding: 0px; margin: 0px;}
.Extra li { color:#fff; padding: 1px 0px 1px 13px; margin: 0px; list-style-type: none; font-size: 11px; background: url(images/ExtraIco.png) no-repeat left top;}
.Extra li a { color:#ffffff; }
.Extra li a:visited { color:#ffffff; }
.Extra li a:hover { color:#C3012D; }

.Extra .RecentPosts { width: 290px; float: left; }
.Extra .LastComments { width: 290px; float: left; margin: 0px 15px;}
.Extra .MostCommented { width: 290px; float: left;}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.FooterBG { width: 100%; float: left; background: #1C2628;  padding: 25px 0px;}
.Footer2 { width: 900px; position: relative; clear: left; margin: 0 auto; }
.Footer2 p { padding: 0px 0px 10px 0px; margin: 0px 0px 10px 0px; color:#C3012D; font-size: 11px; border-bottom: solid 1px #ffffff; display: block;}
.Footer2 p a {color:#ffffff; text-decoration: underline;}

.Footer2 ul { display: inline; padding: 0px; margin: 0px; }
.Footer2 li { display: inline; padding: 0px; margin: 0px; list-style-type: none;}
.Footer2 .WP { text-indent: -35000px; background: url(images/FooterWPLogo.gif) no-repeat left top; width: 71px; height: 20px; float: left;}
.Footer2 .DD { text-indent: -35000px; background: url(images/FooterDDLogo.gif) no-repeat left top; width: 83px; height: 20px; float: left; margin-right: 10px; }