/*   
Theme Name: Irresistible
*/

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

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; }
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; }
.displaynone { display:none; }
.font14  { font-size:14px !important }
.font14 li  { margin:1px 0 7px 0 !important; }

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

2.	MAIN STYLES
	General definitions

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

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body#alexdesigns {
	background: #EDEDED url(http://www.alexdesigns.tv/images/header-bg.gif) repeat-x fixed center 0;
	color: #333;
	font-family: Arial, Tahoma;
	font-size: 12px;
	line-height: 18px;
	margin:0;
	padding:0;
}

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

em { color: #333 }


/* Headlines */
h1 { font-size:24px; }
h2 { font-size:22px; }
h3 { font-size:18px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:10px; }
h1, h1 a, .post h1 a {
	font-weight:bold;
	line-height: normal;
	letter-spacing:-.5px;
	color: #cc3300 !important; 
	font-family: Arial, Tahoma;;
	margin: 0 0 5px 0;
	padding:0;
	text-decoration:none !important;
	text-align:left;
}
h1.hd-page {
	margin: 0px 0 5px 0;
}
h1.post-single {
	font-weight:bold;
	font-size:28px;
	line-height: normal;
	letter-spacing:-.5px;
	color: #cc3300 !important; 
	font-family: Arial, Tahoma;;
	margin: 20px 0 5px 0 !important;
	padding:0;
	text-decoration:none !important;
	text-align:left;
}
h2 a:hover, h3 a:hover, h4 a:hover,  { color:cc3300 !important; text-decoration:underline }


h2, .post h2 a {
	font-weight: normal !important;
	line-height: normal;
	color: #000; 
	font-family: Arial, Tahoma;;
	margin: 0 0 1px 0;
	padding:0;
	text-decoration:none !important;
	text-align:left;
}
h3, .post h3 a {
	font-weight: normal;
	line-height: bold;
	color: #000; 
	font-family: Arial, Tahoma;;
	margin: 10px 0 5px 0;
	padding:0;
	text-decoration:none !important;
	text-align:left;
}
h3.cat-post a {
	font-weight: bold !important;
	color: #000 !important;
	text-align:left;
}
h4 {
	color: #666;
	font-family: Arial, Tahoma;
	font-size: 14px;
	font-weight:bold;
}
h4.cat-cont a { 
	color: #cc3300 !important; font-size:14px;
}
h4.cat-cont span { color: #cc3300 !important; font-size:19px; }


.title { margin:0 0 0 0px }

/* Anchors */
a, a:link {
	color: #06C;
	text-decoration: none;
}
a:hover, a:active, a.active {
	text-decoration: underline !important;
}


#sidebar .box1 { margin:7px 0 18px; padding: 18px; }
#sidebar #videos .box1 { margin: 0 0 20px; padding: 10px; }

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

blockquote {
	margin:15px 0; padding:10px 20px;
	border-bottom:1px solid #000;
	font:1.00em Tahoma, Arial color:#666;
	background:url(images/bg-box.png) repeat scroll 0 0 !important;
	background: #222;
}

.imagequote {
	margin:0 0 5px 20px; padding:0px; width:280px; text-align:center;
	border:1px solid #ccc;
	background-color:#e1f0f9;
	float:right;
	display:block;
}
.imagequote em { 
	padding:4px 1px; text-align:center;
	background-color:#b4cedf;
	font-size:12px;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
}
.imagequote img { margin:10px 0 }

/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/
#out-wrap {
	margin:0 auto;
	padding:0;
	position:relative;
	width:995px;
	text-align:center;
}

#wrap {
	margin:0;
	padding:0;
	position:relative;
	width:995px;
}
#flex {
	margin:65px 0 0 195px;
	padding:0;
	width:650px;
	position:relative;
}

	
			
#footer {
	height: 105px;
	margin:0 0 0 20px;
	padding:0;
	clear: both;
	color: #666;
	position:relative;
	text-align:center;
}
ul#footerNav {
}
	ul#footerNav li {
		float: left; display: inline;
		margin-left: 15px;
	}
	
	
/* Fix Footer Position */
#wrap {position: relative; min-height: 100%;}
html, body, * html #wrap {height: 100%;}


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

/* Main navigation */
#nav-0 {float:left; width: 198px;}
#nav-0 a{width: 198px; display:block; width:100%; height:40px;}
#nav-0 a:hover {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: 0 -40px;}
.selected#nav-0 a {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: 0 -80px;}
.selected#nav-0 a:hover {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: 0 -40px;}


#nav-1 {float:left; width: 133px;}
#nav-1 a{width: 133px; display:block; width:100%; height:40px;}
#nav-1 a:hover, #nav-1:hover {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -198px -40px;}
.selected#nav-1 a {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -198px -80px;}
/*.selected#nav-1 a:hover {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: 0 -40px;}*/

#nav-2 {float:left; width: 150px;}
#nav-2 a{width: 150px; display:block; width:100%; height:40px;}
#nav-2 a:hover, #nav-2:hover{background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -332px -40px;}
.selected#nav-2 a {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -332px -80px;}
.selected#nav-2 a:hover {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -332px -40px;}

#nav-3 {float:left; width: 117px;}
#nav-3 a{width: 117px; display:block; width:100%; height:40px;}
#nav-3 a:hover, #nav-3:hover{background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -482px -40px;}
.selected#nav-3 a {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -482px -80px;}
.selected#nav-3 a:hover {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -482px -40px;}

#nav-4 {float:left; width: 112px;}
#nav-4 a{width: 112px; display:block; width:100%; height:40px;}
#nav-4 a:hover, #nav-4:hover {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -599px -40px;}
.selected#nav-4 a {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -599px -80px;}
/*.selected#nav-4 a:hover {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -599px -40px;}*/

#nav-5 {float:left; width: 61px;}
#nav-5 a{width: 61px; display:block; width:100%; height:40px;}
#nav-5 a:hover, #nav-5:hover{background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -711px -40px;}
.selected#nav-5 a {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -711px -80px;}
.selected#nav-5 a:hover {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -711px -40px;}

#nav-6 {float:left; width: 79px;}
#nav-6 a{width: 79px; display:block; width:100%; height:40px;}
#nav-6 a:hover, #nav-6:hover{background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -772px -40px;}
.selected#nav-6 a {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -772px -80px;}
.selected#nav-6 a:hover {background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); background-position: -772px -40px;}


#nav-wrap {
	position:fixed;
	top:0;
	height: 51px;
	background:url(http://www.alexdesigns.tv/images/header-bg.gif) 0 0 repeat-x #FFF;
	z-index:999999;
}
ul.nav { 
	margin: 0;
} 
ul.nav li { 
	
	white-space: nowrap; 
	overflow:hidden;
	height:40px; 
} 

#nav {
	height: 40px;
	width: 860px;
	background:url(http://www.alexdesigns.tv/images/bg-nav.gif) no-repeat;
	position:relative;
}
#nav ul { 
	background-image:url(http://www.alexdesigns.tv/images/nav-bg.gif); 
	width: 860px; 
	margin: 0; 
	padding: 0; 
	list-style: none;
}

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


#nav li a span { 
	display:none; 
}


/* Style drop down list */
.sub-nav, .sub-nav a, .sub-nav a:hover, .selected .sub-nav, .selected .sub-nav a, .selected .sub-nav a:hover { 
	background-image:none !important;
}


#nav li:hover ul,
#nav  li.hover ul{
	display:block;
}
.sub-nav {
	padding:7px 5px 10px 0 !important;
	display:none;
	list-style:none;
	position:absolute;
	top:39px;
	width:200px !important;
	border:0px solid #CCC;
	text-align:left;
	
}
.sub-nav {
	background-color:#069;
}
.selected .sub-nav {
	background-color:#7ba5cb;
}

.sub-nav li{
	margin:0px 0 0 0 !important;
	padding:5px 0px 0 0 !important;
	height:20px !important; 
}
.sub-nav li.last {
	margin:0px 0 10px 0 !important;
}
.sub-nav  a{
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-indent:0;
	margin:0 5px 0 5px !important;
}

.sub-nav a:hover{
	background:#7ba5cb;
	color:#FFF;
	text-decoration:none !important;
}
.selected .sub-nav a:hover{
	background:#336699;
	color:#FFF
}
#sub-nav-1 {
	margin:-1px 0 0 3px !important;
}
#sub-nav-1 a{
	padding:5px 0px 0px 14px !important;
} 
#sub-nav-4 {
	margin:-1px 0 0 1px !important;
}
#sub-nav-4 a{
	padding:5px 0px 0px 10px !important;
} 

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#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;
}



/*-------------------------------
2.c Left Nav
-------------------------------*/
#left-col {
	width:180px;
	position:fixed;
	top:65px;
	line-height:11px;
	font-size:11px;
	text-align:left;
	margin:0 0 0 10px !important;
}
#left-col a {
	color:#336699;	
}
#left-col-top { 
}
#left-col-nav { 
}
#feedhtml h3, #feedhtml a, #left-col-nav h3, #left-col-nav h3 a {
	font-size:11px;
	font-family:Arial;
	color:#666 !important;
	font-weight:bold !important;
	letter-spacing:normal;
	margin:15px 0 0 0px;
	padding:0;
}
#left-col-nav .feedhtml ul {
	margin:0px 10px 10px 5px;
	padding:5px 0 10px 0;
	list-style-type:none;
	border-bottom:2px dotted #ababab;
}

#left-col-nav select, #left-col-nav #cat {
	width:150px;
	margin:5px 0 0px 0;
}
.left-col-list span {
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	color:#696969;
}
.left-col-list ul {
	list-style-type:none;
}
.left-col-list li, .feedhtml li {
	background:url(http://www.alexdesigns.tv/images/bullet-blu.gif) 0 0 no-repeat;	
	padding:0 0 0 8px;
	margin:0px 0 5px 2px;
}
.left-col-about {
	line-height:13px;
	color:#696969;
}
.left-col-about-name {
	display:block;
	font-weight:bold;
	text-decoration:none !important;
	color:#696969 !important;
	margin-bottom:2px;
}
.left-col-about a {
	text-decoration:underline;
}
/*-------------------------------
2.c Right Side
-------------------------------*/

#right-col {
	width:135px;
	position:fixed;
	top:65px;
	line-height:11px;
	font-size:11px;
	margin:0 0 0 860px !important;

	}
#right-col a {
	color:#06C;	
}
#right-col-top {
	display:none;
}
#right-col-nav { 
}
.right-col-list {
	margin:0px 10px 15px 5px;
	padding:0px 0 10px 0;
	list-style-type:none;
	border-bottom:2px dotted #ababab;
}
.right-col-list span {
	font-weight:bold;
	display:block;
	margin:5px 0 10px 5px;
	color:#696969;
}
.right-col-list li {
	padding:0 0 0 0px;
	margin:0px 0 10px 2px;
}
.right-col-about {
	line-height:13px;
	color:#696969;
}
.right-col-about-name {
	display:block;
	font-weight:bold;
	text-decoration:none !important;
	color:#696969 !important;
	margin-bottom:2px;
}


/*-------------------------------
2.c Profile
-------------------------------*/
#profile {
	width: 135px; 
	height: 50px;
	position:fixed;
	top: 5px;
	margin:10px 0px 0 857px !important;
}
#profile #gsearch {
	width: 70px; 
}
#profile #gsearchbtn {
	width: 35px;
	background-color:#74a6cc;
	border:1px solid #3399cc;
	color:#fff;
}
#profile, #profile ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
	list-style-type:none;
}
#profile li {
	
}
#profile-img {
	background:url(http://www.alexdesigns.tv/images/profile-alex-harris.gif) 0 0 no-repeat;
	width:43px;
	height:35px;
	float:left;

}
#profile-links {
	height:35px;
	float:left;
}
#profile-links .alexharris {
	color:#696969;
	font-weight:bold;
	display:block;
	margin:3px 0 0 0;
}
#profile-sm {
	padding:4px 0 0 0;

}
#profile-sm #1 {
	width:20px;
	height:15px;
	padding:0;
	margin:0;
	float:left;
	display:block;
}
#profile-sm #2 {
	width:20px;
	height:15px;
	padding:0;
	margin:0;
	float:left;
	display:block;
}
#profile-sm #3 {
	width:20px;
	height:15px;
	padding:0;
	margin:0;
	float:left;
	display:block;
}
#profile-sm #4 {
	width:15px;
	height:15px;
	padding:0;
	margin:0;
	float:left;
	display:block;
}

	
	


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


div#hi {
	color: #666;
	font: 14px/14px Arial, Tahoma
	text-align: right;
	width: 900px;
	position: absolute;
	top:115px; left:17px;
}
	div#hi p a {
		color: #2e92d2;
		font: 11px/11px Arial, Tahoma;;
	}



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

.box1 {
	width:100%;
	margin:0 0 15px 0;
	text-align:left;
	padding: 5px 0px 15px 0px;
}

.box1 ul {
	margin:20px;
	list-style:inside;
}
.box1 ol {
	margin:20px;
	list-style:inside;
	list-style-type:decimal;
}

div.box1 {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
	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 0;
		}

	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: left;
		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: #2e92d2 }

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: #666; font-size:11px}

.breadcrumbs, .breadcrumbs a { 
	color: #666 !important; 
	font-size:11px;
	text-decoration:none !important;
	font-weight:normal !important;
}
.breadcrumbs a:hover { color:#cc3300 !important; }

.breadcrumbs {
	margin:5px 0 10px 0px !important;
	padding:0 0 10px 17px;
	border-bottom:2px solid #ededed;
}

.breadcrumbs span {
	padding:0 6px;
}
.breadcrumbs .addthis_toolbox span, .breadcrumbs .addthis_toolbox a {
	padding:0 3px 0 0;
}

.breadcrumbs .link {
	font-weight:bold !important;
	color:#06C;
}
.breadcrumbs .addthis_button_expanded {
	font-weight:bold !important;
	color:#f94a10;
	padding-left:1px;
	text-decoration:underline !important;
}
.byline {
	padding:10px 0 0px 20px;
	margin:5px 0 15px 0;
	border-top:2px solid #ededed;
	color:#666;
}
 .byline, .byline a { 
	color: #666; 
	font-size:10px;
}

.byline a:hover { color:#cc3300 !important; }

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

#sidebar h3 {
	color: #666;
	font-weight: bold;
	font-size:11px;
}

#sidebar a {
	color: #2e92d2;
}
.post-comment-area {
	margin:10px 0 5px 0;
	background-color:#666;
	color:#FFF;
	padding:5px !important;
	margin:0 0 15px 0 !important;
}
.post-comment-area a {
	color:#FFF !important;
	padding:0 7px;
}


.post-comment-output {
	border-bottom:1px dashed #CCC;
	padding:0 0 5px 0 !important;
	margin:0 0 15px 0 !important;
}

.post-comment-output .dsq-login-icon {
	display:none!important;
}
ol.commentlist  { margin:0; text-align:left; }

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: 0 }

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

		ol.commentlist li p a { color: #2e92d2; }
		
	ol.commentlist li ul li {
		padding: 15px 0px 5px 20px;
		margin:0;
	}

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

div.post { margin:0 15px 5px  15px; text-align:left; }

div.post img { border:0px dashed #888888; }

div.post ul { margin:0 0 10px 20px; }

div.post a, .post p a { font-weight:bold; text-decoration:underline; color:#06C; }
div.post a:hover {  text-decoration:none; color:#cc3300; }

.post-callout { font-size:13px;  }
.post-callout b { font-weight:bold; }

.photo { margin-bottom: 15px; }

#respond { text-align:left; } 

.box1 .navigation { padding: 10px 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; }

.home .post table a { color:#333; text-decoration:none }
.home table li a { color:#369 !important; text-decoration:none; font-weight:normal; }


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

3.	FORMS
	Styles for forms only

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

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

input.text, select.select, textarea.textarea
{
	border: 1px solid #999;
	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: 32px;
	position: absolute;
	top: 10px; right: 0;
}
	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;
	}
		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;
		}

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: 15px 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:0px 15px 10px 15px !important;
}




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

h2.widgettitle { font-size:14px; letter-spacing:-.1px; }

.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:-.5px;
	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;
}

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

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

#flickr .flickr_badge_image a:hover {
	border: 1px dashed #fff;
}
#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 { padding:30px 0 20px 30px; margin: 0 0 18px;	}
#sidebar #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;
}




/*-------------------------------
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 }

/*-------------------------------
Home
-------------------------------*/
#f-home { width:980px; height:460px;  }
#f-gallery  { width:644px; padding-top:20px;  }
#f-thumbs { float:left; width:420px }

#home-left { float:left; width:290px; }
#home-left p { font-size:12px; padding:10px 20px 0 0; margin:0; }
#home-left h3 { font-size:18px; }

#home-right { float:left; width:330px; }
#home-right h3 { padding-left:15px; font-size:18px; }
.thumb-vid { float:left; width:150px; margin:0 0 0 10px; padding:0; }
.thumb-vid img {  margin:0; padding:0;  } 

/*-------------------------------
TUMBLR ADDs
-------------------------------*/
#tumblr_controls {  top:-50px !important;  }
#creditfooter { display:none; }
.dsq-h3-addcomment { color:#cc3300 !important; font-weight:bold !important; font-size:14px !important; }

/*-------------------------------
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; }
.cf:after{content:".";display:block;height:0;clear:both;visibility:hidden}

/*-------------------------------
/* AddThis Toolbox */            
#post-addthis { float:right; width:280px; overflow:hidden; padding-top:3px; }
#post-addthis a { text-decoration:none; color:#666; font-size:10px; font-weight:bold; text-transform:uppercase; margin-left:5px; }
#post-addthis a span { margin-right:3px; }

/* more add this - vertical hover */
/* AddThis Vertical Hover Menu */

.addthis_toolbox .custom_hover {
    position: relative;
}

.addthis_toolbox .custom_hover .custom_button {
    font-weight: bold;
	font-size:13px;
    padding: 6px 12px 6px 12px;
    color: #06C;
    cursor: pointer;
    -moz-border-radius: 5px 5px 5px 5px;    
    -webkit-border-radius: 5px 5px 5px 5px;
	background-color:#FFF;
	border:1px solid #CCC;
}

.addthis_toolbox .custom_hover .custom_button.active {
    background-color: #cc3300;
	color:#FFF;
}

.addthis_toolbox .hover_menu  {
    display: none;
    position: absolute;
    background: #fff;
}

.addthis_toolbox .custom_hover .tower {
    -webkit-border-radius: 0 5px 0 0;   
    -moz-border-radius-topleft: 0;
    
}
.addthis_toolbox .hover_menu  {
    width: 136px;
    padding: 1px;
    border: 3px solid #cc3300;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_menu a {    
    position: relative;
    display: block;
    width: 102px;
    padding: 4px 0 4px 34px;
    text-decoration: none;
    color: #06C;
}

.addthis_toolbox .hover_menu a:hover {    
    background: #CCC;
    color: #cc3300;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.addthis_toolbox .hover_menu span {
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .hover_menu .more {
    border-top: solid 1px #cc3300;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .hover_menu .more a {
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .hover_menu .more a:hover {
    background: none;
}
.addthis_toolbox .hover_menu .more span {
    display: none;
}


