/*  
Theme Name: art.drlightx.com
Theme URI: http://art.drlightx.com
Description:A customized theme for art.drlightx.com
Version: 0.1
Author: Ben Olsen
Author URI: http://art.drlightx.com
Tags: blue, custom header, fixed width, left sidebar,two columns, widget ready, widgets, valid CSS
*/

* { margin: 0; padding: 0; list-style: none; }

body {
text-align: center;
color: #69f;
font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
background-color: #fff;
background-image: url("images/BackPattern.jpg");
background-position: 50% 50%;
background-repeat: repeat-y;
}

body a {
color: #22f;
text-decoration: none;
border:none;
}

body a img{
border:none;
text-decoration:none;
}


#upperBar {
height: 0px;
background: #0f0;
}

#wrapper {
    width: 800px;
    text-align: left;
margin: 2px auto;
padding-bottom: 30px;
margin-bottom: 30px;
}    


/*****************************************************/
#imageMenu {
height: 200px;
overflow: hidden;
margin-bottom: 5px;
padding: 15px;
border: 1px solid #fff;
background-image: url(images/Trans50.png);
width: 768px;

-webkit-border-top-left-radius:30px;
-webkit-border-top-right-radius:30px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;

-khtml-border-radius-topleft:30px;
-khtml-border-radius-topright:30px;
-khtml-border-radius-bottomleft:0px;
-khtml-border-radius-bottomright:0px;

-moz-border-radius-topleft:30px;
-moz-border-radius-topright:30px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
}

#imageMenu ul {
    list-style: none;
    margin: 0px;
    display: block;
    height: 200px;
position: absolute;
}

#imageMenu ul li {
    float: left;
}

#imageMenu ul li a {
    /*text-indent: -800px;*/
    background:#F99 none repeat scroll 0%;
    border-right: 3px solid #fff;
    cursor:pointer;
    display:block;
    width:106px;
    height: 200px;
}

#imageMenu ul li.bk1 a {
    background: url(images/Photo.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk2 a {
    background: url(images/Digital.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk3 a {
    background: url(images/Type.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk4 a {
    background: url(images/Video.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk5 a {
    background: url(images/Music.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk6 a {
    background: url(images/Uncategorized.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk7 a {
    background: url(images/About.jpg) repeat scroll 0%;
    border-right-style: none;
}

.clear {
    clear: both;
}

#footer {
width: 150px;

text-align: center;
margin: 0 5px 0 0;
padding: 5px;
opacity: 1.0;
} 


/********************************************/
#sidebar {
width: 148px;
float: left;
text-align: left;
margin: 0 5px 0 0;
border: 1px solid #fff;
padding: 5px;
background-image: url(images/Trans60.png);

-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:50px;
-webkit-border-bottom-right-radius:10px;

-khtml-border-radius-topleft:0px;
-khtml-border-radius-topright:0px;
-khtml-border-radius-bottomleft:50px;
-khtml-border-radius-bottomright:10px;

-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:50px;
-moz-border-radius-bottomright:10px;
} 

#sitemeter {
    text-align: center;
    width: 140px;
    font-size: 11px;
    color: #999;
}
#sitemeter img{
    padding-bottom: 8px;
    padding-top: 8px;
}

#sidebar h2 {
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
margin-top: 10px;
    margin-bottom: 10px;
    color: #69f;
}

#sidebar a img {
    border: none;
}


#sidebar ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

#sidebar ul li {
    font-size: 11px;
    background: url(img/bullet.png) 0 5px no-repeat;
    padding: 0 10px;
    margin: 0 0 5px 5px;
}

#sidebar ul li a {
    color: #666;
    text-decoration: none;
}

#sidebar ul li span {
    color: #666;
    margin-left: 5px;
}

#sidebar ul li a:hover {
    color: #444;
}

#sidebar ul#nav {
    margin: 10px 0 20px 0;
}

#sidebar ul#nav li {
    margin: 0;
    padding: 0;
}

#sidebar ul#nav li a {
    display: block;
    height: 17px;
    padding: 7px 10px;
    background: url(img/nav_off.png) 0 0 no-repeat;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #999;
}

#sidebar ul#nav li a:hover {
    background: url(img/nav_off.png) 0 -31px no-repeat;
}        

#sidebar ul#nav li a.active {
    background: url(img/nav_on.png) 0 0 no-repeat;
    color: #333;
}

#sidebar #sidefooter {
    border-top: 1px solid #fff;
    padding: 7px 0;
    font-size: 11px;
}

#sidebar #sidefooter p {
    margin-bottom: 3px;
    color: #58c;
    text-align: center;
}

#sidebar #sidefooter a {
    color: #339;
    text-decoration: none;
}

#sidebar #sidefooter a:hover {
    text-decoration: none;
    color: #ccf;
}

.clearfix {
    clear: both;
}	

.ctc {
    text-align: center;
    text-decoration: none;
    line-height: 80%;
    background-color: #000;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}	


.ctc a {
    text-decoration: none;
    text-transform: lowercase;
    font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
    margin: 4px;
    border: thin none #060606;
}
.ctc a:hover{
    color: #ccf;
    margin: 3px;
    border: thin solid #8acef3;
    background-color: #0c0c0c;
}

[disabled] {
    
    color:#dddddd;
    
    border-color:#dddddd!important;
    
    background:none!important;
    
}

#upperBox {
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    right: 0;
    padding-top: 5px;
}

#upperBox a img {
    display: block;
    margin: 0 auto;
    border: none;
}


#upperBox p {
    margin: 5px 0;
    font-size: 10px;
    text-align: center;
}

#upperBox input {
    height: 18px;
    padding: 5px 5px 5px 25px;
    background: url(img/upperBox_search.png) top left no-repeat;
    border: 0;
    width: 100px;
    color: #9ec7eb;
    margin-top: 5px;
}

#upperBox input:focus {
    color: #ccf;
}


/**************************************************************/
#content {
float: left;
width: 623px;
background-image: url(images/Trans70.png);
padding: 5px;
border: 1px solid #fff;
margin-bottom: 15px;

-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:90px;

-khtml-border-radius-topleft:0px;
-khtml-border-radius-topright:0px;
-khtml-border-radius-bottomleft:10px;
-khtml-border-radius-bottomright:90px;

-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:90px;
}

#content .notice p {
    border-top: 1px solid #99f;
    border-bottom: 1px solid #99f;
    padding: 5px 0px;
    font-size: 12px;
    margin: 1px;
}
#content .notice {
    border-top: 1px solid #69f;
    border-bottom: 1px solid #69f;
    margin-bottom: 20px;
}

#content .post {
    float: left;
    position: relative;
    width: 613px;
}

#content .post h2 {
    color: #69f;
    text-decoration: none;
    padding: 10px 0;
text-align: left;
}

#content .post h2 a {
    color: #69f;
    text-decoration: none;
    padding: 10px 0;
}

#content .post h2 a:hover {
    color: #36f;
}

#content .post h3 {
    font-size: 12px;
    font-weight: normal;
    color: #69f;
}

#content .post h3 a {
    color: #36f;
}   

#content .post h3 a:hover {
    text-decoration: none;
color: #03f;
}

#content .post-details {
	top: 10px;
	position: absolute;
	right:  0px;
	width: 80px;
}

#content .post-details h4{
font-size: 9px;
}

#content .post img {
    max-width: 480px;
    max-height: 600px;
    margin-bottom: 10px;
    margin-top: 10px;
}     


.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}


.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;

}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

#content p.wp-caption-text  
{
    font-size: 11px;
    line-height: 15px;
    
    margin: 10px;
    color: #00f;
    text-align: center;
}

#content .post a img {}

#content .post ul {margin-left: 20px !important;}

#content .post ul li {list-style-type: disc !important;}

#content p,
#content .post ul li {
    font: normal 13px/20px Verdana, Helvetica, Sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #36c;
    margin-right: 90px;
    text-align: justify;
}

#content blockquote {
    margin-left: 10px;
    border-left: 3px solid #333;
    padding-left: 10px;
}

#content p a {color: #03f;}

#content p a:hover {text-decoration: none;} 

#content small {
    margin: 0 auto;
    text-align: center;
    display: block;
    border-top: 3px solid #333;
    border-bottom: 1px solid #333;
    font-size: 11px;
    color: #999;
}

#content ol {
    line-height: 1.4;
}
#content ol.commentlist {
    margin-top: 10px;
}

#content ol.commentlist li {
    border-top: 1px solid #fff;
margin-top: 5px;
padding-top: 5px;
    margin-bottom: 10px;
} 

#content ol.commentlist li .commentMeta {
    width: 100px;
    float: left;
} 

#content ol.commentlist li .commentMeta span {
    display: block;
}

#content ol.commentlist li .commentMeta span.author,
#content ol.commentlist li .commentMeta span.author a {
    color: #03f;    
    text-decoration: none;
    margin-bottom: 5px;
}                     

#content ol.commentlist li .commentMeta span.date a {
    color: #36f;
    text-decoration: none;
    font-size: 11px;
}

#content ol.commentlist li .commentMeta span.moderate a {
    color: #36f;
}

#content ol.commentlist li .commentText {
    width: 450px;
    float: right;
    padding: 5px;
    font-size: 12px;
}


#content ol.commentlist .avatar {
    float: left;
}


#content h3 {
    color: #36f;
    margin-top: 5px;
    margin-bottom: 5px;
}

#content #commentform input {
    padding: 5px;
    font-family: Arial, Helvetica, Sans-serif;
}

#content #commentform textarea {
    width: 400px;
    padding: 10px;
    font-family: Arial, Helvetica, Sans-serif;
}

#content .nextprevious {
    height: 40px;
    display: block;
} 

#content .nextprevious a {
    color: #333;
}               

#content .nextprevious .left {
    float: left;
}              

#content .nextprevious .right {
    float: right;
margin-right: 90px;
}

#content .adBrite {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #333;
}


