/*
Theme Name: Irresistible MOD 4.1
*/

/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left; position: relative; }
img, fieldset, abbr, acronym { border: 0 }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
caption { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; }
input, select { vertical-align: middle }
textarea { height: auto; overflow: auto; }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center; }
ul, ol { list-style-type:none; }

/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/

body {
	background: #000 url(images/bg.jpg) repeat-x fixed center 0;
	color: #e9e9e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
}

p, ul, ol, table { margin: 0 0 18px }

em { color: #d9e3ea }
del { color: #edb4b0}

/* Headlines */
h1, h2, h3{
	font-weight: normal;
	line-height: normal;
	letter-spacing:-1px;
}
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:22px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:10px; }
h1, h2, h3 {
	color: #48abb7;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
}
h4 {
	color: #48abb7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


/* Anchors */
a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active, a.active {
	text-decoration: underline;
}

/* Lists */
#mainsingle div.box1 ul, #main div.box1 ul {
	padding:0 20px 10px;
	list-style:inside;
}
#mainsingle div.box1 ol, #main div.box1 ol {
	padding:20px;
	list-style:inside;
	list-style-type:decimal;
}
#sidebar .box1, #bottombar .box1 { margin:7px 0 18px; padding: 18px; }
#sidebar #videos .box1 { margin: 0 0 20px; padding: 10px; }

#sidebar ul, #sidebar ol, #bottombar ul, #bottombar ol {
	list-style-type:none;
}

blockquote {
	margin:15px 40px; padding:15px 20px;
	border-left: 2px solid #ccc;
	font:1.00em Georgia, "Times New Roman", Times, serif; color:#ccc;
	background:url('images/bg-box.png') repeat scroll 0 0 !important;
	background: #222;
}

/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/


#wrap {
	margin: auto;
	text-align: left;
	width: 940px;
	position: relative;
}

	#header, #content, #footer {
		float: left; display: inline;
		clear: both;
		position: relative;
	}

	#header {
		height: 230px;
		width: 100%;
	/*	background: url(images/bg-header.png) repeat-x;  */
	}

	#headerwidth {
	margin: auto;
	width: 577px;
	position: relative;
	margin-top: -16px;
}

	#logo { margin: 0 }

	#logo a {
	    background: url('images/logo.png') no-repeat;
		cursor: pointer;
		position: absolute;
		top: 140px; left: 7px;
		display:block;
		z-index: 100;
    }

	#content {
		padding: 0 0 4em;
		width: 100%;
	}
		.home #main {
			float: left;
			width: 374px;
		}
		#main {
			float: left;
			width: 577px;
		}

		#mainsingle {
		width: 940px;
		margin-left: auto;
		margin-right: auto;
		}

		#layout-regular {
		width: 577px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
        }



		.home #sidebar {
			float: right;
			width: 543px;
		}
		#sidebar {
			float: right;
			width: 333px;
		}
		#sidebar h3 { margin-top:10px; }

		#bottombar {
		width: 940px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		padding-top: 30px;
		border-top: 2px dashed #777777;
		}
		#bottombar h3 { margin-top:10px; }

		#bottombar #bottomleft1, #bottombar #bottomleft2 {
	    float: left;
		width: 300px;
		}

		#bottombar #bottomleft2 {
		margin-left: 20px;
		margin-right: 20px;
		}

#footer {
	width: 100%; height: 65px;
	background: url('images/bg-footer.gif') repeat-x;
}
	#footerWrap {
		color: #dadada;
		width: 960px;
		margin: 0 auto;
		position: relative;
	}


/* Fix Footer Position */
#wrap {position: relative; min-height: 100%;}
html, body, * html #wrap {height: 100%;}
#content {padding-bottom: 100px;}
#footer {margin-top: -73px; bottom: -7px }


/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }

/* Main navigation */
#nav {
	height: 38px;
	width: 750px;
	position: absolute;
	top: 10px; left: 0;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;
}

#nav a {
	color: #79c5db;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 9px 12px;
	text-transform: uppercase;
	width: 62px;
}

#nav a:hover {
	color: #d3a96d;
	background: url('images/bg-nav.png');
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#nav li {
	float: left;
}

.nav li a span {
	color: #f9fbfb;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
}

/* Style drop down list */

#nav li ul {
	position: absolute;
	left: -999em;
	width: 378px;
	background: url('images/bg-nav.png');
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li {
	line-height: 18px;
	font-size: 11px;
	color: #7ac1d7;
	float: left;
	padding: 6px 6px;
	text-align: center;
	width: 114px;
}

#nav li ul li a {
    display: inline;
	font-size: 11px;
	width: auto;
	padding: 1px;
}

#nav li ul li:hover {
	background: #FFF;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color:#222;
}

#nav li ul li:hover a {
	color: #222;
}

#nav li ul li a {
}

#nav li ul ul {
	margin: -35px 0 0 180px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav li:hover, #nav li.hover {
	position: static;
}

ul#footerNav {
	position: absolute;
	top: 27px; right: 0;
}
	ul#footerNav li {
		float: left; display: inline;
		margin-left: 15px;
	}


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

#footer #footerWrap #copy {
	position: absolute;
	top: 27px; left: 0;
}
	#footer #footerWrap #copy a {
		color: #48abb7;
	}

div#hi {
	color: #2a2b2b;
	font: 18px/18px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	width: 440px;
	position: absolute;
	top: 130px; right: 0;
        z-index: 90;
}
	div#hi p a {
		color: #d0d0d0;
		font: 11px/11px Arial, Helvetica, sans-serif;
	}

h3#myWritings {
	background: url('images/bg-h2-mywritings.png') no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px 12px;
}

h3#myVideos {
	background: url(images/bg-h2-myvideos.png) no-repeat;
	width: 138px; height: 33px;
	margin: 0 0 11px 12px;
}

h3#myPhotos {
	background: url('images/bg-h2-myphotos.png') no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px;
}

h3#ourWall {
	background: url(images/bg-h2-ourwall.png) no-repeat;
	width: 160px; height: 34px;
	margin: 10px 0 10px;
}

h3#theTabs {
	background: url('images/bg-h2-thetabs.png') no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px;
}

h3#myTumblelog {
	background: url(images/bg-h2-mytumblelog.png) no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px;
}

h3#theRandom {
	background: url(images/bg-h2-therandom.png) no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px;
}

h3#theLatest {
	background: url(images/bg-h2-thelatest.png) no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px;
}

h3#theRelated {
	background: url(images/bg-h2-therelated.png) no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px;
}

h3#theAd {
	background: url(images/bg-h2-thead.png) no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px;
}

h3#theArchives {
	background: url(images/bg-h2-thearchives.png) no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px;
}


h3#myLifestream {
	background: url(images/bg-h2-mylifestream.png) no-repeat;
	width: 189px; height: 34px;
	margin: 0 0 10px;
}
h3#myFavblog {
	background: url(images/bg-h2-myfavblog.png) no-repeat;
	width: 150px; height: 32px;
	margin: 0 0 10px;
}


h2.lifestream_date { display:none; }
p.lifestream_credits { display:none; }


div.box1, ol.commentlist li, form#comments { background: url(images/bg-box.png) repeat !important; background: #111; }

div.box1 {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 20px;
	padding: 0px 20px;
}
	div.box1 ul, div.box1 ul.blog-list li p { margin: 0 }

		div.box1 ul.blog-list li {
			border-bottom: 1px dashed #3f566e;
			padding: 0 0 15px;
		}

	div.box1 p.link {
		text-align: right;
		margin: 0 0 15px;
	}

	div.box1 ul.left-list {
		float: left;
		width: 230px;
		padding: 10px 0 10px 10px;
	}

	div.box1 ul.right-list {
		float: right;
		width: 230px;
		padding: 10px 10px 10px 0;
	}

		div.box1 ul.left-list li, div.box1 ul.right-list li, div.box1 ul.list3 li {
			line-height: 13px;
			border-top: 1px dashed #3f566e;
			padding: 8px 0;
		}

		div.box1 ul.list3 {
			margin: 15px 0 0;
		}

		div.box1 ul.list3 li {
			padding: 15px 0;
		}

		div.box1 ul.list3 li ul {
			margin: 0;
			border: none !Important;
		}

		div.box1 ul.list3 li ul li {
			margin: 0 0 0 15px;
			padding: 15px 0 0;
			border: none !Important;
		}

		div.box1 ul.left-list li a, div.box1 ul.right-list li a, div.box1 ul.list3 li a { color: #dadada }

div.box2 {
	background-color: #141517;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 8px;
}

.txt0, .txt0 a, .continue { color: #a3e4e2;}

.txt1, .txt1 a { color: #a3d5ea; text-align:right;}


h4.txt1 {
	background: url(images/ico-1.gif) no-repeat 15px 3px;
	padding: 0 0 10px 45px;
}


.txttag {
	background: url(images/ico-5.gif) no-repeat 0px 5px;
	padding: 5px 0 5px 26px;
	color: #bbb;
}

.txttag a {
	color: #999;
}

#sidebar h3, #bottombar h3 {
	color: #fff;
	font-weight: normal;
}

#sidebar a, #bottombar a {
	color: #48abb7;
}


ol.commentlist  { margin:0; }

ol.commentlist li {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 10px;
	padding: 18px 20px 18px 20px;
	position: relative;
}
	ol.commentlist li p {	margin: 4px 0 6px; }

		ol.commentlist li img.avatar {
			float:right;
			padding:0 10px 0 10px;
		}

		ol.commentlist li p a { color: #48abb7; }

	ol.commentlist li ul li {
		padding: 15px 0px 5px 20px;
		margin:0;
	}

ol.commentlist .comment-meta a { color:#999; padding-bottom:5px; }
ol.commentlist .children { margin:0; }

h2.title { color: #fff; margin: 0 0 14px }

div.post { padding: 5px 0px }
.home .post { border-bottom: 1px dashed #777777}

/* div.post img { border:1px dashed #888888; padding:5px !important; padding:0; } */

div.post img {
	margin-bottom: 8px;
}

div.post .postcontent a, div.post .postcontent a:link, div.post .postcontent a:visited{
	color: #48abb7;
}

.box1 .navigation { padding: 10px 0; }

h2.hd-page {
	margin: 20px 0;
}
div.box1 ul.list2 li, div.list3 li {
	line-height: 13px;
	border-bottom: 1px dashed #777;
	padding: 8px 0;
}
div.list3 .lifestream li { border:none; }


/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 0;
	color: #000;
	padding: 7px;
}
input.text { width: 168px }
select.select { width: 200px }
textarea.textarea { width: 375px; height: 100px; background-color: #e9eef4 }

button.button {
	color: #fff;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

/* General forms */
form.form {  }

	form.form ol.fieldset {	list-style: none }

		form.form ol.fieldset li.field {
			margin: 0 0 13px;
			position: relative;
		}
			form.form ol.fieldset li.field label {
				position: absolute;
				top: 5px; left: 195px;
			}

	form.form p.submit { margin: 0 }

	form.form p.submit input { padding: 5px 10px }


/* Search forms where button and text input are next to each other  */
form.search { /* nothing here */ }

	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}


/*-------------------------------
3.b Individual forms
-------------------------------*/

form#topSearch {
	background: url(images/bg-search.png) no-repeat;
	width: 178px; height: 33px;
	position: absolute;
	top: 15px; right: 6px;
}
	form#topSearch p.fields input {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		width: 130px;
		background: none;
		overflow: hidden;
		border: none;
		position: absolute;
		top: 8px; left: 8px;
		z-index: 102;
	}
		form#topSearch p.fields button {
			background: url(images/ico-search.png) no-repeat;
			width: 21px; height: 21px;
			border: none;
			position: absolute;
			top: 5px; right: 10px;
			z-index: 102;
		}

form#comments {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 20px 30px;
}


/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Sidebar Tabber
-------------------------------*/

ul#idTabs {
	width: 100%;
	padding: 0;
	margin: 0 0 0 10px;
}

ul#idTabs li {
	display: inline;
	margin-right:5px;
	float:left;
}

ul#idTabs li a {
	display:block;
	float:left;
	height:16px;
	margin:0 auto;
	padding:10px;
	text-align:left;
}

ul#idTabs li a.selected, ul#idTabs li a:hover {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-radius: 6px 6px 0 0;
}
#tabs .inside {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#tabs .inside ul li {
	line-height: 13px;
	border-bottom: 1px dashed #555;
	padding: 10px 0;
}
#tabs .inside ul#comm li {
	background:url(images/ico-6.gif) no-repeat left center;
	padding-left:28px;
}
#tabs .inside ul#pop li {
	background:url(images/ico-2.gif) no-repeat left center;
	padding-left:28px;
}



#tagcloud {
	padding:15px;
}
#tabs .inside ul{
	margin:0;
	padding:5px 15px 10px 15px !important;
}
.home #tabs {
	width:260px;
	float:left;
	margin:24px 0 20px;
}
.home div#myfavblog {
	width:260px;
	float:right;
}



/*-------------------------------
Widgets
-------------------------------*/


.widgetized .inside {
	background: url(images/bg-box.png) repeat !important;
	background: #111;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-radius: 6px 6px 0 0;
}

table#wp-calendar { margin:0 !important; }

#wp-calendar caption {
	color: #fff;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: -1px;
	margin: 0 0 10px;
	font-family: Georgia;
}

#wp-calendar thead {
	color: #6099ff;
	font-weight: bold !important;
}

#wp-calendar #next, #wp-calendar #prev {
	padding: 10px 0 0 !important;
}

.zp_photos {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 5px;
}

.zp_photos .zp_photo a {
		float: left;
		display: inline;
		margin: 0 5px 12px 9px;
		border: 1px dashed #888;
		padding: 5px;
}

.zp_photos .zp_photo a:hover {
	border: 1px dashed #ddd;
}
#browseFlickr{
	background: url(images/bg-flickr.png) no-repeat;
	width: 91px; height: 11px;
	margin: 0 25px 10px 12px;
	float:right;
}
#video {
	padding: 10px;
}

#sidebar #advert_125x125, #bottombar #advert_125x125 { padding:30px 0 20px 30px; margin: 0 0 18px;	}
#sidebar #advert_125x125 img, #bottombar #advert_125x125 img { margin:0 15px 5px 0; }

#portfolio {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 10px;
}

#portfolio a {
		float: left;
		display: inline;
		margin: 0 16px 15px 0;
		border: 1px dashed #888;
		padding: 5px;
}

#portfolio a:hover {
	border: 1px dashed #fff;
}


/*-------------------------------
Lifestream
-------------------------------*/

.list3 .first, .list3 h5 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dashed #fff;
}

.list3 .lifestream-icon {
	float: left;
	padding: 0 15px 0 0;
}

.list3 .lifestream-post {
	font-size: 14px;
}

.list3 .lifestream-post p {
	margin: 0 !important;
}


/*-------------------------------
Utility classes
-------------------------------*/

.l { text-align: left }
.c { text-align: center }
.r { text-align: right }
.aligncenter { margin: 5px auto 15px auto;	display: block; }
.alignleft { margin: 5px 15px 5px 0; float: left; }
.alignright { margin: 5px 0px 5px 15px; float: right; }

.wrap, .col { float: left;	display: inline; position: relative; }
.wrap { clear: both }

.clear { clear: both }
.fl { float: left }
.fr { float: right }
.hide, .hidden, .anchor, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.noborder { border: 0 !important }
.top { margin-top: 0 !important }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }

.hr { background: #ccc; height: 1px; margin: 1.5em 0 }
.hr hr { display: none }



sub {vertical-align: sub; font-size: 70%}
sup {vertical-align: super; font-size: 70%}
strong {font-weight: bold;}
em {font-style: italic;}

.more-link {
	display: block;
	margin: 15px auto 0px;
	text-align: center;
	width: 150px;
}

a.more-link {
	background: url(images/bg-box.png) repeat !important;
	background-color: #9db4d5;
	padding: 3px;
	border: 0px;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/*-------------------------------
My Stuff
-------------------------------*/
.piccap, .piccapv, .piccapvv {
	padding: 0 0 3px 0;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #ccc;
    text-align: center;
    text-shadow: #222 0px 0px 0px;
}

.piccap {
        width: 520px;
        margin: 5px auto;
}


.piccapv {
        width: 260px;
        position: relative;
        float: left;
        margin: 5px 3px 0px;
}

.piccapvv {
        width: 170px;
        position: relative;
        float: left;
        margin: 5px 3px 0px 4px;

}

.piccap, .piccapv, .piccapvv img {
        margin-bottom: 3px;
}

.picborder {
	text-align: center;
}

.picborder img {
margin: 1px;
border: 1px solid #777777;
}

.center {
	text-align: center;
	}

.center img {
	margin: 1px;
    border: 1px solid #777777;
}

ol.footnotes{
font-size:0.9em;
color: #888;
text-shadow: #222 0px 0px 0px;
}

ol.footnotes li{
list-style-type:decimal;
color:#888;
}


.alert, .download {
//	background: #c2cfd7 url('images/zip.png') no-repeat 15px center;
    background: url(images/bg-box.png) repeat !important;
	border: 0px dashed #333333;
	color: #FFF;
	width: 70%;
	margin: 10px auto;
	padding: 5px 20px 5px 45px;
	text-align: center;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

.alert, .download p {
    margin-top: 0;
    margin-bottom: 0;
    background: #c2cfd7 url('images/zip.png') no-repeat 15px center;
}


p img.alignleft, p img.alignright, p img.aligncenter {
	background: url(images/bg-box.png) repeat !important;
	background: #333333;
	border: 0px;
	padding: 6px;
}

p img.alignleft{
	float: left;
	margin: 4px 7px 2px 0;
	}
p img.alignright{
	float: right;
	margin: 4px 0 2px 7px;
	}
p img.center{
	float: none;
	margin:0 auto 10px auto;
	}


.splitquote {
	border-left: 2px solid #ccc;
	width: 230px;
    position: relative;
    float: left;
    font:1.00em Georgia, "Times New Roman", Times, serif;
    color:#ccc;
	line-height: 1.4em;
	margin: 8px;
	padding: 15px 10px;
	background:url(images/bg-box.png) repeat scroll 0 0 !important;
	background: #222;
}

#movie, #movie img, #movie span {
	background: url(images/bg-box.png) repeat !important;
	background: #333333;
	border: 0px;
	line-height: 16px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#movie {
	float: left;
	width: 248px;
	position: relative;
	text-align: center;
	padding: 8px 6px 6px;
	margin: 4px 4px;
}

#movie img {
	padding: 6px;
}

#movie span {
	width: 242px;
	padding: 9px;
	text-align: left;
	color: #e9e9e9;
	position: absolute;
	left: -10000px;
	top: 0;
	margin: 0;
	z-index: 100;
}

#movie:hover span {
	left: 0;
}

#movie strong {
	color: #48abb7;
	font-weight: normal;
}

#movie em {
	font-size: 11px;
	color: #aaa;
}

#thecomments .tip {

	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 520px;
	margin: 0;
	padding:10px !important;
	padding: 10px 10px 0;
	position: relative;
	position:absolute;
	z-index:3;
   // background: url(images/bg-box.png) repeat !important;
    background: #18191b;

}

#thecomments .tip p {
	margin-bottom: 0;
}

#thecomments .tip .act {
	display:none;
}
*+html #thecomments .tip {
	padding:10px 10px 0 !important;
}

#thecomments .tip img.avatar {
	float:right;
    padding:0 10px 0 10px;
}


#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
	margin: 6px 0;
}
#wpcf input {
	float: left;
	width: 190px;
	padding: 1px;
	margin: 5px 5px 5px 0;
}
#wpcf textarea {
	width: 330px;
	height: 100px;
	padding: 1px;
	margin: 5px 5px 10px 0px;
}
#wpcf #contactsubmit {
	margin-left: 230px;
	width: 100px;
}




#category-list li, #archive-list li {
	width:145px;
	float:left;
	height:48px;
	font-size:0.9em;
	margin: 10px 5px 0 5px;
	padding: 5px;
	line-height:140%;
	list-style: none;
	overflow: hidden;
	background: url(images/bg-nav.png) !important;
	background: #333;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}


#archive-list li {
	height:48px;
}

#category-list li {
	height: 16px;
}

#category-list li:hover, #archive-list li:hover {
	background: #ddd;
	color: #48abb7;
}

#category-list li:hover a, #archive-list li:hover a {
	color: #48abb7;
}

#archive-list .dayday { float: right; margin: -5px -5px 0 0; width: 25px; text-align: center; font-size: 92%; color: #aaa;
    background: url(images/bg-nav.png) !important;
    background: #eee;
   -moz-border-radius-topright: 6px;
	//-moz-border-radius-topleft: 6px;
	-khtml-border-radius: 0 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	//-webkit-border-top-left-radius: 6px;
	border-radius: 0 6px 0 0;
}

/*-------------------------------
Clearfix
-------------------------------*/

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: block }
.fix{ clear: both; height: 1px; margin: -1px 0 0; overflow: hidden; }

img#wpstats{display:none}


/*-------------------------------
Custum Field Layout
-------------------------------*/

#layout-wide2col {
	width: 865px;
	margin-left: auto;
	margin-right: auto;
}

#col1 {
	margin: 10px 32px 10px 11px;
	width: 387px;
	float: left;
	}

#col2 {
	margin: 10px 0px 10px 0px;
	width: 387px;
	float: left;
	}


#layout-photo {
	width: 865px;
	margin-left: auto;
	margin-right: auto;
}



#photohor {
	width: 523px;
	margin: 2px 4px 10px 0px;
	float: left;
	}

#photohor #cap {
	width: 518px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 3px 0px 0px 5px;
	text-align: left;
	color: #e9e9e9;
	border-left: 5px solid #777777;
}

#photover {
	width: 295px;
	margin: 2px 0px 10px 3px;
	float: left;
	}

#photover #cap{
	width: 290px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 3px 0px 0px 5px;
	text-align: left;
	color: #e9e9e9;
	border-left: 5px solid #777777;
}

#photo3 {
	width: 270px;
	margin: 2px 7px 10px 0px;
	float: left;
}

#photo3right {
	width: 270px;
	margin: 2px 0px 10px 0px;
	float: left;
}

#photo3 #cap, #photo3right #cap{
	width: 265px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 3px 0px 0px 5px;
	text-align: left;
	color: #e9e9e9;
	border-left: 5px solid #777777;
}

#photowide {
	width: 802px;
	margin: 2px auto 10px;
}

#photowide #cap {
	width: 797px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 3px 0px 0px 5px;
	text-align: left;
	color: #e9e9e9;
	border-left: 5px solid #777777;
}

#photohor p, #photover p, #photo3 p, #photo3right p, #photowide p {
	margin-bottom: 0px;
}

#photohor img, #photover img, #photo3 img, #photo3right img, #photowide img{
	border: 1px solid #777777;
	margin-top: 3px;
	margin-bottom: 0px;
}


#photocircleleft {
	margin: 2px 4px 2px 0px;
	float: left;
}

#photocircleright {
	margin: 2px 0px 2px 0px;
	float: right;
}

#photocircleleft img, #photocircleright img {
	border: 1px solid #777777;
}

#photocirclecap {
	margin: 5px;
	width: 220px;
	float: left;
}
