* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #999999;
    background: #000000;
}

h1, h2 {
    font-weight: normal;
}

h1 {
    float: left;
    padding: 40px 0 0 0;
    font-size: 2.5em;
    letter-spacing: -1px;
    color: #FFFFFF;
}

h1 a, h1 a:hover {
     color: #FFFFFF;
	 	background: none;
}

p {
    padding: 10px 0;
    line-height: 1.5em;
    text-align: justify;
}

a {
    color: #007f25;
    text-decoration: none;
}

a:hover {
    color: #000;
    background: #007f25;
}

/* page */

#page {
    width: 960px;
    margin: 0 auto;
}

#logo {
    height: 181px;
	padding: 0;
background: url('../../images/plug-and-socket-logo.png') no-repeat;
}

/* menu */

#menu {
    float: right;    
	height: 73px;
    padding-right: 1px;
	background: url('../../images/menu.gif') no-repeat right top;
	
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
	float: left;
	height: 72px;
	margin-left: 1px;
	padding-left: 1px;
	background: #3E3E3E url('../../images/menu.gif') no-repeat left top;
	border-bottom: 1px solid #5E5E5E;
}

#menu ul li a {
    display: block;
	float: left;
	margin: 0;
    padding: 20px 32px 0 32px;
    font-size: 1.1em;
	font-weight: bold;
	line-height: 52px;
	text-shadow: -1px 1px 0 #000000; 
    color: #999999;
	background: #262626 url('../../images/menu2.gif') repeat-x;
}

#menu ul li a:hover {
    color: #CCCCCC;
    text-decoration: none;
	background: #3E3E3E url('../../images/menu.gif') repeat-x;
}

#topimg {
    height: 300px;
}

#main {
    padding: 0 15px;
	}

/* content */

#content {
    float: left;
    width: 560px;
    padding-top: 50px;
}

#content h2 {
    color: #FFFFFF;
    font-size: 2em;
}

#content h2 a {
		background: none;
}

/* post */

.post {
}

.entry {
    padding: 10px 0 30px 0;
}

.postmeta {
    font-size: .8em;
}

/* sidebar */

#sidebar {
    float: right;
    width: 315px;
    padding-top: 50px;
}

#sidebar h2 {
height: 66px;
    padding-left: 15px;
    font-size: 1.16em;
	font-weight: bold;
    line-height: 40px;
    color: #CCCCCC;
    background: #1C1C1C url('../../images/h2.gif') no-repeat;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 0 15px 30px 15px;
}

#sidebar ul li {
    padding: 0 11px;
    line-height: 2.5em;
    border-bottom: 1px solid #262626;
}

#sidebar ul li a {
    padding: 0 4px;
		background: none;
}

#sidebar ul li a:hover {
color:#000;
		background: #007f25;
}

#sidebar .box {
    padding: 0 15px 25px 15px;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    height: 117px;
    clear: both;
    color: #999999;
    background: url('../../images/footer.gif') no-repeat top;
}

#footer p {
    padding: 30px 30px 0 30px;
    font-size: .8em;
    text-align: center;
}
.entry ul {margin: 0 0 0 10px;}
/* Stylesheet: Plug and Socket Modified On 2013-01-18 15:34:44 */
