/*
Theme Name: Flag
Description: A gray, orange and green two-column layout.
Version: 1
Author: Meggan G.
Author URI: http://www.oipom.com/
*/

/* CSS Document */

/************************************************************************

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Main Content
	4 - Sub Navigation
	5 - Left Navigation
	6 - Footer Navigation
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body
{
	background: #2e2e2e;
	font: 62.5%/1.6em Verdana, Arial, sans-serif;
	color: #777;
}

html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td { 
	margin: 0; 
	padding: 0; 
}

a {
	text-decoration: none;
	color: #727272;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.clearer {
	line-height: 0;
	clear: both;
}

.disappear {
	margin-left: -9999px;
}

a img {
	border: none;
	background: none !important;
}

/***********************************************************************
	2 - STRUCTURE/LAYOUT STYLES
************************************************************************/

div#container {
	width: 768px;
	margin: 0 auto;
}



/***********************************************************************
	3 - CONTENT STYLES
************************************************************************/

div#contentwrap {
	width: 768px;
	background: url(images/page_bg.gif) repeat-y top left;
}

div#content {
	width: 432px;
	float: left;
	padding-left: 48px;
	background-color: #f5f5f5;
}

div#header {
	width: 432px;
	margin: 0 auto 24px auto;
	padding: 20px 0 24px 0;
	background: url(images/divider.gif) no-repeat bottom;
}

div#header h1 {
	width: 432px;
	height: 55px;
	background: url(images/logo_oipom_over.gif) no-repeat top left;
}

div#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/logo_oipom.gif) no-repeat top left;
	outline: none;
}

div#header h1 a:hover {
	background: none;
}


div.post {
	padding-bottom: 24px;
	background: url(images/divider.gif) no-repeat bottom;
	margin: 0 auto 24px auto;
	font-size: 11px;
}

div.post p {
	padding-bottom: 1.2em;
}

div.post h2, div.post h2 a {
	font: 26px/1.3em Georgia, "Times New Roman", Times, serif;
	color: #7a7a7a;
	margin-bottom: 12px;
}

div.post h2 a:hover {
	border-bottom: 1px dotted #aaa;
	text-decoration: none;
	color: #2e2e2e;
}

div.post h3, div.entry dt {
	font: 18px/1.3em Georgia, "Times New Roman", Times, serif;
	color: #7a7a7a;
	padding-bottom: 6px;
}

h2.year {
	margin: 5px 0;
}

h3.month a {
	border: none;
	font: 16px/1.3em Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

div.postinfo {
	background: #eaeaea;
	padding: 12px;	
}

div.postinfo p {
	padding-bottom: 5px;
}

div.postinfo div.left {
	width: 270px;
	padding: 0 0 0 12px;
	float: left;
	border-right: 1px dotted #f5f5f5;
}
div.postinfo div.right {
	width: 100px;
	float: right;
	padding: 0 4px 0 0;
	text-align: center;
	margin-left: 16px;
}

div.postinfo a {	
	border-bottom: 1px dotted #777;
} 
div.postinfo a:hover {
	border-bottom: 1px solid #777;
	text-decoration: none;
	color: #2e2e2e;
}


div.postinfo div.right h3 {
	line-height: 1em;
	padding-bottom: 4px;
	border-bottom: none;
}

div.postinfo div.right h3 a {
	border-bottom: none;
}

span.commentnumber {
	font: bold 18px/18px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
}

span.commentnumber a {
	padding: 1px 4px;
	border-bottom: none;
}
span.commentnumber a:hover {
	border-bottom: 1px dotted #777;
	text-decoration: none;
	color: #2e2e2e;
}



div.navigation {
	margin: 12px 0;
	height: 100%;
}

div.navigation div.alignleft, div.navigation div.alignright {
	width: 192px;
	padding: 5px 12px;
}

div.navigation div.alignleft {
	float: left;
}
div.navigation div.alignright {
	float: right;
	text-align: right;
}
div.navigation div.alignleft a {
	background: url(images/arrows_left.gif) no-repeat left;
	padding-left: 12px;
	padding-right: 4px;
	background-position: 0 2px;
}
div.navigation div.alignright a {
	background: url(images/arrows_right.gif) no-repeat right;
	padding-right: 12px;
	padding-left: 4px;
	background-position: 100% 2px;
}
div.navigation div.alignleft a, div.navigation div.alignright a {
	text-transform: uppercase;
	padding-top: 1px;
	padding-bottom: 1px;
}

div.navigation div.alignleft a:hover, div.navigation div.alignright a:hover {
	color: #2e2e2e;
	text-decoration: none;
	border-bottom: 1px dotted #777;
}
/*div.navigation div.alignleft a:hover {
	background: #7a7a7a url(images/arrows_left_over.gif) no-repeat left;
	background-position: 0 1px;
}
div.navigation div.alignright a:hover {
	background: #7a7a7a url(images/arrows_right_over.gif) no-repeat right;
	background-position: 100% 1px;
}*/

img.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}
img.alignright {
	float: right;
	margin: 0 0 5px 10px;
}
img.centered, img.aligncenter {
	display: block;
	margin: 5px auto;
}

div.aligncenter {
	margin: 1em auto;
	text-align: center;
}

li div.aligncenter {
	margin-bottom: 0;
}

img.pic {
	padding: 3px;
	border: 1px solid #aaa;
}

a.freebie {
	display: block;
	width: 122px;
	float: left;
	background: none !important;
	border-bottom: none;
	margin-right: 12px;
	font-weight: normal;
}
a.freebie:hover {
	background: none !important;
	color: #2e2e2e;
	font-weight: normal;
}



div.entry ul, div.entry ol {
	padding-left: 24px;
}
div.entry ul li, div.entry ol li, div.entry dd {
	padding-bottom: 1em;
}

div.entry a {
	border-bottom: 1px dotted #777;
	font-weight: bold;
}
div.entry a:hover {
	border-bottom: 1px solid #E0C069;
	text-decoration: none;
	color: #2e2e2e;
}
div.entry img {
	max-width: 420px;
}

div.entry blockquote {
	background: #efefef url(images/quote_right.gif) no-repeat bottom right;
	background-position: 96% 92%;
	border: 1px solid #eaeaea;
	padding-bottom: 12px;
	padding-right: 20px;
}
div.entry blockquote p {
	background: url(images/quote_left.gif) no-repeat top left;
	background-position: 10px 10px;
	padding-top: 25px;
	padding-left: 30px;
}



ul.blogroll, ul#freebieroll {
	list-style-type: none;
	padding: 0 !important;
	margin: 0;
}

ul.blogroll li {
	display: block;
	width: 130px;
	float: left;
	padding: 12px 6px;
	min-height: 100px;
}

ul.blogroll li a {
	display: block;
	padding: 3px 6px;
	background: #ddd;
	border-bottom: none;
}
ul.blogroll li a:hover {
	color: #2e2e2e;
	background: #d5d5d5;
	text-decoration: none;
	border-bottom: none !important;
}



ul#freebieroll li {
	width: 190px;
	float: left;
	margin: 10px 10px 15px 10px;
	/*border-bottom: 1px dotted #ddd;*/
}

ul#freebieroll li.list-item-5,ul#freebieroll li.list-item-6 {
	height: 200px;
}

ul#freebieroll li a {
	display: block;
	padding: 3px 6px;
	background: #eaeaea;
	border-bottom: none;
	margin-bottom: 7px;
}

ul#freebieroll li a img {
	border: 1px solid #111 !important;
	text-align: center;
	display: block; 
	margin: 5px auto;
}

ul#freebieroll li a.freebieimage {
	background: none;
	border-bottom: none;
	padding: 0;
}

/***********************************************************************
	4 - COMMENTS STYLES
************************************************************************/

h3#comments {
	background: url(images/h_comments.gif) no-repeat top left;
	width: 121px;
	height: 18px;
	padding-bottom: 24px;
}
h3#respond {
	clear: both;
	background: url(images/h_haveyoursay.gif) no-repeat top left;
	width: 171px;
	height: 18px;
	padding: 24px 0 0 0;
}

form#commentform p {
	padding: 6px 0;
}
form#commentform label {
	display: block;
}

form#commentform input.textbox {
	background: #fff;
	border: 1px solid #727272;
	padding: 3px 2px 3px 3px;
	width: 185px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
form#commentform textarea.textbox {
	background: #fff;
	border: 1px solid #727272;
	padding: 2px 2px 2px 3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 423px;
}


ol.commentlist {
	list-style-type: none;
}




ol.commentlist div.left {
	width: 73px;
	background: url(images/commentpointy.gif) no-repeat top right;
	float: left;
	line-height: 1.1em;
	color: #a9a9a9;
}
ol.commentlist div.right {
	width: 304px;
	padding: 15px 24px;
	float: left;
	border: 2px solid #d9d9d9;
	border-left-width: 5px;
	background: #f5f5f5;
}
ol.commentlist div.right h6 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #777;
}

ol.commentlist div.left a {
	color: #a9a9a9;
}

ol.commentlist div.left img {
	border: 1px solid #808080;
}


ol.commentlist li {
	display: block;
	clear: both;
	margin-bottom: 24px;
	height: 100%;
}

ol.commentlist li.alt div.right {
	background: #eaeaea;
}

/*ol.commentlist div.authorcomment {

}*/

ol.commentlist li p {
	padding-bottom: 1.3em;
}

ol.commentlist li p a {
	font-weight: bold;
	text-decoration: underline;
}

ol.commentlist li p a :hover{
	text-decoration: none;
}

ol.commentlist div.right h6 a {
	border-bottom: 1px dotted #727272;
}
ol.commentlist div.right h6 a:hover {
	text-decoration: none;
	border-bottom-color: #B2C37A;
}

img.wp-smiley-select {
	cursor: pointer;
}

div#commentsclosed {
	background: #ffe5eb;
	padding: 10px 15px;
	border: 1px solid #ffb3c5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div#commentsclosed a {
	font-weight: bold;
	color: #FF4E78;
}

/***********************************************************************
	5 - SIDEBAR STYLES
************************************************************************/

div#sidebar {
	width: 264px;
	float: right;
	padding: 20px 0 0 0;
}


div.box {
	padding-bottom: 24px;
}

.sidebarpad {
	padding-left: 48px;
}




div#box_twitter {
	padding-left: 24px;
	position: relative;
	margin-bottom: 10px;
}

div#twitterbird {
	background: url(images/twitterbird.png) no-repeat bottom right;
	width: 32px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 15px;
}
div#twitterbird a {
	display: block;
	width: 100%;
	height: 100%;
}

div#box_twitter p {
	width: 162px;
	margin: 0 auto;
	padding: 10px 15px;
	background: #f5f5f5;
}



div#sidebar div h2 {
	width: 264px;
	height: 48px;
	padding-bottom: 13px;
}
div#box_search h2 {
	background: url(images/flag_search.gif) no-repeat top left;
}
div#box_pages h2 {
	background: url(images/flag_pages.gif) no-repeat top left;
}
div#box_photos h2 {
	background: url(images/flag_photos.gif) no-repeat top left;
}
div#box_elsewhere h2 {
	background: url(images/flag_elsewhere.gif) no-repeat top left;
}


div#box_search input.textbox {
	background: #f5f5f5;
	border: 1px solid #727272;
	padding: 2px 2px 2px 3px;
	height: 20px;
	width: 155px;
}
div#box_search input.inputbutton {
	vertical-align: middle;
	margin: -5px 0 0 -4px;
}


div#box_photos a img {
	border: 1px solid #777;
	width: 48px;
	height: 48px;
}
div#box_photos a {
	display: block;
	float: left;
	margin: 0 7px 14px 7px;
}


div#box_pages ul {
	list-style-type: none;
}
div#box_pages ul li {
	width: 192px;
	height: 26px;
	background-color: #eaeaea;
}

div#box_pages ul li a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

li#li_meggan {
	background: url(images/nav_meggan_over.gif) no-repeat top left;
}
li#li_oipom {
	background: url(images/nav_oipom_over.gif) no-repeat top left;
}
li#li_archives {
	background: url(images/nav_archives_over.gif) no-repeat top left;
}
li#li_freebies {
	background: url(images/nav_freebies_over.gif) no-repeat top left;
}
li#li_contact {
	background: url(images/nav_contact_over.gif) no-repeat top left;
}
li#li_links {
	background: url(images/nav_links_over.gif) no-repeat top left;
}



li#li_meggan a {
	background: url(images/nav_meggan.gif) no-repeat top left;
}
li#li_oipom a {
	background: url(images/nav_oipom.gif) no-repeat top left;
}
li#li_archives a {
	background: url(images/nav_archives.gif) no-repeat top left;
}
li#li_freebies a {
	background: url(images/nav_freebies.gif) no-repeat top left;
}
li#li_contact a {
	background: url(images/nav_contact.gif) no-repeat top left;
}
li#li_links a {
	background: url(images/nav_links.gif) no-repeat top left;
}

div#box_pages ul li a:hover {
	background: none;
}




div#box_elsewhere ul {
	list-style-type: none;
}
div#box_elsewhere ul li {
	padding: 0 0 7px 20px;
	background-color: #eaeaea;
}

li#li_qbee {
	background: url(images/icon_bee.gif) no-repeat top left;
}
li#li_perfection {
	background: url(images/icon_badge.gif) no-repeat top left;
}
li#li_twitter {
	background: url(images/icon_twitter.gif) no-repeat top left;
}
li#li_flickr {
	background: url(images/icon_flickr.gif) no-repeat top left;
}
li#li_rss {
	background: url(images/icon_rss.gif) no-repeat top left;
}
li#li_iconbuffet {
	background: url(images/icon_iconbuffet.gif) no-repeat top left;
}
li#li_reviewme {
	background: url(images/icon_reviewme.gif) no-repeat top left;
}
li#li_baby {
	background: url(images/icon_babyboy.gif) no-repeat top left;
}

div#box_elsewhere ul li a {
	text-decoration: none;
}
div#box_elsewhere ul li a:hover {
	text-decoration: none;
	color: #2e2e2e;
}




/***********************************************************************
	6 - CONTACT FORM STYLES
************************************************************************/

form.contact-form fieldset {
	border: none;
}

form.contact-form abbr.required {
	border: none;
	text-decoration: none;
}

form.contact-form legend {
	display: none;
}

form.contact-form fieldset div.form-input, form.contact-form fieldset div.form-option {
	padding-bottom: 1em;
}

form.contact-form fieldset input.text, form.contact-form fieldset textarea.text {
	background: #fff;
	border: 1px solid #727272;
	padding: 3px 2px 3px 3px;
	width: 185px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;	
}

form.contact-form fieldset textarea.text {
	width: auto;
}

form.contact-form fieldset input.button {
	background: #727272;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #f5f5f5;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #2E2E2E;
	padding: .5em 1em;
	cursor: pointer;
}
form.contact-form fieldset input.button:hover {
	background: #666;
	color: #fff;
}

p.success, p.error, p.important {
	padding: 10px 15px 10px 70px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-position: 10px 50% !important;
	border: 1px solid #eaeaea;
}

p.success {
	background: #fefefe url(images/icon_success.gif) no-repeat;
	padding: 20px 15px 20px 70px;
}

p.error {
	background: #fefefe url(images/icon_error.gif) no-repeat;
	border: 1px solid #f98275;
}

p.important {
	border: 1px solid #E0C069;
	background: #fefefe url(images/icon_warning.gif) no-repeat;
}

/***********************************************************************
	7 - FOOTER STYLES
************************************************************************/

div#footer {
	background: url(images/page_botcap.gif) no-repeat top left;
	padding: 25px 0;
}

div#footer p {
	padding-left: 24px;
}

div#footer p a {
	margin: 0 3px;
}
div#footer p img {
	vertical-align: middle;
}
