﻿/*
Theme Name: GExperts
Theme URI: http://www.
Description: A Twenty Eleven child theme
Author: Ofer Livni - oferli@gmail.com
Version: 1.0
Template: twentyeleven
Tags:
*/

@import url(../twentyeleven/style.css);

@charset "UTF-8";

.clear {
	clear:both;
}

body {
	width:100%;
	padding:0;
	background:transparent url('images/topBG.png') repeat-x;	
    color: #333333;
    font-family: Tahoma,Arial,sans-serif;
}

#page {
	width:900px;
	margin:0 auto;
	background:transparent;
	border:0;
}

#logo {
	width:150px;
	height:68px;
	display:block;
	background:transparent url('images/logo.png') no-repeat;	
}

.singular #primary {
    margin: 0 -26.4% 0 0;
}


#access {
	background:transparent;
    box-shadow: 0 0 0;
    clear: both;
    display: block;
    margin: 0;
}

#access ul ul {
	top:25px;
}

#access ul {
    margin: 0;
}

#access div {
    margin: 0;
}

#access a {
	line-height:25px;
}

#access ul ul a {
	line-height:25px;
	padding: 4px 10px;
}

.singular #primary {
    margin: 0;
    width:700px;
}
.singular #primary.wide {
    width:1000px;
}

.singular #content, .left-sidebar.singular #content {
    margin: 0 20px 0 0;
}

.singular.page .hentry, .entry-content, .entry-summary {
    padding: 0;
}

.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    width: 650px;
}

.wide .entry-content {
    width: 1000px !important;
}

#primary .entry-content h1, h2.h1 {
    color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    font-weight: normal;
    height: 24px;
    padding-bottom:8px;
    border-bottom:2px #666666 dotted;
    margin-bottom:10px;
}

h2.h1 {
	margin-top:25px;
}

h2.h1f {
	margin-top:0;
}

#primary .entry-content ul, #primary .entry-content ol {
	margin-left:0;
}

#primary .entry-content ul li {
	background:transparent url('images/li.jpg') no-repeat left 3px;
	padding-left:25px;
	list-style:none;
}

#primary .entry-content ol li {
	background:transparent none;
	padding-left:10px;
	margin-left:15px;
	list-style:decimal;
}

#primary .entry-content p, #primary .entry-content li {
	font-size:13px;
} 

#secondary, #ArticleIndex {
    float: right;
    margin-right: 0;
    width: 200px;
}

#ArticleIndex {
    width: 275px;
    margin-left:25px;
    margin-bottom:15px;
}

#narrowLeft {
	float:left;
	width:700px;
}

.page-template-GExperts-wide-php th {
	text-align:center;
}
.modifydate {
	color:#999999;
	font-size:11px;
	margin-bottom:5px !important;
}

.widget ul li {
	list-style-position:outside;
	margin-left:15px;
}

#footer {
	width:100%;
	height:25px;
    background: none repeat scroll 0 0 #34332F;
    border-top: 4px solid #CCCCCC;
    clear: both;
    color:white;
    text-align:center;
    font-size:12px;
    line-height:26px;
}

#slide_box {
	position:relative;
	height:300px;	
}

.slide {
	display:none;
	position:absolute;
	top:0;
	width:650px;
}

.slide img {
	float:left;
}

.slide p {
	float:right;
	clear:none;
	font-size:12px;
	width:190px;
	padding-left:10px;
	padding-top:20px;
}
.slide p span {
	font-size:14px;
	font-weight:bold;
}

.s_tit {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.s_txt {
	font-size:12px;
	padding:0;
	margin:0 auto;
	max-width:350px;	
}

.entry-content img, .comment-content img, .widget img {
    max-width: 100%;
}