/*  
Theme Name: OnlineGFX
Theme URI: http://www.onlinegfx.com
Description: WP smooth black & red theme designed by <a href="http://www.onlinegfx.com">OnlineGFX</a>.
Version: 1.0
Author: Kevin Meany
Author URI: http://www.onlinegfx.com
*/

body {
	background: #6e6e6e url(images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: center;
}

a:link,
a:visited,
a:active {
	color: #a0a0a0;
	text-decoration: underline;
}

a:hover{ 
	color: #000;
}	

.align-l {
	float: left;
}	

.align-r {
	float: right;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

h2 {
	font-size: 24px;
	color: #971a1a;
	border-bottom: 1px dotted #d1d1d1;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	width: 100%;
}

h3 {
	font-size: 20px;
	color: #575757;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 17px;
	color: #971a1a;
	margin: 0;
	padding: 0;
}

#middle {
	background: #efefef;
	width: 100%;
	margin: 0;
	padding: 0;
}

#middle-bg {
	background: url(images/content-bg.gif) repeat-y;
	width: 900px;
	height: 100%;
	margin: 0 auto 0 auto;
}

#col-left {
	width: 600px;
	float: left;
	vertical-align: top;
	clear: both;		
}

#col-right {
	width: 250px;
	float: right;
	vertical-align: top;
	text-align: left;
}



/* CONTAINERS 
--------------------------------------------------------------------------------------------------------------------------------- */
#header-contain {
	width: 900px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
}

#navigation-contain {
	width: 900px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
}

#middle-contain {
	width: 900px;
	text-align: left;	
	margin: 0 auto 0 auto;
	padding: 15px 0;
}

#footer-contain {
	width: 900px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 15px 0 0;
}



/* HEADER 
--------------------------------------------------------------------------------------------------------------------------------- */
#header {
	background: url(images/header-bg.gif) repeat-x;
	width: 100%;
	height: 106px;
	margin: 0;
	padding: 0;
}

#header-logo {
	position: relative;
	width: 432px;
	height: 106px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 135%;
	float: left;
	text-indent: -9999px;
}

#header-logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("images/header.png") no-repeat 0 0 !important;
	background: url("images/header.jpg") no-repeat 0 0;
	margin-left: 9999px;
}



/* NAVIGATION 
--------------------------------------------------------------------------------------------------------------------------------- */
#navigation {
	background: url(images/nav-bg.gif) repeat-x;
	width: 100%;
	height: 28px;
	margin: 0;
	padding: 0;	
}

#navigation a {
	margin: 0;
	border: 0;
	padding: 0;
}

#nav {
	background: url(images/nav.gif) no-repeat;
	width: 369px;
	margin: 0;
	padding: 0;	
}

#nav li {
	float:left;
	list-style: none;
}

#nav li a {
	height: 28px;
	float: left;
	display: inline;
	position: relative;
	top: 0;
	text-indent: -9999px;
	outline: none;
}

li#nav-home a,
li#nav-about a,
li#nav-design a,
li#nav-archives a,
li#nav-contact a {
	background: url(images/nav.gif) no-repeat;
}

li#nav-home a { 
	background-position: 0 0; 
	width: 63px; 
	left: 0; 
}

li#nav-home a:hover { 
	background-position: 0 -28px; 
}

body#pageHome li#nav-home a { 
	background-position: 0 -28px; 
}

li#nav-about a { 
	background-position: -63px 0; 
	width: 67px; 
	left: 0; 
}

li#nav-about a:hover { 
	background-position: -63px -28px; 
}

body#pageAbout li#nav-about a { 
	background-position: -63px -28px; 
}

li#nav-design a { 
	background-position: -130px 0; 
	width: 73px; 
	left: 0; 
}

li#nav-design a:hover { 
	background-position: -130px -28px; 
}

body#pageDesign li#nav-design a { 
	background-position: -130px -28px; 
}

li#nav-archives a { 
	background-position: -203px 0; 
	width: 86px; 
	left: 0; 
}

li#nav-archives a:hover { 
	background-position: -203px -28px; 
}

body#pageArchives li#nav-archives a { 
	background-position: -203px -28px; 
}

li#nav-contact a { 
	background-position: -289px 0; 
	width: 80px; 
	left: 0; 
}

li#nav-contact a:hover { 
	background-position: -289px -28px; 
}

body#pageContact li#nav-contact a { 
	background-position: -289px -28px; 
}



/* POST 
--------------------------------------------------------------------------------------------------------------------------------- */
#post {
	background: url(images/post-bg.gif) no-repeat bottom center;
	clear: both;
	padding: 5px 0 25px;
	text-align: left;
}

#post li {
	background: url(images/link.gif) no-repeat;	
	list-style: none;
	padding: 0 0 5px 18px;
}

#post img {
	border: 1px solid #a0a0a0;
	background: #FFF;
	padding: 2px;
}

#col-left h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 2.3em;
	font-weight: 500;
	color: #a0a0a0;
}

#col-left h1 a:link, 
#col-left h1 a:visited, 
#col-left h1 a:active {
	color: #a0a0a0;
	text-decoration: none;
	border-bottom: 1px solid #7f7f7f;	
}

#col-left h1 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #971a1a;	
}
		
.post-info {
	width: 150px;
	height: 30px;
	color: #c2c2c2;
	font-size: 11px;
	margin: -40px 0 0 420px;
	padding: 0;
}

.post-info a:link,
.post-info a:visited,
.post-info a:active {
	color: #c2c2c2;
	text-decoration: none;	 
}

.post-info a:hover {
	color: #333;
	text-decoration: none;	   
}	
	   
.post-date {
	background: url(images/date.gif) no-repeat;
	height: 18px;
	padding-left: 18px;	
}

.post-category {
	background: url(images/cat.gif) no-repeat;
	padding-left: 18px;
}

.post-comments {
	background: url(images/comm.gif) no-repeat;
	width: 38px;
	height: 30px;
	margin: 0;
	padding: 3px 0 0;
	font-size: 18px;
	text-align: center;
}

.post-comments a:link,
.post-comments a:visited,
.post-comments a:active  {
	color: #939393;
	text-decoration: none;
}

.post-comments a:hover {
	color: #333;
	text-decoration: none;	   
}

.post-comments span {
	margin: 0 auto;
}

#post-design {
	clear: both;
	padding: 5px 0 20px;
	text-align: left;
	list-style: none;	
}

#post-design li {
	margin: 0;
	display: inline;
	padding-bottom: 10px;
}

#post-design img {
	background: #FFF;
	padding: 2px;
	border: 1px solid #a0a0a0;
}

#post-design img:hover {
	background: #FFF;
	padding: 2px;
	border: 1px solid #971a1a;
}

#current-info {
	width: 600px;
}

.recent-posts {
	float: left;
	width: 400px;
	margin: 0;
	padding: 0;
	display: block;
}

.recent-postsbox {
	background: url(images/recentpost-bg.gif) no-repeat;
	list-style: none;
	padding: 6px 6px 0 5px;
	height: 25px;
	margin: 0;	
}

.recent-posts a:link,
.recent-posts a:visited,
.recent-posts a:active {
	color: #8a8a8a;
	text-decoration: none;
}

.recent-posts a:hover {
	color: #000;
	text-decoration: none;		   
}

.recent-posts-title {
	float: left;
}

.recent-posts-date {
	font-size: 11px;
	float: right;
	padding-right: 15px;
}

.recent-comments {
	float: right;
	width: 200px;	
}

.recent-comments li {
	list-style: none;
	padding: 1px 0 10px 0;
}

.quick-comment {
	padding-bottom: 15px;
}

.tag-start {
	background: url(images/tag.gif) no-repeat;
	padding-left: 18px;
	padding-right: 3px;
	font-weight: 900;
}

.tag {
	padding-right: 2px;
}



/* COMMENTS
--------------------------------------------------------------------------------------------------------------------------------- */
#comments {
	padding: 15px 0 0 0;
}

#comments-list {
	float: left;
	padding: 0;
	margin: 0;
}

.comment {
	padding: 10px 10px 0 10px;
	border-bottom: 1px solid #b9b9b9;
}

.comment-meta {	
	padding: 0 0 10px 0;
}

.comment-author {
	font-size: 16px;
}

.comment-author a:link, 
.comment-author a:visited,  
.comment-author a:active {
	color: #a0a0a0;
	text-decoration: none;
	border-bottom: 1px solid #7f7f7f;	
}

.comment-author a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #971a1a;		
}

.comment-date {
	font-size: 11px;
}

.comments p a:link, 
.comments p a:visited,  
.comments p a:active {
	color: #a0a0a0;
	text-decoration: none;
	border-bottom: 1px solid #7f7f7f;	
}

.comments p a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #971a1a;		
}

#commentform {
	margin-top: 10px;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
}

#commentform label, .contactform label {
	font-size: 90%;
}

#commentform input, .contactform input {
	width: 200px;
	background: #FFF;
	border: 1px solid #d1d1d1;
	padding: 3px;
	margin-top: 3px;
	color: #5b5b5b;
}

#commentform textarea, .contactform textarea {
	background: #FFF;
	width: 380px;
	height: 115px;
	padding: 2px;
	margin-top: 3px;
	border: 1px solid #d1d1d1;
	color: #5b5b5b;
	font-size: 12px;	
}

#commentform textarea:focus, #commentform input[type="text"]:focus
.contactform textarea:focus, .contactform input[type="text"]:focus {
	background: #FFF;
	border: 1px solid #971a1a;	
}

#commentform #submit, .contactform .submit {
	background: #5b5b5b;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border: none;
	width: 120px;
	padding: 2px;
	cursor: pointer;
}

#commentform #submit:hover, .contactform .submit:hover {
	background: #333;
	color: #efefef;
}



/* SIDEBAR 
--------------------------------------------------------------------------------------------------------------------------------- */
#col-right li {
	list-style: none;
	padding-bottom: 2px;
}
   
#list-cat li {
	background: url(images/cat.gif) no-repeat;
	padding-left: 18px;
	color: #a0a0a0;
}

.list-link li {
	background: url(images/link.gif) no-repeat;
	padding-left: 18px;
}

.delist-link li {
	padding-left: 0;
}

.list-img {
	background: #FFF;
	border: 1px solid #d1d1d1;
	margin-bottom: 5px;
	padding: 3px;
	display: block;
}

.list-img:hover {
	background: #FFF;
	border: 1px solid #971a1a;
	padding: 3px;
}

#tagcloud {
	margin: 0;
	padding: 0;
}

/* blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}

/* category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/1/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}

/* archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}

/* pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}

/* sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}

/* recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}

/* calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}

/* text widget */
.textwidget {
	padding-top: 5px;
}



/* SEARCH 
--------------------------------------------------------------------------------------------------------------------------------- */
#search {
	clear: both;
	padding: 0 0 10px;
}

.form-input {
	margin: 0;
	width: 150px;
	padding: 4px 3px;
	background: #FFF;
	border: 1px solid #d1d1d1;
	color: #d1d1d1;
	font-size: 12px;
}

.form-input:focus {
	border: 1px solid #971a1a;
	color: #000;	
}

.search-submit {
	background: url(images/search-btn.gif) no-repeat;
	width: 65px;
	height: 25px;
	border: 0;
}



/* FOOTER 
--------------------------------------------------------------------------------------------------------------------------------- */
#footer {
	width: 100%;
	color: #FFF;
}

#footer-inner {
	background:  url(images/footertop-bg.gif) repeat-x;
	width: 100%;
	color: #FFF;
}

#footer-left {
	width: 290px;
	float: left;
}

#footer-middle {
	width: 290px;
	margin-left: 5px;
	float: left;
}

#footer-right {
	width: 290px;
	margin-left: 5px;
	height: 200px;
	float: right;
}

#footer h4 {
	color: #FFF;
}

.design-footer {
	background: #d2d2d2;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #3f3f3f;	
}

#flickr {
	background: url(images/flickr.png) no-repeat 0 0;
	float: left;
	margin: 0;
	padding: 47px 0 0 25px;
}

#flickr a {
	margin: 0;
	padding: 0 5px 0 0;
}

#flickr img, #music img, #games img {
	background: #999;
	padding: 2px;
	border: 1px solid #5a5a5a;
}

#flickr img:hover, #music img:hover, #games img:hover {
	background: #d2d2d2;
	padding: 2px;
	border: 1px solid #3f3f3f;
}

#twitter {
	background: url(images/twitter.png) no-repeat 0 0;
	float: left;
	margin: 10px 0 0;
	padding: 47px 0 0 25px;
	font-size: 13px;
	width: 285px;
}

#twitter a:link,
#twitter a:visited,
#twitter a:active,
#footer p a:link,
#footer p a:visited,
#footer p a:active {
	text-decoration: none;
	border-bottom: 1px solid #575757;
	color: #bab8b8;
	font-size: 12px;	
}

#twitter a:hover,
#footer p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #FFF;
	font-size: 12px;		
}

#music {
	background: url(images/music.png) no-repeat 0 0;
	float: left;
	margin: 0;
	padding: 47px 0 0 25px;
}

#music span {
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;	
}

#games {
	background: url(images/xbox.png) no-repeat 0 0;
	float: left;
	margin: 0;
	padding: 47px 0 0 24px;
}

#games span {
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;	
}

#shows {
	background: url(images/shows.png) no-repeat 0 0;
	float: left;
	margin: 0;
	padding: 47px 0 0 25px;
}

#shows span {
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;	
}

#box-top {
	background: url(images/boxtop-bg.png) no-repeat;
	width: 290px;
	height: 42px;
	margin: 0;
	padding: 0;
}

#box-mid {
	background: url(images/boxmid-bg.png) repeat-y;
	width: 260px;
	margin: 0;
	padding: 0 15px;
	color: #333;
}

#box-mid a:link,
#box-mid a:visited,
#box-mid a:active {
	color: #555;
	text-decoration: none;
	border-bottom: 1px solid #444;
}

#box-mid a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

#box-mid div {
	padding: 5px 10px 10px 0;
}

#box-bot {
	background: url(images/boxbot-bg.png) no-repeat;
	width: 290px;
	height: 16px;
	margin: 0;
	padding: 0;
}



/* COPYRIGHT
--------------------------------------------------------------------------------------------------------------------------------- */
#copyright {
	padding: 20px 20px 6px;
	margin: 30px 0 0;
	height: 32px;
	width: 865px;
}

#copyright p {
	background: url(images/copyright-bg.gif) no-repeat;
	color: #bfbfbf;
	height: 15px;
	padding: 4px;
	margin: 0;
}

#copyright a:link,
#copyright a:visited,
#copyright a:active {
	color: #f1f1f1;
	text-decoration: none;	
}

#copyright a:hover{
	color: #000;
	text-decoration: underline;	
}

#valid-xhtml {
	background: url(images/xhtml.gif) no-repeat;
	padding-left: 18px;
}

#valid-css {
	background: url(images/css.gif) no-repeat;
	padding-left: 18px;
}

#rss {
	background: url(images/rss.gif) no-repeat;
	padding-left: 18px;
}



/* SUB HEADERS
--------------------------------------------------------------------------------------------------------------------------------- */
.sub-header, .sub-header2 {
	position: relative;
	height: 25px;
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
	font-size: 135%;
	color: #efefef;
}

.sub-header2 {
	margin: 0;
}

#colright .sub-header {
	margin: 0 0 10px 0;
}

.sub-header span {
	position: absolute;
	width: 100%;
	height: 100%;
}

.sub-header2 span {
	position: absolute;
	width: 100%;
	height: 100%;
}

#header-contact {
	width: 119px;
}

#header-contact  span {
	background: url(images/headers/contact.gif) no-repeat;
}

#header-archives {
	width: 142px;
}

#header-archives  span {
	background: url(images/headers/archives.gif) no-repeat;
}

#header-categories {
	width: 112px;
}

#header-categories  span {
	background: url(images/headers/category.gif) no-repeat;
}

#header-design {
	width: 86px;
}

#header-design span {
	background: url(images/headers/design.gif) no-repeat;
}

#header-delicious {
	width: 146px;
}

#header-delicious  span {
	background: url(images/headers/delicious.gif) no-repeat;
}

#header-tagcloud {
	width: 104px;
}

#header-tagcloud  span {
	background: url(images/headers/cloud.gif) no-repeat;
}

#header-recentcomments {
	width: 185px;
}

#header-recentcomments  span {
	background: url(images/headers/reccomm.gif) no-repeat;
}

#header-recentpost {
	width: 131px;
}

#header-recentpost  span {
	background: url(images/headers/recpost.gif) no-repeat;
}

#header-relatedpost {
	width: 138px;
}

#header-relatedpost  span {
	background: url(images/headers/relpost.gif) no-repeat;
}

#header-mycontacts {
	width: 129px;
}

#header-mycontacts  span {
	background: url(images/headers/mycontacts.gif) no-repeat;
}

#header-leavecomment {
	width: 138px;
}

#header-leavecomment  span {
	background: url(images/headers/comments.gif) no-repeat;
}

#header-design-home {
	width: 86px;
}

#header-design-home span {
	background: url(images/headers/designhome.gif) no-repeat;
}

#header-recentpost-home {
	width: 131px;
}

#header-recentpost-home  span {
	background: url(images/headers/recposthome.gif) no-repeat;
}


/* ALIGNMENTS
--------------------------------------------------------------------------------------------------------------------------------- */
.center {
	text-align: center;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}

.alignright {
	float: right;
}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}

.clear {
	clear:both;
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}



/* CONTACT FORM
--------------------------------------------------------------------------------------------------------------------------------- */
.announcement {
	background: #f3d8de;
	border: 1px solid #da8a9b;	
	width: 90%;
	padding: 10px 20px;
	color: #a35666;
	font-size: 14px;
	text-align: center;
	font-weight: 900;
}

.announcement span {
	background: url(images/announcement.gif) no-repeat;
	padding-left: 18px;
}

.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	font-size: 10px;
}

.contacterror {
	border: 2px solid #ff0000;
}

.contactform input[type="checkbox"] {
	background: #efefef;
	border: 0;
	width: 15px;
}



/* LINKS
--------------------------------------------------------------------------------------------------------------------------------- */
#post a:link, #post a:active, #post a:visited, #list-cat a:link, #list-cat a:visited, #list-cat a:active, .recent-comments a:link, .recent-comments a:visited, .recent-comments a:active, .list-link a:link, .list-link a:visited, .list-link a:active, .delist-link a:link, .delist-link a:visited, .delist-link a:active, .work a:link, .work a:visited, .work a:active {
	color: #a0a0a0;
	text-decoration: none;
	border-bottom: 1px solid #7f7f7f;	
}

#post a:hover, #list-cat a:hover, .recent-comments a:hover, .list-link a:hover, .delist-link a:hover, .work a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #971a1a;			   
}

.red {
	color: #971a1a;
}

.work {
	background: url(images/post-bg.gif) no-repeat bottom center;
	padding: 0 0 20px;
}