/*
Theme Name: Motion
Version: 3.0
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 {
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 {
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 {
font-size: 10pt;
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: 9pt;
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 solid #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;
}
#menu-header-navigation, #menu-header-navigation ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
}
#menu-header-navigation a {
font-weight: bold;
color: #808080;
text-transform: uppercase;
font-size: 10pt;
display: block;
height: 96px;
width: 110px;
margin: 0;
}
#menu-header-navigation a:hover {
color: #404040;
background: url(images/nav-hover.gif) repeat-x;
text-decoration: none;
}
#menu-header-navigation li {
float: left;
position:relative;
margin: 0;
padding: 0;
display: block;
line-height: 96px;
border-left: 1px solid #f2f2f2;
border-right: 1px solid #f6f6f7;
}
#menu-header-navigation li:hover {
background: url(images/nav-hover.gif) repeat-x;
}
#menu-header-navigation li:hover a {
color: #404040;
text-decoration: none;
}
#menu-header-navigation li.current-menu-item, #menu-header-navigation li.current-menu-ancestor {
background: url(images/nav-current.gif) repeat-x;
}
#menu-header-navigation li.current-menu-item a, #menu-header-navigation li.current-menu-ancestor a {
color: #808080;
}
#menu-header-navigation li.current-menu-item a:hover, #menu-header-navigation li.current-menu-ancestor a:hover {
color: #404040;
}

/* Dropdown Menus */
#menu-header-navigation ul {
z-index: 100;
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;
}
#menu-header-navigation li ul li{
margin: 0;
padding: 0;
}
#menu-header-navigation 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;
}
#menu-header-navigation li ul a:hover {
background: #FEFEFE;
color: #404040;
cursor: pointer;
}
#menu-header-navigation .children .cat-item a, #menu-header-navigation li ul li.page_item a {
background: #ffffff;
color: #808080;
}
#menu-header-navigation .children .cat-item a:hover, #menu-header-navigation li ul li.page_item a:hover {
background: #ffffff;
color: #404040;
}
#menu-header-navigation .children .current-cat-parent a, #menu-header-navigation li ul li.current_page_parent a {
background: #ffffff;
color: #808080;
}
#menu-header-navigation .children .current-cat a, #menu-header-navigation li ul li.current_page_item a {
background: #ffffff;
color: #808080;
}
#menu-header-navigation ul ul{
top:auto;
}	
#menu-header-navigation li ul ul {
left:160px;
margin: 0 0 0 0;
}
#menu-header-navigation li:hover ul ul, #menu-header-navigation li:hover ul ul ul, #menu-header-navigation li:hover ul ul ul ul{
display:none;
}
#menu-header-navigation li:hover ul, #menu-header-navigation li li:hover ul, #menu-header-navigation li li li:hover ul, #menu-header-navigation li li li li:hover ul{
display:block;
}

/* Pointer */
#pointer {
float: left;
position: relative;
width: 51px;
height: 96px;
}

/* Logo */
#logo {
float: left;
position: relative;
width: 100%;
height: 96px;
}

/* Colour Selector */
#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;
}

/* Content Wrapper */
#content {
float: left;
width: 940px;
background: #fefefe url('images/content-bg.gif') repeat-x;
padding: 20px;
}

/* Main Content */
#main-content {
float: left;
width: 540px;
padding-right: 20px;
}
#main-content-extended {
float: left;
width: 690px;
padding-right: 20px;
}

/* Posts */
.post {
float: left;
width: 100%;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom : 1px solid #f0f0f0;
clear: both;
}
.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: 420px;
overflow: hidden;
}
.post-right-extended {
width: 570px !important;
}
.image-preview {
width: 100px;
height: 100px;
background: #ededed;
padding: 2px;
border: 1px solid #dcdcdc;
overflow: hidden;
}
.image-preview img {
border: 0px;
width: 100px;
height: 100px;
}
.col-left {
float: left;
width: 460px;
padding: 0 10px 0 0;
}
.col-right {
float: right;
width: 460px;
padding: 0 0 0 10px;
}

/* Sidebars */
#sidebar1 {
float: left;
width: 130px;
padding-right: 20px;
}
#sidebar2 {
float: right;
width: 230px;
overflow: hidden;
}

/* 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 35px 20px;
width: 940px;
}
#footer a {
color: #808080;
}
#footer a:hover {
color: #808080;
text-decoration: underline;
}
#copyright {
float: left;
width: 50%;
}
#footer-nav-container {
float: right;
list-style-type: none;
padding: 0;
margin: 0;
width: 50%;
}
#menu-footer-navigation {
float: right;
padding: 0;
margin: 0;
}
#menu-footer-navigation li {
float: left;
list-style-type: none;
padding: 0;
margin: 0 10px 0 0;
}

/* 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;
}

/* Left 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;
}

/* Right 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: 0;
height: 0;
padding: 0;
}
.left {
float: left;
}
.right {
float: right;
}
.aligncenter {
display : block;
margin: 0 auto;
border : 4px solid #ededed;
}
.alignright {
float : right;
margin : 0 0 2px 7px;
display : inline;
border : 4px solid #ededed;
}
.alignleft {
float: left;
margin : 0 7px 2px 0;
display : inline;
border : 4px solid #ededed;
}
.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: 100%;
height: 100%;
padding: 0;
margin: 0;
}
#jFlowSlide, .slide-image, .slide-image img, .overlay, .slide-video object, .slide-video embed {
width: 502px !important;
height: 229px !important;
}
#jFlowSlide {
float: left;
background: #ffffff;
}
.slide-image {
display: block;
position: relative;
float: left;
overflow: hidden;
}
.slide-image img {
border: 0px;
}
.read-on {
display: block;
position: absolute;
top: 4px;
left: 4px;
padding: 2px 6px;
z-index: 30;
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);
z-index: 9;
}
.slide-video object {
top: 0px !important;
left: 0px !important;
z-index: 10;
}
.slide-video object, .slide-video embed {
position: relative !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;
width: 478px;
height: 237px;
top: 0;
left: 462px;
z-index: 40;
}
.jFlowControl {
width: 403px;
height: 69px;
padding: 5px 0 5px 75px;
margin: 0;
cursor: pointer !important;
color: #d4d4d4;
}
.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;
}

/* Ajax Contact Form */
#contact {
float: left;
width: 300px;
padding: 5px 0 0 0;
}
#contact label {
display: inline-block;
float: none;
height: 26px;
line-height: 26px;
}
#contact .submit {
float: left;
}
#contact #verify {
width: 30px;
}
#contact span.required {
font-size: 13px;
color: #ff0000;
}
#message {margin: 10px 0;
padding: 0;
}
.moderation, .error_message {
display: block;
height: 22px;
line-height: 22px;
background: #FBE3E4 url(images/error.gif) no-repeat 10px center; padding: 3px 10px 3px 35px;
color:#8a1f11;
border: 1px solid #FBC2C4;
}
.loader {
float: left;
padding: 10px 10px;
width: 16px;
height: 16px;
background: url(images/loader.gif) no-repeat center center;
}
#contact #success_page h2 {
padding: 2px 0 0 22px;
font-size: 12pt;
background: url(images/success.png) left no-repeat;
}