/*
Theme Name: Gertis Theme
Theme URL:
Description: Gerits Theme.
Author: Ellen Bauer
Author URI: http://www.gertis-pc-tipps.de
Version: 1.1
*/
/* Reset styles
---------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent
}
body {
	background:#E8E0CD;
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
/* remember to define focus styles! */
:focus {
	outline:0
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse
}
.clear {
	clear:both;
}
.space_10 {
height:10px;
}
.space_20 {
height:20px;
}
.space_50 {
height:50px;
}
/* Typography / Headings
------------------------------------------------------------------*/
h1 {
	padding: 20px 35px 5px 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight: normal;
	color:#362F26;
}
h1 a {
	color:#362F26;
	text-decoration:none;
}
h1 a:hover {
	color:#0A71B3;
	text-decoration:underline;
}
h2 {
	padding: 20px 0 5px 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-weight: normal;
	color:#362F26;
}
h3 {
padding: 7px 0px 15px 85px;
        background: url(images/bg/folder_image.png) left top no-repeat;
        background-position: 30px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#362F26;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:21px;
	font-weight:700;
	color:#362F26;
	padding: 15px 35px 10px 35px;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:700;
	color:#362F26;
	padding: 15px 35px 10px 35px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:normal;
	font-style:italic;
	color:#362F26;
	padding: 0px 0px 15px 35px;
}
h6 a {
	text-decoration: underline;
	color:#362F26;
}
h6 a:hover {
	text-decoration: underline;
	color:#0A71B3;
}
p {
	padding: 0 35px 18px 35px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:26px;
	color:#2B1515;
}
a {
	text-decoration: underline;
	color:#2B1515;
}
a:hover {
	text-decoration: underline;
	color:#0A71B3;
}
/* Special Fonts and Buttons
------------------------------------------------------------------*/
.search_title h2 {
        background: url(images/bg/search_title.png) left top no-repeat;
        background-position: 30px 17px;
        margin-bottom: 15px;
	padding: 15px 0 5px 77px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-weight: normal;
	color:#362F26;
}
.kontakt_title h2 {
        background: url(images/bg/kontakt_pen.png) left top no-repeat;
        background-position: 30px 5px;
        margin-bottom: 15px;
	padding: 10px 0 5px 82px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-weight: normal;
	color:#362F26;
}
.fraggerti_title h2 {
        background: url(images/bg/frag_gerti_icon.png) left top no-repeat;
        background-position: 30px 5px;
        margin-bottom: 15px;
	padding: 10px 0 5px 82px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-weight: normal;
	color:#362F26;
}
.more-link {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        font-size: 21px;
        line-height: 40px;
        color:#362F26;
        font-weight: 700;
        text-decoration:none;
}
div.entry p a.more-link {
        color:#362F26;
}
div.entry p a.more-link:hover {
        color:#0A71B3;
}
/* Header
------------------------------------------------------------------*/
#header_bg {
	height:415px;
	background: url(images/bg/header_bg.png) top repeat-x;
}
#header {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:415px;
}
#header_navi {
	height:80px;
	border-left: #FFF solid 1px;
}
#header_navi li {
	float:left;
}
#header_navi a {
	height:64px;
	border-right: #FFF solid 1px;
	padding:15px 20px 0px 20px;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	font-style:italic;
	color: #FFF;
	font-size: 22px;
	text-decoration:none;
}
#header_navi a:hover {
	color: #FFF;
	background:#00314F;
}
.header_subtext {
	font-size: 14px;
}
#header_image {
	width:1000px;
	height:335px;
	background:url(images/bg/header.png) top no-repeat;
}
#home_link {
	width:350px;
	height:160px;
	padding-top:42px;
}
/* Main Content
------------------------------------------------------------------*/
#content_wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
#content {
		width:665px;
		float:left;
}
#content_top {
	height:60px;
	background: url(images/bg/laptop.png) left top no-repeat;
}
.content_posts {
		width:665px;
		background:#FFF;
		padding: 0 0 40px 0;
		float: left;
}
.entry a {
         font-weight: 700;
         text-decoration: none;
         color:#0A71B3;
}
.entry a:hover {
        text-decoration: underline;
}

/* Single Page Styles*/

.bookmark {
	width:595px;
	margin:20px 35px 20px 35px;
	padding:10px 0px 20px 0px;
	background:#C9BBAA;
}
.bookmark h1 {
	padding:10px 0 10px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:700;
	font-style:italic;
}
.bookmark_info {
	clear:both;
	background:url(images/bg/bulb_50.png) left top no-repeat;
	background-position: 8px 25px;
}
.bookmark_info p {
	padding:30px 0 0 55px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:22px;
	color:#362F26;
}
.bookmark_info a {
	font-weight:700;
	color:#362F26;
	text-decoration:none;
}
.bookmark_info a:hover {
color:#0A71B3;
	text-decoration:underline;
}
.bookmark_names {
        clear:both;
        width:560px;
	margin:0 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#362F26;
	font-style:italic;
}
.bookmark_names li {
        float:left;
        text-align:left;
}
.content_box {
	width:595px;
	margin:0 35px 15px 35px;
	background:#C9BBAA;
}
.content_box_blue {
	width:595px;
	margin:0 35px 15px 35px;
	border:#48A1DB 5px solid;
}
.content_box p, .content_box_blue p {
	padding:10px 20px 10px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:26px;
	color:#2B1515;
}
.content_box a, .content_box_blue a  {
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:700;
	line-height:21px;
	color:#362F26;
	text-decoration:none;
}
.content_box a:hover, .content_box_blue a:hover {
	color:#0A71B3;
	text-decoration: underline;
}


/* Single Navigation Bottom */
.navigation {
margin-top: 15px;
}
.navigation h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:700;
	font-style:italic;
	color:#362F26;
	text-decoration:none;
}
.alignleft {
width: 250px;
height: 40px;
display: block;
float: left;
margin:10px 0 35px 35px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:22px;
font-weight:normal;
font-style:italic;
color:#362F26;;
}
.alignright {
width: 250px;
height: 40px;
display: block;
margin:10px 35px 35px 0;
float: right;
text-align:right;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:22px;
font-weight:normal;
font-style:italic;
color:#362F26;;
}
.alignleft a, .alignright a {
	color:#362F26;
	text-decoration:none;
}
.alignleft a:hover, .alignright a:hover {
	color:#0A71B3;
	text-decoration:underline;
}

/* Post Pictures Styles*/

.pic_bg	{
width:540px;
padding:0px 35px 0px 35px;
}
.pic {
width:585px; 
background:#C9BBAA; 
padding:5px
}
.pic_font p {
font-family:Georgia,"Times New Roman",Times,serif; 
font-size:17px; 
font-style:italic;
color:#362F26;
}
.pic_font a {
font-weight:400;
}
.smallpic_bg	{
width:250px;
padding:0px 35px 0px 0px;
float: right;
}
.smallpic {
width:250px; 
background:#C9BBAA; 
padding:5px
}


/* Author Bio Styles */

.postauthor {
background: #EFE9DF;
position: relative;
overflow: hidden;
margin:20px 35px 45px 35px;
padding:15px;
border:1px solid #AA968D;
}
.postauthor img {
	margin:0 20px 0 0;
	background:#C9BBAA;
	border-bottom:#AA9B8A solid 1px;
	border-right:#AA9B8A solid 1px;
	padding:5px;
float: left;
}
.postauthor h5 {
padding:0px 0px 5px 0px;
}
p.author-description {
margin:0 0 0 110px;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	line-height:22px;
	color:#362F26;
}
/* Comments Styles 
------------------------------------------------------------------*/
.content_comments {
	width:665px;
	background:#FFF;
	border-top: #E8E0CD solid 40px;
	margin: 0;
	padding:20px 0 30px 0;
}
ol.commentlist { 
list-style: none;
	margin:0;  
	padding:0;

}
ol.commentlist .author_comment {
	background: #D8CEBA;
	border-top: #AA968D solid 1px;
	border-bottom: #AA968D solid 1px; 
}
.commentlist li { 
	background: #EFE9DF;
	border-top: #AA968D solid 1px;
	border-bottom: #AA968D solid 1px;
	margin:20px 35px 0 35px;
	padding:15px;
	list-style:none;
	overflow:hidden;
clear: both;
}
.comment_info {
	width:90px;
	display:block;  
	float:left;
	text-align:center;
}
.commenttext {
	margin:0;  
	padding:0;
}
.commenttext a {
	font-weight:700;
	color:#362F26;
	text-decoration:none;
}
.commenttext a:hover {
	color:#0A71B3;
	text-decoration:underline;
}
.comment_name {
	margin:0 0 10px 110px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#362F26;
	font-style:italic;
	font-weight:normal;
}
.comment_name a {
	font-weight:700;
	color:#362F26;
	text-decoration:none;
}
.comment_name a:hover {
	color:#0A71B3;
	text-decoration:underline;
}
.commentlist p {  
	margin:0 0 0 110px;
	padding:0px 0px 8px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:22px;
	color:#362F26;
}
.jqr2c_box {
	padding:0 0 0 110px;
	display:block;
}
.jqr2c_reply {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#0A71B3;  
	font-style: italic;  
	font-size:17px;
}
.gravatar {
	width:80px;
	height:80px;
	margin:0 0 5px 0;
	background:#C9BBAA;
	border-bottom:#AA9B8A solid 1px;
	border-right:#AA9B8A solid 1px;
	padding:5px;
}
.comment_note {
	margin:0 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#0A71B3;  
	font-style: italic;  
	font-size:17px;
	line-height:35px;
}

/* Threaded Comments Plugin Styles 
------------------------------------------------------------------*/

.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	border: 1px solid #AA968D;
	margin: 15px 0 0 0;
	padding: 15px;
	background: #EFE9DF;
}
.comment-childs a{
	font-weight:700;
	color:#362F26;
	text-decoration:none;
}
.comment-childs a:hover{
        color:#0A71B3;
	text-decoration:underline;
}
.chalt{
	background-color: #D8CEBA;
}
#newcomment{
	width:100%;
}
#newcommentsubmit{
	color:#0A71B3;
        font-style: italic;
}
.adminreplycomment{
	width:100%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}
.gravatar_reply {
	width:70px;
	height:70px;
	margin:0 0 5px 0;
        float: left;
	background:#C9BBAA;
	border-bottom:#AA9B8A solid 1px;
	border-right:#AA9B8A solid 1px;
	padding:5px;
}
.cancel-comment-reply a {
	margin:0 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#0A71B3;  
	font-style: italic;  
	font-size:17px;
	line-height:35px;
}
/* Comments Respond Styles 
------------------------------------------------------------------*/
#commentform p {
padding-top: 7px;
}
#respond h1 {
	padding: 50px 0 5px 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-weight: normal;
	color:#362F26;
}
#respond p {
	padding:0 0 15px 35px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:22px;
	color:#2B1515;
}
.textfield {
width: 93%;
	height:23px;
	padding:5px 0 0 5px;
	border: #AA968D solid 1px;
	background:#E8E0CD;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#362F26;
}
.textarea {
width: 93%;
	border: #AA968D solid 1px;
	background: #E8E0CD;
	padding:5px 0 0 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#362F26;
}
.send_btn {
	height:32px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:700;
	color:#FFF;
	background:#41392E;
	border:none;
}
.send_btn:hover {
	background: #0A71B3;
	cursor:pointer;
}
.infobox {
	width:595px;
	height:45px;
	margin:15px 35px 0 30px;
	padding:3px 0 0 20px;
	background: url(images/bg/bulb_50_white.png) left top no-repeat;
}
.infobox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
}
/* Sidebar
------------------------------------------------------------------*/
#sidebar {
	width: 300px;
	margin:30px 0 0 0;
	float:right;
}
.sidebar_box {
	height:40px;
	margin:35px 0 10px 0;
}
ul.sidebar li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	display:block;
	padding: 10px 0 10px 5px;
	color:#362F26;
	border-bottom:#ADA090 solid 1px;
	text-decoration:none;ADA090
}
ul.sidebar li a:hover {
color:#0A71B3;
	background: #D7C9B7;
	text-decoration:none;
}
.sidebar_box h1 {
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	color:#362F26;
	font-variant:small-caps;
}
#sidebar_rss_bg {
        width:290px;
        background:#C9BBAA;
        padding: 10px 0 0 10px;
}
#sidebar_rss {
	width:205px;
	height:75px;
	background:url(images/bg/rssjuice_sidebar.png) left top no-repeat;
	padding:15px 0 0 85px;
}
#sidebar_rss a {
	font-family: Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:700;
	color:#362F26;
	text-decoration:none;
	line-height:30px;
}
#sidebar_rss a:hover {
	color:#0A71B3;
	text-decoration:underline;
}
.sidebar_bulb {
	height:35px;
	padding:15px 0 0 35px;
	background:url(images/bg/bulb_30.png) left top no-repeat;
	background-position:0 10px;
}
.sidebar_bulb a {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	color:#362F26;
	text-decoration:none;
}
.sidebar_bulb a:hover {
	color:#0A71B3;
	text-decoration:underline;
}
#search {
	height:40px;
	background:#999;
}
#sponsor_area {
	width:300px;
	height:125px;
	background:url(images/bg/sponsor_125.jpg) left top no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#362F26;
	text-align:center;
}
.ad_left {
	width:95px;
	height:80px;
	padding:35px 0 0 30px;
	float:left;
}
.ad_right {
	width:100px;
	height:80px;
	padding:35px 0 0 45px;
	float:left;
}
/* Twitter Bubble Sidebar */
.twitterContent {width:300px; overflow:hidden}
.twitterBubble	{background:#FFF; padding:15px 15px 10px 15px; border-left:#AA968D solid 1px; border-top:#AA968D solid 1px; border-right:#AA968D solid 1px; font-family:Georgia,"Times New Roman",Times,serif; font-size:17px; color:#362F26; font-style:italic; line-height:23px}
.twitterBubble a {font-size:17px; font-style:italic; color:#362F26; font-weight:700; text-decoration:none}
.twitterBubble a:hover {color:#0A71B3; text-decoration: underline;}
.twitterBubbleBottom  {clear:both; height:150px; background:url(images/bg/twitter_bottom.jpg) left top no-repeat}
.twitterPics {background:url(images/Backgrounds/twitterPics.jpg) left top no-repeat; height:85px}
a.twitter-link {display: block; margin:10px 0 5px 0; font-size:23px;}
a.twitter-link:hover {color:#0A71B3;}

/* Google Searchbox */
.google_searchfield {
            width: 215px;
            margin-right: 3px;
            font-family: Verdana, Geneva, sans-serif;
            font-size:16px;
} 

/* Banner Gertis Freunde */
.sidebar_banner {
            width:300px;
            clear: both;
            position: relative;
            overflow: hidden;
}
ul#banner1 {
width:125px;
margin: 0 10px 15px 15px;
float: left;
}
ul#banner2 {
width:125px;
margin: 0 15px 15px 10px;
float: left;
}

/* Footer
------------------------------------------------------------------*/
#footer_border {
	clear:both;
	height:30px;
	background:#E8E0CD;
}
#footer_bg {
	clear:both;
	height:410px;
	background:#41392E;
	border-top: #362F26 solid 10px;
}
#footer {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:390px;
}
/* Footer Kontakt */
#footer_kontakt {
	width:332px;
	float:left;
}
#footer_kontakt a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-style:italic;
	color:#FFF;
	font-weight:700;
	text-decoration:none;
}
#footer_kontakt a:hover {
	text-decoration:underline;
}
#footer_kontakt h1, #footer_about h1, #footer_social h1 {
	font-size:30px;
	color:#FFF;
	font-style:italic;
	font-weight:700;
	padding: 30px 0px 10px 0px;
}
#footer_kontakt p, #footer_about p, #footer_social p {
	font-size:14px;
        line-height:24px;
	color:#FFF;
	font-weight:normal;
	padding: 0px 30px 0px 0px;
}
/* Footer About */
#footer_about {
	width:332px;
	float:left;
}
#footer_about a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-style:italic;
	color:#FFF;
	font-weight:700;
	text-decoration:none;
}
#footer_about a:hover {
	text-decoration:underline;
}
/* Footer Social */
#footer_social {
	margin:30px 0 0 35px;
	padding:25px 15px 25px 15px;
	width:270px;
	float:right;
	background: #362F26;
}
.footer_rss a, .footer_facebook a, .footer_twitter a, .footer_youtube a {
	width: 210px;
	height: 28px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size: 17px;
	font-weight:700;
	font-style:italic;
	text-decoration:none;
	padding:7px 0 5px 45px;
	}
.footer_rss a {
	background:url(images/btn/rss_footer.jpg) left top no-repeat;
}
.footer_twitter a {
	background:url(images/btn/twitter_footer.jpg) left top no-repeat;
}
.footer_facebook a {
	background:url(images/btn/facebook_footer.jpg) left top no-repeat;
}
.footer_youtube a {
	background:url(images/btn/youtube_footer.jpg) left top no-repeat;
}
.footer_rss a:hover, .footer_facebook a:hover, .footer_twitter a:hover, .footer_youtube a:hover {
text-decoration:underline;
}

/* Footer Bottom */
#impressum {
	clear:both;
	padding:40px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFF;
	font-style:italic;
}
#impressum a {
	text-decoration:underline;
	color:#FFF;
}
#impressum a:hover {
	color:#37A8DB;
	text-decoration:underline;
}


/* Plugin Styles
------------------------------------------------------------------*/
div.sociable {
width: 450px;
margin: 15px 0 10px 20px;
float: left;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
float: left
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 0 30px 0 0;
	float:left;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 60px;
	height: 60px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
}
.sociable-hovers:hover {
}


/* SUBSCRIPTION MANAGER STYLE */
.subscription-manager {
}

div.wrap {
}
div.wrap a {
        font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:700;
	line-height:21px;
	color:#362F26;
	text-decoration:none;
}
div.wrap a:hover {
	color:#0A71B3;
	text-decoration: underline;
}
div.wrap h2 {
}

div.wrap fieldset {

}

div.wrap fieldset legend {
padding:15px 35px 15px 35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	line-height:24px;
	color:#362F26;
}

div.wrap p.submit {
text-align: right;
}

.updated {
width:595px;
margin:15px 35px 15px 35px;
background:#C9BBAA;
}

.updated p {
	padding:15px 20px 15px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:24px;
	color:#362F26;
}
.updated a {
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:700;
	line-height:21px;
	color:#362F26;
	text-decoration:none;
}
.updated a:hover {
	color:#0A71B3;
	text-decoration: underline;
}
.updated-error {
background-color: #C9BBAA;
}

div.wrap form {
margin: 0;
padding: 0;
}

div.warp li {
margin-bottom: 6px;
line-height: 130%;
}


/* Page Navi Plugin */
.wp-pagenavi a {
	padding: 3px 5px 3px 5px; 
	margin: 20px 2px 2px 2px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 17px;
	text-decoration: none;
	border: 1px solid #362F26;
	color: #362F26;
	background-color: #DED6C4;
}
.wp-pagenavi a:link {
	padding: 3px 5px 3px 5px; 
	margin: 20px 2px 2px 2px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 17px;
	text-decoration: none;
	border: 1px solid #362F26;
	color: #362F26;
	background-color: #DED6C4;	
}
.wp-pagenavi a:visited {
	padding: 3px 5px 3px 5px;  
	margin: 20px 2px 2px 2px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 17px;
	text-decoration: none;
	border: 1px solid #362F26;
	color: #362F26;
	background-color: #DED6C4;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #0A71B3;
	color: #0A71B3;
	background-color: #C9BBAA;
}
.wp-pagenavi a:active {
	padding: 3px 5px 3px 5px;  
	margin: 20px 2px 2px 2px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 17px;
	text-decoration: none;
	border: 1px solid #362F26;
	color: #362F26;
	background-color: #C9BBAA;
}
.wp-pagenavi span.pages {
	padding: 3px 5px 3px 5px; 
	margin: 20px 20px 2px 2px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 17px;
	color: #362F26;
}
.wp-pagenavi span.current {
	padding: 3px 5px 3px 5px;  
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 17px;
	margin: 20px 2px 2px 2px;
	font-weight: normal;
	border: 1px solid #362F26;
	color: #362F26;
	border: 1px solid #362F26;
	background-color: #C9BBAA;
}
.wp-pagenavi span.extend {
	padding: 3px 5px 3px 5px; 
	margin: 20px 2px 2px 2px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 17px;
	color: #362F26;
}


/* Pages Styles
------------------------------------------------------------------*/
.team img {
	margin:7px 10px 0px 35px;
	background:#C9BBAA;
	border-bottom:#AA9B8A solid 1px;
	border-right:#AA9B8A solid 1px;
	padding:5px;
float: left;
}