Merhaba Arkadaşlar,

Alt kısımda yer aldığı gibi üyelik kısmını buraya koymak istiyorum.




left right ile yönlendirsem bile ya logonun hemen altında... yada sağ tarafta anasayfa lınkının bulundugu sıraya yer alıyor.. center ile ortalamayıda denesem olmadı. yukarıda yer alan sekıl gıbı yapmak ıstıyorum yardımlarınızı rıca ederım..

header kodu:


>


<?php tj_custom_titles(); ?>













>




$menuID = 'primary-navigation';
$primaryNav = '';
if (function_exists('wp_nav_menu')) {
$primaryNav = wp_nav_menu( array( 'theme_location' => 'primary-nav', 'container' => '', 'fallback_cb' => '', 'menu_class' => $menuClass, 'menu_id' => $menuID, 'echo' => false ) );
};
if ($primaryNav == '') { ?>









$menuID = 'secondary-navigation';
$secondaryNav = '';
if (function_exists('wp_nav_menu')) {
$secondaryNav = wp_nav_menu( array( 'theme_location' => 'secondary-nav', 'container' => '', 'fallback_cb' => '', 'menu_class' => $menuClass, 'menu_id' => $menuID, 'echo' => false ) );
};
if ($secondaryNav == '') { ?>











Wordpress üye giriş kodu:




Kullanıcı adı:


Parola








Merhaba display_name); ?>







Üye giriş ile site logosunun aynı hizada olmasını istiyorum. konu ile ilgili yardımlarınızı rica edeirm.

Ek Olarak: Sorun hala devam etmektedir desteğinizi rica ederim arkadaşlar..

-------------------------------------------------*/
/* =0. Reset
------------------------------------------------ */
@import "reset.css";

/* =1. Setup
----------------------------------------------- */

/* 1.1 Defaults */
body { background: #ddd; color: #333; font: 12px/20px Arial, Helvetica, Sans-serif; }

/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 15px; }
h4 { font-size: 13px; }
h5,
h6 { font-size: 12px; }

/* Input Form & Textarea */
input,
textarea { border: 1px solid #e6e6e6; color: #777; padding: 6px; }
input:focus { background: #fff; }
input[type='submit'],
button { background: url(images/alert-overlay.png) left center repeat-x; height: 32px; padding: 0 10px; border: none; color: #fff; font-weight: bold; }

/* 1.2 Links */
a,
a:visited { -webkit-transition: background-color, color 0.2s linear; -moz-transition: background-color, color 0.2s linear; transition: background-color, color 0.2s linear; text-decoration: none; }
a:active { outline: 0; }
a:hover { text-decoration: underline; }

/* =2. Site Structure & Appearance
----------------------------------------------- */

/* 2.1 Containers & Columns */
#wrapper { background: #fff; margin: 0px auto; padding: 20px 0 20px 0; width: 1016px; }
.inner-wrap { margin: 0 auto; width: 976px; }
#content { float: left; width: 640px; }
#sidebar { float: right; width: 312px; }
#footer { margin: 20px 0 0 0; }
.one-col { width: 976px !important; }

/* 2.2 Navigation Menu */
.nav { list-style: none; line-height: 1; margin: 0; overflow: hidden; padding: 0; z-index: 999; }
.nav a { display: block; position: relative; text-decoration: none; z-index: 100; }
.nav li { float: left; width: auto; z-index: 999; }
.nav li a { padding: 0 15px; text-decoration: none; }
.nav li:hover a, .nav li:hover a:active { text-decoration: none; }
.nav li ul { left: -999em; position: absolute; width: 182px; z-index: 999; }
.nav li ul li a, .nav li ul li a:visited { background: #fff; font-size: 12px; padding: 10px 15px; width: 150px; }
.nav li ul li a.sf-with-ul { padding: 10px 15px; }
.nav li ul ul { margin: -38px 0 0 180px; }
.nav li:hover, .nav li.hover { position: static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left: -999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul { left: auto; }
.nav .sf-sub-indicator { background: url(images/arrow-down.png) no-repeat 0px 0; overflow: hidden; position: absolute; width: 9px; height: 9px; text-indent: -999em; top: 1.2em; right: 0.45em; }
.nav li ul .sf-sub-indicator { background: url(images/bullet.png) no-repeat; display: block; overflow: hidden; position: absolute; width: 10px; height: 10px; text-indent: -999em; top: 1.3em; right: 0.4em; }

/* Primary Nav */
#primary-nav { border-bottom: 1px solid #e6e6e6; height: 40px; }
#primary-nav .nav { float: right; line-height: 40px; }
#primary-nav .nav li a { border-left: 1px solid #e9e9e9; color: #999; }
#primary-nav .nav li a:hover, #primary-nav .nav li.sfHover a { background: #fff; }
#primary-nav .nav li li a, #primary-nav .nav li.sfHover li a { background: #fff; border-left: none; border-bottom: 1px solid #dfdfdf; color: #999; font-weight: normal; line-height: 1; padding: 12px 15px; }
#primary-nav .nav li li a:hover { background: #f0f0f0; }
#primary-nav .nav li ul { margin: 1px 0 0 1px; }
#primary-nav .nav .sf-sub-indicator { background: url(images/arrow-down.png) no-repeat; display: block; position: absolute; top: 18px; right: 11px; width: 7px; height: 4px; }
#primary-nav .nav li ul .sf-sub-indicator { background: url(images/arrow-right.png) no-repeat; display: block; overflow: hidden; position: absolute; width: 10px; height: 10px; text-indent: -999em; top: 1.2em; right: 0.4em; }
#primary-nav .nav li a.sf-with-ul { padding-right: 25px !important; }

/* Secondary Nav */
#secondary-nav { width: 100%; height: 50px; line-height: 50px; margin: 0 0 20px 0; overflow: hidden; }
#secondary-nav .nav { float: left; height: 50px; line-height: 50px; }
#secondary-nav .nav li a { color: #fff; font-size: 12px; font-weight: bold; }
#secondary-nav .nav li.first a { padding-left: 30px; }
#secondary-nav .nav li a:hover, #secondary-nav .nav li.sfHover a { color: #fff; }
#secondary-nav .nav li ul { margin: 0; }
#secondary-nav .nav li ul ul { padding-top: 0; }
#secondary-nav .nav li li a, #secondary-nav .nav li.sfHover li a { background: #fff; border-bottom: 1px solid #dfdfdf; color: #666; font-weight: normal; line-height: 1; padding: 12px 15px; }
#secondary-nav .nav li li a:hover { background: #f0f0f0; }
#secondary-nav .nav .sf-sub-indicator { background: url(images/arrow-down.png) no-repeat; display: block; position: absolute; top: 23px; right: 11px; width: 7px; height: 4px; }
#secondary-nav .nav li ul .sf-sub-indicator { background: url(images/arrow-right.png) no-repeat; display: block; overflow: hidden; position: absolute; width: 10px; height: 10px; text-indent: -999em; top: 1.2em; right: 0.4em; }
#secondary-nav .nav li a.sf-with-ul { padding-right: 25px !important; }

/* 2.3 Header */
#header { height: 72px; padding: 20px 0; z-index: 999; }
.header-ad { background: #fff; border: 1px solid #e9e9e9; float: right; width: 468px; height: 60px; padding: 5px; }

/* Logo */
#text-logo { float: left; }
#site-title { color: #333; font-size: 36px; font-weight: bold; letter-spacing: -1px; line-height: 72px; }
#site-desc { color: #999; float: left; font-size: 12px; font-style: italic; line-height: 40px; text-indent: 15px; }
#site-title a,
#site-title a:hover { color: #555; text-decoration: none; }
#logo { line-height: 1; overflow: hidden; }

/* 2.4 Content */

/* 2.4.1 Slider */
#featured-slider { float: left; width: 644px; margin: 0 0 20px 0; }
#featured-slider .entry-thumb { width: 632px; height: 350px; }
#featured-slider .entry-date { top: 306px; right: 0; }

/* Flexslider */
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flex-pauseplay span { text-transform: capitalize; }
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
.no-js .slides > li:first-child { display: block; }
.flexslider { padding: 5px; position: relative; zoom: 1; }
.flexslider:hover { background: #fbfbfb; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px }
.flex-caption { font-size: 18px; font-weight: bold; padding: 13px 10px 10px; }
.flex-caption a:hover { text-decoration: none; }
.flexslider .entry-comment,
.flexslider .entry-comment a,
.flexslider .entry-comment a:visited { top: 7px; right: 5px; }

/* Direction Nav */
.flex-direction-nav a { width: 30px; height: 30px; margin: -20px 10px 0; display: block; background: url(images/bg-direction-nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease; }
.flex-direction-nav .flex-next { background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev { left: -36px; }
.flexslider:hover .flex-next { opacity: 0.8; right: 5px; }
.flexslider:hover .flex-prev { opacity: 0.8; left: 5px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .disabled { opacity: .3!important; filter: alpha(opacity=30); cursor: default; }

/* Control Nav */
.flex-control-nav { width: 100%; position: absolute; top: 325px; text-align: center; }
.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { width: 13px; height: 13px; display: block; background: url(images/bg-control-nav.png) no-repeat; cursor: pointer; margin: 0 1px; text-indent: -9999em; }
.flex-control-paging li a:hover { background-position: 0 -13px; }
.flex-control-paging li a.flex-active { background-position: 0 -26px; cursor: default; }
.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .active { opacity: 1; cursor: default; }

/* 2.4.2 Homepage */

/* Search Form */
#searchform { margin: 0px; padding: 0px; }
.searchinput { float: left; background: #fff; width: 230px; height: 18px; font-size: 12px; color: #666; border: 1px solid #e9e9e9; border-right: none; }
.searchsubmit { float: left; background: url(images/alert-overlay.png) left center repeat-x; width: 68px; height: 32px; border: none; color: #fff; font-weight: bold; }

/* News Ticker */
#news-ticker { color: #999; font-size: 11px; font-weight: bold; line-height: 24px; margin: 0 0 20px 0; padding: 10px; position: relative; overflow: hidden; height: 22px; }
#news-ticker span.text { color: #333; float: left; letter-spacing: 1px; text-transform: uppercase; }
#news-ticker span.headline-comment a { color: #999; }
#news-ticker .news { display: inline; float: left; padding-left: 5px; overflow: hidden; }
#news-ticker .news-ticker { display: none; }
.headline-nav { position: absolute; width: 34px; top: 13px; right: 10px; }
.headline-nav a,
.headline-nav a:visited { display: block; width: 16px; height: 16px; text-indent: -9999em; }
.headline-previous { float: left; background: url(images/ico-nav-left.png) no-repeat; }
.headline-next { float: right; background: url(images/ico-nav-right.png) no-repeat; }

/* Entry Box */
a.entry-box { display: block; float: left; width: 300px; margin: 0 20px 20px 0; padding: 5px; position: relative; }
a.entry-box:hover { background: #fbfbfb; text-decoration: none; }
.entry-last { margin-right: 0 !important; }
.entry-box .entry-thumb { display: block; position: relative; margin: 0 0 10px 0; }
.entry-date { width: 40px; height: 44px; position: absolute; right: 5px; top: 161px; background: #333; color: #ddd; text-align: center; font-weight: bold; }
span.entry-month { font-size: 12px; position: relative; top: 3px; text-transform: uppercase; }
span.entry-day { font-size: 22px; position: relative; top: -1px; }
.entry-comment,
.entry-comment a,
.entry-comment a:visited { color: #fff; font-size: 32px; font-weight: bold; opacity: 0.4; position: absolute; top: 15px; right: 10px; }
.entry-box .entry-title { font-size: 14px; line-height: 1.2; margin: 0 0 5px 0; padding: 0 10px; text-decoration: none; }
.entry-box .entry-excerpt { color: #666; margin: 0 0 5px 0; padding: 0 10px; }

/* 2.5 Sidebar */
#sidebar { }

/* 2.6 Footer */
#footer { color: #fff; font-size: 11px; padding: 15px 10px; }
#footer a,
#footer a:visited { color: #fff; }
#footer a:hover { text-decoration: none; }

/* =3. Posts
----------------------------------------------- */
.page-title { display: block; font-size: 22px; margin: 0 0 20px 0; }
.single #content { background: #fff; }
.single #content .entry-title { border-top: 1px solid #e9e9e9; font-size: 24px; margin: 0 0 15px 0; padding: 20px 0 0 0; line-height: 1.2; }
.entry-tags { float: left; margin: 0 0 10px 0; }
.entry-edit { float: right; margin: 0 0 10px 0; }

/* Breadcrumbs */
#breadcrumbs { font-style: italic; color: #999; margin: 0 0 20px 0; }
#breadcrumbs a { background: url(images/bullet.png) no-repeat right 3px; margin-right: 1px; padding-right: 10px; color: #999; }
#breadcrumbs .cat-feed { }
#breadcrumbs .cat-feed a { float: right; display: block; background: url(images/ico-rss.png) no-repeat right 1px; padding-right: 22px; color: #999; }

/* Related Posts */
.related-posts { margin: 0 0 20px -20px; }
.related-posts ul li { display: inline; float: left; width: 145px; margin: 0 0 0 20px; }
.related-posts ul li a:hover { text-decoration: none; }
.related-posts ul li .entry-thumb { margin: 0 0 5px 0; padding: 5px; }
.related-posts ul li:hover .entry-thumb,
.related-posts ul li a:hover .entry-thumb { background: #f0f0f0; }
.related-posts ul li a.title { border-bottom: 1px dotted #ccc; color: #999; font-style: italic; }
.related-posts ul li:hover a.title { border-bottom-style: solid; }

/* Entry Meta */
.entry-meta { color: #999; margin: 0 0 10px 0; font-style: italic; }
.entry-meta a,
.entry-meta a:visited { border-bottom: 1px dotted #ccc; color: #999; text-decoration: none; }
.entry-meta a:hover { border-style: solid; }

/* 3.1 Typographic Elements */
.entry-content blockquote { border-left: 10px solid #f7f7f7; margin: 20px 20px; padding: 0 30px 0 20px; overflow: hidden; }
.entry-content blockquote p,
blockquote a,
blockquote { color: #666; font-size: 1em; font-style: italic; }
.entry-content strong { font-weight: bold; }
.entry-content strong em,
.entry-content em strong { font-style: italic; font-weight: bold; }
.entry-content li ul { margin: 0; padding: 0; }
.entry-content input,
.entry-content textarea { font-size: 1em; padding: 3px; }
.entry-content dfn { font-weight: bold }
.entry-content del { color: #aaa; text-decoration: line-through; }
.entry-content pre,
.entry-content code,
.entry-content tt { background: #f5f5f5; color: #666; font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 20px; overflow: auto; padding: 1em; }
.entry-content pre,
.entry-content code,
.entry-content tt { display: block; margin: 1.5em 0; white-space: pre; }
.entry-content ins { font-weight: bold; text-decoration: underline; }
.entry-content em { font-style: italic; font-weight: normal; }
.entry-content ul { list-style: none; padding-bottom: 10px; }
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul { margin-bottom: 0 }
.entry-content ul li { background: url(images/dot.png) no-repeat 0 11px; padding: 3px 0 3px 10px; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 { margin: 5px 0 10px 0 }
.entry-content hr { background: #e6e6e6; border: none; clear: both; color: #e6e6e6; height: 1px; margin: 15px 0; width: 100%; }
.entry-content ol { list-style-type: decimal; margin: 0 0 10px 25px; }
.entry-content ol ol { list-style: upper-alpha }
.entry-content ol ol ol { list-style: lower-roman }
.entry-content ol ol ol ol { list-style: lower-alpha }
.entry-content ol li { font-size: 12px; line-height: 19px; padding: 3px 0 3px 0; }
.entry-content p { margin: 0 0 10px 0; }
.entry-content a img { border: none }

/* 3.2 Images */
img.centered { display: block; margin-bottom: 10px; margin-left: auto; margin-right: auto; padding: 0; }
img.alignnone { display: inline; margin: 0 0 10px 0; padding: 0; }
img.alignright { display: inline; margin: 0 0 10px 10px; padding: 0; }
img.alignleft { display: inline; margin: 0 10px 10px 0; padding: 0; }
.aligncenter { display: block; margin-bottom: 10px; margin-left: auto; margin-right: auto; }
.alignright { float: right; margin: 0 0 10px 10px; }
.alignleft { float: left; margin: 0 10px 10px 0; }
.wp-caption { background: #F7F7F7; border: 1px solid #e6e6e6; padding: 4px 0 5px 0; text-align: center; }
.wp-caption p.wp-caption-text { font-size: 11px; font-weight: normal; line-height: 12px; margin: 0; padding: 0; }
.wp-caption img { border: 0; margin: 0 0 5px 0; padding: 0; }

/* 3.3 Pagination / WP-Pagenavi */
.pagination { float: left; font-size: 12px; width: 644px; }
.pagination .right a { background-image: url(images/ico-arrow-right.png); background-position: 90% center; background-repeat: no-repeat; padding-right: 20px; }
.pagination .left a { background-image: url(images/ico-arrow-left.png); background-position: 9px center; background-repeat: no-repeat; padding-left: 20px; }
.pagination a { background: #fff; border: 1px solid #e9e9e9; color: #999 !important; display: block; margin: 0; padding: 5px 10px; text-decoration: none; }
.pagination a:hover { background-color: #f9f9f9; border: 1px solid #e9e9e9; }
/* wp-pagenavi */
.wp-pagenavi { font-size: 14px; font-weight: normal; letter-spacing: 1px; margin: 0 0 0 0; padding: 5px 0 4px 0; }
.wp-pagenavi .extend,
.wp-pagenavi span.pages { border: none; color: #999; padding: 0 10px 0 0; }
.wp-pagenavi a:link,
.wp-pagenavi a:visited { border: none !important; display: inline; margin: 0 0 0 3px; padding: 6px 10px 5px 10px; text-decoration: none; }
.wp-pagenavi .on,
.wp-pagenavi .current { border: none !important; color: #999; }
.wp-pagenavi .on,
.wp-pagenavi .current,
.wp-pagenavi a:hover { border: none !important; margin: 0 0 0 3px; padding: 6px 10px 5px 10px; }

/* 3.4 Author Box */
.authorbox { border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; margin: 10px 0 25px 0; padding: 15px 0; }
.authorbox img { background: #fff; border: 1px solid #e9e9e9; display: inline; float: left; margin: 0 15px 0 0; padding: 4px; }
.authorbox p { margin: 0; padding: 0; }
.authorbox p strong { font-size: 13px; font-weight: bold; }

/* 3.5 Entry Tables */
.entry table { width: 100%; border: 1px solid #e6e6e6; margin-bottom: 1.2em; }
.entry table tr.alt-table-row { background: #f9f9f9; }
.entry table th { padding: 6px 0 3px 0; background: #EEEEEE; border: 1px solid #e6e6e6; text-shadow: 1px 1px 0 #fff; box-shadow: inset 0 0 1px #fff; -moz-box-shadow: inset 0 0 1px #fff; -webkit-box-shadow: inset 0 0 1px #fff; }
.entry table td { padding: 6px 0 3px 10px; border: 1px solid #e6e6e6; }

/* =4. Widgets
----------------------------------------------- */

/* 4.1 General Widgets */
.widget { margin: 0 0 20px 0; }
.widget ul li { background: url(images/bullet.png) no-repeat 0 6px; padding: 0 0 15px 10px; }
.widget-title { border-bottom: 1px solid #e9e9e9; color: #444; font-size: 14px; font-weight: bold; margin: 0 0 10px 0; padding: 0 0 10px 0; }
.widget-title a { color: #444 !important; text-decoration: none !important; }

/* 4.2 Specific Widgets */

/* Ad Widget */
.widget-ads { background: #fff; border: 1px solid #e9e9e9; display: block; margin: 0 0 20px 0; padding: 5px; }
.widget-ads h3.ad-title { color: #999; font-size: 11px; font-weight: normal; line-height: 1; margin-bottom: 7px; text-align: center; }

/* Calendar Widget */
#wp-calendar { width: 100%; }
#wp-calendar,
#wp-calendar th,
#wp-calendar caption { text-align: center; }
#wp-calendar th { background: #f5f5f5; padding: 3px; border: 1px solid #f0f0f0; }
#wp-calendar td { padding: 5px 2px; border: 1px solid #f0f0f0; text-align: center; }
#wp-calendar caption { background: #eee; color: #333; font-weight: bold; padding: 3px 0px 7px 0px; }
#wp-calendar #today { background: #f5f5f5; font-weight: bold; }

/* Social Widget */
#subscribe { margin: 0 0 20px 0; }
.subscribe-icons { margin: 0 auto; }
.subscribe-icons li { display: inline; float: left; font-size: 11px; margin: 0 10px 0 0; width: 70px; height: 70px; text-align: center; }
.subscribe-rss { margin-right: 0 !important; }
.subscribe-icons a { display: block; width: 70px; height: 70px; opacity: 0.8; text-indent: -9999em; }
.subscribe-icons a:hover { opacity: 1; }
.subscribe-icons .subscribe-twitter a { background: url(images/ico-social-twitter.png) center top no-repeat; }
.subscribe-icons .subscribe-facebook a { background: url(images/ico-social-facebook.png) center top no-repeat; }
.subscribe-icons .subscribe-rss a { background: url(images/ico-social-rss.png) center top no-repeat; }
.subscribe-icons .subscribe-email a { background: url(images/ico-social-email.png) center top no-repeat; }

/* =5. Comments
-------------------------------------------------------------- */
/* 5.1 Comments List */
#comments { margin: 20px 0 0; padding-top: 10px; }
#comments h3 { font-size: 18px; padding: 10px 0 7px; margin: 0 0 20px; border-bottom: 1px solid #EFEFEF; }
#comments #respond h3 { border-bottom: 0; padding: 10px 0 0; }
#commentspost { margin: -1px 0 20px 0; padding: 20px 0 0 0; }
ol.commentlist { border-top: 1px solid #e9e9e9; clear: left; margin: 15px 0; }
ol.commentlist div.comment-body { position: relative; margin: 15px 0 0; padding: 0 0 15px; display: inline-block; width: 100%; border-bottom: 1px solid #e9e9e9; }
ol.commentlist div.reply { position: absolute; top: 0; right: 0; }
ol.commentlist li { clear: left; list-style-type: none; font-size: 12px; line-height: 1.7; }
ol.commentlist li.comment li.comment { margin: 0 0 0 40px; clear: left; }
ol.commentlist li.comment li.comment:last-child { border-bottom: none; }
ol.commentlist li ul.children { padding: 1px 0 0; clear: both; }
ol.commentlist li p { margin: 5px 0 0; }
ol.commentlist img.avatar { float: left; display: inline; margin: 0 10px 10px 0; padding: 4px; border: 1px solid #e9e9e9; background: #fff; }
ol.commentlist cite { font-size: 12px; line-height: 19px; font-weight: bold; float: left; display: inline; margin-right: 10px; }
ol.commentlist .commentmetadata a { line-height: 18px; font-size: 11px; margin-bottom: 10px; color: #999; }
ol.commentlist blockquote { font-size: 12px; line-height: 18px; }
ol.commentlist span.says { display: none; }
.reply a, .cancel-comment-reply a { font-size: 11px; display: block; margin: 0 0 5px 0; }
.reply a:hover, .cancel-comment-reply a:hover { }

/* comments navigation */
.navigation { font-style: italic; padding: 20px 0 0 0; }

/* 5.2 Comment Form */
#formLabels { float: left; }
#formLabels p { float: left; display: inline; margin: 0 0 10px; width: 100%; color: #8B8B8B; }
#formLabels p label { width: 80px; float: left; color: #333; font-weight: bold; }
#formLabels p.last { margin-right: 0; }
#respond textarea { font-family: Arial; padding: 5px; }
#respond input, #respond textarea { margin-right: 5px; width: 79%; background: #F9F9F9; -moz-border-radius: 3px; border-radius: 3px; }
#respond input { width: 50%; }
#respond #submit { margin: 10px 0 15px 80px; }
#respond #formContent { margin: 7px 0; float: right; }
.comment-list li #respond p { margin-left: 0; }

/* 5.3 Trackbacks */
#trackbacks { float: left; width: 100%; }
#trackbacks ol { padding: 10px 0; }
#trackbacks li { list-style-type: decimal; padding: 5px 0 5px 15px; }

/* =6. Page Templates
-------------------------------------------------------------- */

/* 6.1 Contact Form */
#contact-form { display: block; width: 100%; }
#contact-form li { background: none; padding-left: 0; }
#contact-form input.txt,
#contact-form textarea { border-style: solid; border-width: 1px; font: 14px/14px Arial, Helvetica, sans-serif; }
#contact-form input.txt { background: #fcfcfc; color: #666; margin: 0 5px 10px 0; padding: 5px 7px; width: 200px; }
#contact-form textarea { background: #fcfcfc; color: #666; padding: 5px 7px; width: 80%; height: 200px !important; }
#contact-form #submit { margin: 15px 0 0 0; padding: 5px 10px; }
.contact-form label { display: block; font-size: 12px; line-height: 30px; }
.page-template-template-contact-php .thanks { color: green; }
.page-template-template-contact-php .error { color: red; }

/* 6.2 Archives & Sitemap */
.page-template-template-archives-php .entry-content ul li,
.page-template-template-sitemap-php .entry-content ul li { color: #999; font-style: italic; }
.page-template-template-archives-php .entry-content ul li a,
.page-template-template-sitemap-php .entry-content ul li a { font-style: normal; }

/* =7. Misc
-------------------------------------------------------------- */

/* 7.1 WP Defaults */
.sticky { }
.gallery-caption { }
.bypostauthor { }

/* 7.2 CSS3 Effects */
#primary-nav,
.flexslider,
#news-ticker,
.entry-box,
.related-posts ul li .entry-thumb {
background: #FBFBFB;
background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#EEEEEE));
background: -webkit-linear-gradient(#FBFBFB, #EEEEEE);
background: -moz-linear-gradient(center top, #FBFBFB 0%, #EEEEEE 100%);
background: -moz-gradient(center top, #FBFBFB 0%, #EEEEEE 100%);
background: -o-linear-gradient(top, #FBFBFB, #EEEEEE);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FBFBFB,endColorstr=#EEEEEE);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FBFBFB, endColorstr=#EEEEEE)";
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
text-shadow: 0 1px 0 #fff;
border: 1px solid #d9d9d9;
}

/* 7.3 Slider Loading Effects */
.loading { height: 393px; background: #fff url('images/ajax-loader.gif') no-repeat center center; padding: 6px; border: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
.loading:hover { background: #fff url('images/ajax-loader.gif') no-repeat center center; }