/*  
Version: 1.0
Theme Name: PADEAP-dev1
Theme URI: http://wordpress.org/
Description: PADEAP theme, based on edits of Micheal Heilemann's Kubrick theme: http://binarybonsai.com 
Author: Jon Harle
Author URI: http://www.padeap.net

/*/


/* Structure */


body {
	margin: 0 auto 0 auto;
	padding: 0; 
        font-size: 62.5%; /* Resets 1em to 10px */
        font-family: 'Trebuchet MS', Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

#content {
        width: 760px;
        font-size: 1.3em;
        }

#page {
      	margin: 5px auto 0 auto;
	padding: 0px;
	width: 760px;
        text-align: left;
    	}

#header {
	height: 200px;
	width: 760px;   
        background-color: none;
        border: 1px solid #ccc;
        margin-bottom: 20px;
	}

#headerlogo {
        margin-left: 267px;  
	width: 753px;
        height: 114px;
        background-color: none;
        }

#headertext {
	width: 755px;
        height: 50px;
        padding-right: 5px;
        }

#headernav {
        height: 35px;
        width: 758px; 
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;    
        margin-bottom: 0px;
        background-color: #ff3300;
        border: 1px solid #ff3300;
        }

#topbar {
        height: 20px;
        width: 750px;
        padding-left: 8px; 
        color: #000;
        background-color: #ccc;
        border: 1px solid #ccc;
       }


.widecolumn {
        float: left;
	padding: 0 5px 0px 0px;
	margin: 20px 0 0;
	width: 588px;
        line-height: 1.6em;
        }


.narrowcolumn {
        float: left;
	padding: 0 5px 0px 0px;
	margin: 20px 0 0;
	width: 458px;
        line-height: 1.6em;
        }


.doublecolumn {
        float: left;
        width: 570px;
        margin-right: 5px;
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 7px;
        border: 1px dotted #999;
        background-color: #fff;
        }

.leftcolumn {
        float: left;
        width: 270px;
        margin-right: 5px;
        margin-top: 10px;
        padding-left: 7px;
        padding-right: 8px;
        border: 1px dotted #999;
        background-color: #fff;
        }
   
.rightcolumn {
        float: right;
        width: 270px;
        margin-right: 5px;
        margin-top: 10px;
        padding-left: 9px;
        border: 1px dotted #999;
        background-color: #fff;
        }
     

#footer {
	padding: 10px 0 0 0;
	margin: 10px auto 0 auto;
	width: 760px;
        height: 50px;
	float: left;
        background-color: #eee;
        font-size: 0.8em;
        border-top: 1px solid #cccccc;
        text-align: center;
	}


.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}


/* Newsfeed box */

.newsfeed {
        margin-bottom: 7px;
        padding: 3px;
        margin-top: 5px;
        background-color: #eee;
        border-top: 1px dashed #333;
        }

ul.cgfeed, li.feedItem {
        list-style-image: none;
        list-style-type: none;
        display: block;
        margin: 0;
        padding: 0;
        font-size: 1.0em;
        }

/* Content Styles */

.post {
	margin: 2px 0 10px 0;
	text-align: justify;
	border-bottom: 1px dashed #999999;
	}

.homepost {
        margin: none;
        padding: none;
        }

.homeintropost {
	color: #333;
        text-align: justify;
        border: 1px solid #eee;
        margin-top: 10px;
        padding: 7px;
        background-color: #eee;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
        border-top: 0px solid #cccc99;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .entry p {
	font-size: 1.00em;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	text-align: center;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
        }

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
        }

.postmetadata {
	clear: left;
        }


/*Top Navbar*/


#headernav ul {
	list-style-type: none; 
        list-style-image: none;
	font-family: 'Arial';
        font-size: 1.3em; 
        font-weight: 400;
        float: left;
        margin: 6px;
        }

#headernav ul li { 
        float: left;
        width: 104px;
        height: 20px;
        display: block;
        text-align: center;
        margin-right: 8px;
        }

#headernav ul li a {
        text-decoration: none;  
        height: 20px;
        color: #000;
        font-weight: bold;
        display: block;
        text-align: center;
        border-bottom: none;
        }

#headernav ul li a:hover {
       display: block;
       height: 20px;
       color: #fff;
       font-weight: bold;
       }

#searchform #s {
	width: 72px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

#searchform {
	padding: 1px 1px; 
	text-align: center;
	}


/* End of Navbar*/


/* Text styles */



a {
	color: #06c; 
	text-decoration: none;
        border-bottom: 1px dotted #fff;
	}

.sidebar.newsfeed a {
        border-bottom: 1px dotted #eee;
        }

a:hover {
	color: #06c;
	text-decoration: none;
        border-bottom: 1px dotted #ff3300;
       	}


a:visited {
        color: #666666;
        }

.homepost h2, .homepost h2 a  {
       	color: #ff3300;
	font-size: 1.1em;
        background-color: none;
        border-bottom: 1px solid #fff;
}

h2.hometitle, h2.hometitle a  {
       	color: #333;
	font-size: 1.1em;
}

.homepost h2 a:hover {
        border-bottom: 1px dotted #ff3300;
        }  


h2.hometitle a:visited  {
       	color: #fff;
        border: 0px;
}


h1, h2, h3 {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-weight: bold;
        text-align: left;
	text-decoration: none;
        color: #ff3300;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h1 {
        padding-top: 20px;
        margin-bottom: 0px;
        font-size: 4em;
	text-align: center;
        display: none;
	}


h2 {
	margin: 10px 0 5px 0;
        font-size: 1.4em;
 	}


h3 {
	font-size: 1.2em;
	}


h2 a, h3 a, h2 a:visited {
        color: #ff3300;
        border: 1px solid #fff;
        }

h2 a:hover {
	color: #ff3300
        border-bottom: 1px dotted #ff3300;
     	}

h3 a:hover {
	color: #06c; 
		}


.newsfeed h2 {
        font-size: 1.1em;
        }



h2.pagetitle {
	text-align: center;
	font-size: 1.4em;
        }

h3 {
	padding: 0;
	margin: 5px 0 0;
	}

h3.hometitle, h3.hometitle a {
       font-size: 1.0em;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
        color: #999;
	}

large {
        font-size: 1.2em;
        line-height: 1.5em;
        }


.sidebar{
	padding: 0px;
	width: 133px;
        height: 100%;
        font-family: 'Trebuchet MS', Arial, Sans-Serif;
        margin-top: 10px;
        border-left: 1px dotted #ccc;
        padding-left: 5px;
        font-size: 1.0em;

       }

.sidebar form {
	margin: 0;
	}


.sidebar h2 {
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
        padding: 4px;
        margin: 5px 0px 0px 0px;
	font-size: 1.3em;
        color: #ff3300;
       	}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
   	}

.login {
       display: block;
       padding-top: 5px;
       height: 50px;
       margin: 3px;
       color: #fff;
       font-size: 1.1em;
       }

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
        color: #999;
	}


.sidebar img {
        border: 0;
        padding: 0;
	max-width: 100%;
        }

.sidebar ul p, .sidebar ul select {
	margin: 0;
        }


.sidebar ul ul, .sidebar ul ul a, .sidebar ul ol {
	margin: 0px;
	color: #333;
        }

.sidebar ul ul ul, .sidebar ul ul ul a, .sidebar ul ol {
	margin: 0 0 0 2px;
        color: #006666;
        border-bottom: 1px solid #fff;
	}

.sidebar ul ol li {
	list-style: none;
	}

.sidebar ul ol li, .sidebar ul ul li {
        margin: 0 0 0 3px;
	padding: 0;
	}

.sidebar a {   
        height: 20px;
        border-bottom: 1px solid #fff;
        }

.sidebar .quote {
        background: #cc6633;
        color: #ffffff;
        font-style: italic;
        }

.sidebar a:hover {
        color: #000000;
        border-bottom: 1px dotted #ff3300;
        }

p img {
	border: 0px solid #999999;
        padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
        margin-top: 4px;
        margin-bottom: 4px;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


.imgcaption { 
        margin: 5px; 
        padding: 5px; 
        border: solid 1px #cccccc; 
        background: #cccccc; 
        font-size:90%; 
        color: black 
        }


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
        font-weight: bold;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
        font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}


#commentform p {
	margin: 5px 0;
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 0;
        color: #cc3300;
        font-size: 1.1em;
        }

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: 0;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;


	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 5px;
	}


/*
.entry ul li:before, .sidebar ul ul li:before {
	content: "\00BB";
	}
*/

.entry ol {
	padding: 0 0 0 10px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li, {
	list-style: none;
	}


small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



.description {
	font-size: 1.2em;
	text-align: center;
        display: none;
	}



.postmetadata {
        font-size: 0.9em;
        color: #666;
        }

.postmetadata p {
        border-bottom: 1px solid #cccc99;
        }

.entry p a {
        border: 0px solid #ffffff;
        }

.entry p a:visited {
	color: #b85b5a;
	}
