/*
Theme Name: Division-Wordpress
Theme URI: http:/http://www.hablogs.com/demo/index.php?wptheme=Division-Wordpress
Description: An amazing red & gray Wordpress theme.
Version: 1.0
Author: Elad Domb
Author URI: http://wordpress.reviewitonline.net
*/

/*
CSS General Reset
*/
* {
	font-family: serif;
        color: black;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}

/*
Layout CSS Information
*/
body {
	background: url('http://fapfap.us/forum/themes/v1grey/design/waves.dark.gif') top left repeat-x #333;
	background-color: #595959;
	text-align: center;
}

#container {
        width: 1000px;
        margin: 0 auto;
/*	margin-right: auto; 
	margin-left: 1%; */
	text-align: left;
}

/*
Very Top Bar
*/
#top {
	height: 24px;
	margin-bottom: 5px;
}

#pagemenu {
	float: left;
	height: 24px;
	display: inline;
	z-index: 20;
}

#pagemenu li {
        font-size: 9pt;
	float: left;
	display: block;
	height: 24px;
	margin-right: 5px;
}

#pagemenu li ul li {
	height: 24px;
	border-bottom: 1px solid #eee;
	width: 100%;
}

#pagemenu li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-transform: lowercase;
	line-height: 24px;
	color: #333;
	background: #fff;
}

#pagemenu li a:hover {
	background: #cf2020;
	color: #fff;
}

#pagemenu li.current_page_item a {
	background: #cf2020;
	color: #fff;
}

#pagemenu li.current_page_item a:hover {
	background: #cf2020;
	color: #fff;
}

#pagemenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#pagemenu ul li a {
	display: block;
	background: #FFF;
}

#pagemenu li ul a:hover {
	display: block;
	background: #FFF;
}

#pagemenu ul a {
	display: block;
}

#pagemenu ul ul {
	margin-top: -25px;
	display: none;
	margin-left: 199px;
	position: absolute;
}

#pagemenu li:hover ul ul {
	display: none;
}
#pagemenu li:hover ul {
	display: block;
}
#pagemenu ul li:hover ul {
	display: block;
}
#pagemenu li ul li {
	display: block;
	width: 100%;
}

#pagemenu li.page_item ul {
	border-top: 1px solid #eee;
	width: 200px;
}

#pagemenu li.page_item a {
	display: block;
}

#pagemenu li.page_item a:hover {
	display: block;
}

#pagemenu li.page_item ul li a {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: lowercase;
	font-weight: bold;
	color: #333;
}

#pagemenu li.page_item ul li a:hover {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #a6dc00;
	border-left: 1px solid #ddd;
	background: #444;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: lowercase;
	font-weight: bold;
	color: #d0f25b;
}

/*
Search bar
*/
#searchbar {
	float: right;
	display: inline;
}

.searchform {
	display: inline;
	vertical-align: middle;
}

.searchform fieldset {
	display: inline;
	vertical-align: middle;
}

.searchform label {
	display: inline;
	vertical-align: middle;
}

.searchform input {
	display: inline;
	vertical-align: middle;
}

.searchform .searchlabel {
	color: #FFF;
        font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
	font-family: sans-serif;
}

.searchform .searchterm {
	width: 200px;
	padding: 3px;
	color: #000;
	background: #fff;
	border: 1px solid #666;
}

.searchform .searchterm:focus {
	background: #fffff9;
}

.searchbutton {
	text-transform: uppercase;
	background: #cf2020;
	cursor: pointer;
	color: #000;
        font-weight: bold;
        font-family: sans-serif;
	height: 21px;
        border: 1px solid #000;
}

.searchform .searchbutton:hover {
	background: #ff0000;
}

/*
Header CSS
*/
#header {
	width: 1000px;
	height: 90px;
	margin-top: 30px;
	margin-bottom: 15px;
}

#header_logo {
	float: left;
	height: 70px;
	display: inline;
}

#header_logo img.blogtitle {
	float: left;
	margin-right: 10px;
/*	background: url(images/logo.png) no-repeat top center;  */
}

#header_logo h1.blogtitle a {
	color: #FFF;
	font-size: 16pt;
}

#header_logo h1.blogtitle a:hover {
	color: #FFF;
}

#header_logo .description {
        font-size: 8pt;
	float: left;
	color: #FFF;
	font-weight: bold;
        font-family: sans-serif;
	line-height: 1.4em;
	padding-top: 42px;
}

#header_ad {
	float: right;
	width: 468px;
	height: 60px;
	display: inline;
}

#header_ad img {
	display: block;
}

/*
Page Menu CSS
*/
#bar {
	width: 1000px;
	height: 24px;
}

ul#catmenu {
	width: 1000px;
}

ul#catmenu li {
	float: left;
	margin-right: 5px;
}

ul#catmenu li a {
	float: left;
	font-weight: bold;
	color: #FFF;
	background: #cf2020;
	padding: 5px;
}

ul#catmenu li a:hover {
	color: #fff;
	background: #ff0000;
}

ul#catmenu li.current-cat a {
	color: #fff;
	background: #ff0000;
}

ul#catmenu li.current-cat a:hover {
	color: #fff;
	background: #ff0000;
}

/*
Blog Information Section
*/
#bloginfo {
	background: url(images/bginfo.gif) no-repeat;
	color: #999;
	margin-top: 10px;
	background: #fffff4;
	padding: 10px;
	border-bottom: 3px solid #aaa;
}

#bloginfo a {
	color: #333;
}

#bloginfo a:hover {
	color: #e11919;
}

#bloginfobox {
	margin: 5px;
}

#bloginfo ul {
/*	width: 990px; */
}

#bloginfo ul li {float: left}
#bloginfo ul li ul li {float: none}

#bloginfo ul li.posts, #bloginfo ul li.comments, #bloginfo ul li.tags {
	width: 300px; 
}

#bloginfo ul li.posts h2 {
	display: block;
	background: url(images/ico_posts.gif) no-repeat;
	background-position: 10px center;
	padding-left: 45px; 
	line-height: 2.9em;
        font-size: 9pt;
	font-weight: bold;
	color: #366799;
}


#bloginfo ul li.comments h2 {
	display: block;
	background: url(images/ico_comments.gif) no-repeat;
	background-position: 10px center;
	padding-left: 45px; 
	line-height: 2.9em;
        font-size: 9pt;
	font-weight: bold;
	color: #366799;
}


#bloginfo ul li.tags h2 {
	display: block;
	background: url(images/ico_tags.gif) no-repeat;
	background-position: 10px center;
	padding-left: 45px; 
	line-height: 2.9em;
        font-size: 9pt;
	font-weight: bold;
	color: #366799;
}

#bloginfo ul li.posts ul {
/*	width: 310px; */
	padding: 10px;
}

#bloginfo ul li.comments ul {
/*	width: 310px; */
	padding: 10px;
}

#bloginfo ul li.tags ul {
/*	width: 310px; */
	padding: 10px;
}

#bloginfo ul li.posts ul li {
	border-bottom: 1px dotted #ddd;
	padding-top: 4px;
	padding-bottom: 4px; */
}

#bloginfo ul li.comments ul li {
	border-bottom: 1px dotted #ddd;
/*	padding-top: 4px;
	padding-bottom: 4px; */
}

#bloginfo ul li.tags ul li {
	border-bottom: 1px dotted #ddd;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.comments ul li {
	display: block;
/*	background: url(images/ico_comment.png) no-repeat left 3px;
	padding-left: 20px; */
	line-height: 1.3em;
	font-weight: normal;
        font-size: 9pt;
}

#bloginfo ul li.comments ul li a span {
        font-size: 9pt;
	font-weight: normal;
}

#bloginfo ul li.comments ul li a:hover span {
	color: #666;
}
/*
#bloginfo ul li.comments ul li a:hover {
	background: url(images/ico_commento.png) no-repeat left 3px;
}
*/
#bloginfo ul li.tags ul li a {
	line-height: 1.3em;
	color: #999;
	text-transform: lowercase;
}

#bloginfo ul li.tags ul li a:hover {
	color: #e11919;
}

.r_time {
        font-size: 9pt;
	display: block;
	line-height: 1.3em;
}

.r_head a {
        font-size: 9pt;
	display: block;
	font-weight: normal;
	line-height: 1.3em;
	font-weight: bold;
}

/*
Content Layout
*/
#content {
	width: 1000px;
	background: url(images/bgf.png) repeat top left;
	background-color: #eee;
	padding-bottom: 10px;
}

#content p {
        margin: 12pt;
}

#content #column {
	float: left;
	width: 708px;
	margin-left: 5px;
	margin-right: 0px;
	display: inline;
}

#content #sidebar {
	float: left;
	width: 256px;
	margin-left: 5px; 
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background: #fff;
	margin-top: 10px;
}

/*
Sidebar Widgets
*/
#sidebar h2 {
        font-size: 9pt;
	font-weight: bold;
	font-family: sans-serif;
	line-height: 1.8em;
	color: #a52a2a;
	margin-top: 20px;
	background: url(images/h.gif) no-repeat left 0px;
	padding-left: 25px; 
}

#sidebar p {
	margin: 0px 0px 7px 0px;
}

#sidebar .box {
	margin-top: 5px;
	line-height: 1.4em;
	color: #aaa;
}

.videobox {
	border: 4px solid #ddddd4;
	width: 380px;
	height: 214px;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#sidebar a {
	color: #444;
}

#sidebar a:hover {
	color: #e11919;
}

.sidebar1 {
        font-size: 9pt;
	width: 248px;
}

.sidebar2 {
        font-size: 9pt;
	width: 124px;
	float: left;
	display: inline;
}

.sidebar1 ul ul, .sidebar2 ul ul {
	color: #999;
	line-height: 1.4em;
}

.sidebar1 ul div, .sidebar2 ul div {
	color: #999;
	line-height: 1.4em;
}

.sidebar1 ul div div, .sidebar2 ul div div {
}

.sidebar1 li li {
	background: url(images/bullet.gif) no-repeat;
	background-position: left 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom: 1px dotted #ddd;
}

.sidebar2 li li {
	background: url(images/bullet.gif) no-repeat;
	background-position: left 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom: 1px dotted #ddd;
}

.sidebar1 li li li {
	background: none;
	background-position: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: 0;
}

.sidebar2 li li li {
	background: none;
	background-position: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: 0;
}

.warning {
        padding: 9pt;
        color: #000;
        background-color: #fffccc;
        border: 1px solid #a52a2a;
}

.note {
        margin-top: 2pt;
        margin-bottom: 2pt;
        padding: 4pt;
        color: #000;
        background-color: #fffea9;
        border: 2px solid #ff0000;
}

.note p {
        margin: 4pt;
}


.adv {
        margin: 2pt;
        padding: 5pt;
        color: #000;
        background-color: #fffccc;
        border: 1px solid #a52a2a;
}

.adv a {
        color: black;
}

/*
Feed CSS
*/
.rssfeed {
	background: url(images/rssimg.gif) no-repeat;
	background-position: left 0px;
	padding-left: 30px;
}

.rssfeed a {
	border-bottom: 1px dotted #ddd;
}

.emailfeed {
	background: url(images/rssemail.gif) no-repeat;
	background-position: left 0px;
	padding-left: 30px;
}

.feedemail {
	border: 1px solid #ddd;
	width: 200px;
	padding: 3px;
	color: #999;
	background: #fff;
}

.feedemail:focus {
	color: #ff9600;
	background: #fffff4;
}

.feedsubmit {
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #ff0000;
	cursor: pointer;
	color: #fff;
	height: 22px;
}

.feedsubmit:hover {
	background: #e11919;
}

/*
Sidebar Ads CSS
*/
ul.ads li {
	float: left;
	display: inline;
	margin-right: 3px;
}

ul.ads img {
	display: block;
	float: left;
        margin-bottom: 2pt;
}

/*
Footer CSS
*/
#footer {
	padding-top: 10px;
	color: #aaa;
	text-align: right;
}

#footer a {
	color: #FFF;
        font-size: 8pt;
	font-weight: bold;
        font-family: sans-serif;
}

#footer a:hover {
	color: #FFF;
}

.copyright {
	float: left;
	line-height: 2em;
}

h1.ig-title {
        display: none;
}

div.ig-footer {
        display: none !important;
}

.credit {
	float: right;
	color: #999;
	line-height: 1.4em;
}

a.sitename {
	border-bottom: 1px dotted #ff9600;
}

a.footrss {
	background: url(images/rssimg.gif) no-repeat left center;
	padding-left: 22px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.credit a {
	font-weight: bold;
	color: #666;
}

.credit a:hover {
	color: #e11919;
}

/*
General Styles THE POST
*/
.post {
	margin-top: 10px;
	padding: 5px;
	background: #fff;
}

.post h2, .post h3, .post h4, .post h5, .post h6 {
        font-size: 9pt;
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
}

.post p {
        text-color: #000;
	line-height: 1.6em;
	margin: 0px 0px 7px 0px;
}

.post h1 {color: #df4021; font-size: 10pt; line-height: 1.5em; margin: 0px 0px 5px 0px}
.post h2 {font-size: 10pt; color: #366799}
.post h3 {color: #666}
.post h4 {color: #00a2ff}
.post h5 {color: #ff9600}
.post h6 {color: #333}
.post p {color: #000}

.post ul, .post ol {
	color: #999;
	margin: 0px 0px 7px 0px;
}
.post li, .post li li {line-height: 1.5em}
.post ol {margin-left: 16px}

.post ul ul, .post ol ol {
	margin-bottom: 5px;
	margin-top: 5px;
}
.post ul li, .post ul li ul li {
	background: url(images/bullet.gif) no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.post ol li, .post ol li ol li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.post img {
	vertical-align: middle;
}

.more-link {
	font-weight: bold;
	color: #366799;
}

.post ins {
	text-decoration: underline;
}

.post del {
	text-decoration: line-through;
}

.post code {
	display: block;
	border: 1px dotted #ddd;
	width: 450px;
	padding: 10px;
	background: #fffff4;
	color: #999;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.post blockquote {
	display: block;
	border: 1px dashed #ddd;
	width: 450px;
	padding: 10px 10px 0px 10px;
	background: #FFF;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}


.post blockquote p {
	background: url(images/blockquote.gif) no-repeat;
	background-position: left top;
	padding-left: 40px;
	color: #5a727b;
	font-weight: bold;
}

a {
	color: #666;
}

a:hover {
	color: #e11919;
}

.post h2 a {
	color: #444;
	border-bottom: 1px dotted #ddd;
}

.post h2 a:hover {
	color: #ff0000;
	border-bottom: 1px dotted #ccc;
}

.post .entry {
	margin-top: 10px;
	margin-bottom: 10px;
}

.post .postinfo {
	color: #aaa;
	border-bottom: 1px dashed #eee;
	line-height: 1.4em;
	padding-top: 2px;
	padding-bottom: 5px;
}

.post .info {
	float: left;
}

.post .info a {
	padding-top: 4px;
	padding-bottom: 4px;
	height: 15px;
	background: url(images/ico_author.gif) no-repeat left center;
	padding-left: 18px;
}

.post .commentnum {
	float: right;
/*	background: url(images/ico_commentw.gif) no-repeat left center; */
        font-size: 9pt;
	padding-left: 20px;
}

.post .category {
	color: #999;
/*	background: url(images/ico_cat.gif) no-repeat; */
	background-position: left 3px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
        font-size: 9pt;
	border-bottom: 1px dashed #eee;
}

.post .tags {
	background: url(images/ico_tag.gif) no-repeat;
	background-position: left 3px;
	padding-left: 35px;
	color: #999;
	line-height: 1.5em;
        font-size: 9pt;
	padding-top: 5px;
	border-top: 1px solid #eee;
	float: right;
	text-transform: lowercase;
}

.post .ratings {
	line-height: 1.3em;
	color: #666;
	margin: 0px 0px 10px 0px;
}

.post .views {
	color: #666;
	margin: 0px 0px 10px 0px;
}

/*
Post Images - Alignments
*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	border: 3px solid #eee;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 2px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 2px;
}

.aligncenter {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.alignnone {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

p.wp-caption-text {
	padding: 3px;
	color: #999;
}

/*
Default Navigation _Next entries _Previous entries
*/
.nav {
        font-size: 9pt;
	margin-top: 10px;
}

.nav a:hover {
	color: #ff0000;
}
	

.nav_left {
	float: left;
	display: inline;
}

.nav_right {
	float: right;
	display: inline;
}

/*
Other Post Boxes
*/
.post_header {
	padding-top: 10px;
	margin-left: 10px;
	padding-right: 10px;
}

.post_header h1 {
        font-size: 9pt;
	color: #444;
}

.post_author, .post_follow {
	padding: 10px;
	color: #666;
	line-height: 1.5em;
	border: 1px solid #eeeee4;
}

.post_follow a {
	font-weight: bold;
}

/*
Comments
*/
.commentlistdiv {
	margin-top: 10px;
	padding: 10px;
	background: #FFF;
	border: 1px dotted #ddd;
	color: #999;
}

.commentlistdiv h1 {
        font-size: 9pt;
	color: #df4021;
	border-bottom: 1px solid #eee;
	line-height: 1.5em;
}

.commentlist li {
	background: #fff;
	border-bottom: 1px dotted #ddd;
	padding: 20px;
}

.commentlist li.alt {
	background: #fff;
}

.pane_l {
	float: left;
	display: inline;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	border-right: 2px solid #eee;
	padding-right: 20px;
	margin-right: 20px;
}

.pane_r {
	display: block;
	line-height: 1.5em;
	margin-left: 201px;
}

.c_author {
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}

.c_avatar {
	display: block;
	margin: 0px 0px 7px 0px;
}

.c_date {
	color: #aaa;
	margin: 0px 0px 7px 0px;
}

.c_approved {
	color: #aaa;
}

/*
Trackbacks / Pinbacks
*/
.post_ping {
	background: #e9f7ff;
	padding: 10px;
	border: 1px solid #eeeee4;
	color: #666;
	line-height: 1.5em;
}

.post_ping h1 {
        font-size: 9pt;
}

.post_ping ol {
	margin-left: 20px;
}

.post_ping ol li {
	padding-top: 3px;
}

/*
Reply
*/
.reply {
	margin-top: 10px;
	padding: 10px;
	background: #FFF;
	border: 1px dotted #ddd;
	color: #666;
}

.reply h1 {
        font-size: 9pt;
	color: #df4021;
	border-bottom: 1px solid #eee;
	line-height: 1.5em;
}

.reply label {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	margin-left: 5px;
}

.replytext {
	width: 200px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #eee;
	padding: 3px;
}

.replytext:focus {
	background: #fffff9;
}

.replyarea {
	width: 500px;
	height: 140px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #eee;
	padding: 3px;
}

.replyarea:focus {
	background: #fffff9;
}

.replybutton {
	cursor: pointer;
	font-size: 7pt;
	font-weight: bold;
	background: url(images/commentbutton.gif) no-repeat;
	width: 100px;
	height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #fff;
}

.replybutton:hover {
	background: url(images/commentbutton_on.gif) no-repeat;
}

.gallery {
        margin-top: 10pt;
}

.gallery-item {
        float: left;
        text-align: center;
}

.gallery img {
        margin: 2pt;
        border: 2px solid #cfcfcf;
}

