/*
Theme Name:     The Greys
Theme URI:      http: //example.com/
Description:    Child theme for the Comic Press theme 
Author:         Mark Crutch
Template:       comicpress
Version:        0.1.0
*/

@import url("../comicpress/style.css");


/*body { 
  background: #333 url('images/bgs/greys_background.png') center top repeat-y; 
  color: #000;
}*/


#page, body.layout-2cl #page, body.layout-2cr #page {
    width: 960px;
}

#comic { background: #999; border: none; }

#comic-foot { background: #999; }

#content-column, body.layout-2cl #content-column, body.layout-2cr #content-column { 
	width: 688px; 
}

#sidebar-under-comic { background: #999; }

.navi-void, .navi-void:hover { color: #333; }

#sidebar-right { width: 254px; }

.widget {
	border-radius: 10px;
	box-shadow: 1px 2px 2px #000000 inset;
	padding: 3px;
	background-color: #ccc; 
	text-align:center;
}

#blogheader { display: none; }

#footer { background: #666; border-top: 1px solid #333; }

