/*
	Theme Name: Sciongate
	Theme URI: http://sciongate.com/
	Description: I was bored?
	Version: 2.3.2
	Author: Salvatore Bonavita
	Author URI: http://sciongate.com/
*/

/* === ( basic ) === */

body {
	text-align: center;
	font-size: 12px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	color: #444;
	margin-top: 0px;
	margin-bottom: 20px;
	background: #1d1d1d url(images/bg_stripes.gif) repeat center;
	line-height: 18px;
}

.div_center {
	text-align: center;
}

/* === ( frame ) === */

#div_frame {
	margin: 0 auto;
	width: 860px;
	border-left: solid 3px #444;
	border-right: solid 3px #444;
	border-bottom: solid 3px #444;
	text-align: left;
	background: #fff url(images/frame_bg.gif) repeat-y right;
}

/* === ( banner ) === */

#div_banner {
	text-align: right;
	height: 150px;
	background: #637e6f url(images/banner_gradient.gif) repeat center;
	color: #fff;
	border-top: solid 5px #637e6f;
}

#div_banner_logo {
	padding: 10px 15px 0px 0px;
	font-weight: bold;
}

#div_banner p {
	font-size: 30px;
	font-family: 'trebuchet ms', 'lucida grande', verdana, sans-serif;
}

#div_banner span {
	font-size: 40px;
	color: #ff6f29;
}

#div_banner .p_tagline {
	font-size: 12px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}

/* === ( content ) === */

#div_content {
	float: left;
	padding: 0px 14px;
	width: 640px;
	background: #fff url(images/content_fade.gif) no-repeat;
}

/* === ( elements ) === */

.div_post a, .div_post a:visited {
	color: #6699cc;
}

.div_post a:hover {
	color: #0066ac;
}

p {
	margin: 5px 0px 10px 0px;
}

h1 {
	background: url(images/icon_greensquare.gif) no-repeat 0px 4px;
	color: #cc6633;
	padding: 3px 0px 0px 18px;
	margin: 5px 0px 0px 0px;
	font-size: 14px;
}

h2 {
	color: #083a60;
	font-size: 14px;
	font-family: georgia, times new roman, sans-serif;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

blockquote {
	border-left: solid 5px #c0dd5b;
	background: #e8f4be;
	margin-left: 10px;
}

#div_content ul {
	list-style-type: none;
	list-style-image: url(images/bullet_purplesquare.gif);
}

blockquote p {
	padding: 5px 10px;
}

code, pre {
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	font-weight: normal;
	background: inherit;
	color: #7b9905;
}

img {
	border: 0px;
}

/* === ( menu ) === */

#div_menu {
	background: url(images/bar_gradient.gif) repeat center;
	height: 30px;
	border-top: solid 1px #7f7f7f;
	border-bottom: solid 5px #f0f0f0;
	font-size: 11px;
}

#div_userinfo {
	float: right;
	padding: 6px 10px 5px 18px;
background: url(images/icon_person.gif) no-repeat 0px 8px;
}

#div_userinfo a {
	color: #7a7a7a;
	text-decoration: none;
}

#div_userinfo a:hover {
	color: #000;
	text-decoration: none;
}

#ul_menu {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
 
#ul_menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-right: 1px solid #ddd;
}

#ul_menu a {
	float: left;
	padding: 7px 15px 5px 35px;
	text-decoration: none;
	color: #7a7a7a;
}

#ul_menu a.li_home {
	background: url(images/icon_home.gif) no-repeat 15px 8px;
}

#ul_menu a.li_photo {
	background: url(images/icon_photo.gif) no-repeat 15px 8px;
}

#ul_menu a.li_about {
	background: url(images/icon_info.gif) no-repeat 15px 8px;
}

#ul_menu a.li_rss {
	background: url(images/icon_feed.gif) no-repeat 15px 8px;
}

#ul_menu a.li_delicious {
	background: url(images/icon_delicious.gif) no-repeat 15px 8px;
}

#ul_menu a.li_contact {
	background: url(images/icon_contact.gif) no-repeat 15px 8px;
}

#ul_menu a:hover {
	color: #000;
	background-color: #fff;
}

/* === ( posts ) === */

.div_post {
}

.div_post_footer {
	background: #f2f2f2;
	height: 24px;
	border-left: solid 5px #9eb1bf;
	font-size: 11px;
	margin-bottom: 10px;
}

.ul_post_footer {
	float: left;
	margin: 0px;
	padding: 0;
	list-style: none;
}

.ul_post_footer li {
	float: left;
	list-style: none;
	border-right: 1px solid #d5d5d5;
}

.div_post_footer a, .div_post_footer a:visited {
	float: left;
	text-decoration: none;
	color: #7a7a7a;
}

.div_post_footer a:hover {
	text-decoration: none;
	color: #000;
	background-color: #eaeaea;
}

a.li_permanent_link, a.li_ttag {
	padding: 3px 5px;
}

a.li_comments {
	background: url(images/icon_comments.gif) no-repeat 5px 5px;
	padding: 3px 5px 3px 22px;
}

.div_post ul {
	list-style-image: url(images/bullet_square.gif);
}

/* === ( sidebar ) === */


#div_sidebar {
  	width: 190px;
	float: right;
	margin-bottom: 20px;
}

#div_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 0px 13px;
}

#div_sidebar li {
	padding-left: 15px;
	background: url(images/bullet_greysquare.gif) no-repeat 0px 6px;
}

#div_sidebar h3 {
	color: #424242;
	font-family: georgia, times new roman, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin: 0px;
	padding: 8px 13px;
}

#div_sidebar h3 a {
	color: #424242;
	text-decoration: none;
}

#div_sidebar_boxone h3 {
	background: #cdcdcd;
}

#div_sidebar_boxtwo h3 {
	background: #b6d638 url(images/box_top.gif) no-repeat top left;
}

#div_sidebar_boxthree h3 {
	background: #819aad url(images/box_top.gif) no-repeat top left;
}

#div_sidebar_boxfour h3 {
	background: #aba183 url(images/box_top.gif) no-repeat top left;
}

#div_sidebar_boxone {
	background: #e6e6e6 url(images/box_bottom.gif) no-repeat bottom left;
	padding-bottom: 15px;
}

#div_sidebar_boxtwo {
	background: #c0dd5b url(images/box_bottom.gif) no-repeat bottom left;
	padding-bottom: 15px;
}

#div_sidebar_boxthree {
	background: #9eb1bf url(images/box_bottom.gif) no-repeat bottom left;
	padding-bottom: 15px;
}

#div_sidebar_boxfour {
	background: #bfb89e url(images/box_bottom.gif) no-repeat bottom left;
	padding-bottom: 15px;
}

#div_sidebar_boxend {
	background: #e0dbc9 url(images/box_top.gif) no-repeat top left;
	padding-top: 25px;
	text-align: center;
}

#div_sidebar a, a:visited {
	text-decoration: underline;
	color: #424242;
}

#div_sidebar a:hover {
	text-decoration: underline;
	color: #000;
}

/* === ( footer ) === */

#div_footer {
	position: relative;
	clear: both;
	font-size: 11px;
	height: 20px;
	padding: 5px 10px;
	background: #e0dbc9;
	border-top: solid 5px #bfb89e;
}

#div_footer a, #div_footer a:visited {
	color: #837745;
}
	
#div_footer a:hover {
	color: #b49f09;
}

/* === ( comments ) === */

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: url(images/textarea_bg.gif)  repeat-x top;
	border: 1px solid #d5d5d5;
	padding: 2px;
}

#commentform #author:focus, #commentform #email:focus, #commentform #url:focus, #commentform textarea:focus {
	border: 1px solid #9eb1bf;
}

#commentform textarea {
	width: 633px;
}

#div_comments {
	margin-top: 10px;
}

.div_comment {
	background: url(images/comments_bg.gif) no-repeat top left;
	padding: 3px 0px 0px 10px;
	font-size: 11px;
	color: #7a7a7a;
}

p.comment_info {
	font-size: 11px;
	color: #000;
	background: url(images/bullet_purplesquare.gif) no-repeat 0px 4px;
	padding: 0px 0px 0px 15px;
}

p.comment_login_info {
	background: url(images/icon_person.gif) no-repeat 0px 4px;
	padding: 2px 0px 0px 18px;
}

/* === ( flickr ) === */

.flickr-frame {
	float: right;
	padding: 10px 0px 0px 10px;
}

.flickr-frame-alt {
	text-align: center;
	padding: 0px;
}

.flickr-photo {
	background: #fff;
	border: 1px solid #dddddd;
	padding: 4px;
}

.flickr-caption {
	margin: 0px;
	font-size: 11px;
	color: #7a7a7a;
	text-align: center;
	width: 250px;
}

.flickr-caption-alt {
	margin: 0px;
	font-size: 11px;
	color: #7a7a7a;
	text-align: center;
	width: 190px;
}

/* === ( misc ) === */

#div_info {
	display: none;
	padding: 20px;
	background: #720003;
	color: #fff;
	font-size: 18px;
	font-family: georgia, times new roman, sans-serif;
	font-weight: bold;
	border-bottom: solid 3px #3d0102;
	border-left: solid 3px #3d0102;
	border-right: solid 3px #3d0102;
}