/* @override http://oganphoto.com/wp-content/themes/oganphoto/style.css */

/*  
Theme Name: Ogan Photo
Theme URI: http://www.webocube.com
Description: Wordpress theme for WeboCube
Author: Gérald Morales
Author URI: http://www.webocube.com

/******************************************
*   HTML Elements                         
******************************************/


* {
	margin:0;
	padding:0;
}

body,html {
	margin: 0;
	padding: 0;
	background: #131413 repeat-x;
	font-weight: normal;
}

body, select, input, textarea {
	font: 12px;
	line-height:1.5em;
}
	
p {
	color: #818181;
	margin-top: 15px;
	font: normal normal 12px/18px Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
}

#content div.post div.entry p a {
	color: #666;
	text-decoration: underline;
}
#content div.post div.entry p a:hover {
	color: #cbd300;
}


a:hover, a:active {
	color: #666;
	}

hr {
	display: none;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	display: none;
}
small a{
	
}

/****** Images ****************************/
img.size-full{
	margin-bottom: 0;
	height: auto;
}

img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:0px solid #999; padding:1px;}
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
img align left{ float:left; margin:0 12px 5px 0; }
	
	
		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width: 800px;
	font-size:1em;
	margin-left: auto;
	margin-right: auto;
}

#branding {
	padding-bottom: 0;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	margin-top: 0;
	padding-top: 22px;
	background: url(images/fd-header.jpg) no-repeat;
}
#logo {
	background: none;
	margin: 0px;
	width: 395px;
	float: left;
}
#logo img{
	padding-top: 0;
}


.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	float: right;
	color: #666;
	width: 221px;
	margin-top: 20px;
	padding-left: 20px;
	border-left: 1px solid #333;
}

img.bannere {
	margin-top: 10px;
}
#sidebar a{
		color: #887650;
	font-size: 10px;
}

ul#sidelist {
	font-family: Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
}


#sidebar p{
	margin: 0;
	color: #949998;
	font-size: 12px;
}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
	border-right:1px solid #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	text-align:justify;
	}


		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

.subnav li a:link, .subnav li a:visited {
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none;
	}
	
#sidelist li {
	list-style:none;
	
}

#sidelist ul li {
	margin: 0 0 15px;
	font-size: 12px;
	line-height: 14px;
}
#sidelist ul li a {
	height: 20px;
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	text-decoration: none;
}

#sidelist ul li a.current {
	display: block;
	color: #cbd300;
	padding-left: 8px;
	padding-right: 0;
}

#sidelist ul li.current a{
	color: #FFF;
}



#sidelist ul :hover{
	color: #cbd300;
}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	background:#F4F4EC;
	color: #666;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#000;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #23518c;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	padding-bottom: 5px;
	margin-bottom: 11px;
	margin-left: 0;
	margin-right: 0;
	font: 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
	color: #8e9093;
}

#post h2 a {
	color: #FFF;
}

h2 a {
	color: #FFF;
}

h3 {
	text-transform:uppercase;
	color: #887650;
	text-align: left;
	height: 20px;
	width: 220px;
	padding-left: 0;
	padding-top: 2px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	font: 15px Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar h2, #sidebar h3 a {
	letter-spacing:0.3em;
	text-transform:uppercase;
	color: #666;
	font-size: 12px;
	padding: 0;
	margin: 5px 0 0;
}


h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #666;;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	
	
	
/******************************************
*   Content                        
******************************************/

#content {
	width: 800px;
	float:left;
	padding-left: 0;
	margin-left: 0;
	padding-right: 19px;
	margin-top: 20px;
	padding-top: 0;
	background-repeat: repeat-x;
	margin-right: -1px;
}

table {
	border-style: none;
	margin-top: 10px;
}

td {
	padding: 4px 0 4px 3px;
	text-align: center;
	color: #e2dac8;
	font: 12px/11px Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #1e1e1e;
}



/* Featured Articles formatting "leftcol" */

.feature {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #ccc;
	}


.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	border:0px solid #999;
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-size:1.1em;
	letter-spacing:normal;
	}

		
#lead p {
	margin-bottom:10px;
	}

img a {
	border-width: 0;
	border-style: none;
}

/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
	}	
	
.alignleft{
	float: left;
	margin-right: 15px;
}
.alignright{
	float: right;
	margin-left: 15px;
}

/* Post Formatting */

.entry {
	text-align:justify;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2px;
	float: left;
	font-size: 12px;
	line-height: 19px;
}


#page a.post-edit-link {
	text-decoration: none;
	color: #434343;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.textwidget {
	text-align: left;
	padding: 0 12px 12px;
	#cfcfcf;
	color: #666;
}


.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	margin-top: 18px;
	margin-bottom: 18px;
}

#content div.post {
	float: left;
}	

.post ul li {
	list-style:square;
	margin-left: 25px;
	color: #666;
	list-style-type: none;
}

.post ol li {
	margin-bottom:5px;
	
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { 	padding: 36px 15px 25px; 	}

.button {
	padding: 1px 4px;
	background: #666;
	color:#fff;
	border:none;
	}

.button:hover {
	background: #ff8b00;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}

/* Float Properties*/
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	background-color: #800000;
}
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 800px;
	text-align:center;
	padding-top:15px;
	color: #333;
	font: normal normal 11px/15px Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer a {
		color: #333;
	}
	#footer a:hover {
		color: #ff8b00;
	}


#footer ul li {
	display: inline-block;
	clear: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-style: normal;
}


#footer ul li.page_item.current_page_item a {
	background-color: transparent;
	color: #666;
	font-weight: normal;
	font-style: normal;
}



#sidelist div.sidebar_widget a.tag-link {
	color: #929a98;
}


#featured-text {
	color: #23518c;
}

/* Shopping Basket */

td.producttitle {
	font-size: 14px;
	border-top: 1px solid #dadada;
}

td.productcontent {
	padding-left: 8px;
	padding-right: 8px;
}

div.center {
	text-align: center;
}
input{
	margin-top: 8px;
}

/* Excerpts */
.excerpt{
	width: 280px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.excerpt h2{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px;
	border-top: 1px solid #929a98;
	border-bottom-width: 0;
}
.excerpt p{
	border: none;
	font-size: 11px;
	text-align: justify;
}

.excerpt img{
	margin-right: 12px;
	width: 270px;
	margin-bottom: 10px;
}


#sidelist2 div.textwidget {
	background-color: #ffda00;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #333;
	position: relative;
	top: 0;
	float: left;
	width: 856px;
	letter-spacing: 0;
}

/* @group My Group */


/* @end */

.aee{
	margin-bottom: 10px;
}
strong{
	color: #887650;
}
#footer img{
	border-style: none;
}

/* Fix for PNG alpha channel display in IE6 */
img {
  behavior: url("pngbehavior.htc");
}



