/*
Theme Name: Astore
Description: Astore theme based on Devart theme.
Version: 1.0.1
Author: JHB
Author URI: http://www.brandnewfocus.co.uk
Tags: fixed width, two columns, widgets, astore

	DevArt v1.0.1
	http://deniart.ru/

	This theme is for use on the Astore website and is based on the DeviantArt theme built by Denis Shakhov,
	whose homepage you will find at http://deniart.ru/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset
-------------------------------------------------------------------*/
*
{
    padding: 0;
    margin: 0;
}
ul li, ol li
{
    list-style: none;
    list-style-position: inside;
}
ol ol, ul ul, ol ul, ul ol
{
    margin-left: 20px;
    margin-bottom: 0;
}
img
{
    border: none;
}



/* Body
-------------------------------------------------------------------*/
body
{
    font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif; /*color: #333;  	background: #728776 url(images/bg.gif) repeat-x;*/
    background-color: #cccccc;
    background-image: url(images/bg.gif);
    background-image: none;
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: 50.2% 0px;
    height: 100%;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Trebuchet MS" , Helvetica, Arial, Geneva, Sans-Serif;
    color: #414d4c;
}
h1
{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
h2
{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px;
}
h3
{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}
h4
{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}
h4 a
{
    text-decoration: none;
}
h5
{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
h6
{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}

h1 span
{
    color: #999;
}

a
{
    color: #3b5a4a;
}
a:hover
{
    color: #3b5a4a;
}
a:visited
{
    color: #3b5a4a;
}

p
{
    margin-bottom: 10px;
}

input, textarea
{
    font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif;
}

blockquote
{
    font: italic 14px/22px Georgia, Serif;
    padding: 5px 10px;
    margin-bottom: 20px;
    background: #e4ede2;
}

.hidden_link
{
    text-decoration: none;
}


/* Thumbnail images
-------------------------------------------------------------------*/
.thumbnail_image
{
    margin-right: 15px;
    border: 1px solid #bfccbf;
    width: 90px;
}



/* FAQ section
-------------------------------------------------------------------*/
.faq_section ul li,.faq_section ol li
{
    list-style-type:decimal;
}

.answers li
{
    margin-bottom:20px;
}





/* Breadcrumb
-------------------------------------------------------------------*/
.breadcrumb
{
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 90%;
}




/* Column layouts
-------------------------------------------------------------------*/
.one_column, .two_columns, .two_columns_team
{
  width: 100%;
  float: left;
  margin-right: 20px;
  vertical-align: top;
}

.two_columns, .two_columns_team
{
  float: left;
  width: 280px;
  padding-right: 20px;
}

.two_columns h4
{
  
}

.two_columns_team
{
  height: 160px;
}


/* Container
-------------------------------------------------------------------*/
#container
{
    width: 870px;
    padding-bottom: 0px;
    margin: 0 auto;
    min-height: 500px;
}
#container #wrapper
{
    width: 870px;
    float: left;
    background-color: #ffffff;
}



/* Header
-------------------------------------------------------------------*/
#header
{
    width: 100%;
    height: 70px;
    background: url(images/header-bg.jpg) repeat;
    background-position: 0px 0px;
    background-color: #ffffff;
}
#header h1
{
    font: 24px Verdana;
    padding-top: 10px;
    margin-bottom: 0;
    color: #fff;
}
#header h1 a
{
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    text-decoration: none;
}
#header h1 span
{
    padding-left: 10px;
    font-size: 11px;
    color: #ccc;
}



/* Search
-------------------------------------------------------------------*/
#search

{
    position: absolute;
    top: 15px;
    right: 0px;
}

#search input
{
    border: 0;
}

#search #s

{
    width: 148px;
    padding: 4px 0 4px 22px;
    margin-right: -4px;
    vertical-align: top;
    line-height: 0;
    font: normal 12px Verdana;
    vertical-align: top;
    color: #333;
    background: url(images/search-text.gif) no-repeat;
}
#search #searchsubmit
{
    width: 35px;
    height: 22px;
    vertical-align: top;
    background: url(images/search-submit.gif) no-repeat;
}




/* Navigation
-------------------------------------------------------------------*/
#nav
{
    width: 870px;
    height: 30px;
    float: left;
    background: #BCCDDB url(images/nav-bg.gif) repeat-x 0px -12px;
    position: relative;
}
#nav ul
{
    margin-left: 10px;
    position: absolute;
    bottom: -1px;
    height: 33px;
}
#nav ul li
{
    float: left;
    margin-right: 3px;
    padding-left: 7px;
    padding-bottom: 6px;
}
#nav ul li.current_page_item
{
    /*background: url(images/nav-tab-left.gif) no-repeat;*/
}
#nav ul li a
{
    display: block;
    text-decoration: none;
    color: #ccc;
    line-height: 33px;
    padding: 0 15px 0 8px;
}
#nav ul li a:hover
{
    color: #fff;
}
#nav ul li.current_page_item a
{
    /*background: url(images/nav-tab-right.gif) no-repeat top right;*/
    color: #fff;
}
#nav #feed
{
    position: absolute;
    right: 15px;
    top: 12px;
    height: 19px;
    padding-left: 37px;
    color: #544626;
    display: block;
    background: url(images/feed.gif) no-repeat;
    text-decoration: none;
}



/* Content
-------------------------------------------------------------------*/
#content
{
    float: left;
    padding: 10px 10px 10px 15px;
    background: #fff;
    width: 650px;
    border-left: solid 1px #bfccbf;
}

#content .post
{
    margin-bottom: 40px;
}
#content .post p
{
    margin-bottom: 20px;
}
#content .post h1 a
{
    text-decoration: none;
}
#content .post-list li
{
    list-style: none;
}

#content .post .post-info
{
    clear: both;
    font-size: 11px;
    color: #777;
    padding: 3px 5px 5px 5px;
    margin-bottom: 20px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background: #c9d6cc;
}
#content .post .post-info a
{
    color: #333;
    text-decoration: none;
}
#content .post .post-info a:hover
{
    color: #555;
    text-decoration: none;
}

#content #pages
{
    text-align: center;
}
#content #pages a
{
    font: bold 20px "Trebuchet MS";
    color: #414d4c;
    text-decoration: none;
}
#content #pages a:hover
{
    color: #1e2726;
}

#content ul, ol, dl
{
    margin-bottom: 20px;
}
#content ul
{
    list-style: disc;
    list-style-position: inside;
}
#content ol
{
    list-style: decimal;
    list-style-position: inside;
}
#content dl dt
{
    font-weight: bold;
}
#content dl dd
{
    font-style: italic;
    margin: 0 0 5px 20px;
    color: #555;
}

.aligncenter
{
    margin-left: auto;
    margin-right: auto;
}
.alignleft
{
    float: left;
    margin: 5px 15px 10px 0;
}
.alignright
{
    float: right;
    margin: 5px 0 10px 15px;
}



/* Sidebar
-------------------------------------------------------------------*/
#sidebar
{
    width: 179px;
    font-size: 11px;
    margin-bottom: 10px;
    color: #555;
    float: left;
    background-color: #fff;
    margin-left: 1px;
    height: 100%;
}

#sidebar h3
{
    font: normal 18px Arial, Sans-Serif;
    color: #222;
    font-family: "Trebuchet MS" , Helvetica, Arial, Geneva, Sans-Serif;
}

#sidebar a
{
    color: #d61719;
    text-decoration: none;
}
#sidebar a:hover
{
    color: #38463e;
    text-decoration: none;
}

#sidebar .block
{
    width: 159px;
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #bfccbf;
    color: #555;
}
#sidebar .block li, #sidebar li
{
    background: url(images/arrow.gif) no-repeat 2px 8px;
    padding-left: 12px;
}
#sidebar .block a:hover
{
    color: #ff0000;
}

/* Calendar */
#sidebar .block #calendar_wrap a
{
}
#sidebar .block #calendar_wrap .pad
{
    background: none;
}
#sidebar .block #calendar_wrap #prev
{

    background: none;
}












#sidebar .block #calendar_wrap #next
{
    background: none;
}
#sidebar .block #calendar_wrap table
{
    width: 100%;


    margin: 0;
    padding: 0;
}
#sidebar .block #calendar_wrap table th
{
    width: 14.2%;
}
#sidebar .block #calendar_wrap table td
{
    width: 14.2%;
    background: #d6ded4;
    text-align: center;
    color: #888;
}



/* Wrapper Bottom
-------------------------------------------------------------------*/
#wrapper-bottom
{
    width: 870px;
    height: 0px;
    float: left;
    margin-bottom: 0px;
    background: url(images/wrapper-bottom.gif) no-repeat bottom;
}



/* Comments
-------------------------------------------------------------------*/
.comments-title
{
    text-align: center;


    font: bold 22px "Trebuchet MS" , Helvetica, Arial, Geneva;
    color: #414d4c;
}
#comments .comment
{
    background: #bfcec3;
    margin-bottom: 10px;
    overflow: hidden;
    width: 635px;
    padding-bottom: 5px;
}
#comments .comment .comment-avatar
{
    float: left;
    width: 50px;
    padding: 5px 7px;
}

#comments .comment .comment-content
{
    float: left;
    padding: 10px 15px;
    margin: 5px 5px 0 0;
    width: 536px;
    background: #d6ded4;
}
#comments .comment .comment-content a
{
    color: #444;
}


#comments .comment .comment-info
{
    font-size: 11px;
    color: #777;
    margin-bottom: 5px;
}
#comments .comment .comment-info span
{
    font: bold 20px "Trebuchet MS" , Helvetica, Arial, Geneva;
    padding-right: 10px;
    margin-bottom: 5px;
}
#comments .comment .comment-info a
{
    color: #444;
    text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform
{
    background: #d6ded4;
    border: 5px solid #bfcec3;
    padding: 10px;
    color: #555;
}
#commentform p
{
    margin-bottom: 7px;
}
#commentform textarea
{
    width: 600px;
    border: 1px solid #aaa;
    height: 120px;
}
#commentform input.text
{
    width: 150px;
    border: 1px solid #aaa;
    margin-right: 5px;
    padding: 3px 3px;
}
#commentform input#submit
{
    padding: 3px 10px;
}



/* Footer
-------------------------------------------------------------------*/
#footer
{
    float: left;
    color: #d6ded4;
    padding: 0px 0px 0px 0px;
    text-align: left;
    background: url(images/footer-top.gif) no-repeat top left;
    width: 100%;
}
#footer-inner
{
    width: 100%;
    padding-bottom: 6px;
    background-color: Black;
    margin: 0px;
}
#footer-content
{
    padding-left: 15px;
    padding-right: 15px;
    background: #BCCDDB url(images/nav-bg.gif) repeat-x 0px -8px;
}
#footer p
{
    font-size: 11px;
    margin: 0;
    margin-bottom: 6px;
}
#footer a
{
    color: #d6ded4;
}

#footer a:hover
{
    color: #fff;
}



/* Yui Tabbed Menu
-------------------------------------------------------------------*/
.yui-navset
{
    width: 560px;
    float: left;
    height: 210px;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 0px;
}
.yui-content
{
    width: 552px;
    clear: both;
    height: 170px;
    margin-left: -1px;
    margin-top: -20px;
    border-left: 1px solid #75867b;
    border-right: 1px solid #75867b;
    border-bottom: 1px solid #75867b;
    background-color: #fff;
    padding-left: 7px;
    padding-top: 6px;
}
.yui-nav
{
    padding: 1px 0px 3px 0px;
    margin-left: -1px;
    font: 12px Verdana;
    border-bottom: 1px solid #75867b;
    list-style-type: none;
    text-align: left;
    height: 18px;
}
.yui-nav li
{
    display: inline;
    margin: 0px;
}
.yui-nav li a
{
    text-decoration: none;
    padding: 7px 7px;
    margin-right: 3px;
    border: 1px solid #666;
    border-bottom: none;
    color: #ccc;
    background: #BCCDDB url(images/nav-bg.gif) repeat-x 0px -13px;
    height: 33px;
}
.yui-nav li a:visited
{
    color: #2d2b2b;
}
.yui-nav li a:hover
{
    background-color: #4d625d;
    color: #fff;
    cursor: pointer;
}
.yui-nav li.selected a
{
    position: relative;
    top: 1px;
    padding-top: 7px;
    background-color: #fff;
    color: black;
    background-image: none;
}
.tab_content

{
    margin-left: 7px;
}




/* Home page layout
-------------------------------------------------------------------*/

.home_table
{
    vertical-align: top;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tab_columns_1, .tab_columns_2, .tab_columns_3
{
    width: 30%;
    font-size: 90%;
    float: left;
    margin: 3px 15px 3px 0px;
}
.tab_columns_2, .tab_columns_3
{
    margin-top: 20px;
}


#latest_news
{
    font-size: 90%;
}

#latest_news a:hover
{
    color: #ff0000;
}

#latest_news li
{
    background: url(images/arrow.gif) no-repeat 2px 8px;
    padding-left: 12px;}


/* Tech advice page css
-------------------------------------------------------------------*/	
#post-94.post hr { border-bottom:1px dashed #FFFFFF;border-left-width:0;border-top:1px dashed #ffffff;clear:both;margin-bottom:20px;margin-top:20px;}
.tech_advice, .tech_advice_right { width:280px; margin-bottom:15px; float:left; }
.tech_advice_right { margin-left:20px; }
.tech_advice img, .tech_advice_right img { margin-right:15px; margin-bottom:5px; }
.tech_advice p, .tech_advice_right p { display:table-cell; }
.tech_advice a, .tech_advice_right a { text-decoration:none; }

/* FAQ page css
-------------------------------------------------------------------*/	
#post-2092.post { margin-bottom: 400px; }
#post-2092.post a, #post-2092.post a:hover, #post-2092.post a:visited { text-decoration: none; color: #222222; }
#post-2092.post a:hover { text-decoration: underline; }
#post-2092.post p { margin-bottom: 10px; }
#post-2092.post li { margin-bottom: 15px; }
#post-2092.post h4 { font-size:90%; font-weight:normal; margin-top:-15px; text-align: right; }
#post-2092.post h4 a { color: #cccccc; }
#post-2092.post hr { border-top: 1px dashed #aaaaaa; border-bottom: 1px dashed #ffffff; border-left-width: 0px; margin-top: 20px; margin-bottom: 20px; clear: both; }


