/*
Theme Name: Ardroid
Theme URI: http://ardroid.com
Description: Ardroid website theme.
Version: 1.03
Author: Louy
Author URI: http://louyblog.wordpress.com/
Tags: community, news, industry, blog, android, ardroid
*/

/*=== Setup ===*/
* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}
body {
    background: url(images/bgr.gif) #f7f6f6 repeat-x top;
    color: #404040;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: .75em;
    direction: rtl;
    unicode-bidi: normal;
}
a, h2 a:hover, h3 a:hover {
    color:#0066CC;
    text-decoration:none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
input, select, textarea {
    border: #cfcfcf 1px solid;
    color: #404040;
    font-size: 12px;
    padding: 3px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
li {
    list-style: none;
}
h2 {
    color: #222222;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 1em;
}
h3 {
    color: #333333;
    font-size: 1.2em;
    margin: 0 0 .8em;
}
h4 {
    font-size: 1em;
    margin: 0 0 1em;
}
p {
    line-height: 1.5em;
    padding: 0 0 1.3em;
    text-align: justify;
    font-family:"Tahoma","sans-serif";
}
code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    color: #666;
}
pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    display: block;
    color: #222;
    line-height: 10px;
    margin-bottom: 10px;
    padding: 1em;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

/*=== Layout ===*/
body {
    text-align: center;
}
.wrap {
    text-align: right;
    width: 975px;
    margin: 0 auto;
    clear: both;
}

.fr { float: right; }
.fl { float: left; }
.fn { float: none; }

.ac { text-align: center; }
.ar { text-align: right; }
.al { text-align: left; }

.hl, .hl2 {
    background: url(images/hl-dot.gif) repeat-x top;
    clear: both;
    height: 2px;
    overflow: hidden;
    width: 100%;
}
.hl2 {
    background: none;
    border-top: 1px solid #e7e7e7;
    height: 1px;
    margin: 0 0 .8em;
}

.clear {
    clear: both;
}

/*== Sub Columns ==*/
.subcols {
    background: url(images/subcols-bgr.gif) repeat-y left;
    height: 1%;
}
.col1, .col2 {
    float: left;
    width: 285px;
}
.col2 {
    float: right;
}

.subcols .pic.small {
    margin-left:10px;
}

/*- pics -*/
.pic img {
    border: 1px solid #cfcfcf;
    display: block;
    margin: 0 0 .8em;
}
.pic.fl img {
    margin-right: 23px;
}
.pic.fr img {
    margin-left: 23px;
}

.pic.small {
    border: 1px solid #CFCFCF;
    height: 40px;
    width: 40px;
}

/*- Search Form -*/
.searchform {
    float: left;
    height: 25px;
}
.searchform input {
    background: url(images/search-bgr.gif) repeat-x top #FFF;
    border: 1px solid #000000;
    float: left;
    padding: 8px;
    width: 285px;
    direction:rtl;
}
.searchform input.btn {
    background: none;
    border: 0;
    margin: 8px 0 0 -295px;
    padding: 0;
    width: auto;
}
.searchform {
    padding: 31px 0 0;
}

/*== header ==*/
#header {
    height: 170px;
}

/*= Top Nav =*/
#topnav {
    height: 31px;
}

#topnav li {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

#topnav li a {
    color: #333333;
}

.pagenav {
    padding-top: 9px;
}

.pagenav li {
    background: url(images/topnav-sep.gif) no-repeat right;
    padding: 0 10px 0 5px;
}

.pagenav li.first {
    background: none;
    padding-right: 0;
}

.sitelinks {
    padding-top: 3px;
}

.sitelinks li {
    background: url(images/topnav-sep.gif) no-repeat right;
    padding: 0 10px 0 5px;
}

.sitelinks li:first-child {
    background: none;
}

.sitelinks li:last-child {
    padding-left: 0;
}

#head-content {
    clear: both;
    color: #fff;
    height: 100px;
}
#head-content h1 {
    background: url(images/logo.png) no-repeat;
    float: right;
    width: 280px;
}
#head-content h1 a {
    display: block;
    height: 101px;
    font-size: 0px;
}
#head-content h1 a img {
    width: 275px;
    height: 100px;
}
#head-content h1 a:hover {
    text-decoration: none;
}

#head-content p{
    float:right;
    margin-top:68px;
    font-family:Tahoma,sans-serif;
    margin-right:7px;
}

/*- Categories Nav -*/
#cat-nav {
    clear: both;
    background: url(images/nav1-sep.gif) no-repeat right top;
    font-size: 13px;
    height: 37px;
    margin: 0;
    padding: 0;
}
#cat-nav ul.sf-menu li {
    position: relative;
    background: url(images/nav1-sep.gif) no-repeat left top;
    float: right;
    line-height: 37px;
    padding: 0 1px 0 0;
    text-align: center;
}
#cat-nav ul.sf-menu li a {
    color: #333333;
    display: block;
    position: relative;
    float: right;
    text-decoration: none;
    padding: 0 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
#cat-nav ul.sf-menu li:hover ul,
#cat-nav ul.sf-menu li.sfHover ul {
    left: auto;
    right: 0;
}
#cat-nav ul.sf-menu li li:hover ul,
#cat-nav ul.sf-menu li li.sfHover ul,
#cat-nav ul.sf-menu li li li:hover ul,
#cat-nav ul.sf-menu li li li.sfHover ul {
    left: auto;
    right: 12em;
}
#cat-nav ul.sf-menu li a:hover {
    text-decoration: none;
    background: #FEFEFE;
}
#cat-nav ul.sf-menu li ul.children {
    border: 1px solid #000000;
    background: #272726 url(images/ul_children_bg.gif) repeat-y top right;
}
#cat-nav ul.sf-menu li ul.children li {
    background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#cat-nav ul.sf-menu li ul.children li a {
    color: #bebebe;
    text-decoration: none;
    display:block;
}
#cat-nav ul.sf-menu li ul.children li a:hover {
    text-decoration: none;
    background: none;
}
#cat-nav ul.sf-menu li ul.children li ul.children {
    border: 1px solid #000000;
    border-left: none;
    background: #272726 url(images/ul_children_ul_children_bg.gif) repeat-y top left;
}
#cat-nav ul.sf-menu li ul.children li ul.children li {
    background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#cat-nav ul.sf-menu li ul.children li ul.children a {
    color: #bebebe;
    text-decoration: none;
}
#cat-nav ul.sf-menu li ul.children
{
    margin:5px 0 0 0;
}
#cat-nav ul.sf-menu li ul.children ul.children
{
    margin:-1px 0 0 27px;
}

/*== Container ==*/
#container {
    margin: 20px auto 0;
}

/*= box =*/
.box {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    margin: 0 0 28px;
    padding: 1px;
}
.box .content {
    background: url(images/box-bgr.gif) #ffffff repeat-x top;
    height: 1%;
    padding: 18px;
    direction:rtl;
}
#sidebar .box {
    margin: 0 0 10px;
}
.box2 {
    background: #f9f9f9;
    border: 1px solid #cfcfcf;
    height: 1%;
    margin: 0 0 20px;
    padding: 18px;
    min-height: 115px;
}

/*== Content ==*/
#content {
    float: right;
    width: 660px;
}

/*= Post =*/
.post li {
    font-family:Tahoma,sans-serif;
}

/*- Post Title -*/
.post-title h1 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
}
.post-title h1 span {
    color: #33707e;
}
.post-title h1.author {
    color: #888888;
    font-size: 14px;
    padding-top: 2px;
}
.post-title h2, .post-title h2 a  {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 .45em;
    color: #222222;
    text-decoration: none;
}

/*- Post Meta -*/
.post-meta {
    margin: 0 0 1.25em;
}
.post-meta a {
    color: #ffffff;
}
.post-meta em {
    background: #5eb7cb;
    color: #ffffff;
    font-size: .9em;
    font-style: normal;
    padding: 3px 5px;
    line-height: 1.75em;
    font-family:Tahoma,sans-serif;
}

.post .twitter-share-button {
    float:right;
    margin: 2px 7px 4px;
}

.post .db-anchor a:hover {text-decoration:none;}

/*- Post Excerpt -*/
.post-excerpt {
    display: table;
    font-size: 12px;
    height: 1%;
    /* margin: 0 0 1em; */
}

/*- Post Lists -*/
.post ul, .post ol {
    margin: 0 0 1.5em;
}
.post ul li {
    background: url(images/ico-list.gif) no-repeat 600px 9px;
    margin: 0 0 .4em;
    padding: 0 30px 0 0;
    font-family:Tahoma,sans-serif;
    text-align:justify;
    line-height:1.5em;
}
.post ol li {
    font-family:Tahoma,sans-serif;
    list-style: decimal;
    list-style-position: inside;
    margin: 0 0 .4em;
}

/*- Post Blockquote -*/
.post blockquote {
    border-right: 3px solid #cfcfcf;
    font-size: 13px;
    font-style: italic;
    margin: 0 1.5em 0;
    padding: 5px 10px 0 0;
    display: block;
    clear: right;
}

/*- Post Tags -*/
#post-tags {
    clear: both;
    display: block;
    padding-top: 20px;
    float: left;
    padding-bottom: 10px;
}

#post-tags a {
    display: inline-block;
    background: #5eb7cb;
    color: #ffffff;
    font-size: .9em;
    padding: 0 5px;
    line-height: 1.75em;
    font-family:Tahoma,sans-serif;
    margin: 2px;
}

/*- Post Footer -*/
.post-footer {
    clear: both;
    background: url(images/box-bgr2.gif) #f1f1f1 repeat-x top;
    height: 42px;
    padding: 0 18px;
    font-size:14px;
    font-weight:bold;
}
.post-footer .comments-count {
    line-height: 42px;
}
.post-footer .comments-count span {
    background: url(images/comment_count_bg.gif) no-repeat center left;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 0 8px 0;
    width: 33px;
    margin-right: 6px;
    display: inline-block;
    line-height: 32px;
}
.post-footer .comments-count a:hover {
    text-decoration: none;
}
.post-footer .respond-link {
    padding: 9px 0 0;
}
.post-footer .respond-link span {
    line-height: 21px;
}
.post-footer img {
    margin: 0 0 0 2px;
}

/*- Post Author -*/
.post-author {
    margin: 0 0 1em;
}
.author-details {
    font-size:11px;
    font-family:Tahoma,sans-serif;
}
.author-descr {
    display: table;
    height: 1%;
}

/*- Social Links -*/
.social-links {
    background: url(images/box-bgr2.gif) #f1f1f1 repeat-x top;
    height: 42px;
    padding: 0 18px;
    font-size:14px;
    font-weight:bold;
}
.social-links .text {
    line-height: 42px;
}
.social-links .text span {
    background: url(images/comment_count_bg.gif) no-repeat center left;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 4px 0 8px 0;
    width: 33px;
    margin-right: 6px;
    display: inline-block;
    line-height: 32px;
}
.social-links .icons {
    padding: 9px 0 0;
}
.social-links .icons span {
    line-height: 21px;
}
.social-links img {
    margin: 0 2px 0 0;
}

/*- Related Posts -*/
.post-rel {
    line-height: 1.5em;
}
.post-rel a {
    color: #33707E;
    font-family:Tahoma,sans-serif;
}

/*- Post Comments -*/
.post-comments .fl {
    width: 80px;
}
.post-comments .fr {
    width: 520px;
}

#comments #pinglist, #comments.pings #commentlist {
    display: none;
}

#comments.pings #pinglist {
    display: block;
}

.pinglist p.commentrating {
    display: none !important;
}

.comment-list-navigation {
    padding: 0; margin: 0;
}
.comment-list-navigation li {
    list-style: none;
    display: inline-block;
    float: left;
    margin: 0 20px;
    background-color: #F7F6F6;
    height: 25px;
    padding: 3px 18px 0;
    font-size:14px;
    border: 1px solid #cfcfcf;
    border-bottom: none;
}

.commentlist {
    margin: -15px -17px;
    text-align:justify;
    clear: both;
}

.commentlist li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 5px 10px 10px;
    display: block;
}

.highly-rated {
    background-color:#FFFFDD !important;
}
.poorly-rated p {
    opacity:0.8;filter:alpha(opacity=80) !important;
}
.poorly-rated p.commentrating {
    opacity:1;filter:alpha(opacity=100) !important;
}
.hotly-debated {
    background-color:#FFF0F5 !important;
}

.commentlist li .avatar {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #EEEEEE;
    float:left;
    padding:2px;
    margin: 3px 3px auto auto;
    display: block;
}

.commentlist .comment-body .comment-author {
    font-size:1.4em;
}

.commentlist cite, .commentlist cite a {
    font-style:normal;
    font-weight:bold;
}

.commentmetadata a {
    display: inline-block;
    background: #5eb7cb;
    color: #ffffff;
    font-size: .9em;
    padding: 0 5px;
    line-height: 1.75em;
    font-family:Tahoma,sans-serif;
    margin: 2px;
}

.commentlist p {
    margin:10px 5px 10px 0;
    clear: right;
}

.children {
    padding:0;
}

.commentlist li ul li {
    margin-left:-5px;
    margin-right:10px;
}

.odd {
    background-color: #f8f8f8;
}
.even {
    background-color: #ffffff;
}

.thread-alt {
    background-color: #f8f8f8;
}
.thread-even {
    background-color: #ffffff;
}
.depth-1 {
    border-top: 1px solid #e7e7e7;
    border-right: none !important;
}

.even, .alt {
    border-right: 1px solid #ddd;
}

.reply {
    margin-top: -15px;
}

/*- Respond Form -*/
#respond h3 {
    font-size: 1.5em;
    font-weight: 600;
}
#respond h3 small {
    font-size: 0.7em;
}

#alt-login-methods {
    display:block;
    height: 40px;
    margin-top:-40px;
}

#alt-login-methods p {
    display: inline-block;
    margin: 0 5px;
    padding:2px;
    float: left;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    width: 31%;
    padding: 3px 3%;
    margin: 0;
    display: inline-block;
}

.comment-form-author, .comment-form-url {
    padding: 3px 0;
}

.comment .comment-form-author, .comment .comment-form-email, .comment .comment-form-url {
    width: auto;
    padding: 0;
    margin: 0;
    display: block;
}

.comment #commentform input[type=text] {
    width: 98.5%;
}

#commentform input[type=text] {
    width: 185px;
    margin: 3px 0;
    display: block;
}

#comment {
    width: 98.5%;
    display: block;
}

.notice {
    color: #a4a4a4;
    float: left;
    font-style: italic;
    padding: 10px 0 0;
}

#submit {
    background: url(images/btn-bg.png) center no-repeat;
    width: 155px; height: 39px;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}

span.required {
    display:inline;
    float:none;
    color:red !important;
    font-weight:bold;
    margin:0;
    padding:0;
}

/*== Sidebar ==*/
#sidebar {
    float: left;
    width: 305px;
}
#sidebar a {
    color: #404040;
    text-decoration: none;
}

.popular-posts .content img {
    float: right;
    margin-left: 4px;
}

/*- Widget Title - */
.wtitle {
    background: url(images/box-bgr.gif) repeat-x top;
}
.wtitle h2 {
    line-height: 40px;
    margin: 0;
    padding: 0 18px 0 0px;
    direction:rtl;
    letter-spacing:1px;
}
/*- Widget Body -*/
.widget li {
    background: none !important;
    padding-right: 0 !important;
}

/*- List -*/
.widget li {
    background: url(images/ico-list1.gif) no-repeat 260px 1.1em;
    border-bottom: 1px solid #e7e7e7;
    height: 1%;
    padding: .7em 13px .7em 0;
    font-size: 14px;
}
.widget li:last-child {
    border: none;
}
.widget li a:hover {
    color: #33707e;
}

/*=== Footer ===*/
#footer {
    clear: both;
    color: #5f5f5f;
    font-size: 11px;
    line-height: 39px;
    margin: 0;
    font-family:Tahoma,sans-serif;
    background: url(images/footer.gif) repeat-x top;
    height: 39px;
    display: block;
}

#footer a {
    color: #33707e;
    text-decoration: none;
}

#footer a:hover {
    color: #5f5f5f;
    text-decoration: underline;
}

#cclicense {
    margin: 4px 10px 0;
    width:88px; height:31px;
}

/*=== Wordpress Styles ===*/
.aligncenter, .alignright, .alignleft {
    margin: 5px;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    text-align: center;
    padding: 4px;
    border: #CCC 1px solid;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    padding: 0;
    margin: 5px;
    color: #888;
    font-size: 12px;
    text-align: center;
}

.wp-smiley {
    margin:0;
}

/*- Bug Fix -*/
#FB_HiddenContainer {
    left: auto !important;
    right: 0;
}
body.author {
    font-style: normal;
}

/*= Twitter/Facebook User info =*/
#tw-user, #fb-user {
    clear:both;
}

#tw-user img, #fb-user img {
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #EEEEEE;
    float:left;
    margin:3px 3px 0 0;
    padding:2px;
}

#tw-msg strong, #fb-msg strong {
    font-size: 19px;
} 

#tw-msg br, #fb-msg br {
    margin-bottom: 20px;
}

.comment-form-comment {
    clear:both;
}

/**
 * Others...
 */
.fblike {
    margin-bottom: 3px;
}

.fb_button_medium_rtl {
    background-position: right -396px !important;
}

.fb_button_text_rtl, .fb_button_medium_rtl .fb_button_text {
    margin-left:0 !important;
}

#alt-comment-login{
    float:left;
    margin: -46px 0 0 0;
    display: block;
    height: 46px;
}

#alt-comment-login p {
    margin: 0; padding: 0;
}

/*== Signin buttons ==*/
.signin-button {
    display: inline-block;
    width: 150px;
    height: 23px;
    background: none no-repeat 0 0;
}
.signin-button:hover {
    background-position: 0 -24px;
}
.signin-button.click {
    background-position: 0 -48px;
}

.twitter.signin-button {
    background-image: url(images/twitter_signin.png);
}
.facebook.signin-button {
    background-image: url(images/facebook_signin.png);
}
.linkedin.signin-button {
    background-image: url(images/linkedin_signin.png);
}
.openid.signin-button {
    background-image: url(images/openid_signin.png);
}


/** Polldaddy BugFix **/
#SwfStore_swfstore_0 {
    left: 0px !important;
}

