/* Bob's Blog default style */

/* basic elements */
html {
	margin: 0;
	padding: 0;
}
body { 
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000; 
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url('http://akmedia.bobparsons.me/img/bg_grad_strip1.gif');
	background-repeat: repeat-x;
	background-position:0px 165px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/* page elements */
#lp_container {                 /* Container for web(landing) page */
	width: 1000px;
	padding: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.overflow_y_scroll {            /* Show vertical scroll */
	overflow-y: scroll;
}
 
.cursor_pointer {               /* Hand cursor */
	cursor: pointer;
}

/* font elements */
.sub_text {                     /* Used for footer, disclaimers */
	font-size: 0.75em;
}
.bold {                         /* Standard bold */
	font-weight: bold;
}
.style_italic {                 /* Standard italic */
	font-style: italic;
}
