/*
Theme Name: Advantage Payment Processing
*/

/* Colors
midnight-blue #000033;
midnight-blue-lighter #040044
silver #C9C0BB; or #C0C0C0;
*/

/*general alignment*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

/*the main div containers*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #000033;
	background-color:#000055;
}
#wrapper {
	width: 950px;
	margin: 0 auto 20px auto;
	padding: 0px;
	background-color:#fff;
}
#header {
	height: 180px;
	width: 950px;
	margin: 0px;
	background:url(images/header.jpg) no-repeat #000;
	color:#fff;
}
#main {
	width: 950px;
	background: url(images/page_bg.jpg)  repeat-y;
}
#content {
	width: 632px;
	padding: 20px 10px 10px 20px;
	float: left;
	line-height: 1.3em;
}
#sidebar {
	width: 260px;
	float: right;
	margin-top: 12px;
	margin-right: 5px;
}
#footer {
	height: 10px;
	clear: both;
	text-align: right;
	font-size: 0.8em;
	padding: 10px 25px 0 0;
	background-color:#111;
	color:#fff;
}

/*some general classes */
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}

a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}

a.without_u { 
	text-decoration: none; 
	border:0 none; 
	}

/*style the header h1 - the main heading*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
	border-bottom:none;
}
#header h1 a:hover {
	text-decoration: underline;
}
#header h3 {
	float:right;
	text-align:right;
	padding-right:20px;
 }
#headerLeft {
	float:left;
	width:512px;
	height:160px;
	overflow:hidden;
}
#headerRight {
	float:left;
	width:280px;
	height:160px;
	overflow:hidden;
}

/*style the headings*/
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
	text-align:center;
	margin:13px 0;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}

/*style the post date*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}

/*style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color:#888888;
}
#footer a:hover {
	text-decoration: none;
}

/*style sidebar links*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar #recent-posts ul li a:link,
#sidebar #recent-posts ul li a:visited {
	display: block;
	text-decoration: none;
	color:#black;
	margin-bottom: .1em;
	padding: 1px;
}

#sidebar li a:hover,
#sidebar #recent-posts ul li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 0px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}

/*underpost is exactly what you think, under the post on single.php*/
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}

/*if you insert image and give it a class of the below.*/
img.centered{
	display: block;
	margin: 0 auto 0 auto;
}
img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

/*oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 345px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}

/*time to fancy up the commenting form and stuff*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}

/*below styles admin authors comments on single.php*/
li.author {
	padding: 5px;
}
/*start to style comments, they're an ordered list, hence the ol..*/
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}

/*these are some preventative measures for image hovers, haven't tested it much*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
	border: none;
}
a.image img {
	border: none;
} 

.stbuttontext {	/*smm Share-this icon overlays the text :( */
	margin-left:20px;
	color:#888888;
	text-decoration:none;
	border-bottom:1px dotted #888888;
}
form #submit, form #reset, form button {
	border:1px solid #C9C0BB;
	padding:4px;
	background-color:#00001e;
	color:#c9c0bb;
}

/*style for menu and submenu, pages and sub-pages in the header*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 0;
	position:relative;
	top:160px;
	height:20px;
	width:950px;
	/*font-size:1.0em;*/
	background:url(images/menu_background.png) repeat-x;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	padding-top:0px;
	height:20px;
}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
	font-size:12px;
	padding-top:2px;
}

.page_item, .page_item a  {
	color:#ffffff; 
	padding:0px 6px 3px 6px;
	line-height:20px;
	margin-top:-2px;
	height:20px;
	text-decoration: none;
	border-bottom:none;
}
.page_item a:hover  {
	color:#990000; 
}

.current_page_item, .current_page_item a {
	color:#990000; 
	padding:0px 6px 3px 6px;
	height:20px;
	background-color:#fff;
	border-top:1px solid #fff;
	

}

#recent-posts ul {
	text-align:left;
}

.textwidget {
	text-align:left;
	font-size:12px;
	padding-left: 10px;
}
.textwidget a, textwidget a:visited {
	text-decoration: underline;

}
.textwidget a:hover {
	text-decoration: underline;
	color:#990000; 

}
