/* @override http://localhost:8888/wordpress/wp-content/themes/EPT%202%20col/style.css */

/*
Theme Name: EPT2Latest
Theme URI: http://example.com
Description: A Blank Wordpress theme with left sidebar
Author: Tara Roskell
Author URI: http://example.com
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	margin: 20px;
       
	}

ul{
list-style-type: disc;
}
	
h1 {font-size: 18pt; font-family: arial, helvetica, sans-serif;}
h2 {font-size: 12pt; margin-top:10px; font-family: arial, helvetica, sans-serif; font-weight: normal; color: #E31E53;}
h3 {font-size: 10pt; margin-top:10px; font-family: arial, helvetica, sans-serif;}
h4 {font-size: 9pt; font-family: arial, helvetica, sans-serif;}
h5 {font-size: 12pt; font-family: arial, helvetica, sans-serif; color: #E31E53; margin: 10px 0 10px 0;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 3px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family: arial, helvetica, sans-serif;}


/* links */

a{
	color:black;
	text-decoration:none;
	border: none;
	}

a:hover{color:#E31E53;text-decoration: none; border: none;}



/* container */


#container {
	width: 900px;
	margin: 0 auto;
	padding: 6px;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background: #ddd url(images/header.jpg);
  width: 900px; 
  height: 120px;
	color: #fff; 
	}

#header h1{
	font-family: arial, helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;
	display: none;
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;
	display: none;
	}

/* main menu */


#menu {
	
	font-family: arial, helvetica, sans-serif; 
}


#menu ul {
	margin: 0;
	padding: 0;
	text-align: left;
        background-color: #e31e53;
        width: 900px;
        float: left
}

#menu ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 0px 9px 0px 9px;
        list-style-type: none;
	margin: 0;
	text-decoration: none;
	color: #fff;
        line-height: 25px;
        display:block;
        float: left;
        font-size: 8pt;
}

#menu ul li a:hover {
	/* background-color: black; */
	color: black;
}
#menu ul li.current_page_item a:link, #menu ul li.current_page_item a:visited, #menu ul li.current_page_item a:active {
background-color: #00afda;
}

/*#menu #nav li.current a:link, #menu ul li.current a:visited, #menu ul li.current a:active {
background-image: url('http://localhost:8888/wordpress/wp-content/themes/EPT2col/images/bluebit.gif');
background-repeat: repeat-y;
list-style-type: none;
line-height: 25px;
}*/






/* content */


#content {
	float: right;
	width: 630px;
	overflow: hidden;
	}


/* my custom front page modules */

#content #modules {
       width: 630px; 
       height: 180px; 
       background-color: white; 
       margin: 10px 0 15px 0;
       float left;
}

#content #modules #module1 {
       width: 180px; 
       height: 160px; 
       background-color: #eb008b; 
       margin: 0 15px 0 0;
       float: left;
       padding: 10px;
}

#content #modules #module2 {
       width: 180px; 
       height: 160px; 
       background-color: #8bc53f; 
       margin: 0 15px 0 0;
       float: left;
       padding: 10px;
}

#content #modules #module3 {
       width: 180px; 
       height: 160px; 
       background-color: #faaf40; 
       margin: 0 0 0 0;
       float: left;
       padding: 10px;
}

#content #modules h a {
       font-size: 18px;
       color: white;
}

#content #modules h a:hover {
       color: black;
}

#content #modules p {
       font-size: 12px;
       color: white;
       margin-top: 7px;
       line-height: 16px;
}

#content #modules img {
       margin: 15px 0 0 0;
       padding: 0;
}

/* my custom front page finishes here */	

.post {
	margin: 0 0px;
	padding:10px 0px 10px 0px;
	line-height: 14pt;
	}
	
.post h2{
	font-family: arial, helvetica, sans-serif;
	font-size: 18pt;
	font-weight: 300;
	color: #E31E53;
	padding-bottom: 10px;
	}
	
.post h2 a{
	color: #E31E53;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #00AFDA;
	text-decoration: none;
	}
	
.post p{font-size: 10pt;}

.post a{text-decoration:none
		
}

.post p ul 
{
list-style-type: disc;
font-size: 10pt;
}

.post p ul li 
{font-size: 10pt;
list-style-type: disc;
}

.entry p{margin:10px 0;}
/* changed it from this .entry p{margin:12px 0;}*/

.entry ul li{font-size:10pt; list-style-type: disc;}


.entry ul{font-size:10pt; list-style-type: disc;}

.entry li{font-size:10pt; list-style-type: disc;}






.postmetadata {
        background: #BBE1F7 none repeat scroll 0%;
        clear:both;
        float:left;
        font-size:8pt;
        margin:0px 0pt 30px;
        padding:3px 0pt 3px 6px;
        width:618px;
        }
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:0px;}

/*changed from this .alignright {float:right; margin:25px;}*/

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}



/* sidebar */

#sidebar {
	font-family: arial, helvetica, sans-serif;
	font-size:8pt;
	width: 212px;
	float:left;
	margin: 12px 0 24px 0;
	padding: 0;
	border-right: none;
	}

#sidebar h2{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal; 
	font-size: 11pt; 
	text-align: left;
	color: #E31E53;	
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1pt solid #00AFDA;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px 0 0 0;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 13pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 0px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 0px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #BBE1F7;
	margin: 12px 0 20px 0;
	padding:20px;
        display: none;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 0px;
	font-family: arial, helvetica, sans-serif;
	}

#searchform input#s{
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
	border: 1px solid #B7B7B7;
	width: 150px;
	height: 20px;
	}

#searchform input#searchsubmit{
	font-family: arial, helvetica, sans-serif;
	font-size: 7pt;
	padding: 5px;
	margin: 6px 0 0 0px;
	border: 0;
	background-color: #00AFDA;
	color: white;
	}

/* footer */

#footer {
	background: #00AFDA;
	clear: both;
	width: 900px;
	margin:15px auto;
	border-top:solid 1px #DEDEDE;
	font-family: arial, helvetica, sans-serif;
	font-size: 7pt;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: white;text-decoration: none;}
#footer a:hover{color: white;text-decoration: none;}

* {
	
}



