/*
Theme Name: OhMyCom''
Theme URI: http://www.ohmycom.fr
Description: Oh My Com
Version: 0.1
Author: Mirsal Ennaime
Tags:
*/

/* Import Css of Framwork, Fluid 960 Grid System */
/*
 * 
 *
 */


/* css files of Grid System, if you want to use Fluid Grid System change:
 * @import url("css/960.css"); >>> to  >>> @import url("css/960.css");
 * note: @import url("css/960.css"); is cratede by Sthepen Bau and is included in Fluid 960 Grid System
 */
@import url("css/reset.css");

@import url("css/960.css");

@import url("css/text.css");


/* Fluid Grid System Navigation and color styling */
@import url("nav.css");

/* All of css files of Fluid 960 Grid System & 960 Grid System, you can copy/past this for you prject*/
/*
@import url("css/reset.css");
@import url("css/960.css");
@import url("css/text.css");
@import url("css/grid.css"); 
@import url("css/layout.css");
@import url("nav.css")
*/

/* Css by Domenico Monaco, this adding color and Styling to standard layout.css*/
/*
@import url("css/l-color.css");
*/


/* 960 Base Theme basic classes & ids */

html, body {
	background: #fff url('img/bg.png') repeat-x;
}

div.top {
	height: 5px;
	background: #547;
}

#wrapper {
        background: url('img/wrapper_bg.png') no-repeat;
}

#img-head a {
        display: block;
        overflow: hidden;
}

#img-head img {
        width: 100%;
}

#img-head h1 {
	margin: 0;
}

#page-heading {
        text-align: center;
        margin-top: 40px;        
        font-size: 60px;
        line-height: 60px;
        letter-spacing: -3px;
        font-weight: normal;
	text-shadow: 1px 1px #fff;
	color: #333;
}


.rss-head a:hover{text-decoration:underline;background:#fff;color:#000;}
.rss-head a {display:block;
text-align:right;color:#fff;margin-bottom:5px;padding:2px 3px;}

.header-search {
	overflow: hidden;
	background: #547 url('http://shop.winux.fr/images/category_block_header_bg.png') no-repeat center 2em;
	height: 40px;
	margin-bottom: 10px;
	border: #f0f0f0 1px solid;
	border-top: none;
	border-left: none;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.header-search fieldset {
	background: url('img/searchbox.png') no-repeat 0 1px;
	margin: 0 0 0 10px;
	height: 32px;
}

.header-search input.search.input {
	border: none;
	background: transparent;
	padding: 8px 3px 0 35px;
	width: 120px;
}

.header-search input.search.submit {
	border: none;
	background: url('img/searchbox-button.png') no-repeat 0 1px;
	cursor: pointer;
	text-indent: -99999px;
	height: 33px;
	width: 35px;
}

.client-login {
	height: 95px;
	padding: 15px 5px;
	background: #547 url('img/under_construction.png') repeat-x bottom;
	border-top: #444 2px solid;
	border-bottom: #f0f0f0 1px solid;
	color: #bbb;
	text-align: center;
        font-size: x-small;
        text-shadow: 1px 1px 3px #000;
}

.client-login a {
        color: #ddd;
}

#container {
        font-family: Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	font-size: 16px;
	line-height: 1.4em;
}

#container .box h2 {
	font-size: 2.2em;
	color: #333;
	text-shadow: 1px 1px #fff, 0 0 #000;
}

blockquote 
{
	margin:22px 20px;
	upadding:3px;
	color:#575757;
	padding: 0 50px;
	background: transparent url("img/blockquote.gif") no-repeat 0 0;
}

div.slideshow
{
	height: 280px;
        overflow: hidden;	
}

div.slideshow .entry
{
       height: 280px;
       overflow: hidden;
}

div.slideshow .entry p
{
        text-align: center;
}

#site_info {
	text-align: center;
}
#site_info, #site_info a {
	color: #333;
}

div.organization,
div.partner,
div.reference
{
      margin-top: 10px;
}

div.organization .entry
{
     float: left;
     margin: 5px;
     padding: 5px;
     width: 180px;
}

div.partner .entry
{
     float: left;
     margin: 5px;
     padding: 5px;
     width: 150px;
}

div.reference .entry
{
     float: left;
     margin: 5px;
     padding: 5px;
     width: 200px;
}

div.organization .entry:hover,
div.partner .entry:hover,
div.reference .entry:hover
{
    background: #E0E0E0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}

div.organization .entry img,
div.partner .entry img,
div.reference .entry img
{
    display: block;
}

div.organization .entry h4,
div.partner .entry h4,
div.reference .entry h4
{
    font-size: 14px;
    margin: 5px 0;
    color: #547;
}

div.organization .entry p,
div.partner .entry p,
div.reference .entry p
{
    margin: 0;
    font-size: small;
    overflow: auto;
    text-align: center;
}

div.organization .entry p a,
div.partner .entry p a,
div.reference .entry p a
{
    color: #888;
    text-decoration: none;
}

div.organization .entry p a:hover,
div.partner .entry p a:hover,
div.reference .entry p a:hover
{
    color: #000;
}

/* Several classes for aligning images and block elements (DIV, P, TABLE etc.) were introduced in WordPress 2.5  */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 20px;
}

.alignright {
   float: right;
   margin-left: 20px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Partners */
div.partner_header
{
  font-size: 16px;
  font-weight: bold;
}

ul.partners
{
  overflow: auto;
}

ul.partners > li
{
  float: left;
  display: block;
  margin: 10px 8px 15px 4px;
}

ul.partners > li a
{
  display: block;
  overflow: auto;
}

ul.partners > li > a > img
{
  text-align: center;
  display: block;
}

ul.partners > li > span
{
  display: block;
  text-align: center;
  font-size: 14px;
}

/* sidebar */
/*
.subnav ul > li a
{
  border: 1px solid #555;
  background: #ccc;
  color: #222;
}
*/

/* Several classes for wordpress */
.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav{}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}
