/*
Theme Name: Dominic Barrios Wordpress Theme
Theme URI: http://www.dominicbarrios.com1
Description: Photography blog theme for Dominic Barrios
Version: 1.0
Author: Raymond Selda
Author URI: http://www.raymondselda.com/
*/
@import url("screen.css");
/*
Post title color: #0074ab
Post text color: 	#666
Link color:			#0074ab
*/
body { background: transparent url(images/bodybg.gif) repeat-y center; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; }

/* Common Formatting */
h1, h2, h3, h4, h5, h6 { color:#333; clear:both; }
h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
p { font-size: 13px; color:#666; clear:both;}
ul, ol { font-size: 12px; color:#666; margin-left:30px; display:block; float:left; width:400px; }
.alignleft { float: left !important; margin: 1.5em 1.5em 1.5em 0; }
.alignright { float: right !important; margin: 1.5em 0 1.5em 1.5em; }
.alignnone { float:none; }

/* Links */
a { color: #333; text-decoration:underline;}
a:hover { color: #000; text-decoration:none; }

/* Wrapper */
#outer { width: 959px; margin:0 auto -20px auto; }
#wrapper { width: 961px; background:#fff; border-top: 15px solid #000; margin:0 auto; padding:0; position: relative; text-align: left;}

/* Logo */
#headwrap { width:961px; position:relative; float:left; }
#header { width: 400px; height: 110px; float:left; }
#header h1 a { background: transparent url(images/dominicbarrioslogo.jpg) no-repeat left center; display: block; width: 400px; height:103px; text-indent: -9999px; margin: 5px 0 0 5px; }
#headwrap blockquote { width:300px; height:90px; float:right; background:transparent url(images/verse.gif) no-repeat; margin:15px 0 0 0; padding:0; text-indent:-99999px; }

/* Photo Viewer */
#ngg_autoviewer1 {width:515px; height:343px; margin:0 auto;}

/* Main Navigation */
#main-navigation { width:961px; float:left; margin-top:-20px; }

#suckerfishnav, #suckerfishnav ul {float:left;list-style:none;line-height:30px;padding:0;margin:-20px 0 1px 0; width:960px;}

/* Top Search */
form#searchform { width:300px; height:25px; text-align:right; float:right; position:relative; top:13px; right:5px;}

/* Bottom Search */
form#bottomsearch { margin-bottom:20px; }

/* Flash Header */
#flash-header { width: 961px; height: 250px; float:left; margin:5px 0 20px 0;}

/* Photo Viewer */
#photo-viewer { width:900px; height: 437px; margin:20px auto; clear:both; background: transparent url(images/photoviewerbg.gif) no-repeat top center; }
#photo-viewer h2 { width: 500px; margin:10px auto 5px auto; padding-top: 5px; color:#fff; font-size: 18px; }

/* Main Content */
#main-content { width:900px; float:left; padding:0 31px; margin-top:20px;}

/* Post */
.titlewrap { width:100%; background:#ccc; background: transparent url(images/title-icon.gif) no-repeat left center; height:44px; margin-bottom:10px;}
.post { width:100%; margin-top:20px; border-bottom:1px solid #ccc; padding-bottom:15px; float:left; }
.post h2 { font-size:24px; margin-bottom:0; color:#333; margin-left:40px; border-bottom:2px solid #ccc; }
.post h2 a { text-decoration: none; color:#333; }
.post h2 a:hover { text-decoration:underline; }
p.post-date { text-align:right; position:relative; top:-25px; width:180px; float:right; margin-bottom: 0;  }
.post img { float:none; margin:0 0 20px 0; }
img.wp-smiley { float: none; margin:0; }
.post blockquote { border-left: 1px solid #ccc; padding: 10px 30px 1px 20px; }
p.postmetadata { font-style: italic; }
.navigation {width:100%; float:left; margin-top:20px; }

/* Comments */
.post-meta { float:left; color:#666; width:100%; }
#comments { width:100%; margin-top:20px; float:left; }
h3#comments_number {margin-top: 20px;}
ol.commentlist {list-style-type: none; margin-left: 0; width:550px;}
ol.commentlist li {margin-bottom: 15px;}
.wpcomment {border: 1px solid #ccc; padding: 10px 0 10px 10px; float: left; width: 100%; margin-bottom: 15px;}
.wpcomment img.avatar {float: left; margin-right: 10px;}
.wpcomment cite {float: left; font-style: normal; margin-bottom: 5px; font-size: 12px;}
.wpcomment .comment_wrap {float: left; width: 480px;}

/* AWP comments */
.awp-wrapper { width:100%; background-color: #f5f5f5; border:1px dotted #ccc; float:left; margin:10px 0; padding-top:15px; max-height:200px; overflow:auto; }
ol.awplist { width:600px; margin:0 0 0 30px; }
ol.awplist li { border-bottom: 1px dotted #B5B5B5; margin-bottom:10px;}
.awp-wrapper p { margin-bottom:5px; }
.awp-wrapper cite { margin-bottom:5px; }
span.awp-comments-link { margin-left:50px; }
span.awp-commentform-link { margin-left:10px; }
.commentform { margin-top:20px; }

/* Bottom Sidebar #bfeaff */
#side-content { width:961px; background-color:#ccc; margin:30px 0; padding:40px 0; float:left; }
.side-column { width:330px; float:left; margin-left:100px; display:inline;}
.side-column h3 { font-size: 16px; color:#666; margin-bottom:10px; }
.side-column ul { list-style-type: none; }
.side-column ul li { display:block; }
.side-column ul li a { text-decoration:none; }
.side-column ul li a:hover { text-decoration:underline; }

/* Footer */
#footer { width:961px; clear:left; padding-bottom:5px; }
#footer p { text-align:center; font-size:10px; }
#footer a { text-decoration:none; }
#footer a:hover { text-decoration:underline; }