/*
Theme Name: Motion
Version: 2.3
Description: Designed by <a href="http://www.ghostpool.com">GhostPool Designs</a>.
Author: GhostPool Designs
Author URI: http://www.ghostpool.com
*/
* {
outline: none;
}
html{
margin:0;
padding:0;
}
body {
font-family : Arial;
font-size : 9pt;
font-weight : normal;
color : #808080;
padding: 0;
margin: 0;
text-align: center;
background: #eef1f4 url('images/page-bg.gif') repeat-y center top;
line-height: 18px;
}
a {
color : #404040;
font-weight : normal;
text-decoration: none;
outline: none;
}
a:hover {
color : #808080;
font-weight : normal;
text-decoration: underline;
}
#page-wrap {
width: 980px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

/* General Styling */
h1, h2, h3, h4, h5, h6, .h6 {
color: #404040;
margin: 0 0 10px 0;
text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h6 a:hover {
text-decoration: none;
}
h1 {
font-size: 28pt;
line-height: 28pt;
}
h2 {
font-size: 22pt;
line-height: 22pt;
}
h3 {
font-size: 18pt;
line-height: 18pt;
}
h4 {
font-size: 15pt;
line-height: 15pt;
}
h5 {
font-size: 12pt;
line-height: 12pt;
}
h6, .h6 {
font-size: 10pt;
font-weight: bold;
line-height: 10pt;
}
form {
margin: 0;
padding: 0;
}
input, textarea {
background: #f6f6f6;
font-size: 10pt;
color: #808080;
font-family : Arial;
padding: 3px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #e2e2e2;
}
input:focus, textarea:focus {
border: 1px solid #c0c0c0;
}
input[type="submit"] {
background: transparent url('images/submit.gif') no-repeat;
width: 80px;
height: 25px;
border : 0px;
cursor: hand;
cursor: pointer;
color: #919191;
font-size: 8pt;
text-transform: uppercase;
}
select {
font-size: 10pt;
font-family : Arial;
}
hr {
color: #808080;
background-color: #808080;
margin: 10px 0;
border: 0;
}
fieldset {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border-width: 1px soldi #808080;
}
legend {
text-transform: uppercase;
font-weight: bold;
margin: 0;
padding: 0;
}
th, td {
padding: 3px 10px;
}
ul {
margin-left : 0.8em;
padding-left : 0.8em;
margin-top : 0.2em;
padding-top : 0.2em;
list-style : square;
}
ol {
margin-left : 0.8em;
padding-left : 0.8em;
margin-top : 0.2em;
padding-top : 0.2em;
}
li {
padding-bottom : 5px;
}
blockquote {
margin-left : 20px;
padding-left : 5px;
color : #808080;
border-left : 1px solid #808080;
}
code {
font-family: 'Courier New';
color : #808080;
}

/* Navigation */
#nav-container {
float: left;
position: relative;
background: #eef0f0 url('images/nav-bg.gif') repeat-x;
height: 96px;
text-align: center;
}
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:2.8em;
}
#nav a {
font-weight: bold;
color: #808080;
text-transform: uppercase;
font-size: 10pt;
display: block;
height: 96px;
width: 110px;
margin: 0;
}
#nav a:hover {
color: #404040;
background: url('images/nav-hover.gif') repeat-x;
text-decoration: none;
}
#nav li {
float: left;
position:relative;
margin: 0;
padding: 0;
display: block;
line-height: 96px;
border-left: 1px solid #f2f2f2;
border-right: 1px solid #f6f6f7;
}
#nav li:hover {
background: url('images/nav-hover.gif') repeat-x;
}
#nav li:hover a {
color: #404040;
text-decoration: none;
}
#nav li.current_page_item, #nav li.current_page_parent, #nav li.current_page_ancestor {
background: url('images/nav-current.gif') repeat-x;
}
#nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current_page_ancestor a {
color: #808080;
}
#nav li.current_page_item a:hover, #nav li.current_page_parent a:hover, #nav li.current_page_ancestor a:hover {
color: #404040;
}

/* Dropdown Menus */
#nav ul {
z-index: 1200;
position: absolute;
display: none;
top: 8em;
left: -2px;
background: #FEFEFE;
border-left: 1px solid #F6F6F7;
border-right: 1px solid #F6F6F7;
border-bottom: 1px solid #F6F6F7;
}
#nav li ul li{
margin: 0;
padding: 0;
}
#nav li ul a{
color: #808080;
width: 12em;
display: block;
height: auto;
float: left;
line-height: 1em;
padding: 10px;
font-weight: normal;
text-transform: none;
text-align: left;
font-size: 9pt;
}
#nav li ul a:hover {
background: #FEFEFE;
color: #404040;
cursor: pointer;
}
#nav .children .cat-item a, #nav li ul li.page_item a {
background: #ffffff;
color: #808080;
}
#nav .children .cat-item a:hover, #nav li ul li.page_item a:hover {
background: #ffffff;
color: #404040;
}
#nav .children .current-cat-parent a, #nav li ul li.current_page_parent a {
background: #ffffff;
color: #808080;
}
#nav .children .current-cat a, #nav li ul li.current_page_item a {
background: #ffffff;
color: #808080;
}
#nav ul ul{
top:auto;
}	
#nav li ul ul {
left:160px;
margin: 0 0 0 0;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

/* Subpages */
#subpages {
float: left;
position: relative;
background: url('images/subpages.gif') no-repeat;
width: 530px;
height: 32px;
margin-top: -21px;
overflow: hidden;
margin-bottom: 20px;
font-weight: bold;
}
#subpages-extended {
float: left;
position: relative;
background: url('images/subpages-extended.gif') no-repeat;
width: 660px;
height: 32px;
margin-top: -21px;
overflow: hidden;
margin-bottom: 20px;
font-weight: bold;
}
.subpages ul {
line-height: 13px;
list-style: none;
margin: 0;
padding: 0;
}
.subpages li {
float: left;
margin: 0;
display:inline;
padding-left: 16px;
padding-right: 16px;
padding-top: 10px;
}
.subpages a {
color: #808080;
font-weight: bold;
display: block;
}
.subpages a:hover {
text-decoration: underline;
}

/* Pointer */
#pointer {
float: left;
position: relative;
width: 51px;
height: 96px;
}

/* Logo */
#logo {
float: left;
position: relative;
width: 100%;
height: 96px;
}

/* Main Content */
#content {
float: left;
width: 940px;
background: #fefefe url('images/content-bg.gif') repeat-x;
padding: 20px;
}

/* Sidebars */
#sidebar1 {
float: left;
width: 130px;
}
#sidebar2 {
float: right;
width: 230px;
overflow: hidden;
}
#colors {
width: 160px;
height: 10px;
float: right;
position: relative;
top: 85px;
left: 3px;
padding: 0;
margin: 0;
}
#colors img {
height: 8px;
width: 39px;
border: 0px;
}
.ad {
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}

/* Main Content */
#main-content {
float: left;
width: 530px;
padding-left: 20px;
padding-right: 20px;
}
#main-content-extended {
float: left;
width: 660px;
padding-right: 20px;
}
.post {
float: left;
width: 530px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom : 1px solid #f0f0f0;
clear: both;
}
.post-extended {
width: 660px !important;
}
.post-left {
float: left;
width: 100px;
padding-right: 20px;
text-align: center;
font-size : 8pt;
color : #666666;
text-transform: uppercase;
overflow: hidden;
}
.post-right {
float: left;
width: 410px;
overflow: hidden;
}
.post-right-extended {
width: 540px !important;
}
.image-preview {
width:100px;
height:100px;
background: #ededed;
padding: 2px;
border: 1px solid #dcdcdc;
overflow: hidden;
}
.image-preview img {
width:100px;
border: 0px;
}
.excerpt {
margin-top: -14px;
}

/* Single Page */
.single-meta {
text-transform: uppercase;
font-size: 8pt;
margin: -5px 0 10px 0;
color : #666666;
}
#details {
font-family: Arial;
font-size: 8pt;
margin-top: 20px;
padding: 5px 5px 0 5px;
border-top: 1px solid #f0f0f0;
}
#details .avatar {
float: left;
}
#details .info {
float: left;
width: 435px;
font-weight: bold;
padding: 0 0 0 5px;
}

/* Bottom Bar */
#bottom-bar {
float: left;
width: 100%;
background: url('images/bottom-bar.gif') no-repeat;
height: 38px;
border-top: 1px solid #dfdfe0;
border-bottom: 1px solid #dfdfe0;
}

/* Social */
#social {
float: right;
text-align: right;
padding-right: 4px;
}
#social img {
margin-top: 2px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
#social img:hover {
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

/* Footer */
#footer {
background: url('images/footer-bg.gif') repeat-x;
color: #808080;
padding: 30px 20px 15px 20px;
width: 940px;
}
#footer a {
color: #808080;
}
#footer a:hover {
color: #808080;
text-decoration: underline;
}

/* Search */
#searchform {
float: left;
background : transparent url('images/searchbar.gif') no-repeat;
height: 26px;
margin: 6px 0 0 15px;
border: 0px;
}
#searchbar {
background: transparent;
border : 0px;
width : 219px;
text-align : left;
color: #808080;
height: 15px;
margin: 5px 0 0 5px;
padding: 0;
}
#searchsubmit {
background : transparent;
border : 0;
padding: 0;
}

/* Sidebar Widgets */
.widgetbox-1 {
font-size: 9pt;
color: #808080;
overflow: hidden;
margin-bottom: 30px;
line-height: 18px;
}
.widgetbox-1 a {
color: #404040;
}
.widgetbox-1 a:hover {
text-decoration: none;
}
.widgetbox-1 ul {
list-style : none;
padding : 0;
margin : 0;
}
.widgetbox-1 li {
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom : 1px solid #f0f0f0;
}
.widget-title-1 {
color: #404040;
font-size : 14pt;
font-weight : bold;
text-transform: uppercase;
margin-bottom: 10px;
}

/* Sidebar Widgets */
.widgetbox-2 {
font-size: 9pt;
color: #808080;
overflow: hidden;
margin-bottom: 30px;
}
.widgetbox-2 a {
color: #404040;
}
.widgetbox-2 a:hover {
text-decoration: none;
}
.widgetbox-2 ul {
list-style : none;
padding: 0 0 0 3px;
margin : 0;
}
.widgetbox-2 li {
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom : 1px solid #f0f0f0;
}
.widget-title-2 {
color: #ffffff;
font-size : 12pt;
font-weight : bold;
text-transform: uppercase;
padding: 10px;
margin-bottom: 10px;
}

/* Comments */
#comments {
margin-top: 40px;
}
#comments h3 {
font-size: 16pt;
margin: 0 0 10px 0;
}
#commentlist {
list-style : none;
padding : 0;
margin : 0;
}
#commentlist li {
list-style : none;
}
.comment-box {
float: left;
width: 100%;
}
.depth-1 {
list-style: none;
float: left;
background: #f6f6f6 url('images/comment-bg.gif') repeat-x top left;
padding: 0;
margin: 0 0 20px 0;
border-top : 1px solid #f1f0f0;
border-bottom : 1px solid #f1f0f0;
width: 100%;
}
#commentlist .avatar {
float: left;
padding: 5px;
}
#commentlist .children .avatar {
width: 40px;
height: 40px;
}
.comment-text {
float: left;
padding: 5px 5px 5px 0;
width: 80%;
line-height: 17px;
}
.comment-text-shift {
margin-top: -10px;
}
.moderation {
font-weight : bold;
}
.children {
padding-left : 25px;
}
.cancel-comment-reply {
margin-bottom: 10px;
}
#commentform textarea {
width: 530px;
max-width : 530px;
}
#commentform input[type="text"] {
width: 175px;
}
#commentform label {
font-weight: bold;
color: #b1b6ba;
}
.author, .author a {
font-weight: bold;
}

/* Alignments */
.clear {
clear: both;
line-height: 0px;
height: 0px;
}
.left {
float: left;
}
.right {
float: right;
}
.aligncenter {
display : block;
margin-left : auto;
margin-right : auto;
border : 4px solid #ededed;
}
.alignright {
margin : 0 0 2px 7px;
display : inline;
border : 4px solid #ededed;
}
.alignleft {
margin : 0 7px 2px 0;
display : inline;
border : 4px solid #ededed;
}
.alignright {
float : right;
}
.alignleft {
float : left;
}
div.aligncenter {
display : block;
margin-left : auto;
margin-right : auto;
}
.wp-caption {
background: #f8f7f7;
border : 1px solid #ededed;
text-align : center;
padding-top : 4px;
margin : 0 7px 2px 0;
}
.wp-caption img {
margin : 0;
padding : 0;
border : 0 none;
}
.wp-caption p.wp-caption-text {
font-size : 11px;
line-height : 17px;
padding : 3px 0 3px 0;
margin: 0;
text-transform: uppercase;
}

/* Slider */
#slider-container {
float: left;
position: relative;
overflow: hidden;
background: #fefefe url('images/slider-bg.gif') repeat-x;
width: 960px;
height: 237px;
padding: 20px 0 20px 20px;
border-top: 1px solid #dfdfe0;
margin: 0;
}
#slider-container-inner {
float: left;
position: relative;
overflow: hidden;
background: url('images/slider.gif');
width: 960px;
height: 237px;
padding: 0;
margin: 0;
}
#jFlowSlide {
float: left;
width: 502px;
height: 229px;
background: #ffffff;
}
.slide-image {
position: relative;
float: left;
width: 502px;
height: 229px;
overflow: hidden;
}
.slide-image img {
width: 502px;
border: 0px;
}
.read-on {
position: absolute;
top: 4px;
left: 4px;
padding: 2px 6px;
z-index: 999;
cursor: pointer;
}
.read-on a {
font-weight: bold;
color: #ffffff;
}
.read-on a:hover {
font-weight: bold;
color: #eeeeee;
cursor: pointer;
text-decoration: none;
}
.overlay {
position: absolute;
top: 4px;
left: 4px;
background: url('images/slide-overlay.png');
width: 502px;
height: 229px;
z-index: 997;
}
.slide-video object {
top: 0px !important;
left: 0px !important;
z-index: 998;
}
.slide-video object, .slide-video embed {
position: relative !important;
width: 502px !important;
height: 229px !important;
}
.slide-video b {
display: none !important;
}
#slider-controls {
position: absolute;
bottom: -3px;
left: 495px;
cursor: pointer;
}
.pause:hover, .resume:hover {
filter:progid:DXImageTransform.Microsoft.alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

/* Pagination Slider Arrows */
#myController {
position: absolute;
float: left;
height: 237px;
width: 478px;
top: 0;
left: 462px;
z-index: 1000;
}
.jFlowControl {
width: 403px;
height: 69px;
padding: 5px 0 5px 75px;
margin: 0;
cursor: pointer !important;
color: #d4d4d4;
}
.jFlowControl h6, .jFlowControl .h6 {
color: #d4d4d4;
text-transform: uppercase;
margin: 5px 0 5px 0;
}
.jFlowSelected {
background: url('images/slider-selected.png') no-repeat;
color: #808080;
}
.paginate-excerpt {
line-height: 15px !important;
}

/* Page Navigation */
.page-comments,
.wp-pagenavi {
float: right !important;
background: transparent !important;
}
.page-comments a, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active, .wp-pagenavi a:visited {
float: left !important;
background: url(images/pagenavi.gif) no-repeat !important;
text-decoration: none !important;
color: #808080 !important;
font-weight: bold !important;
display: block !important;
width: 21px;
height: 17px;
padding: 3px 0 !important;
border: 0 !important;
text-align: center !important;
}
.page-comments a:hover,
.wp-pagenavi a:hover {
color : #ffffff !important;
background : url(images/pagenavi-hover.gif) no-repeat !important;
font-weight: bold !important;
border: 0 !important;
}
.page-comments .prev,
.page-comments .next {
background: none !important;
border: 0 !important;
width: auto !important;
padding: 3px !important;
}
.page-comments .prev:hover, .page-comments .next:hover, .wp-pagenavi .first, .wp-pagenavi .last {
background: none !important;
color: #404040 !important;
border: 0 !important;
margin-top: 0px !important;
width: auto !important;
}
.page-comments span.pages,
.wp-pagenavi span.pages {
line-height: 10px !important;
float: left !important;
color : #808080 !important;
padding: 7px !important;
background-color: transparent !important;
border: 0 !important;
}
.page-comments span.current,
.wp-pagenavi span.current {
background : url('images/pagenavi-hover.gif') no-repeat !important;
font-weight : bold !important;
color : #ffffff !important;
display: block !important;
float: left !important;
border: 0 !important;
width: 21px;
height: 17px;
padding: 3px 0 !important;
text-align: center !important;
}
.wp-pagenavi span.extend {
line-height: 10px !important;
padding: 7px !important;
float: left !important;
color : #808080 !important;
background-color : transparent !important;
border: 0 !important;
}
.wp-pagenavi .first, .wp-pagenavi .first:link, .wp-pagenavi .first:active, .wp-pagenavi .first:visited, .wp-pagenavi .last, .wp-pagenavi .last:link, .wp-pagenavi .last:active, .wp-pagenavi .last:visited {
background: none !important;
padding: 7px 0 !important;
}
.wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
color: #202020 !important;
}

#sidebar li.widget_flickrRSS img { border: 4px solid #333; margin: 0 0 7px 7px; }

a.koupit img { border: none; }
