/*
Theme Name: DialPort
Theme URI: 
Description: Theme for the dialport website
Author: Alex Hornick
Author URI: alexhornick.com
Version: 1.0
Tags:
License:
License URI:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


article, aside, figure, footer, header, nav, section {
	display: block; }

* {
	margin: 0;
	padding: 0; 
}

html {
background-color: #CCC; /*A grayish-white background color. Won't be visible because the body should cover the entire screen.*/
}

/* the styles for the header, section, sidebar, and footer */

body {
	background-color: white;
	margin: auto;
	font-family: Helvetica,Verdana, Arial, sans-serif;
   	margin-top: 0;
}

#main {
  min-height:500px;
}

#header a, #header a:visited{
	text-decoration:none;
}

#site-title {	
    text-shadow: 2px 2px #610000;
}

a, a:visited {
   text-decoration:none;
}	

li {
	padding-bottom: 0.25em; 
}	

#outer-wrap {	
    position: relative;
    min-height: 100vh;
}



/*****POSTS STYLING*******/

.post {
	margin-bottom: 30px;
}

.post ul {
 	 padding-left: 40px;
}

.post ol {
	padding-left: 20px;

}

.post ol li {
	margin:5px 0;
}

.post p {
 	 margin: 15px 0;
}

.post a {
   text-decoration:underline;
}
/********************************/



#sidebar ul li 
{
	list-style-type:none;
}	

.menuWrapper {
	width:70%;
	display: block; 
	margin:0px auto; 
}

.wrapper { 
	display: block; 
	margin:0px auto; 
	padding: 25px 25px;
	width:70%;

}

.entry-title a, #entry-title a:visited {
	color: #08B;
}

#header { 
	
	text-align: left;
	background-color: #832222;
	color:white;
	
}


#content {
	width: 65%;
	min-width:400px;
	float: left;
	padding: 20px;
	color:#777;
}

#content h1 {
	color:#08B;
}


#sidebar  {
	width: 150px;
	float: left;
	padding: 20px;
	color:#777;
}

#main {
	color: #555;
	padding-bottom: 80px;
}

#delimiter { clear: both; }

a {
	text-decoration:none;
	color:inherit;
}

#footer {
	clear: both;
	padding: 20px 0px;
	text-align: center;
	background-color: #832222;
	color:white;
	position: absolute;
    	bottom: 0;
   	 width: 100%;
   	 height: 20px;
}

nav {
	background-color:#595959;
	height: 40px;
	box-shadow: 0 0 3px 0 #555;
	z-index:0px;
}

menu-menu-1-container {
	margin:auto;
}

.menu {
	display: block; 
	margin:0px auto; 
	font-size: 16px;
	font-weight: 700;
   	padding:0;
   	list-style-type:none;
   	float:left;
	z-index: -25px; 
}

.menu li {
  
  	padding:0;
	float:left;
   	position:relative;
	display:block;
	z-index: -50px;  
}


.menu li a {
   	display: block;
	font-size: 80%;
	width: 100%;
	padding: 0 40px 0 0;
	text-decoration: none;
	line-height: 40px;
	text-align:left;
	background:transparent;
	color:#fff;
	z-index: -125px;	
}

.menu li:hover a {
	color: #ffcc00;
}

.menu ul {
   display:none; /* Sub menus are hiden by default */
   z-index: -100px;
   position:absolute;
   width: 250%;	
   top:40px;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   box-shadow: 2px 0px 2px #555;

}

.menu ul ul  {
    width: 100%;
    left: 109%;
    top: 0;
    display:none;
}

.menu ul ul li {
	display:none;
}

.menu ul ul li a {
	background:#151515;
}

.menu li:hover ul li:hover ul li {
	display:block;
}

.menu  ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%; 
   z-index: -225px;
}

.menu  li:hover ul li a:hover  {
	background:#666;	
}

.menu ul li a,
.menu li.active li a,
.menu li:hover ul li a,
.menu li.hover ul li a { /* This line is required for IE 6 and below */
   	background:#484848;
	color:white;
	font-size:80%;
	border-bottom: 1px solid #333333;
	padding: 0 0 0 25px;
}



.menu  li:hover ul,
.menu li.hover ul { /* This line is required for IE 6 and below */
  	 display:block; /* Show the sub menus */
}

.entry-title {
	color: #333;
	border-bottom: 1px solid #444;
	margin-bottom: 5px;
}

@media screen and (max-width: 680px) {
     nav {
        height: 300px;
    }

     .menu li {
	clear:both;
	display:block;
	}

     .menu li a {
	text-align:center;
	font-size:120%;
}	

     .menu {
	width:100%;
	margin:0 auto;
}

	.menu ul {
	 top:0px;
   	left:170px;
	width:160%;
	font-size:80%;
	}

}

