/*

1. Reset
2. Global Settings
3. Layout
4. Blog Navigation
5. Blog Post
6. Comment
7. Side Bar
8. Customization
9. PollDaddy
10. Popup Comment Window

*/

/* ------------------------------------------------------ */
/* [1. Reset] */
/* ------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------ */
/* [2. Global Settings] */
/* ------------------------------------------------------ */
p {
	margin-bottom: 1.5em;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
.text_s {
	font-size: 95%;
	line-height: 1.66em;
}
.text_ss {
	font-size: 85%;
	line-height: 1.5em;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}

/* ------------------------------------------------------ */
/* [3. Layout] */
/* ------------------------------------------------------ */
#oleole_blog_wrapper {
	width: 100%;
	line-height: 1em;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#blog_contents {
	width: 970px;
	padding: 5px;
	position: relative;
}
#blog_main {
	min-height: 480px;
	width: 470px;
	padding: 15px;
	position: relative;
	left: 165px;
	float: left;
	line-height: 1.7em;
}
#column_1 {
	width: 160px;
	position: relative;
	left: -500px;
	float: left;
}
#column_2 {
	width: 300px;
	position: relative;
	float: right;
}
#blog_leaderboard {
	text-align: left !important;
}

/* ------------------------------------------------------ */
/* [4. Blog Navigation] */
/* ------------------------------------------------------ */
#blognavi {
	padding-bottom: 5px;
	border-width: 0 !important;
	background-color: transparent;
	padding: 0 !important;
	margin-bottom: 5px;
}
#blognavi li {
	margin-bottom: 1px;
	float: left;
}
#blognavi a {
	padding: 3px 10px;
	display: block;
	font-weight: bold;
}
#oleole_blogheader_fav {
	margin-bottom: 5px;
}
#oleole_blogheader_fav .submitter {
	padding: 5px;
	color: #FFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	display: block;
	text-align: center;
	margin-bottom: 0 !important;
	width: 148px;
}

/* ------------------------------------------------------ */
/* [5. Blog Post] */
/* ------------------------------------------------------ */
.blogpost {
	width: 470px;
	padding-bottom: 30px;
	overflow: hidden;
}
.blogpost_navi {
	margin-bottom: 20px;
}
.blogpost_navi a {
	display: block;
	float: left;
	margin-right: 15px;
}
.blogpost h2, .blogpost h1 {
	font-weight: bold;
	margin-bottom: 10px;
}
.blogpost_date {
	margin-bottom: 30px;
}
.sharewith_box {
	padding: 10px;
	margin: 10px 0;
	border-width: 1px;
	border-style: solid;
}
.sharewith_box p {
	font-size: 11px;
	margin-bottom: 5px;
}
.sharewith_box ul li {
	display: block;
	float: left;
	height: 25px;
	width: 100px;
}
.sharewith_box ul li img {
	vertical-align: middle;
}
.sharewith_box ul li span {
	font-size: 10px;
	margin: 0pt 0pt 0pt 3px;
}
.blogpost_tags {
	font-size: 11px;
	margin-bottom: 0;
}
.blogpost_categories {
	font-size: 11px;
	margin-bottom: 20px;
}
.rate_post .thumb_outer {
	padding: 10px 0;
}
.thumb_outer div {
	padding-right: 10px;
}
.blogpost_credit {
	padding-bottom: 3px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.blogpost_body p {
	margin-bottom: 1.5em;
}
.blogpost_body blockquote {
	padding: 0 40px 1.5em;
}
.blogpost_body ul {
	list-style-type: disc;
	margin-left: 23px;
}
.blogpost_body ol {
	list-style-type: decimal;
	margin-left: 23px;
}
.blogpost_body li {
	margin-bottom: 5px;
}

/* ------------------------------------------------------ */
/* [6. Comment] */
/* ------------------------------------------------------ */
#comments {
	padding-top: 40px;
}
#comments h3 {
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.commentbox {
	padding-bottom: 10px;
}
.comment_pic {
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
}
.commentbox .comment_pic img {
	height: 100%;
}
.commentbox .comment_txt {
	width: 420px;
	float: left;
}
.comment_txt cite {
	font-style: normal;
}
#comment_form_box {
	width: 470px;
}
#comment_form_box fieldset {
	border-width: 0;
}
#comment_form_box label {
	display: block;
	padding-bottom: 0;
}
#comment_form_box input,
#comment_form_box textarea {
	padding: 3px;
	margin-bottom: 15px;
}
#comment_form_box input#commentbox_antibot {
	margin-top: 5px;
}
#comment_form_box input.submitter2 {
	font-weight: bold;
	margin-top: 20px;
	display: block;
}
#comment_form_box input,#comment_form_box textarea {
	background-color: #F2F2F2;
	color: #333;
	border: 1px solid #CCC;
}
#comment_form_box input.submitter2 {
	color: #FFF;
}
.chrleft {
	color: #1F3158;
}
.error {
	display: block;
	font-size: 11px;
	margin-bottom: 2px;
	color: #F00;
}

/* ------------------------------------------------------ */
/* [7. Sidebar] */
/* ------------------------------------------------------ */
.widget {
	margin-bottom: 5px;
	border-width: 1px;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
}
#column_1 .widget {
	width: 156px;
}
#column_2 .widget {
	width: 296px;
}
.sidebar_widget dd {
	padding: 8px;
}
.widgetheader .widgettitle {
	padding: 5px;
	font-weight: bold;
}
.widgetheader .widgettitle {
	padding: 5px;
	font-weight: bold;
	zoom: 1;
}
.sidebar_widget ul.link_list {
	clear: both;
}
.sidebar_widget ul li.link_list_heading {
    padding: 3px 0;
    font-weight: bold;
    background-image: none;
}
.sidebar_widget ul.link_list li {
	padding: 4px;
}
.sidebar_widget select,
.sidebar_widget input {
	font-size: 11px;
}
.widgetheader .settings {
	padding: 0 4px;
}
.widgetheader .settings textarea {
	width: 90%;
}
/* Sidebar Recent posts */
#widget_recentposts #tab_top {
	margin-bottom: 0 !important;
}
#column_1 #widget_recentposts #tab_top select {
	margin-bottom: 0 !important;
	width: 134px;
}
#column_2 #widget_recentposts #tab_top select {
	margin-bottom: 0 !important;
	width: 274px;
}

ul.recentpost_tabs li.active a {
	background: #FFF none repeat scroll 0 0;
        border-bottom: 1px solid #FFF;
}
ul.recentpost_tabs li a {
	background: #EEE none repeat scroll center top;
        border-left: 1px solid #BBB;
        border-right: 1px solid #BBB;
        border-top: 1px solid #BBB;
        color: #333;
        font-size: 12px;
        font-weight: bold;
        margin: 0 1px;
        padding: 3px 4px;
}
ul.recentpost_tabs {
	background: transparent none repeat scroll 0 0;
        border-bottom: 1px solid #BBB;
        height: auto;
        line-height: normal;
        list-style-image: none;
        margin: 0;
        padding: 3px 4px;
}
ul.recentpost_tabs li {
	background: transparent none repeat scroll 0 0;
        cursor: pointer;
        display: inline;
        list-style-image: none;
        list-style-position: outside;
        list-style-tyope: none;
        margin: 0;
        padding: 0;
}
/* Sidebar Recent comment */
.sidebar_commentbox .comment_pic {
	float: left;
	margin-right: 8px;
	border-width: 1px;
	border-style: solid;
	background-color: #333;
}
.sidebar_commentbox .comment_pic img {
	height: 100%;
}
.sidebar_commentbox .comment_txt {
	font-size: 11px;
	line-height: 14px;
	float: left;
	margin-bottom: 10px;
}
#column_1 .sidebar_commentbox .comment_txt {
	width: 95px;
}
#column_2 .sidebar_commentbox .comment_txt {
	width: 235px;
}
.sidebar_commentbox .comment_txt cite {
	font-style: normal;
	float: left;
	margin-bottom: 3px;
}
.sidebar_commentbox .comment_txt .comment_icon {
	background-position: -2px 2px;
	background-repeat: no-repeat;
	float:right;
	margin:0px 0pt 0pt 5px;
	padding:1px 2px 3px 15px;
}
.sidebar_commentbox .comment_txt blockquote {
	margin-bottom: 3px;
	clear: both;
}
.sidebar_commentbox .comment_txt p {
	margin-bottom: 0;
}
/* Sidebar Photos */
#widget_photos p {
	margin-bottom: 0;
}
#widget_photos ul#photo_list li {
	float: left;
	overflow: hidden;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	background-color: #333;
}
#column_1 #widget_photos ul#photo_list li {
	width: 41px;
	height: 41px;
	margin: 0 3px 3px 0;
}
#column_2 #widget_photos ul#photo_list li {
	width: 50px;
	height: 50px;
	margin: 0 4px 4px 0;
}
#widget_photos ul#photo_list li img {
	height: 100%;
}
#widget_photos p {
	padding-top: 10px;
}
#widget_photos .link_list {
	padding-top: 10px;
}
/* Sidebar About me */
#widget_aboutme #profile_pic {
	width: 45px;
	height: 45px;
	float: left;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	background-color: #333;
}
#widget_aboutme #profile_pic img {
	height: 100%;
}
#widget_aboutme #profile_name {
	float: right;
	font-size: 14px;
	font-weight: bold;
}
#column_1 #widget_aboutme #profile_name {
	width: 85px;
}
#column_2 #widget_aboutme #profile_name {
	width: 225px;
}
#widget_aboutme #profile_about {
	padding-top: 5px;
	margin-bottom: 5px;
}
#oleole_blogheader_fav {
	width: 160px !important;
	border-width: 0 !important;
	padding: 0 !important;
}
/* Sidebar Friends */
#widget_friends .friends_box {
	float: left;
	margin-right: 3px;
	overflow: hidden;
	margin-bottom: 10px;
}
#column_1 #widget_friends .friends_box {
	width: 43px;
	height: 43px;
	margin: 0 3px 3px 0;
}
#column_2 #widget_friends .friends_box {
	width: 52px;
	height: 52px;
	margin: 0 4px 4px 0;
}
#widget_friends .friends_box .friends_photo {
	float: left;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	background-color: #333;
}
#column_1 #widget_friends .friends_box .friends_photo {
	width: 41px;
	height: 41px;
}
#column_2 #widget_friends .friends_box .friends_photo {
	width: 50px;
	height: 50px;
}
#widget_friends .friends_box .friends_photo img {
	height: 100%;
}
#widget_friends .friends_box .friends_info {
	display: none;
}
#widget_recentposts ul.link_list,
#widget_categories ul.link_list,
#widget_archives ul.link_list,
#popular_tags_list,
#widget_blogroll ul.link_list {
	border-top-width: 1px;
	border-top-style: solid;
	zoom: 1;
}
#widget_recentposts ul.link_list li,
#widget_categories ul.link_list li,
#widget_archives ul.link_list li,
#popular_tags_list li,
#widget_blogroll ul.link_list li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	zoom: 1;
}
/* Sidebar Tags */
#widget_tagcloud #popular_tags {
	margin-bottom: 15px;
}
#widget_tagcloud #popular_tags li {
	display: inline;
	margin-right: 5px;
}
.tagsize_1 {
	font-size: 0.7em;
}
.tagsize_2 {
	font-size: 0.75em;
}
.tagsize_3 {
	font-size: 0.8em;
}
.tagsize_4 {
	font-size: 0.95em;
}
.tagsize_5 {
	font-size: 1.0em;
}
.tagsize_6 {
	font-size: 1.2em;
}
.tagsize_7 {
	font-size: 1.4em;
}
.tagsize_8 {
	font-size: 1.5em;
}
.tagsize_9 {
	font-size: 1.6em;
}
.tagsize_10 {
	font-size: 1.8em;
}
/* Sidebar Subscribe */
#widget_rss li {
	line-height: 13px;
	padding: 0 0 5px 18px;
	background-repeat: no-repeat;
	background-position: top left;
	zoom: 1;
}

/* ------------------------------------------------------ */
/* [8. PollDaddy] */
/* ------------------------------------------------------ */
.pds-box {
	background: transparent none !important;
}
#column_1 .pds-box,
#column_1 .pds-box-outer,
#column_1 .pds-box-inner {
	width: 140px !important;
}
#column_1 .pds-box-top {
	width: 120px !important;
	padding: 10px !important;
}
#column_2 .pds-box,
#column_2 .pds-box-outer,
#column_2 .pds-box-inner {
	width: 280px !important;
}
#column_2 .pds-box-top {
	width: 250px !important;
	padding: 15px !important;
}
.pds-box-outer {
	background: transparent none !important;
}
.pds-box-inner {
	background: transparent none !important;
}
.pds-box-top {
	background: transparent none !important;
}
.pds-question {
	background: transparent none !important;
	padding-bottom: 10px;
}
.pds-question-outer {
	background: transparent none !important;
	padding-bottom: 0 !important;
}
.pds-question-inner {
	background: transparent none !important;
}
.pds-question-top {
	background: transparent none !important;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0px !important;
}
.pds-answer {
	font-size: 11px !important;
	padding: 10px 0 !important;
}
.pds-answer label {
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 3px;
}
.pds-radiobutton {
	margin: 0 5px 3px 0;
}
.pds-checkbox {
	margin: 0 5px 3px 0;
}
.pds-textfield {
}
.pds-vote {
	font-size: 11px !important;
	line-height: 17px;
	padding: 0px 0 10px !important;
}
.pds-votebutton-outer {
	height: auto !important;
}
.pds-vote a {
	border-bottom: 0 solid #C00 !important;
	border-top: 0 solid #C00 !important;
	font-size: 11px !important;
	padding: 0px !important;
	text-decoration: none;
}
input.pds-votebutton {
	background: transparent url('http://www.oleole.com/media/main/blog_templates/72899/3318/images/vote_button.gif?1251058290') no-repeat !important;
	float: none !important;
	height: 30px !important;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	width: 60px !important;
	margin-bottom: 5px;
	display: block !important;
}
input.pds-votebutton:hover {
	background: transparent url('http://www.oleole.com/media/main/blog_templates/72899/3318/images/vote_button.gif?1251058290') no-repeat 0pt -30px !important;
}
.pds-answer-feedback {
	height: 18px;
	margin: 2px 0px 5px !important;
}
#column_1 .pds-answer-feedback {
	width: 110px;
}
#column_2 .pds-answer-feedback {
	width: 250px;
}
.pds-answer-feedback img {
	background: transparent url('http://www.oleole.com/media/main/blog_templates/72899/3318/images/poll_bar.gif?1251058290') repeat-x !important;
	border: 0px none;
	height: 12px;
	margin: 3px;
	padding: 0;
}
.pds-totalvotes-inner {
	font-weight: bold;
	font-size: 11px !important;
	letter-spacing: 0 !important;
	margin: 0px 0px 10px;
	padding: 3px 5px !important;
	text-transform: uppercase;
}

/* ------------------------------------------------------ */
/* [9. Popup Comment Window] */
/* ------------------------------------------------------ */
#comment_window {
	background: transparent none !important;
}
#comment_window #comment_form_box .submitter2 {
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
}
#comment_window #comment_form_box #submit_comment_button {
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
}
#comment_window p.heading {
	background: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#comment_window #comment_form_box {
	border-width: 1px;
	border-style: solid;
}
#comment_window #comment_form_box .submitter2 {
	border-color: #FFF !important;
	color: #FFF !important;
}
#comment_window #comment_form_box #submit_comment_button {
	border-color: #FFF !important;
	color: #FFF !important;
}

/* ------------------------------------------------------ */
/* [10. Non-Widget] */
/* ------------------------------------------------------ */
#blog_skyscraper,#square_ad,#omniplayer,#rtj {
	border-width: 0 !important;
	background-color: transparent !important;
	text-align: center;
	padding: 0 !important;
	margin-bottom: 5px;
}
#blog_skyscraper {
	width: 160px !important;
	height: 600px;
}
#square_ad {
	width: 300px !important;
	height: 250px;
}
#omniplayer {
	width: 300px !important;
	height: 385px !important;
}
#rtj {
	width: 300px !important;
}
#search {
	border-width: 0 !important;
	padding: 5px;
	margin-bottom: 5px;
	width: 290px !important;
}
.search_form #search_input {
	margin-bottom: 0 !important;
	margin-right:5px;
	width: 215px !important;
	padding: 2px;
	border-color: #777 #CCC;
	border-style: solid;
	border-width: 1px;
}
.search_form #search_go {
	background:#E54720 url('http://www.oleole.com/media/main/blog_templates/72899/3318/images/btn_orange_bg.gif?1251058290') repeat-x;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
}/* ------------------------------------------------------ */
/* [11. Customization] */
/* ------------------------------------------------------ */
/* Layout */
body {
	background-color: #03214C;
}
#wrapper {
	background-color: #000;
}
#blog_leaderboard {
	background-color: #081522;
}
/* Blog Navigation */
#blognavi {
	background-color: #081522;
}
#blognavi li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}
#blognavi a {
	color: #FFF;
}
#blognavi a:visited {
	color: #FFF;
}
#blognavi a:active {
	color: #A19262;
}
#blognavi a:hover {
	color: #A19262;
}
/* Post */
#blog_main {
	background-color: #FFF;
}
.blogpost {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.blogpost a {
	color: #06367E;
}
.blogpost a:visited {
	color: #06367E;
}
.blogpost a:active {
	color: #A19262;
}
.blogpost a:hover {
	color: #A19262;
}
/* Post Title */
.blogpost h2 , .blogpost h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 24px;
}
.blogpost h2 a , .blogpost h1 a {
	color: #06367E;
}
.blogpost h2 a:visited , .blogpost h1 a:visited {
	color: #06367E;
}
.blogpost h2 a:active , .blogpost h1 a:active {
	color: #A19262;
}
.blogpost h2 a:hover , .blogpost h1 a:hover {
	color: #A19262;
}
/* Post Date */
.blogpost_date {
	color: #999;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}
/* Share */
.sharewith_box {
	border-color: #CCC;
	color: #333;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.sharewith_box a {
	color: #06367E;
}
.sharewith_box a:visited {
	color: #06367E;
}
.sharewith_box a:active {
	color: #A19262;
}
.sharewith_box a:hover {
	color: #A19262;
}
/* Author, Comment */
.blogpost_credit {
	border-bottom-color: #CCC;
	color: #999;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}
.blogpost_credit a {
	color: #06367E;
}
.blogpost_credit a:visited {
	color: #06367E;
}
.blogpost_credit a:active {
	color: #A19262;
}
.blogpost_credit a:hover {
	color: #A19262;
}
/* Comment Title */
#comments h3 {
	color: #333;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
}
/* Comment */
.commentbox .comment_txt {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.commentbox .comment_txt a {
	color: #06367E;
}
.commentbox .comment_txt a:visited {
	color: #06367E;
}
.commentbox .comment_txt a:active {
	color: #A19262;
}
.commentbox .comment_txt a:hover {
	color: #A19262;
}
.commentbox .comment_pic {
	border-color: #06367E;
}
/* Widget */
.widget {
	background-color: #000;
	border-color: #434343;
	color: #A19262;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}
.widget a {
	color: #FFF;
}
.widget a:visited {
	color: #FFF;
}
.widget a:active {
	color: #06367E;
}
.widget a:hover {
	color: #06367E;
}
/* Widget Title */
.widgetheader .widgettitle {
	background-color: #03214C;
	color: #A19262;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
}
/* Widget Photo Border */
.sidebar_commentbox .comment_pic,
#widget_photos ul#photo_list li,
#widget_aboutme #profile_pic,
#widget_friends .friends_box .friends_photo {
	border-color: #06367E;
}
#widget_recentposts ul.link_list,
#widget_categories ul.link_list,
#widget_archives ul.link_list,
#popular_tags_list,
#widget_blogroll ul.link_list {
	border-top-color: #434343;
}
#widget_recentposts ul.link_list li,
#widget_categories ul.link_list li,
#widget_archives ul.link_list li,
#popular_tags_list li,
#widget_blogroll ul.link_list li {
	border-bottom-color: #434343;
}
/* Search */
#search {
	background-color: #03214C;
}
/* PollDaddy */
.pds-box {
	background-color: #06357B !important;
	color: #FFF !important;
	font-family: Helvetica,Verdana,Arial,sans-serif !important;
}
.pds-question-top {
	color: #FFF !important;
}
.pds-answer {
	color: #FFF !important;
}
.pds-vote {
	color: #FFF !important;
}
.pds-vote a {
	color: #FFF !important;
}
.pds-vote a:visited {
	color: #FFF !important;
}
.pds-vote a:active {
	color: #FFF !important;
}
.pds-vote a:hover {
	color: #FFF !important;
}
.pds-answer-feedback {
	background-color: #00255C !important;
}
.pds-totalvotes-inner {
	color: #FFF !important;
	background-color: #00255C !important;
}
/* Popup Comment Window */
#comment_window {
	background-color: #03214C !important;
	color: #333 !important;
}
#comment_window h3,
#comment_window #comment_list div,
#comment_window div.setting_msgs {
	background-color: #FFF !important;
}
#comment_window h3 {
	color: #333 !important;
}
#comment_window a {
	color: #06367E !important;
}
#comment_window a:visited {
	color: #06367E !important;
}
#comment_window a:active {
	color: #A19262 !important;
}
#comment_window a:hover {
	color: #A19262 !important;
}
#comment_window p.heading {
	border-bottom-color: #DDD !important;
}
#comment_window #comment_form_box {
	background-color: #FFF !important;
	color: #333 !important;
	border-color: #DDD !important;
}
input.pds-votebutton {
	height: 60px !important;
	width: 60px !important;
        background: transparent url(/media/main/blog_templates/72899/3318/images/vote_button.gif?12336) no-repeat scroll 0 0 !important
}
input.pds-votebutton:hover {
	background: transparent url(/media/main/blog_templates/72899/3318/images/vote_button.gif?12336) no-repeat scroll 0 -60px !important
}