/*
Theme Name: DigitalGoodsOutlet
Theme URI: http://www.digitalgoodsoutlet.com/
Description: Just another WordPress theme
Author: Mohamad Zaki Hussein
Author URI: http://www.digitalgoodsoutlet.com/
Version: 0.1
*/

html, body {
text-align: center;
padding: 0;
margin: 0;
height:100%;
background-color: #e2e2e2;
}

#container {
margin-left: auto;
margin-right: auto;
margin-top: 0;
width: 845px;
margin-bottom:-76px;
padding: 0;
text-align: left;
min-height: 100%;
background-image: url(http://www.digitalgoodsoutlet.com/wp-content/themes/digitalgoodsoutlet/images/bg.gif);
background-repeat: repeat-y;
border-left: 1px solid #bcbcbc;
border-right: 1px solid #bcbcbc;
}

* html #container {
height:100%;
}

#header {
background-color: #ffffff;
padding: 20px 0 15px 0;
margin: 0 0 0 0;
border: 0;
}

A:link {
	color: #c30505; text-decoration: none;
}
A:visited {
	color: #930303; text-decoration: none;
}
A:hover {
	COLOR: #ff0000; text-decoration: none;
}

#topbar ul {
margin: 0;
padding: 4px 0 4px 0;
list-style-type: none;
background: url(http://www.digitalgoodsoutlet.com/wp-content/themes/digitalgoodsoutlet/images/menu_bg.gif) bottom left repeat-x;
font-family: verdana, arial, sans-serif;
font-size: 13px;
font-weight: bold;
}

#topbar li {
display: inline;
}

#topbar li a {
display: inline;
padding: 4px 20px 4px 25px;
margin: 0 -4px 0 0;
border-right: 1px solid #ffffff;
}

#topbar a:link {
color: #ffffff;
text-decoration: none;
}

#topbar a:visited {
color: #ffffff;
text-decoration: none;
}

#topbar a:hover {
background-color: #676767;
color: #ffffff;
text-decoration: none;
}

#content {
float: left;
margin: 0;
padding: 0 20px 0 20px;
width: 525px;
background-color: #ffffff;
font-family: verdana, arial, sans-serif;
font-size: 13px;
line-height: 19px;
color: #000000;
}

#content h3 {
margin: 20px 0 15px 0;
font-family: Arial, Sans-Serif;
font-size: 18px;
font-weight: bold;
line-height: 24px;
color: #c30505;
}

#content p {
margin: 15px 0 15px 0;
font-family: verdana, arial, sans-serif;
font-size: 13px;
line-height: 19px;
}

#content ul {
  padding: 0;
  margin: 0 0 0 40px;
}

#sidebar {
float: right;
margin: 10px 0 0 0;
padding: 0 10px 0 10px;
width: 249px;
background-color: #fffeef;
font-family: verdana, arial, sans-serif;
font-size: 13px;
line-height: 19px;
vertical-align: middle;
}

#sidebar h3 {
padding: 0;
margin: 15px 0 15px 0;
font-family: verdana, arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #000000;
}

#sidebar ul {
  padding: 0;
  margin: 10px 0 0 17px;
}

#sidebar ul.children {
  padding: 0;
  list-style-type: disc;
  margin: 0 0 0 1em;
}

#sidebar li {
  color: #c30505;
  margin: 0px;
  padding: 0;
}

#sidebar a:link {
	color: #c30505; text-decoration: none;
}
#sidebar a:visited {
	color: #c30505; text-decoration: none;
}
#sidebar a:hover {
	COLOR: #ff0000; text-decoration: none;
}

#clearfooter {
clear: both;
height: 93px;
}

#footer {
clear: both;
margin-left: auto;
margin-right: auto;
padding: 25px 0 0 0;
width: 845px;
height: 48px;
background-color: #ffffff;
font-family: verdana, arial, sans-serif;
font-size: 11px;
line-height: 18px;
text-align: center;
border-top: 3px solid #4c4747;
}

#footer a {
margin: 0 -2px 0 -2px;
padding: 0 6px 0 6px;
}

#footer a:link {
	color: #c30505; text-decoration: none;
}
#footer a:visited {
	color: #c30505; text-decoration: none;
}
#footer a:hover {
	COLOR: #ff0000; text-decoration: none;
}

#search form {
 float: right;
 padding: 5px 5px 0 8px;
 background-color: #2153aa;
 background-image: url(images/search_corner.gif);
 background-repeat: no-repeat;
 background-position: top left;
 margin: 34px 0 0 0;
}

.post{
  margin: 0px;
  padding: 0 10px 0 10px;
  border-bottom:1px solid #bbbbbb;
}

.postsingle{
  margin: 0px;
  padding: 0 10px 0 10px;
  border-bottom:1px solid #ffffff;
}

.navblock {
 margin: 0 10px 10px 10px;
}

.postmetadata {
padding: 0;
margin: 0 0 5px 0;
}

#commentwrap {
 padding: 0 10px 0 10px;
 border-top:1px solid #bbbbbb;
}

.commentlist {
margin: 0;
padding: 5px 0 0 0;
list-style-type:none;
}

.commentlist2 {
padding:0;
margin:0 0 15px 0;
border-bottom:1px solid #bbbbbb;
}





.alignleft {

float: left;
}

.alignright {
float: right;
}

.clearcontent {
clear: both;
}