@charset "utf-8";
/* CSS Document */
/*  
Theme Name: GamingPixie Site
Theme URI: http://www.webdesignbyrochelle.com/
Description: Theme designed for site maintenance.
Version: 1.2
Author: Rochelle
Author URI: http://www.webdesignbyrochelle.com/
*/

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-color: #002ba7;
	background-image: url(images/pixelbg-v3.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	border: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #000000;
	text-align: justify;
}

iframe {
	margin: 0 0 5px 5px;
}

a:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #6600FF;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}

/* Wordpress Styling */

img.aligncenter {
	padding: 3px;
    display: block;
    margin: 4px auto 4px auto;
}

img.alignright {
    padding: 4px;
    margin: 0 2px 1px 5px;
    display: inline;
	float: right;
}

.wp-caption {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	 border-radius: 3px;
	 margin: 0;
	 color: #333333;
}

.aligncenter {
	margin: 0 auto 0 auto;
	padding-top: 4px;
	text-align: center;
}

.alignright {
	float: right;
    margin: 0 5px 2px 5px;
	padding: 6px 0 0 6px;
}

.wp-caption-text {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 0 0 4px 0;
	border-top: 1px solid #999999;
	margin: 4px 0;
	color: #333333;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 990px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/contentbgfall.jpg);
	background-repeat: no-repeat;
	background-position: 0px 361px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#header {
	width: 990px;
	height: 365px;
	background-repeat: no-repeat;
	background-position:left top;
	padding: 0px;
	margin: 0px;
	background-image: url(images/topsign.jpg);
}

#topbanner {
	width: 728px;
	height: 92px;
	z-index: 5;
	position: relative;
	top: 136px;
	left: 130px;
}

#headnav {
	position: relative;
	width: 815px;
	height: 38px;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	top: 224px;
}

#headnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#headnav li {
	float: left;
	position: relative;
	z-index: 50;
}

#headnav a {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	float: left;
	margin-left: 10px;
	/* width: 115px; */
	font-weight: bold;
	background-color: #006666;
	padding: 4px 5px 4px 5px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
}

#headnav a:hover{
	background-color: #66CCFF;
}

/* Dropdown Menu */

#headnav ul li ul {
	display: none;
	width: 180px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 10px;
	top: 25px;
	z-index: 100;
}

#headnav ul li:hover ul {
	display: block;
}

#headnav ul li ul li a {
	display: block;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	background-color: #006666;
	padding: 3px;
	border-bottom: 1px solid #999999;
	margin: 0px;
	width: 180px;
	font-size: 13px;
}

/* End menu */

#content {
	width: 950px;
	height: auto;
	margin-left: 20px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	
}

#footer {
	clear: both;
	background-color: #FFFFFF;
	background-image: url(images/pagebottombg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 990px;
	height: 50px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	
}

#entries {
	float: left;
	width: 658px;
	margin: 0 -15px 0 0;
	padding: 0px;
}

#separate {
	float: left;
	width: 658px;
	margin: 0px;
	padding: 0px;
}

#entries .nostyle {
	text-decoration: none;
}

.tabbed {
	padding-left: 15px;
}

.curved {
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.post {
	width: 650px;
	background-color: #ffffff;
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px;
	background-image: url(images/boxbg.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 3px solid #548999;
	min-height: 200px;
}

#frontpage {
	width: 645px;
	height: auto;
	float: left;
}

.frontpagepost {
	width: 650px;
	background-color: #ffffff;
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px;
	background-image: url(images/boxbg.jpg);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 20px;
	border: none;
	min-height: 180px;
}

#content #frontpage .slides {
	width: 650px;
	background-color: #ffffff;
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px;
	background-image: url(images/boxbg.jpg);
	margin: 0 0 15px 0;
	padding: 5px;
	border: 3px solid #006633;
	min-height: 200px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	float: left;
}

#content #frontpage .slides h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	width: 645px;
	border-bottom: 2px solid #000000;
	font-size: 24px;
	font-style: italic;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
}

.post h1 {
	font-size: 24px;
	font-weight: normal;
}

.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	width: 645px;
	border-bottom: 2px solid #000000;
	font-size: 24px;
	font-style: italic;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 10px;
}

.frontpagepost h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	width: 645px;
	border-bottom: 2px solid #000000;
	font-size: 24px;
	font-style: italic;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 10px;
}

.entry h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.entry hr {
	border: none;
	background-color: #666666;
	width: 645px;
	height: 1px;
	margin-left: 0px;
}

.entry {
	font-size: 13px;
}

.container {
	width: 645px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}

#wrapper {
	width: 645px;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

#wrapper a {
	font-size: 13px;
}

#wrapper h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #CCFFFF;
	width: 100%;
}

#wrapper .dark {
	border: none;
	background-color: #000000;
}

#sidebar {
	float: left;
	width: 250px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 32px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 1200px;
	list-style-type: none;
	
}

.navbox {
	width: 260px;
	border: 3px solid #548999;
	background-color: #ffffff;
	background-image: url(images/navbg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 10px 5px 4px 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.navbox ul {
	list-style-type: none;
	margin-left: -29px;
}

.navlink ul {
	width: 200px;
	list-style-type: none;
	white-space: nowrap;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
	padding: 0px;
	border-bottom: none;
}

.navlink li {
	height: 34px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 40px;
	background-image: url(images/buttonbg_a.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.navlink li a {
	margin-left: -39px;
	display: block;
	height: 29px;
	width: 100%;
	color: #0000FF;
	text-decoration: none;
	padding: 7px 0px 0px 40px;
	overflow: hidden;
	background-image: url(images/buttonbg_b.png);
	background-repeat: no-repeat;
	background-position: center -60px;
}

.navlink li a:active {
	color: #666666;
	text-decoration: none;
	background: url(images/buttonbg_b.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.navlink li a:hover {
	color: #666666;
	text-decoration: none;
	background: url(images/buttonbg_b.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#adsquares {
	margin-left: 3px;
	margin-top: 4px;
}

#fb {
	border: none;
	margin: 0 0 -7px -10px;
	position: relative;
	font-size: 13px;
}

.buttonbox {
	margin: 0 0 8px 0;
	padding: 0 0 5px 0;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #333333;
}

.mailingform {
	
}

.s2_message {
	font-weight: bold;
	color: #FF3399;
}

.paypal-donations {
	margin-top: -7px;
}

.widget_paypal_donations p {
	text-align: center;
	font-weight: bold;
	margin-top: -10px;
	width: 200px;
}

#sidebar h2 {
	font-size: 19px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	border: none;
	margin: -5px 0px 4px 5px;
	text-align: right;
}

#sidebar h3 {
	font-size: 19px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	border: none;
	margin: -5px 0px 4px 5px;
	text-align: center;
}

#sidebar h4 {
	border: none;
}

#fb h4 {
	font-size: 19px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	border: none;
	margin: -5px 0px 4px 5px;
	text-align: right;
}

#xhanch_my_twitter hr {
	height: 1px;
	color: #CCCCCC;
	background-color: #ffffff;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}

.navbox2 {
	width: 260px;
	border: 3px solid #548999;
	background-color: #ffffff;
	background-image: url(images/navbg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.navbox2 ul {
	width: 205px;
	list-style-type: none;
	white-space: nowrap;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	padding: 0px;
}

.navbox2 a {
	font-variant: small-caps;
}

.linkage {
	width: 260px;
	border: 3px solid #548999;
	background-color: #ffffff;
	background-image: url(images/navbg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 8px;
	margin-left: 0px;
	position: relative;
}

.linkage ul {
	width: 250px;
	list-style-type: none;
	text-align: right;
	padding: 0px 2px 0px 0px;
}

.linkage a {
	font-variant: normal;
	font-size: 14px;
	line-height: 130%;
}

.latest a {
	font-size: 14px;
	font-variant: normal;
	margin-left: 0px;
}

.latest hr {
	border: none;
	background-color: #CCCCCC;
	width: 208px;
	height: 1px;
	Margin: 0px;
}

#widgetbox {
	width: 260px;
	border: 3px solid #548999;
	background-color: #ffffff;
	background-image: url(images/navbg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#widgetbox ul {
	width: 250px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	padding: 0px;
}

#widgetbox ul li p {
	width: 250px;
}

.amazon {
	font-weight: bold;
	font-size: 11px;
}

.wishlink {
	margin-left: 70px;
	border: none;
}

#widgetbox a {
	font-variant: small-caps;
}

.paypal-donations {
	position: relative;
	left: 70px;
	margin-right: 125px;
	background-color:#6FB5BD;
	padding: 3px 0 3px 15px;
}

#twitterbox {
	width: 260px;
	border: 3px solid #548999;
	background-color: #ffffff;
	background-image: url(images/navbg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#twitterbox ul {
	width: 250px;
	list-style-type: none;
	white-space: nowrap;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
	text-align: left;
	padding: 0px;
}

#twitterbox h2 {
	text-align: center;
}

#twitterbox a {
	font-variant: small-caps;
}

.tweet_list {
	margin-left: 5px;
}

.twitter {
	width: 200px;
	margin-left: 7px;
}

.postmetadata {
	width: 645px;
	border-top: 1px solid #000000;
	padding-top: 5px;
	font-weight: bold;
	font-style:italic;
}

.navigation {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

.thin {
	border: none;
	background-color: #D6D6D6;
	width: 645px;
	height: 1px;
	Margin: 3px 0px 3px 0px;
}

#enclosure .newshr {
	border: none;
	background-color: #000000;
	width: 645px;
	height: 2px;
	Margin: 3px 0px 3px 0px;
}


/* Avatars */
img.avatar {
	float: left;
	margin-right: 5px;
	margin-left: -5px;
}

/* Regular comments */

.comment {
	border: 2px solid #999999;
	background-color: #FFFFFF;
}

.commentdate {
	text-align: right;
}

ol.commentlist li p {
	margin-left: 55px;
}

.comments-template {
	margin: 10px 0 0;
	padding: 10px 0 0;
	background-color: #FFFFFF;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 0px 0px 5px 0px;
	line-height: 18px;
	padding: 5px 5px 5px 10px;
}

.comments-template h2, .comments-template h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.commentmetadata {
	font-size: 13px;
	color: #666666;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
}

.comments-template p.date {
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	text-align: right;
	margin-bottom: 4px;
}

ol.commentlist li.bypostauthor {
	background-color: #FFFF99;
	border: 1px solid #8080C0;
}

ol.commentlist li.comment ul.children li.bypostauthor {
	background-color: #FFFF99;
	border: 1px solid #8080C0;
}


input.sendit {
	border: 2px solid #999999;
	background-color: #C4E1FF;
	color: #000000;
	padding: 3px;
}

/* Reply button */

ol.commentlist li div.reply a {
	border: 1px solid #999999;
	background-color: #C4E1FF;
	color: #000000;
	padding: 3px 5px 3px 5px;
	margin: 5px 5px 5px 55px;
	text-decoration: none;
}

/* Form styling */
.outline {
	border: 1px solid #ffffff;
	background-color:#000000;
	color: #ffffff;
}

/* Additional comment styling */

ol.commentlist li ul.children { 
	list-style-type: none;
	margin: 5px 0px 0px -20px;
	text-indent: 0;
}
ol.commentlist li ul.children li.depth-2 { 
	margin: 5px 0px 0px 3px;
	border: 1px solid #cccccc;
}
ol.commentlist li ul.children li.depth-3 { 
	margin: 5px 0px 0px 3px; 
}
ol.commentlist li ul.children li.depth-4 { 
	margin: 5px 0px 0px 3px;
	border: 1px solid #cccccc;
}
ol.commentlist li ul.children li.depth-5 { 
	margin: 5px 0px 0px 3px;
	border: 1px solid #cccccc;
}

ol.commentlist li ul.children li.depth-6 { 
	margin: 5px 0px 0px 3px;
	border: 1px solid #cccccc;
}

ol.commentlist li ul.children li.depth-7 { 
	margin: 5px 0px 0px 3px;
	border: 1px solid #cccccc;
}

ol.commentlist ul.children li.odd { 
	border: 1px solid #cccccc;
}
ol.commentlist ul.children li.even { 
	border: 1px solid #cccccc;
}

/* RSS */
.rss {
	text-align: center;
	width: 260px;
	margin: 0px 0px 0px 10px;
	text-align: center;
	clear: both;
	border-top: 2px dotted #999999;
	padding-top: 3px;
}

.rss img {
	border: none;
}

.rss a {
	text-decoration: none;
}

.followme {
	border: 0px;
	margin: 2px 0 0 5px;
	float: left;
}

/* Login */

.tml-links {
	list-style-type: none;
	
}

.tml-links a {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

.more {
	text-align: right;
}

.more a {
	font-variant: small-caps;
	font-weight: bold;
	font-style:italic;
	
}

/* MyTwitter - new */

{xmt_id}.xmt hr{
	height:1px;
	width:100%;
	color:#000000;
	background:transparent
}

{xmt_id}.xmt .header_48{
	height:48px;
	line-height:48px;
	vertical-align:middle
}

{xmt_id}.xmt .header_27{
	height:27px;
	line-height:27px;
	vertical-align:middle;
	padding-bottom:3px
}

{xmt_id}.xmt .header_36{
	height:36px;
	line-height:36px;
	vertical-align:middle
}

{xmt_id}.xmt .text_18{	
	font-size:18px
}

{xmt_id}.xmt .img_left{
	float:left;
	margin:0 5px 0 0;
	border:none
}

{xmt_id}.xmt_list{
	padding:0px;	
	margin:0px;
	border:1px solid blue
}

{xmt_id}.xmt ul{
	padding:0;	
	margin:0;
	line-height:150%;
	list-style:none;
	font-size: 13px;
}

{xmt_id}.xmt ul li.tweet_list{
	font:inherit;
	text-indent:0;
	background: none;
	padding:0;	
	margin:0;
	display:block;
	white-space: normal; 
	word-wrap: break-word;
	color:inherit
	font-size: 13px;
}

{xmt_id}.xmt .tweet_date_gray{
	font:inherit;
	color:gray;
	font-style:italic;
	background:transparent
}

{xmt_id}.xmt .tweet_date_black{
	font:inherit;
	color:#000000;
	font-style:italic;
	background:transparent
}

{xmt_id}.xmt .tweet_date_white{
	font:inherit;
	color:#ffffff;
	font-style:italic;
	background:transparent
}

{xmt_id}.xmt .tweet_date_red{
	font:inherit;
	color:#ff0000;
	font-style:italic
}

{xmt_id}.xmt ul li.tweet_list:before{
	content:""
}

{xmt_id}.xmt .tweet_avatar{
	float:left;
	padding:4px 3px 3px 0;
	width:48px;
	height:48px;
	border:none;
	display:block
}

{xmt_id}.xmt .credit{
	font-size:10px;
	text-align:right;
}

{xmt_id}.xmt .credit a{
	text-decoration:none;
	font-size:11px
}

{xmt_id}.xmt .credit a:hover{
	text-decoration:underline;
}

{xmt_id}.xmt .clear{
	clear:both !important; 
}


/* Tweet From */

{xmt_id}.xmt form{
	padding:0;
	margin:5px 0
}

{xmt_id}.xmt textarea{
	width:97%;
	height:40px;
	font-family:arial;
	font-size:12px;
	color:#000;
	background:#fff;
	border:1px solid #666;
	padding:2.5px
}

{xmt_id}.xmt input.submit{
	float:right
}

/* Bookmarks */

.bookmarks {
	padding-left: 5px;
	padding-right: 4px;
	height: 23px;
	text-align: right;
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
}

.bookmarks img {
	border: none;
}
